# RELEASE
# Defines location of external products
include $(TOP)/RELEASE_SITE

# ===============================================================
# Define the version of modules needed by
# IOC apps or other Support apps
# ===============================================================
IOCADMIN_MODULE_VERSION=R3.1.15-1.9.0
AUTOSAVE_MODULE_VERSION=R5.8-2.1.0
ASYN_MODULE_VERSION=R4.31-1.0.0
#AXIS_MODULE_VERSION=R0.0.1
ADS_MODULE_VERSION=R2.0.0-0.0.1

# ============================================================
# External Support module path definitions
#
# If any of these macros expand to a path which
# contains an "include" directory, that directory will be
# included in the compiler include path.
#
# If any of these macros expand to a path which
# contains a "lib/<arch>" directory, that directory will be
# included in the compiler link path for that architecture.
#
# If your build fails, look for these paths in your build output
# ============================================================
IOCADMIN=$(EPICS_MODULES)/iocAdmin/$(IOCADMIN_MODULE_VERSION)
AUTOSAVE=$(EPICS_MODULES)/autosave/$(AUTOSAVE_MODULE_VERSION)
ASYN	= $(EPICS_MODULES)/asyn/$(ASYN_MODULE_VERSION)
#AXIS	= $(EPICS_MODULES)/axis/$(AXIS_MODULE_VERSION)
ADS	= $(EPICS_MODULES)/twincat-ads/$(ADS_MODULE_VERSION)

# Set EPICS_BASE last so it appears last in the DB, DBD, INCLUDE, and LIB search paths
EPICS_BASE = $(EPICS_SITE_TOP)/base/$(BASE_MODULE_VERSION)
