chiark / gitweb /
initial import and build-faff, wip
[chiark-tcl.git] / base / Makefile
1 default:        all
2
3 SHLIB =         chiark-tcl
4 CFILES =        hook parse tcmdiflib
5 BASE_DIR =      .
6
7 AUTO_HDRS +=    tables.h
8 AUTO_SRCS +=    tables.c
9
10 include common.make
11
12 tables.c:       $(BASE_TCT) $(TCMDIFGEN)
13                 $(TCMDIFGEN) -wc -o$@ $<
14
15 tables.h:       $(BASE_TCT) $(TCMDIFGEN)
16                 $(TCMDIFGEN) -wh -o$@ $<
17
18 include shlib.make
19 include final.make