# $HeadURL$ $LastChangedRevision$ # # Preamble # include $(shell aderoot include)/common/Makefile # # Variables used only in this Makefile # WKREP_MF_ADEINST_CMD = $(ADE_MFC_ADEINST_CMD) WKREP_MF_ADEINST_FLAGS = $(ADE_MFC_ADEINST_FLAGS) -m 644 WKREP_MF_ADESPP_CMD = $(ADE_MFC_ADESPP_CMD) WKREP_MF_ADESPP_FLAGS = $(ADE_MFC_ADESPP_FLAGS) -X -H WKREP_MF_INSTALL_DIR = $(DOCDIR)/examples # # Dependencies for ADE-standard targets # compile: crontab install: $(WKREP_MF_INSTALL_DIR) # # Recipes for ADE-standard targets # clean: rm -f crontab install: $(WKREP_MF_ADEINST_CMD) $(WKREP_MF_ADEINST_FLAGS) \ crontab \ $(WKREP_MF_INSTALL_DIR) # # Dependencies for module-specific targets # crontab: crontab.spp # # Recipes for module-specific targets # crontab: $(WKREP_MF_ADESPP_CMD) $(WKREP_MF_ADESPP_FLAGS) $< $(WKREP_MF_INSTALL_DIR): $(ADE_MFC_CREATEDIR_CMD) $(ADE_MFC_CREATEDIR_FLAGS) $@