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