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

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

See C.L. 500

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