source: CMT/HEAD/mgr/fragments/nmake/check_application_header @ 492

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

See C.L. 387

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