chiark / gitweb /
compilation fixes
[chiark-tcl.git] / cdb / Makefile
1 BASE_DIR =      ../base
2 EXTBASE =       cdb
3 CFILES =        readonly writeable
4 OTHER_TCTS =    ../hbytes/hbytes-base.tct
5 CPPFLAGS +=     -I../hbytes
6 LDLIBS +=       ../hbytes/chiark_tcl_hbytes.so -lcdb
7
8 include ../base/extension.make
9