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:
7
configure/CONFIG_PVACCESS_MODULE
Normal file
7
configure/CONFIG_PVACCESS_MODULE
Normal 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
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user