chiark / gitweb /
hbcrypto hash-{init,update,final} for incremental hashing
[chiark-tcl.git] / Makefile
1
2 SUBDIRS=        base adns hbytes cdb crypto dgram tuntap
3
4 default: all
5
6 clean all:
7         set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
8
9 # To find undefined symbols when implementing, for example:
10 #
11 # liberator:chiark-tcl> LD_LIBRARY_PATH=:adns:base:cdb:crypto:dgram:hbytes:tuntap tclsh8.3
12 # % load chiark_tcl_tuntap-1.so
13 # couldn't load file "chiark_tcl_tuntap-1.so": tuntap/chiark_tcl_tuntap-1.so: undefined symbol: cht_tunsocket_entries
14 # %