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

Last change on this file since 487 was 487, checked in by rybkin, 15 years ago

See C.L. 382

  • Property svn:eol-style set to native
File size: 549 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})
9        $(echo) "(${CONSTITUENT}.make) Rebuilding $@"; \
10          $(build_dependencies) ${CONSTITUENT} -all_sources -out=$@ ${LINE}
11endif
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.