DIRS=srcc_srcdemo
all clean:@set-e;\fordin$(DIRS);do\ if [ -d $$d ]; then ( cd $$d && $(MAKE) $@ ) || exit 1 ; fi ; \ donedebug:@set-e;\fordin$(DIRS);do\ if [ -d $$d ]; then ( cd $$d && $(MAKE) TYPE=debug ) || exit 1 ; fi ; \ done# possibly with --with-slang-include argconf:(cdconfig;./configure)