
IncDirs = basic graph stkWrapper userobj

.INIT: 
	@mkdir -p LINK `file $(IncDirs:%=LINK/%) |grep "No " |sed -e "s/:.*//"`

all:	_IO_config.h c_varieties.h 
	cd LINK/basic; $(MAKE) -f Make.inclbasic all
	cd LINK/graph; $(MAKE) -f Make.inclgraph all
	cd LINK/wrappers; $(MAKE) -f Make.inclwrappers all
	cd LINK/stkWrapper; $(MAKE) -f Make.inclstkWrapper all
	cd LINK/userobj; $(MAKE) -f Make.incluserobj all
	cd LINK/algorithm; $(MAKE) -f Make.inclalgorithm all
	cd LINK/generator; $(MAKE) -f Make.inclgenerator all
	cd LINK/layout; $(MAKE) -f Make.incllayout all
