chiark / gitweb /
working on compiling out of troglodyte; before relegage maskmap
[chiark-tcl.git] / base / Makefile
index 314b2df6006a283cf88f0f1b20ae66a9e3b5ecbb..ad7479c20a4a6749e5fd5c72ae3d706fd96f9758 100644 (file)
@@ -1,18 +1,14 @@
 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
+AUTO_HDRS +=   base+tcmdif.h
 
 include common.make
 
-tables.c:      $(BASE_TCT) $(TCMDIFGEN)
-               $(TCMDIFGEN) -wc -o$@ $<
-
-tables.h:      $(BASE_TCT) $(TCMDIFGEN)
+base+tcmdif.h: $(BASE_TCT) $(TCMDIFGEN)
                $(TCMDIFGEN) -wh -o$@ $<
 
 include shlib.make