pg9520/configure/CONFIG_SITE
author uhoppe
Wed, 19 Jun 2013 15:34:43 +0200
changeset 3 1b83de4729dc
parent 1 0ba93e52269a
permissions -rw-r--r--
Oerlikon Center Three Multi-Channel Controllers.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
     1
# CONFIG_SITE
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
     2
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
     3
# Make any application-specific changes to the EPICS build
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
     4
#   configuration variables in this file.
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
     5
#
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
     6
# Host/target specific settings can be specified in files named
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
     7
#   CONFIG_SITE.$(EPICS_HOST_ARCH).Common
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
     8
#   CONFIG_SITE.Common.$(T_A)
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
     9
#   CONFIG_SITE.$(EPICS_HOST_ARCH).$(T_A)
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    10
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    11
# CHECK_RELEASE controls the consistency checking of the support
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    12
#   applications pointed to by the RELEASE* files.
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    13
# Normally CHECK_RELEASE should be set to YES.
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    14
# Set CHECK_RELEASE to NO to disable checking completely.
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    15
# Set CHECK_RELEASE to WARN to perform consistency checking but
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    16
#   continue building anyway if conflicts are found.
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    17
CHECK_RELEASE = YES
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    18
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    19
# Set this when you only want to compile this application
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    20
#   for a subset of the cross-compiled target architectures
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    21
#   that Base is built for.
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    22
#CROSS_COMPILER_TARGET_ARCHS = vxWorks-68040
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    23
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    24
# To install files into a location other than $(TOP) define
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    25
#   INSTALL_LOCATION here.
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    26
#INSTALL_LOCATION=</path/name/to/install/top>
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    27
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    28
# Set this when your IOC and the host use different paths
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    29
#   to access the application. This will be needed to boot
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    30
#   from a Microsoft FTP server or with some NFS mounts.
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    31
# You must rebuild in the iocBoot directory for this to
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    32
#   take effect.
0ba93e52269a Quantum 9528 Digital Delay Pulse Generator.
uhoppe
parents:
diff changeset
    33
#IOCS_APPL_TOP = </IOC/path/to/application/top>