#if WANT_FRAMEWORK # INTLEMU_SUBDIRS = intlemu #endif if HAVE_TESTING TESTING = testing TESTBED = testbed CONSENSUS = consensus SECRETSHARING = secretsharing EXPERIMENTATION = experimentation endif if HAVE_EXPERIMENTAL EXP_DIR = \ multicast \ env \ psyc \ $(CONSENSUS) \ $(SECRETSHARING) \ $(EXPERIMENTATION) endif if HAVE_PULSE if HAVE_OPUS CONVERSATION_DIR = conversation endif endif if HAVE_MYSQL MYSQL_DIR = mysql endif if HAVE_POSTGRES POSTGRES_DIR = postgres endif SUBDIRS = \ include $(INTLEMU_SUBDIRS) \ util \ hello \ tun \ block \ statistics \ arm \ $(TESTING) \ peerinfo \ $(MYSQL_DIR) \ $(POSTGRES_DIR) \ datacache \ datastore \ template \ ats \ nat \ fragmentation \ transport \ ats-tool \ peerinfo-tool \ core \ $(TESTBED) \ ats-tests \ nse \ dht \ hostlist \ topology \ regex \ mesh \ dns \ identity \ set \ dv \ revocation \ gnsrecord \ namecache \ namestore \ scalarproduct \ vpn \ gns \ $(CONVERSATION_DIR) \ psycstore \ fs \ exit \ pt \ integration-tests \ $(EXP_DIR)