chiark / gitweb /
warning disable ordering
[chiark-tcl.git] / Makefile
index 9625b20b6adc6e846dba086def0edf0324871b33..e81567631cca5dec8ef0c05f959714df675832cd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,14 @@
 
-SUBDIRS=       base adns
+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
+# %