chiark / gitweb /
ad7479c20a4a6749e5fd5c72ae3d706fd96f9758
[chiark-tcl.git] / base / Makefile
1 default:        all
2
3 SHLIB =         chiark-tcl
4 CFILES =        enum hook idtable parse scriptinv tcmdiflib
5 BASE_DIR =      .
6
7 AUTO_HDRS +=    base+tcmdif.h
8
9 include common.make
10
11 base+tcmdif.h:  $(BASE_TCT) $(TCMDIFGEN)
12                 $(TCMDIFGEN) -wh -o$@ $<
13
14 include shlib.make
15 include final.make