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

Last change on this file since 548 was 548, checked in by rybkin, 14 years ago

See C.L. 433

  • Property svn:eol-style set to native
File size: 820 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 ${LINE}] == 0
7#!endif
8#!else
9#!if [echo no cmt $(CMTROOT)/$(CMTBIN)/cmt.exe] == 0
10#!endif
11#!endif
12
13dependencies : $(bin)${CONSTITUENT}_dependencies.nmake
14
15!if "$(QUICK)" == ""
16$(bin)${CONSTITUENT}_dependencies.nmake : ${LINE} $(use_requirements) $(cmt_final_setup_${CONSTITUENT})
17!else
18$(bin)${CONSTITUENT}_dependencies.nmake :
19!endif
20        $(echo) (${CONSTITUENT}.nmake) Rebuilding $@
21        $(build_dependencies) ${CONSTITUENT} -all_sources -out:$@ ${LINE}
22
23#!endif
24
25!if exist ($(bin)${CONSTITUENT}_dependencies.nmake)
26!include $(bin)${CONSTITUENT}_dependencies.nmake
27!endif
28
29#-- end of dependency ------------------
Note: See TracBrowser for help on using the repository browser.