source: CMT/v1r12p20020606/fragments/nmake/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: 294 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.