# $HeadURL$ $LastChangedRevision$ # # Preamble # include $(shell aderoot include)/doc/examples/Makefile # # Variables used only in this Makefile # #TORC_MF_ADESPP_CMD = $(ADE_MFC_ADESPP_CMD) #TORC_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. TORC_MF_ADEINST_CMD = $(ADE_MFC_ADEINST_CMD) TORC_MF_ADEINST_FLAGS = $(ADE_MFC_ADEINST_FLAGS) -m 644 TORC_MF_INSTALL_DIR = $(DOCDIR)/examples # # Dependencies for ADE-standard targets # compile: torc.conf #install: $(TORC_MF_INSTALL_DIR) # # Recipes for ADE-standard targets # clean: rm -f torc.conf install: $(TORC_MF_ADEINST_CMD) $(TORC_MF_ADEINST_FLAGS) \ torc.conf $(TORC_MF_INSTALL_DIR) # # Dependencies for module-specific targets # torc.conf: torc.conf.spp # # Recipes for module-specific targets # torc.conf: $(ADE_MF_ADESPP_CMD) $(ADE_MF_ADESPP_FLAGS) $< # #$(TORC_MF_INSTALL_DIR): # $(ADE_MFC_CREATEDIR_CMD) $(ADE_MFC_CREATEDIR_FLAGS) $@