From: ian Date: Sat, 7 Jan 2006 17:32:18 +0000 (+0000) Subject: initial import and build-faff, wip X-Git-Tag: debian/1.1.1~98 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=023813b37356b6af73127705623b8f7ae874f712;p=chiark-tcl.git initial import and build-faff, wip --- diff --git a/base/final.make b/base/final.make new file mode 100644 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)) +