export QSRV version
This commit is contained in:
24
.gitignore
vendored
24
.gitignore
vendored
@ -1,15 +1,15 @@
|
||||
bin/
|
||||
lib/
|
||||
doc/
|
||||
include/
|
||||
db/
|
||||
dbd/
|
||||
documentation/html
|
||||
documentation/*.tag
|
||||
/bin/
|
||||
/cfg/
|
||||
/lib/
|
||||
/include/
|
||||
/db/
|
||||
/dbd/
|
||||
/documentation/html
|
||||
/documentation/*.tag
|
||||
/configure/*.local
|
||||
/configure/RELEASE.*
|
||||
/configure/CONFIG_SITE.*
|
||||
/!configure/ExampleRELEASE.local
|
||||
envPaths
|
||||
configure/*.local
|
||||
configure/RELEASE.*
|
||||
configure/CONFIG_SITE.*
|
||||
!configure/ExampleRELEASE.local
|
||||
**/O.*
|
||||
QtC-*
|
||||
|
9
configure/CONFIG_QSRV_VERSION
Normal file
9
configure/CONFIG_QSRV_VERSION
Normal file
@ -0,0 +1,9 @@
|
||||
# Module (source) version
|
||||
EPICS_QSRV_MAJOR_VERSION = 1
|
||||
EPICS_QSRV_MINOR_VERSION = 0
|
||||
EPICS_QSRV_MAINTENANCE_VERSION = 0
|
||||
EPICS_QSRV_DEVELOPMENT_FLAG = 1
|
||||
|
||||
# ABI version
|
||||
EPICS_QSRV_ABI_MAJOR_VERSION = 1
|
||||
EPICS_QSRV_ABI_MINOR_VERSION = 0
|
@ -5,4 +5,6 @@ include $(TOP)/configure/CONFIG
|
||||
TARGETS = $(CONFIG_TARGETS)
|
||||
CONFIGS += $(subst ../,,$(wildcard $(CONFIG_INSTALLS)))
|
||||
|
||||
CFG += CONFIG_QSRV_VERSION
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
|
@ -7,6 +7,8 @@ include $(TOP)/configure/CONFIG
|
||||
|
||||
LIBRARY += qsrv
|
||||
|
||||
SHRLIB_VERSION ?= $(EPICS_QSRV_ABI_MAJOR_VERSION).$(EPICS_QSRV_ABI_MINOR_VERSION)
|
||||
|
||||
USR_CPPFLAGS += -I$(TOP)/common -I$(TOP)/p2pApp
|
||||
|
||||
qsrv_SRCS += pvif.cpp
|
||||
|
@ -1,3 +1,6 @@
|
||||
# Changes to this file may require incrementing
|
||||
# the ABI version in CONFIG_QSRV_VERSION
|
||||
|
||||
registrar(QSRVRegistrar)
|
||||
#registrar(installPVAAddLinkHook)
|
||||
#link("pva", "lsetPVA")
|
||||
|
Reference in New Issue
Block a user