source: CMT/HEAD/mgr/fragments/check_application_header @ 627

Last change on this file since 627 was 627, checked in by rybkin, 12 years ago

See C.L. 498

  • Property svn:eol-style set to native
File size: 1.0 KB
RevLine 
[2]1#-- start of check_application_header ------
2
[627]3cmt_${CONSTITUENT}_${ISCHECKGROUP} = 1
4
5#--------------------------------------
6
[2]7check :: ${CONSTITUENT}check
[487]8        $(echo) "(constituents.make) ${CONSTITUENT}check ok"
9#       @echo "------> ${CONSTITUENT}check ok"
[2]10
[487]11#${CONSTITUENT}check : ${CONSTITUENT} $(cmt_local_${CONSTITUENT}_makefile)
[492]12#${CONSTITUENT}check : $(cmt_local_${CONSTITUENT}_makefile)
[627]13ifdef cmt_${CONSTITUENT}_is_check_group
14${CONSTITUENT}check : ${CONSTITUENT}
15else
[492]16${CONSTITUENT}check :
[627]17endif
[492]18        @if test ! -f $(cmt_local_${CONSTITUENT}_makefile); then \
19          $(cmtexe) -tag=$(tags) $(${CONSTITUENT}_extratags) build constituent_makefile -out=$(cmt_local_${CONSTITUENT}_makefile) ${CONSTITUENT}; \
20        fi
[487]21        $(echo) "(constituents.make) Starting $@"
22        @$(MAKE) -f $(cmt_local_${CONSTITUENT}_makefile) $@
[2]23
[487]24#${CONSTITUENT}check ::
25#       @echo "------> starting ${CONSTITUENT}check"
26#       @$(cmtexe) build constituent_makefile ${CONSTITUENT}; $(MAKE) -f ${CONSTITUENT}.make build_strategy=keep_makefiles ${CONSTITUENT}check
27
[2]28#-- end of check_application_header ------
Note: See TracBrowser for help on using the repository browser.