#RELEASE Location of external products
#
# NOTE: The build does not check dependancies 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 a RELEASE* file is rebuilt.
#
# Host/target specific settings can be specified in files named
#  RELEASE.$(EPICS_HOST_ARCH).Common
#  RELEASE.Common.$(T_A)
#  RELEASE.$(EPICS_HOST_ARCH).$(T_A)

# Define INSTALL_LOCATION in CONFIG_SITE

# Location of external products
EPICS_BASE=/usr/lib/epics
EPICS_EXTENSIONS = $(TOP)

# OAG_APPS may be needed by extension SDDS 
#OAG_APPS=$(TOP)/../../oag/apps

