TOP=.. # Install is redefined to created the soft links to executables. .PHONY: MakeSoftLinks DeleteSoftLinks distclean install include $(TOP)/configure/CONFIG TARGETS = $(CONFIG_TARGETS) CONFIGS += $(subst ../,,$(wildcard $(CONFIG_INSTALLS))) include $(TOP)/configure/RULES install: buildInstall MakeSoftLinks #clean: realclean DeleteSoftLinks distclean: DeleteSoftLinks realclean cvsclean $(TOP)/configure/RELEASE_2_INCLUDE: ${EPICS_SUPPORT}/RELEASE_2_INCLUDE ln -sf ${EPICS_SUPPORT}/RELEASE_2_INCLUDE MakeSoftLinks: $(TOP)/configure/RELEASE_2_INCLUDE DeleteSoftLinks: rm $(TOP)/configure/RELEASE_2_INCLUDE