source: CMT/v1r25-branch/mgr/fragments/check_application_header @ 637

Last change on this file since 637 was 637, checked in by rybkin, 11 years ago

merge -r 618:627 HEAD

  • Property svn:eol-style set to native
File size: 1.0 KB
Line 
1#-- start of check_application_header ------
2
3cmt_${CONSTITUENT}_${ISCHECKGROUP} = 1
4
5#--------------------------------------
6
7check :: ${CONSTITUENT}check
8        $(echo) "(constituents.make) ${CONSTITUENT}check ok"
9#       @echo "------> ${CONSTITUENT}check ok"
10
11#${CONSTITUENT}check : ${CONSTITUENT} $(cmt_local_${CONSTITUENT}_makefile)
12#${CONSTITUENT}check : $(cmt_local_${CONSTITUENT}_makefile)
13ifdef cmt_${CONSTITUENT}_is_check_group
14${CONSTITUENT}check : ${CONSTITUENT}
15else
16${CONSTITUENT}check :
17endif
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
21        $(echo) "(constituents.make) Starting $@"
22        @$(MAKE) -f $(cmt_local_${CONSTITUENT}_makefile) $@
23
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
28#-- end of check_application_header ------
Note: See TracBrowser for help on using the repository browser.