chiark / gitweb /
wiringpi: changelog: Mention that wiringpi not in Debian proper
[chiark-tcl.git] / Makefile
1
2 SUBDIRS=        base adns hbytes cdb crypto dgram tuntap
3
4 ifneq ($(wildcard /usr/include/wiringPi.h /usr/include/arm-*/wiringPi.h),)
5 SUBDIRS+=       wiringpi
6 endif
7
8 default: all
9
10 clean all:
11         set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
12
13 # To find undefined symbols when implementing, for example:
14 #
15 # liberator:chiark-tcl> LD_LIBRARY_PATH=:adns:base:cdb:crypto:dgram:hbytes:tuntap tclsh8.3
16 # % load chiark_tcl_tuntap-1.so
17 # couldn't load file "chiark_tcl_tuntap-1.so": tuntap/chiark_tcl_tuntap-1.so: undefined symbol: cht_tunsocket_entries
18 # %