From 084b2a4c686e6351ad006a1a2196dc37a914bfe8 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 25 Sep 2002 16:16:49 +0000 Subject: removed autogenerated file (This used to be commit 832faf4b391d73e0dd794769542a6fcbd75e51a6) --- examples/VFS/Makefile | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 examples/VFS/Makefile (limited to 'examples') 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 -- cgit