23 lines
675 B
Plaintext
23 lines
675 B
Plaintext
#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=_EPICS_BASE_
|
|
EPICS_EXTENSIONS = $(TOP)
|
|
|
|
# OAG_APPS may be needed by extension SDDS
|
|
#OAG_APPS=$(TOP)/../../oag/apps
|
|
|