patch-2.4.11-dontuse linux/fs/smbfs/Makefile
Next file: linux/fs/smbfs/cache.c
Previous file: linux/fs/smbfs/ChangeLog
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Tue Oct 2 17:03:34 2001
- Orig file:
v2.4.10/linux/fs/smbfs/Makefile
- Orig date:
Fri Feb 16 16:04:24 2001
diff -u --recursive --new-file v2.4.10/linux/fs/smbfs/Makefile linux/fs/smbfs/Makefile
@@ -23,3 +23,19 @@
#EXTRA_CFLAGS += -Werror
include $(TOPDIR)/Rules.make
+
+#
+# Maintainer rules
+#
+
+# getopt.c not included. It is intentionally separate
+SRC = proc.c dir.c cache.c sock.c inode.c file.c ioctl.c
+
+proto:
+ -rm -f proto.h
+ @echo > proto2.h "/*"
+ @echo >> proto2.h " * Autogenerated with cproto on: " `date`
+ @echo >> proto2.h " */"
+ @echo >> proto2.h ""
+ cproto -E "gcc -E" -e -v -I $(TOPDIR)/include -DMAKING_PROTO -D__KERNEL__ $(SRC) >> proto2.h
+ mv proto2.h proto.h
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)