source: CMT/v1r25-branch/mgr/fragments/nmake/check_application_header @ 637

Last change on this file since 637 was 637, checked in by rybkin, 11 years ago

merge -r 618:627 HEAD

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1#-- start of check_application_header ------
2
3cmt_${CONSTITUENT}_${ISCHECKGROUP} = 1
4
5#--------------------------------------
6
7check :: ${CONSTITUENT}check
8        $(echo) "(constituents.nmake) ${CONSTITUENT}check ok"
9#       @echo "------> ${CONSTITUENT}check ok"
10
11#${CONSTITUENT}check : ${CONSTITUENT} $(cmt_local_${CONSTITUENT}_makefile)
12#${CONSTITUENT}check : $(cmt_local_${CONSTITUENT}_makefile)
13!if defined (cmt_${CONSTITUENT}_is_check_group)
14${CONSTITUENT}check : ${CONSTITUENT}
15!else
16${CONSTITUENT}check :
17!endif
18        @if not exist $(cmt_local_${CONSTITUENT}_makefile) $(cmtexe) -tag=$(tags) $(${CONSTITUENT}_extratags) build -nmake constituent_makefile -out=$(cmt_local_${CONSTITUENT}_makefile) ${CONSTITUENT}
19        $(echo) "(constituents.nmake) Starting $@"
20        @$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) build_strategy=keep_makefiles $@ tag=$(tag)
21
22#${CONSTITUENT}check ::
23#       @echo "------> starting ${CONSTITUENT}check"
24#       @$(cmtexe) build -nmake constituent_makefile ${CONSTITUENT}
25#       $(MAKE) /f ${CONSTITUENT}.nmake build_strategy=keep_makefiles ${CONSTITUENT}check
26
27#-- end of check_application_header ------
Note: See TracBrowser for help on using the repository browser.