patch-2.1.32 linux/fs/lockd/Makefile
Next file: linux/fs/lockd/clntlock.c
Previous file: linux/fs/isofs/util.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Fri Apr 4 11:06:05 1997
- Orig file:
v2.1.31/linux/fs/lockd/Makefile
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.1.31/linux/fs/lockd/Makefile linux/fs/lockd/Makefile
@@ -0,0 +1,16 @@
+#
+# Makefile for the linux lock manager stuff
+#
+# Note! Dependencies are done automagically by 'make dep', which also
+# removes any old dependencies. DON'T put your own dependencies here
+# unless it's something special (ie not a .c file).
+#
+# Note 2! The CFLAGS definitions are now in the main makefile...
+
+O_TARGET := lockd.o
+O_OBJS := clntlock.o clntproc.o host.o svc.o svclock.o svcshare.o \
+ svcproc.o svcsubs.o mon.o xdr.o
+OX_OBJS := lockd_syms.o
+M_OBJS := $(O_TARGET)
+
+include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov