chiark / gitweb /
cope with gcc which does not support -Wno-pointer-sign
[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