ALL_SRC_DIRS=vertex all config install clean: @for subdir in $(ALL_SRC_DIRS); do \ $(MAKE) -C $$subdir -f Makefile $@; \ done