# $HeadURL$ $LastChangedRevision$ ############################################################################## # # PREAMBLE # ############################################################################## # The included file will define ADE_MF_MODROOT_DIR include $(ADEROOT)/include/bldcfg/Makefile ############################################################################## # # MODULE-SPECIFIC VARIABLES USED ONLY IN THIS FILE # ############################################################################## # No install command or flags specified because this directory has no files # to install. ############################################################################## # # MODULE-SPECIFIC DEPENDENCIES FOR 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 ... ############################################################################## # # MODULE-SPECIFIC DEPENDENCIES FOR NON-STANDARD TARGETS # ############################################################################## # ... 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 pre_compile_adeconf: ../bin/adeconf ############################################################################## # # MODULE-SPECIFIC RECIPES FOR STANDARD TARGETS # ############################################################################## # No configure recipe specified because we rely on the ADE-provided one, # which does everything we need. ############################################################################## # # MODULE-SPECIFIC RECIPES FOR NON-STANDARD TARGETS # ############################################################################## ../bin/adeconf: cd ../bin && $(MAKE) adeconf PATHS_MK=/dev/null \ PATHS_SPP=/dev/null #pre_configure_delay: # @sleep 1