chiark / gitweb /
.log -> .jrn
[chiark-tcl.git] / cdb / Makefile
1 BASE_DIR =      ../base
2 EXTBASE =       cdb
3 CFILES =        readonly writeable lookup
4 OTHER_TCTS =    ../hbytes/hbytes-base.tct
5 OTHER_EXTS +=   hbytes/hbytes
6 LDLIBS +=       -lcdb
7
8 include ../base/extension.make
9
10 # eg, for testing:
11 # liberator:cdb> LD_LIBRARY_PATH=../base:../hbytes:. tclsh8.3
12 # % load chiark_tcl_cdb.so
13 # % cdb
14 # wrong # args: should be "cdb subcmd ..."
15 # % cdb open
16 # wrong # args: should be "cdb open path"
17 # % 
18 # liberator:cdb>