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