source: CMT/HEAD/mgr/fragments/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: 365 bytes
Line 
1#-- start of check_application_header ------
2
3check :: ${CONSTITUENT}check
4        @echo "------> ${CONSTITUENT}check ok"
5
6${CONSTITUENT}check ::
7        @echo "------> starting ${CONSTITUENT}check"
8        @$(cmtexe) build constituent_makefile ${CONSTITUENT}; $(MAKE) -f ${CONSTITUENT}.make build_strategy=keep_makefiles ${CONSTITUENT}check
9
10#-- end of check_application_header ------
Note: See TracBrowser for help on using the repository browser.