patch-1.3.9 linux/Rules.make
Next file: linux/arch/alpha/boot/Makefile
Previous file: linux/Makefile
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Tue Jul 11 08:02:20 1995
- Orig file:
v1.3.8/linux/Rules.make
- Orig date:
Thu Jan 1 02:00:00 1970
diff -u --recursive --new-file v1.3.8/linux/Rules.make linux/Rules.make
@@ -0,0 +1,21 @@
+#
+# This file contains rules which are shared between multiple Makefiles.
+#
+
+#
+# Common rules
+#
+.c.s:
+ $(CC) $(CFLAGS) -S $<
+
+#
+# A rule to do nothing
+#
+dummy:
+
+#
+# include a dependency file if one exists
+#
+ifeq (.depend,$(wildcard .depend))
+include .depend
+endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this