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

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

See C.L. 433

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