auto-start PVA server w/ initHook
split of this code into a new library pvAccessIOC which depends on all core libraries.
This commit is contained in:
@ -23,6 +23,13 @@ CHECK_RELEASE = YES
|
||||
-include $(TOP)/../CONFIG_SITE.local
|
||||
-include $(TOP)/configure/CONFIG_SITE.local
|
||||
|
||||
EPICS_PVA_MAJOR_VERSION = 5
|
||||
EPICS_PVA_MINOR_VERSION = 0
|
||||
EPICS_PVA_MAINTENANCE_VERSION = 1
|
||||
EPICS_PVA_DEVELOPMENT_FLAG = 1
|
||||
|
||||
SHRLIB_VERSION ?= $(EPICS_PVA_MAJOR_VERSION).$(EPICS_PVA_MINOR_VERSION).$(EPICS_PVA_MAINTENANCE_VERSION)
|
||||
|
||||
ifdef WITH_COVERAGE
|
||||
USR_CPPFLAGS += --coverage
|
||||
USR_LDFLAGS += --coverage
|
||||
|
Reference in New Issue
Block a user