Include <top>/../RELEASE.<host>.local
This commit is contained in:
@ -1,27 +1,43 @@
|
|||||||
# pvDatabaseCPP RELEASE - Location of external support modules
|
# RELEASE - Location of external support modules
|
||||||
#
|
#
|
||||||
# IF YOU CHANGE this file or any file it includes you must
|
# IF YOU CHANGE ANY PATHS in this file or make API changes to
|
||||||
# subsequently do a "gnumake rebuild" in the application's
|
# any modules it refers to, you should do a "make rebuild" in
|
||||||
# top level directory.
|
# this application's top level directory.
|
||||||
#
|
#
|
||||||
# The build process does not check dependencies against files
|
# The EPICS build process does not check dependencies against
|
||||||
# that are outside this application, thus you should also do a
|
# any files from outside the application, so it is safest to
|
||||||
# "gnumake rebuild" in the top level directory after EPICS_BASE
|
# rebuild it completely if any modules it depends on change.
|
||||||
# or any other external module pointed to below is rebuilt.
|
|
||||||
#
|
#
|
||||||
# Host- or target-specific settings can be given in files named
|
# Host- or target-specific settings can be given in files named
|
||||||
# RELEASE.$(EPICS_HOST_ARCH).Common
|
# RELEASE.$(EPICS_HOST_ARCH).Common
|
||||||
# RELEASE.Common.$(T_A)
|
# RELEASE.Common.$(T_A)
|
||||||
# RELEASE.$(EPICS_HOST_ARCH).$(T_A)
|
# RELEASE.$(EPICS_HOST_ARCH).$(T_A)
|
||||||
|
|
||||||
# EPICS V4 Developers: Do not edit the locations in this file!
|
|
||||||
#
|
#
|
||||||
# Create a file RELEASE.local pointing to your PVASRV, PVACCESS,
|
# This file is parsed by both GNUmake and an EPICS Perl script,
|
||||||
# PVDATA, PVCOMMON and EPICS_BASE build directories, e.g.
|
# so it may ONLY contain definititions of paths to other support
|
||||||
# PVACCESS = /path/to/epics/pvAccessCPP
|
# modules, variable definitions that are used in module paths,
|
||||||
# PVDATA = /path/to/epics/pvDataCPP
|
# and include statements that pull in other RELEASE files.
|
||||||
# PVCOMMON = /path/to/epics/pvCommonCPP
|
# Variables may be used before their values have been set.
|
||||||
# EPICS_BASE = /path/to/epics/base
|
# Build variables that are NOT used in paths should be set in
|
||||||
|
# the CONFIG_SITE file.
|
||||||
|
|
||||||
|
# Variables and paths to dependent modules:
|
||||||
|
#MODULES = /path/to/modules
|
||||||
|
#MYMODULE = $(MODULES)/my-module
|
||||||
|
|
||||||
|
# If building the EPICS modules individually, set these:
|
||||||
|
#EPICS_PVACCESS = $(MODULES)/pvAccess
|
||||||
|
#EPICS_PVDATA = $(MODULES)/pvData
|
||||||
|
#EPICS_DATABASE = $(MODULES)/database
|
||||||
|
#EPICS_CA = $(MODULES)/ca
|
||||||
|
#EPICS_LIBCOM = $(MODULES)/libcom
|
||||||
|
#EPICS_BASE = $(MODULES)/core
|
||||||
|
|
||||||
|
# Set RULES here if you want to use build rules from elsewhere:
|
||||||
|
#RULES = $(MODULES)/build-rules
|
||||||
|
|
||||||
|
# These allow developers to override the RELEASE variable settings
|
||||||
|
# without having to modify the configure/RELEASE file itself.
|
||||||
-include $(TOP)/../RELEASE.local
|
-include $(TOP)/../RELEASE.local
|
||||||
|
-include $(TOP)/../RELEASE.$(EPICS_HOST_ARCH).local
|
||||||
-include $(TOP)/configure/RELEASE.local
|
-include $(TOP)/configure/RELEASE.local
|
||||||
|
Reference in New Issue
Block a user