# $HeadURL$ $LastChangedRevision$ ############################################################################## # # PREAMBLE # ############################################################################## # The included file will define ADE_MF_MODROOT_DIR include $(ADEROOT)/include/man/Makefile ############################################################################## # # MODULE-SPECIFIC VARIABLES USED ONLY IN THIS FILE # ############################################################################## # No install command or flags specified because we will use the ADE-suggested # values in the install target. ############################################################################## # # MODULE-SPECIFIC DEPENDENCIES FOR STANDARD TARGETS # ############################################################################## compile: adeconf.1 adespp.1 adetest.1 aderel.1 adegmt.1 \ aderoot.1 adeinst.1 ############################################################################## # # MODULE-SPECIFIC DEPENDENCIES FOR NON-STANDARD TARGETS # ############################################################################## ############################################################################## # # MODULE-SPECIFIC RECIPES FOR STANDARD TARGETS # ############################################################################## install: $(ADE_MF_INSTALL_CMD) $(ADE_MF_INSTALL_FLAGS) \ adeconf.1 adespp.1 adetest.1 aderel.1 adegmt.1 \ aderoot.1 adeinst.1 $(ADE_MF_INSTALL_DIR) ############################################################################## # # MODULE-SPECIFIC RECIPES FOR NON-STANDARD TARGETS # ##############################################################################