chiark
/
gitweb
/
~ian
/
chiark-tcl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
all entrypoints done now; loads
[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