chiark / gitweb /
settling on interface to cdb binding
[chiark-tcl.git] / base / final.make
1 all:            $(TARGETS) $(AUTOS)
2
3 $(OBJS_CFILES): $(AUTO_HDRS)
4
5 %.o:            %.c
6                 $(CC) $(CFLAGS) $(CPPFLAGS) -MMD -o $@ -c $<
7
8 clean:
9                 rm -f $(AUTOS) *~ ./#*# *.d *+tcmdif.*
10                 rm -f *.o *.so $(CLEANS)
11
12 -include $(patsubst %.o,%.d, $(OBJS))
13