remove examples (moved to exampleCPP) ; test is now a regresion test (make runtests)

This commit is contained in:
mrkraimer
2016-01-21 14:39:23 -05:00
parent 4ac867ec0f
commit 102174913c
225 changed files with 425 additions and 37853 deletions

View File

@@ -3,14 +3,18 @@
TOP = ..
include $(TOP)/configure/CONFIG
INSTALL_INCLUDE = $(INSTALL_LOCATION)/include/pv
USR_INCLUDES += -I$(INSTALL_LOCATION)/include
PVDATABASE_SRC = $(TOP)/src
LIBRARY += pvDatabase
include $(PVDATABASE_SRC)/pv/Makefile
include $(PVDATABASE_SRC)/database/Makefile
include $(PVDATABASE_SRC)/pvAccess/Makefile
include $(PVDATABASE_SRC)/special/Makefile
LIBRARY += pvDatabase
pvDatabase_LIBS += pvAccess pvData Com
pvDatabase_LIBS += $(EPICS_BASE_IOC_LIBS)

View File

@@ -2,7 +2,5 @@
SRC_DIRS += $(PVDATABASE_SRC)/database
INC += pvDatabase.h
LIBSRCS += pvRecord.cpp
LIBSRCS += pvDatabase.cpp

View File

@@ -531,7 +531,7 @@ private:
/** @page Overview Documentation
*
* <a href = "pvDatabaseCPP.html">pvDatabase.html</a>
* <a href = "../pvDatabaseCPP.html">pvDatabase.html</a>
*
*/

View File

@@ -2,8 +2,6 @@
SRC_DIRS += $(PVDATABASE_SRC)/pvAccess
INC += channelProviderLocal.h
DBD += registerChannelProviderLocal.dbd
LIBSRCS += channelProviderLocal.cpp

View File

@@ -2,6 +2,4 @@
SRC_DIRS += $(PVDATABASE_SRC)/special
INC += traceRecord.h
LIBSRCS += traceRecord.cpp