From 3d7cb49747a9a7f5cdec0ee05c6270ec3604202f Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 9 Sep 2003 03:56:39 +0000 Subject: syncing files (This used to be commit c74c2903fb8bd38f8469b3c3b549ac8a431f36dd) --- examples/VFS/Makefile | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 examples/VFS/Makefile (limited to 'examples/VFS/Makefile') diff --git a/examples/VFS/Makefile b/examples/VFS/Makefile deleted file mode 100644 index ac5a93b49b..0000000000 --- a/examples/VFS/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -CFLAGS = -CPPFLAGS = -LDFLAGS = -LDSHFLAGS = -shared -srcdir = ../../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