##RELEASE Location of external products
# Run "gnumake clean uninstall install" in the application
# top directory each time this file is changed.

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=<fullpathname>

SUPPORT=/home/xspress3/epics

# This module
XSPRESS3=$(SUPPORT)/xspress3

BUILD_IOCS=YES
# XSPRESS3 requires areaDetector, and areaDetector/configure already defines
# ASYN, CALC, etc.
AREA_DETECTOR=$(SUPPORT)/areaDetector
-include $(TOP)/../RELEASE.$(EPICS_HOST_ARCH).local
-include $(AREA_DETECTOR)/configure/RELEASE_PRODS.local

-include $(TOP)/../RELEASE.local
-include $(TOP)/../RELEASE.$(EPICS_HOST_ARCH).local
-include $(TOP)/configure/RELEASE.local

