chiark / gitweb /
adns compiles ish, working on transferring the rest
[chiark-tcl.git] / base / Makefile
index 314b2df6006a283cf88f0f1b20ae66a9e3b5ecbb..958939dc4a80842da40bf88dc2cee1672f5049b5 100644 (file)
@@ -1,17 +1,13 @@
 default:       all
 
 SHLIB =                chiark-tcl
-CFILES =       hook parse tcmdiflib
+CFILES =       enum hook idtable parse scriptinv tcmdiflib
 BASE_DIR =     .
 
 AUTO_HDRS +=   tables.h
-AUTO_SRCS +=   tables.c
 
 include common.make
 
-tables.c:      $(BASE_TCT) $(TCMDIFGEN)
-               $(TCMDIFGEN) -wc -o$@ $<
-
 tables.h:      $(BASE_TCT) $(TCMDIFGEN)
                $(TCMDIFGEN) -wh -o$@ $<