source: CMT/HEAD/mgr/fragments/dependencies @ 590

Last change on this file since 590 was 590, checked in by rybkin, 13 years ago

See C.L. 467

  • Property svn:eol-style set to native
File size: 588 bytes
Line 
1#-- start of dependencies ------------------
2ifneq ($(MAKECMDGOALS),${CONSTITUENT}clean)
3ifneq ($(MAKECMDGOALS),uninstall)
4
5$(bin)${CONSTITUENT}_dependencies.make : $(use_requirements) $(cmt_final_setup_${CONSTITUENT})
6        $(echo) "(${CONSTITUENT}.make) Rebuilding $@"; \
7          $(build_dependencies) -out=$@ -start_all ${LINE} -end_all $(includes) $(app_${CONSTITUENT}_cppflags) $(lib_${CONSTITUENT}_cppflags) -name=${CONSTITUENT} $? -f=$(cmt_dependencies_in_${CONSTITUENT}) -without_cmt
8
9-include $(bin)${CONSTITUENT}_dependencies.make
10
11endif
12endif
13#-- end of dependencies -------------------
Note: See TracBrowser for help on using the repository browser.