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

Last change on this file since 469 was 469, checked in by rybkin, 16 years ago

See C.L. 370

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