move everything to flat VFS/ directory
authorSimo Sorce <idra@samba.org>
Fri, 6 Sep 2002 13:37:40 +0000 (13:37 +0000)
committerSimo Sorce <idra@samba.org>
Fri, 6 Sep 2002 13:37:40 +0000 (13:37 +0000)
(This used to be commit d383c309d4a259fb28d7541777a8b3b53cca23bf)

examples/VFS/Makefile.in
examples/VFS/README.netatalk [moved from examples/VFS/netatalk/README with 100% similarity]
examples/VFS/netatalk.c [moved from examples/VFS/netatalk/netatalk.c with 100% similarity]
examples/VFS/netatalk/Makefile.in [deleted file]

index 6ae4f49434d2715440b4bb54776aa1bb7e12381a..2ffd23b853877ae523bb694d98565375425d98f2 100644 (file)
@@ -6,7 +6,7 @@ LDSHFLAGS       = -shared
 srcdir         = @builddir@
 FLAGS          =  $(CFLAGS) -Iinclude -I$(srcdir)/include -I$(srcdir)/ubiqx -I$(srcdir)/smbwrapper  -I. $(CPPFLAGS) -I$(srcdir)
 
-VFS_OBJS       = audit.so recycle.so
+VFS_OBJS       = audit.so recycle.so netatalk.so
 
 # Default target
 
diff --git a/examples/VFS/netatalk/Makefile.in b/examples/VFS/netatalk/Makefile.in
deleted file mode 100644 (file)
index a9a5d69..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-CC             = @CC@
-CFLAGS         = @CFLAGS@
-CPPFLAGS       = @CPPFLAGS@
-LDFLAGS                = @LDFLAGS@
-LDSHFLAGS      = -shared
-srcdir         = @builddir@
-FLAGS          =  $(CFLAGS) -Iinclude -I$(srcdir)/include -I$(srcdir)/ubiqx -I$(srcdir)/smbwrapper  -I. $(CPPFLAGS) -I$(srcdir)
-
-VFS_OBJS       = netatalk.so
-
-# Default target
-
-default: $(VFS_OBJS)
-
-# Pattern rules
-
-%.so: %.o
-       $(CC) $(LDSHFLAGS) $(LDFLAGS) -o $@ $<
-
-%.o: %.c
-       $(CC) $(FLAGS) -c $<
-
-# Misc targets
-
-clean:
-       rm -rf .libs
-       rm -f core *~ *% *.bak \
-       $(VFS_OBJ) $(VFS_OBJS)