removed autogenerated file
authorGerald Carter <jerry@samba.org>
Wed, 25 Sep 2002 16:16:49 +0000 (16:16 +0000)
committerGerald Carter <jerry@samba.org>
Wed, 25 Sep 2002 16:16:49 +0000 (16:16 +0000)
(This used to be commit 832faf4b391d73e0dd794769542a6fcbd75e51a6)

examples/VFS/Makefile [deleted file]

diff --git a/examples/VFS/Makefile b/examples/VFS/Makefile
deleted file mode 100644 (file)
index 2281884..0000000
+++ /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