Move EPICS_BASE_PVA_CORE_LIBS to new cfg/CONFIG_PVACCESS_MODULE file

... following the practice of other Base modules.
This commit is contained in:
Andrew Johnson
2017-12-06 22:35:54 -06:00
parent af43c18765
commit 736f7c3ff3
3 changed files with 12 additions and 3 deletions

View File

@ -0,0 +1,7 @@
#*************************************************************************
# EPICS BASE is distributed subject to a Software License Agreement found
# in file LICENSE that is included with this distribution.
#*************************************************************************
# LIbraries needed to link a pvAccess tool
EPICS_BASE_PVA_CORE_LIBS = pvAccessIOC pvAccessCA pvAccess pvData

View File

@ -1,5 +1,3 @@
EPICS_BASE_PVA_CORE_LIBS = pvAccessIOC pvAccessCA pvAccess pvData
EPICS_PVA_MAJOR_VERSION = 6 EPICS_PVA_MAJOR_VERSION = 6
EPICS_PVA_MINOR_VERSION = 0 EPICS_PVA_MINOR_VERSION = 0
EPICS_PVA_MAINTENANCE_VERSION = 0 EPICS_PVA_MAINTENANCE_VERSION = 0

View File

@ -1,11 +1,15 @@
#*************************************************************************
# EPICS BASE is distributed subject to a Software License Agreement found
# in file LICENSE that is included with this distribution.
#*************************************************************************
TOP=.. TOP=..
include $(TOP)/configure/CONFIG include $(TOP)/configure/CONFIG
CFG += CONFIG_PVACCESS_VERSION CFG += CONFIG_PVACCESS_VERSION
CFG += CONFIG_PVACCESS_MODULE
TARGETS = $(CONFIG_TARGETS) TARGETS = $(CONFIG_TARGETS)
CONFIGS += $(subst ../,,$(wildcard $(CONFIG_INSTALLS))) CONFIGS += $(subst ../,,$(wildcard $(CONFIG_INSTALLS)))
include $(TOP)/configure/RULES include $(TOP)/configure/RULES