source: CMT/v1r19/mgr/fragments/check_application_header @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

File size: 375 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.