source: CMT/HEAD/mgr/fragments/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: 882 bytes
Line 
1#-- start of check_application_header ------
2
3check :: ${CONSTITUENT}check
4        $(echo) "(constituents.make) ${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 test ! -f $(cmt_local_${CONSTITUENT}_makefile); then \
11          $(cmtexe) -tag=$(tags) $(${CONSTITUENT}_extratags) build constituent_makefile -out=$(cmt_local_${CONSTITUENT}_makefile) ${CONSTITUENT}; \
12        fi
13        $(echo) "(constituents.make) Starting $@"
14        @$(MAKE) -f $(cmt_local_${CONSTITUENT}_makefile) $@
15
16#${CONSTITUENT}check ::
17#       @echo "------> starting ${CONSTITUENT}check"
18#       @$(cmtexe) build constituent_makefile ${CONSTITUENT}; $(MAKE) -f ${CONSTITUENT}.make build_strategy=keep_makefiles ${CONSTITUENT}check
19
20#-- end of check_application_header ------
Note: See TracBrowser for help on using the repository browser.