chiark / gitweb /
958939dc4a80842da40bf88dc2cee1672f5049b5
[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 +=    tables.h
8
9 include common.make
10
11 tables.h:       $(BASE_TCT) $(TCMDIFGEN)
12                 $(TCMDIFGEN) -wh -o$@ $<
13
14 include shlib.make
15 include final.make