1
|
1 |
# CONFIG_SITE
|
|
2 |
|
|
3 |
# Make any application-specific changes to the EPICS build
|
|
4 |
# configuration variables in this file.
|
|
5 |
#
|
|
6 |
# Host/target specific settings can be specified in files named
|
|
7 |
# CONFIG_SITE.$(EPICS_HOST_ARCH).Common
|
|
8 |
# CONFIG_SITE.Common.$(T_A)
|
|
9 |
# CONFIG_SITE.$(EPICS_HOST_ARCH).$(T_A)
|
|
10 |
|
|
11 |
# CHECK_RELEASE controls the consistency checking of the support
|
|
12 |
# applications pointed to by the RELEASE* files.
|
|
13 |
# Normally CHECK_RELEASE should be set to YES.
|
|
14 |
# Set CHECK_RELEASE to NO to disable checking completely.
|
|
15 |
# Set CHECK_RELEASE to WARN to perform consistency checking but
|
|
16 |
# continue building anyway if conflicts are found.
|
|
17 |
CHECK_RELEASE = YES
|
|
18 |
|
|
19 |
# Set this when you only want to compile this application
|
|
20 |
# for a subset of the cross-compiled target architectures
|
|
21 |
# that Base is built for.
|
|
22 |
#CROSS_COMPILER_TARGET_ARCHS = vxWorks-68040
|
|
23 |
|
|
24 |
# To install files into a location other than $(TOP) define
|
|
25 |
# INSTALL_LOCATION here.
|
|
26 |
#INSTALL_LOCATION=</path/name/to/install/top>
|
|
27 |
|
|
28 |
# Set this when your IOC and the host use different paths
|
|
29 |
# to access the application. This will be needed to boot
|
|
30 |
# from a Microsoft FTP server or with some NFS mounts.
|
|
31 |
# You must rebuild in the iocBoot directory for this to
|
|
32 |
# take effect.
|
|
33 |
#IOCS_APPL_TOP = </IOC/path/to/application/top>
|