pg9520/configure/RELEASE
author uhoppe
Thu, 23 May 2013 14:24:24 +0200
changeset 2 c68ad80babeb
parent 1 0ba93e52269a
permissions -rw-r--r--
Quantum 9528 Digital Delay Pulse Generator: Add Trigger Records.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
     1
# RELEASE - Location of external support modules
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
     2
#
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
     3
# IF YOU MAKE ANY CHANGES to this file you must subsequently
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
     4
# do a "gnumake rebuild" in this application's top level
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
     5
# directory.
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
     6
#
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
     7
# The build process does not check dependencies against files
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
     8
# that are outside this application, thus you should do a
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
     9
# "gnumake rebuild" in the top level directory after EPICS_BASE
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    10
# or any other external module pointed to below is rebuilt.
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    11
#
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    12
# Host- or target-specific settings can be given in files named
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    13
#  RELEASE.$(EPICS_HOST_ARCH).Common
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    14
#  RELEASE.Common.$(T_A)
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    15
#  RELEASE.$(EPICS_HOST_ARCH).$(T_A)
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    16
#
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    17
# This file should ONLY define paths to other support modules,
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    18
# or include statements that pull in similar RELEASE files.
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    19
# Build settings that are NOT module paths should appear in a
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    20
# CONFIG_SITE file.
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    21
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    22
TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    23
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    24
# If using the sequencer, point SNCSEQ at its top directory:
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    25
#SNCSEQ=$(EPICS_BASE)/../modules/soft/seq
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    26
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    27
#uh
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    28
MODULES=/opt/epics/modules
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    29
STREAM=$(MODULES)/stream/2-4-1
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    30
ASYN=/usr/lib/epics
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    31
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    32
# EPICS_BASE usually appears last so other apps can override stuff:
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    33
EPICS_BASE=/usr/lib/epics
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    34
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    35
# Set RULES here if you want to take build rules from somewhere
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    36
# other than EPICS_BASE:
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    37
#RULES=/path/to/epics/support/module/rules/x-y