# $HeadURL$ $LastChangedRevision$ # # Preamble # include $(ADEROOT)/include/bldcfg/Makefile # # Dependencies for ADE-standard targets # #configure: pre_compile_adeconf # The above is not enough to ensure that the standard recipe for configuring # (invoking adeconf) is not done until after the pre_compile_adeconf dependency # has been met (i.e. done). This next line ... # ... This next line, which is really naughty because we are not supposed # to know anything about the mentioned target here. (Actually the above # dependency is obsolesced by this next line, which is why we've commented # the above line out.) ade_mf_configure: pre_compile_adeconf # # Dependencies for module-specific targets # pre_compile_adeconf: ../bin/adeconf # # Recipes for module-specific targets # ../bin/adeconf: cd ../bin && $(MAKE) adeconf PATHS_MK=/dev/null \ PATHS_SPP=/dev/null