summaryrefslogtreecommitdiff
path: root/examples/VFS/Makefile
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-02-03 04:40:56 +0000
committerTim Potter <tpot@samba.org>2000-02-03 04:40:56 +0000
commit18b31bce9710580355f7d3447f2f1849acb26c0c (patch)
tree37df36a6781ad5e586946e8c0305a4589ae23385 /examples/VFS/Makefile
parentfdcdfe677eb6b44acea094d40f940a2568155cdd (diff)
downloadsamba-18b31bce9710580355f7d3447f2f1849acb26c0c.tar.gz
samba-18b31bce9710580355f7d3447f2f1849acb26c0c.tar.bz2
samba-18b31bce9710580355f7d3447f2f1849acb26c0c.zip
Some strange CVS weirdness happening here. I had SAMBA_TNG tags in my
head branch CVS/Entries file leading to lots of fun and games. )-: (This used to be commit bb07eceddb0552ff17ba9db94ae81f58226be4b5)
Diffstat (limited to 'examples/VFS/Makefile')
-rw-r--r--examples/VFS/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/VFS/Makefile b/examples/VFS/Makefile
new file mode 100644
index 0000000000..fb9976893b
--- /dev/null
+++ b/examples/VFS/Makefile
@@ -0,0 +1,21 @@
+#
+# Makefile for samba-vfs examples
+#
+# $Id: Makefile,v 1.1 2000/02/03 04:40:56 tpot Exp $
+#
+
+# Variables
+
+SAMBA_SRC = ../../source
+
+CFLAGS = -I$(SAMBA_SRC)/include
+CC = gcc
+
+VFS_OBJS = audit.o skel.o
+
+# Targets
+
+default: $(VFS_OBJS)
+
+clean:
+ rm -f core $(VFS_OBJS) *~ *% *.bak