1 # This is quite ougly but at least it works
3 SUBDIRS := $(shell find -maxdepth 2 -name Makefile -not -path ./Makefile -printf "%h\n")
5 SUBDIRS := dot_draw dyn_gw dyn_gw_plain httpinfo mini nameservice pgraph secure txtinfo
15 $(MAKE) -C $@ $(MAKECMDGOALS)