source: CMT/HEAD/mgr/fragments/nmake/dependencies @ 487

Last change on this file since 487 was 487, checked in by rybkin, 15 years ago

See C.L. 382

  • Property svn:eol-style set to native
File size: 461 bytes
RevLine 
[6]1#-- start of dependency ------------------
2
[472]3!if "$(QUICK)" == ""
4
[6]5!if exist ("$(CMTROOT)/$(CMTBIN)/cmt.exe")
[474]6!if [$(build_dependencies) ${CONSTITUENT} -all_sources -out:$(bin)${CONSTITUENT}_dependencies.nmake ${LINE}] == 0
[6]7!endif
8!else
9!if [echo no cmt $(CMTROOT)/$(CMTBIN)/cmt.exe] == 0
10!endif
11!endif
[472]12
[6]13!endif
14
[487]15!if exist ($(bin)${CONSTITUENT}_dependencies.nmake)
[6]16!include $(bin)${CONSTITUENT}_dependencies.nmake
[487]17!endif
[6]18
19#-- end of dependency ------------------
Note: See TracBrowser for help on using the repository browser.