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
RevLine 
[588]1#-- start of dependencies ------------------
[456]2ifneq ($(MAKECMDGOALS),${CONSTITUENT}clean)
[487]3ifneq ($(MAKECMDGOALS),uninstall)
[629]4ifneq ($(MAKECMDGOALS),${CONSTITUENT}prototype)
[2]5
[588]6$(bin)${CONSTITUENT}_dependencies.make : $(use_requirements) $(cmt_final_setup_${CONSTITUENT})
[441]7        $(echo) "(${CONSTITUENT}.make) Rebuilding $@"; \
[590]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
[2]9
10-include $(bin)${CONSTITUENT}_dependencies.make
11
[456]12endif
[487]13endif
[629]14endif
[592]15
16${CONSTITUENT}clean ::
17        $(cleanup_silent) \rm -rf $(bin)${CONSTITUENT}_deps $(bin)${CONSTITUENT}_dependencies.make
[588]18#-- end of dependencies -------------------
Note: See TracBrowser for help on using the repository browser.