# $HeadURL$ $LastChangedRevision$ # # Preamble # include $(shell aderoot include)/doc/examples/Makefile # # Variables used only in this Makefile # #RSDEB_MF_ADESPP_CMD = $(ADE_MFC_ADESPP_CMD) #RSDEB_MF_ADESPP_FLAGS = $(ADE_MFC_ADESPP_FLAGS) -X -H # # Don't use the recursive installer which is the default, since there are # .spp files, which have been compiled and (the .spp files) should not be # installed. RSDEB_MF_ADEINST_CMD = $(ADE_MFC_ADEINST_CMD) RSDEB_MF_ADEINST_FLAGS = $(ADE_MFC_ADEINST_FLAGS) -m 644 RSDEB_MF_INSTALL_DIR = $(DOCDIR)/examples # # Dependencies for ADE-standard targets # compile: rsdeb.conf #install: $(RSDEB_MF_INSTALL_DIR) # # Recipes for ADE-standard targets # clean: rm -f rsdeb.conf install: $(RSDEB_MF_ADEINST_CMD) $(RSDEB_MF_ADEINST_FLAGS) \ rsdeb.conf $(RSDEB_MF_INSTALL_DIR) # # Dependencies for module-specific targets # rsdeb.conf: rsdeb.conf.spp # # Recipes for module-specific targets # rsdeb.conf: $(ADE_MF_ADESPP_CMD) $(ADE_MF_ADESPP_FLAGS) $< # #$(RSDEB_MF_INSTALL_DIR): # $(ADE_MFC_CREATEDIR_CMD) $(ADE_MFC_CREATEDIR_FLAGS) $@