$(bin)${CONSTITUENT}.nmake :: dirs @echo (constituents.nmake) Building ${CONSTITUENT}.nmake @set include=$(include) @set lib=$(lib) @$(cmtexe) build -nmake constituent_makefile ${CONSTITUENT} -tag=$(tags) @move ${CONSTITUENT}.nmake $(bin) @echo (constituents.nmake) ${CONSTITUENT}.nmake done ${CONSTITUENT} :: $(${CONSTITUENT}_dependencies) $(bin)${CONSTITUENT}.nmake @echo (constituents.nmake) Starting ${CONSTITUENT} @set include=$(include) @set lib=$(lib) @$(MAKE) /nologo /f $(bin)${CONSTITUENT}.nmake $(MAKEFLAGS) build_strategy=keep_makefiles ${CONSTITUENT} tag=$(tags) @echo (constituents.nmake) ${CONSTITUENT} done clean :: ${CONSTITUENT}clean ${CONSTITUENT}clean :: $(${CONSTITUENT}clean_dependencies) $(bin)${CONSTITUENT}.nmake @echo (constituents.nmake) Starting ${CONSTITUENT}clean @set include=$(include) @set lib=$(lib) @$(MAKE) /nologo /f $(bin)${CONSTITUENT}.nmake $(MAKEFLAGS) build_strategy=keep_makefiles ${CONSTITUENT}clean tag=$(tags) @echo (constituents.nmake) ${CONSTITUENT}clean done install :: ${CONSTITUENT}install ${CONSTITUENT}install :: $(${CONSTITUENT}_dependencies) $(bin)${CONSTITUENT}.nmake @echo (constituents.nmake) Starting install ${CONSTITUENT} @set include=$(include) @set lib=$(lib) @$(MAKE) /nologo /f $(bin)${CONSTITUENT}.nmake $(MAKEFLAGS) build_strategy=keep_makefiles install tag=$(tags) @echo (constituents.nmake) install ${CONSTITUENT} done uninstall :: ${CONSTITUENT}uninstall ${CONSTITUENT}uninstall :: $(bin)${CONSTITUENT}.nmake @echo (constituents.nmake) Starting uninstall ${CONSTITUENT}" @set include=$(include) @set lib=$(lib) @$(MAKE) /nologo /f $(bin)${CONSTITUENT}.nmake $(MAKEFLAGS) build_strategy=keep_makefiles uninstall tag=$(tags) @echo (constituents.nmake) uninstall ${CONSTITUENT} done