#RELEASE Location of external products # Run "gnumake clean uninstall install" in the application # top directory each time this file is changed. # # NOTE: The build does not check dependencies on files # external to this application. Thus you should run # "gnumake clean uninstall install" in the top directory # each time EPICS_BASE, SNCSEQ, or any other external # module defined in the RELEASE file is rebuilt. TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top # If you don't want to install into $(TOP) then # define INSTALL_LOCATION_APP here #INSTALL_LOCATION_APP= SUPPORT=$(TOP)/.. -include $(TOP)/../configure/SUPPORT.$(EPICS_HOST_ARCH) ASYN=$(SUPPORT)/asyn4-36 CALC=$(SUPPORT)/calc-3-7 PCRE=$(SUPPORT)/pcre-7-2 # EPICS_BASE usually appears last so other apps can override stuff: EPICS_BASE=/usr/local/epics/base-7.0.3 # These lines allow developers to override these RELEASE settings # without having to modify this file directly. -include $(TOP)/../RELEASE.local -include $(TOP)/../RELEASE.$(EPICS_HOST_ARCH).local -include $(TOP)/configure/RELEASE.local