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:
Michael Davidsaver
2017-05-31 13:01:52 +02:00
parent 634e50e011
commit e72396a022
6 changed files with 76 additions and 18 deletions

View File

@ -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