source: CMT/v1r19/mgr/fragments/dependencies

Last change on this file was 227, checked in by garonne, 18 years ago

remove print_requisites option

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