configure/RELEASE
author William
Thu, 05 Jul 2018 08:48:18 +0000
changeset 4 68a4f654dc00
parent 0 bd6bb22c6533
permissions -rw-r--r--
first

# RELEASE - Location of external support modules
#
# IF YOU MAKE ANY CHANGES to this file you must subsequently
# do a "gnumake rebuild" in this application's top level
# directory.
#
# The build process does not check dependencies against files
# that are outside this application, thus you should do a
# "gnumake rebuild" in the top level directory after EPICS_BASE
# or any other external module pointed to below is rebuilt.
#
# Host- or target-specific settings can be given in files named
#  RELEASE.$(EPICS_HOST_ARCH).Common
#  RELEASE.Common.$(T_A)
#  RELEASE.$(EPICS_HOST_ARCH).$(T_A)
#
# This file should ONLY define paths to other support modules,
# or include statements that pull in similar RELEASE files.
# Build settings that are NOT module paths should appear in a
# CONFIG_SITE file.

TEMPLATE_TOP=${EPICS_HOME}/templates/makeBaseApp/top

HOME=/home/epics/
MODULES=$(HOME)/EPICS/modules
SUPPORT=$(HOME)/EPICS/support

# If using the sequencer, point SNCSEQ at its top directory:
SNCSEQ=$(MODULES)/seq-2.2.2
ASYN=$(SUPPORT)/asyn4-26
STREAM=$(SUPPORT)/stream
EUROTHERM2K=$(SUPPORT)/eurotherm2k-1-18
CALC=$(SUPPORT)/calc-3-4-2

# EPICS_BASE usually appears last so other apps can override stuff:
EPICS_BASE=${EPICS_HOME}

# Set RULES here if you want to take build rules from somewhere
# other than EPICS_BASE:
#RULES=/path/to/epics/support/module/rules/x-y