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

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

See C.L. 360

  • Property svn:eol-style set to native
File size: 285 bytes
Line 
1
2check :: ${CONSTITUENT}check
3        @echo "------> ${CONSTITUENT}check ok"
4
5${CONSTITUENT}check ::
6        @echo "------> starting ${CONSTITUENT}check"
7        @$(cmtexe) build -nmake constituent_makefile ${CONSTITUENT}
8        $(MAKE) /f ${CONSTITUENT}.nmake build_strategy=keep_makefiles ${CONSTITUENT}check
9
Note: See TracBrowser for help on using the repository browser.