chiark / gitweb /
initial import and build-faff, wip
authorian <ian>
Sat, 7 Jan 2006 17:32:18 +0000 (17:32 +0000)
committerian <ian>
Sat, 7 Jan 2006 17:32:18 +0000 (17:32 +0000)
base/final.make [new file with mode: 0644]

diff --git a/base/final.make b/base/final.make
new file mode 100644 (file)
index 0000000..c726253
--- /dev/null
@@ -0,0 +1,13 @@
+all:           $(TARGETS) $(AUTOS)
+
+$(OBJS_CFILES):        $(AUTO_HDRS)
+
+%.o:           %.c
+               $(CC) $(CFLAGS) $(CPPFLAGS) -MMD -o $@ -c $<
+
+clean:
+               rm -f $(AUTOS) *~ ./#*#
+               rm -f *.o $(CLEANS)
+
+-include $(patsubst %.o,%.d, $(OBJS))
+