diff options
author | Gerald Carter <jerry@samba.org> | 2002-09-25 16:16:49 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-09-25 16:16:49 +0000 |
commit | 084b2a4c686e6351ad006a1a2196dc37a914bfe8 (patch) | |
tree | 8a709927b8b65325230cd57899936eab5bf77ed1 | |
parent | d0e106338d93a06583fc421bdb334a2739912188 (diff) | |
download | samba-084b2a4c686e6351ad006a1a2196dc37a914bfe8.tar.gz samba-084b2a4c686e6351ad006a1a2196dc37a914bfe8.tar.xz samba-084b2a4c686e6351ad006a1a2196dc37a914bfe8.zip |
removed autogenerated file
(This used to be commit 832faf4b391d73e0dd794769542a6fcbd75e51a6)
-rw-r--r-- | examples/VFS/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/examples/VFS/Makefile b/examples/VFS/Makefile deleted file mode 100644 index 2281884411d..00000000000 --- a/examples/VFS/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Generated automatically from Makefile.in by configure. -CC = gcc -CFLAGS = -O -I/usr/kerberos/include -CPPFLAGS = -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/usr/kerberos/include -LDFLAGS = -L/usr/kerberos/lib -LDSHFLAGS = -shared -srcdir = /opt/src/samba-cvs/samba-3.0/samba/source -FLAGS = $(CFLAGS) -Iinclude -I$(srcdir)/include -I$(srcdir)/ubiqx -I$(srcdir)/smbwrapper -I. $(CPPFLAGS) -I$(srcdir) - -# Auto target -default: $(patsubst %.c,%.so,$(wildcard *.c)) - -# Pattern rules - -%.so: %.o - $(CC) $(LDSHFLAGS) $(LDFLAGS) -o $@ $< - -%.o: %.c - $(CC) $(FLAGS) -c $< - -# Misc targets - -clean: - rm -rf .libs - rm -f core *~ *% *.bak *.o *.so |