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

Last change on this file since 547 was 547, checked in by rybkin, 14 years ago

See C.L. 432

  • Property svn:eol-style set to native
File size: 551 bytes
Line 
1#-- start of dependency ------------------
2ifneq ($(MAKECMDGOALS),${CONSTITUENT}clean)
3ifneq ($(MAKECMDGOALS),uninstall)
4
5#$(bin)${CONSTITUENT}_dependencies.make :: dirs
6
7#ifndef QUICK
8$(bin)${CONSTITUENT}_dependencies.make : ${LINE} $(use_requirements) $(cmt_final_setup_${CONSTITUENT})
9        $(echo) "(${CONSTITUENT}.make) Rebuilding $@"; \
10          $(build_dependencies) ${CONSTITUENT} -all_sources -out=$@ ${LINE}
11#endif
12
13#$(${CONSTITUENT}_dependencies)
14
15-include $(bin)${CONSTITUENT}_dependencies.make
16
17endif
18endif
19#-- end of dependency -------------------
Note: See TracBrowser for help on using the repository browser.