configure/CONFIG_SITE
changeset 0 bd6bb22c6533
equal deleted inserted replaced
-1:000000000000 0:bd6bb22c6533
       
     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 even 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-ppc32
       
    23 
       
    24 # To install files into a location other than $(TOP) define
       
    25 #   INSTALL_LOCATION here.
       
    26 #INSTALL_LOCATION=</absolute/path/to/install/top>
       
    27 
       
    28 # Set this when the IOC and build host use different paths
       
    29 #   to the install location. This may be needed to boot from
       
    30 #   a Microsoft FTP server say, or on some NFS configurations.
       
    31 #IOCS_APPL_TOP = </IOC's/absolute/path/to/install/top>
       
    32 
       
    33 # For application debugging purposes, override the HOST_OPT and/
       
    34 #   or CROSS_OPT settings from base/configure/CONFIG_SITE
       
    35 #HOST_OPT = NO
       
    36 #CROSS_OPT = NO