all_groups :: all all :: $(all_constituents) @/bin/echo "$(arrow) all ok." cmt_parser :: $(cmt_parser_dependencies) @echo "$(arrow) starting cmt_parser" @$(cmtexe) build constituent_makefile cmt_parser; $(MAKE) -f cmt_parser.make build_strategy=keep_makefiles cmt_parser clean :: cmt_parserclean @echo "$(arrow) cmt_parserclean ok" cmt_parserclean :: @echo "$(arrow) starting cmt_parserclean" @$(cmtexe) build constituent_makefile cmt_parser; $(MAKE) -f cmt_parser.make build_strategy=keep_makefiles cmt_parserclean