Changeset 492 for CMT/HEAD/mgr/fragments/nmake/constituent
- Timestamp:
- Mar 15, 2009, 1:13:07 PM (17 years ago)
- File:
-
- 1 edited
-
CMT/HEAD/mgr/fragments/nmake/constituent (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CMT/HEAD/mgr/fragments/nmake/constituent
r488 r492 52 52 !endif 53 53 54 #!if "$(QUICK)" == "" 55 #$(cmt_local_${CONSTITUENT}_makefile) :: $(${CONSTITUENT}_dependencies) $(cmt_local_tagfile_${CONSTITUENT}) dirs 56 #!else 57 #$(cmt_local_${CONSTITUENT}_makefile) :: $(cmt_local_tagfile_${CONSTITUENT}) 58 #!endif 54 !if "$(QUICK)" == "" 55 $(cmt_local_${CONSTITUENT}_makefile) : $(${CONSTITUENT}_dependencies) $(cmt_local_tagfile_${CONSTITUENT}) 56 !else 59 57 $(cmt_local_${CONSTITUENT}_makefile) : $(cmt_local_tagfile_${CONSTITUENT}) 58 !endif 60 59 $(echo) (constituents.nmake) Building ${CONSTITUENT}.nmake 61 60 @set include=$(include) … … 85 84 clean :: ${CONSTITUENT}clean 86 85 87 #${CONSTITUENT}clean :: $(${CONSTITUENT}clean_dependencies) ##$(cmt_local_${CONSTITUENT}_makefile) 88 ${CONSTITUENT}clean :: $(${CONSTITUENT}clean_dependencies) $(cmt_local_${CONSTITUENT}_makefile) 86 ${CONSTITUENT}clean :: $(${CONSTITUENT}clean_dependencies) ##$(cmt_local_${CONSTITUENT}_makefile) 89 87 $(echo) (constituents.nmake) Starting ${CONSTITUENT}clean 90 88 @set include=$(include) 91 89 @set lib=$(lib) 92 @ $(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) build_strategy=keep_makefiles ${CONSTITUENT}clean tag=$(tag)90 @-if exist $(cmt_local_${CONSTITUENT}_makefile) $(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) build_strategy=keep_makefiles ${CONSTITUENT}clean tag=$(tag) 93 91 $(echo) (constituents.nmake) ${CONSTITUENT}clean done 94 # @-if exist $(cmt_local_${CONSTITUENT}_makefile) $(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) build_strategy=keep_makefiles ${CONSTITUENT}clean tag=$(tag) 95 # $(echo) (constituents.nmake) ${CONSTITUENT}clean done 92 # @$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) build_strategy=keep_makefiles ${CONSTITUENT}clean tag=$(tag) 96 93 97 94 install :: ${CONSTITUENT}install … … 106 103 uninstall :: ${CONSTITUENT}uninstall 107 104 108 ${CONSTITUENT}uninstall :: $(cmt_local_${CONSTITUENT}_makefile) 105 #${CONSTITUENT}uninstall :: $(cmt_local_${CONSTITUENT}_makefile) 106 ${CONSTITUENT}uninstall :: $(cmt_local_tagfile_${CONSTITUENT}) 109 107 $(echo) (constituents.nmake) Starting uninstall ${CONSTITUENT} 110 108 @set include=$(include) 111 109 @set lib=$(lib) 110 @if not exist $(cmt_local_${CONSTITUENT}_makefile) $(cmtexe) -tag=$(tags) $(${CONSTITUENT}_extratags) build -nmake constituent_makefile -out=$(cmt_local_${CONSTITUENT}_makefile) ${CONSTITUENT} 112 111 @-$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) build_strategy=keep_makefiles uninstall tag=$(tag) 113 112 $(echo) (constituents.nmake) uninstall ${CONSTITUENT} done
Note:
See TracChangeset
for help on using the changeset viewer.
