for installing in include/pv follow pvaClientCPP
This commit is contained in:
@ -20,8 +20,5 @@
|
|||||||
# INSTALL_LOCATION here.
|
# INSTALL_LOCATION here.
|
||||||
#INSTALL_LOCATION=</path/name/to/install/top>
|
#INSTALL_LOCATION=</path/name/to/install/top>
|
||||||
|
|
||||||
INSTALL_INCLUDE = $(INSTALL_LOCATION)/include/pv
|
|
||||||
USR_INCLUDES += -I $(INSTALL_LOCATION)/include
|
|
||||||
|
|
||||||
-include $(TOP)/../CONFIG_SITE.local
|
-include $(TOP)/../CONFIG_SITE.local
|
||||||
-include $(TOP)/configure/CONFIG_SITE.local
|
-include $(TOP)/configure/CONFIG_SITE.local
|
||||||
|
12
src/Makefile
12
src/Makefile
@ -3,17 +3,19 @@
|
|||||||
TOP = ..
|
TOP = ..
|
||||||
include $(TOP)/configure/CONFIG
|
include $(TOP)/configure/CONFIG
|
||||||
|
|
||||||
INSTALL_INCLUDE = $(INSTALL_LOCATION)/include/pv
|
|
||||||
USR_INCLUDES += -I$(INSTALL_LOCATION)/include
|
|
||||||
|
|
||||||
PVDATABASE_SRC = $(TOP)/src
|
PVDATABASE_SRC = $(TOP)/src
|
||||||
|
|
||||||
include $(PVDATABASE_SRC)/pv/Makefile
|
|
||||||
|
LIBRARY += pvDatabase
|
||||||
|
|
||||||
|
INC += pv/channelProviderLocal.h
|
||||||
|
INC += pv/pvDatabase.h
|
||||||
|
INC += pv/traceRecord.h
|
||||||
|
|
||||||
include $(PVDATABASE_SRC)/database/Makefile
|
include $(PVDATABASE_SRC)/database/Makefile
|
||||||
include $(PVDATABASE_SRC)/pvAccess/Makefile
|
include $(PVDATABASE_SRC)/pvAccess/Makefile
|
||||||
include $(PVDATABASE_SRC)/special/Makefile
|
include $(PVDATABASE_SRC)/special/Makefile
|
||||||
|
|
||||||
LIBRARY += pvDatabase
|
|
||||||
|
|
||||||
pvDatabase_LIBS += pvAccess pvData Com
|
pvDatabase_LIBS += pvAccess pvData Com
|
||||||
pvDatabase_LIBS += $(EPICS_BASE_IOC_LIBS)
|
pvDatabase_LIBS += $(EPICS_BASE_IOC_LIBS)
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
SRC_DIRS += $(PVDATABASE_SRC)/pv
|
|
||||||
INC += pvDatabase.h
|
|
||||||
INC += channelProviderLocal.h
|
|
||||||
INC += traceRecord.h
|
|
||||||
|
|
Reference in New Issue
Block a user