X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-tcl.git;a=blobdiff_plain;f=Makefile;h=e81567631cca5dec8ef0c05f959714df675832cd;hp=9e7377687ba67605bba184b6320ccad310e23815;hb=417eb42a92254c7efdaaec220748665798e80866;hpb=2aaa6d9084b8a950151d64b4fe7a483be59b5722 diff --git a/Makefile b/Makefile index 9e73776..e815676 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,14 @@ -SUBDIRS= base adns hbytes cdb crypto -# dgram tuntap +SUBDIRS= base adns hbytes cdb crypto dgram tuntap default: all clean all: set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done + +# To find undefined symbols when implementing, for example: +# +# liberator:chiark-tcl> LD_LIBRARY_PATH=:adns:base:cdb:crypto:dgram:hbytes:tuntap tclsh8.3 +# % load chiark_tcl_tuntap-1.so +# couldn't load file "chiark_tcl_tuntap-1.so": tuntap/chiark_tcl_tuntap-1.so: undefined symbol: cht_tunsocket_entries +# %