chiark
/
gitweb
/
~ian
/
chiark-tcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40a4738
)
initial import and build-faff, wip
author
ian
<ian>
Sat, 7 Jan 2006 17:32:18 +0000
(17:32 +0000)
committer
ian
<ian>
Sat, 7 Jan 2006 17:32:18 +0000
(17:32 +0000)
base/final.make
[new file with mode: 0644]
patch
|
blob
diff --git a/base/final.make
b/base/final.make
new file mode 100644
(file)
index 0000000..
c726253
--- /dev/null
+++ b/
base/final.make
@@ -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))
+