summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-09-25 16:16:49 +0000
committerGerald Carter <jerry@samba.org>2002-09-25 16:16:49 +0000
commit084b2a4c686e6351ad006a1a2196dc37a914bfe8 (patch)
tree8a709927b8b65325230cd57899936eab5bf77ed1 /examples
parentd0e106338d93a06583fc421bdb334a2739912188 (diff)
downloadsamba-084b2a4c686e6351ad006a1a2196dc37a914bfe8.tar.gz
samba-084b2a4c686e6351ad006a1a2196dc37a914bfe8.tar.bz2
samba-084b2a4c686e6351ad006a1a2196dc37a914bfe8.zip
removed autogenerated file
(This used to be commit 832faf4b391d73e0dd794769542a6fcbd75e51a6)
Diffstat (limited to 'examples')
-rw-r--r--examples/VFS/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/examples/VFS/Makefile b/examples/VFS/Makefile
deleted file mode 100644
index 2281884411..0000000000
--- 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