Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 23 additions & 6 deletions src/template/base/top/configure/RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# RELEASE.$(EPICS_HOST_ARCH).$(T_A)
#
# This file is parsed by both GNUmake and an EPICS Perl script,
# so it can ONLY contain definititions of paths to other support
# so it can ONLY contain definitions of paths to other support
# modules, variable definitions that are used in module paths,
# and include statements that pull in other RELEASE files.
# Variables may be used before their values have been set.
Expand All @@ -41,15 +41,32 @@ EPICS_BASE = _EPICS_BASE_
-include $(TOP)/../RELEASE.local
-include $(TOP)/configure/RELEASE.local

# top level master release and local private options
include $(TOP)/../../../configure/MASTER_RELEASE
-include $(TOP)/../../../configure/MASTER_RELEASE.$(EPICS_HOST_ARCH)
-include $(TOP)/../../../configure/MASTER_RELEASE.private
-include $(TOP)/../../../configure/MASTER_RELEASE.private.$(EPICS_HOST_ARCH)
# Macros required for basic ioc/stream device
ACCESSSECURITY=$(SUPPORT)/AccessSecurity/master
ASUBFUNCTIONS=$(SUPPORT)/asubFunctions/master
ASYN=$(SUPPORT)/asyn/master
AUTOSAVE=$(SUPPORT)/autosave/master
CALC=$(SUPPORT)/calc/master
CAPUTLOG=$(SUPPORT)/caPutLog/master
DEVIOCSTATS=$(SUPPORT)/devIocStats/master
ICPCONFIG=$(SUPPORT)/icpconfig/master
LIBJSON=$(SUPPORT)/libjson/master
MYSQL=$(SUPPORT)/MySQL/master
ONCRPC=$(SUPPORT)/oncrpc/master
PCRE=$(SUPPORT)/pcre/master
PUGIXML=$(SUPPORT)/pugixml/master
PVDUMP=$(SUPPORT)/pvdump/master
SNCSEQ=$(SUPPORT)/seq/master
SQLITE=$(SUPPORT)/sqlite/master
SSCAN=$(SUPPORT)/sscan/master
STREAMDEVICE=$(SUPPORT)/StreamDevice/master
UTILITIES=$(SUPPORT)/utilities/master
ZLIB=$(SUPPORT)/zlib/master

# optional extra local definitions here
-include $(TOP)/configure/RELEASE.private

include $(TOP)/../../../ISIS_CONFIG
-include $(TOP)/../../../ISIS_CONFIG.$(EPICS_HOST_ARCH)

# IOC-specific support module