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

Last change on this file since 472 was 472, checked in by rybkin, 16 years ago

See C.L. 373

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