65 lines
1.8 KiB
Makefile
65 lines
1.8 KiB
Makefile
TOP=../..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
PROD_HOST += testBlockingUDPSrv
|
|
testBlockingUDPSrv_SRCS += testBlockingUDPSrv.cpp
|
|
testBlockingUDPSrv_LIBS += pvData pvAccess Com
|
|
|
|
PROD_HOST += testBlockingUDPClnt
|
|
testBlockingUDPClnt_SRCS += testBlockingUDPClnt.cpp
|
|
testBlockingUDPClnt_LIBS += pvData pvAccess Com
|
|
|
|
PROD_HOST += testRemoteClientImpl
|
|
testRemoteClientImpl_SRCS += testRemoteClientImpl.cpp
|
|
testRemoteClientImpl_LIBS += pvData pvAccess Com
|
|
|
|
PROD_HOST += testChannelConnect
|
|
testChannelConnect_SRCS += testChannelConnect.cpp
|
|
testChannelConnect_LIBS += pvData pvAccess Com
|
|
|
|
#PROD_HOST += testBeaconEmitter
|
|
testBeaconEmitter_SRCS += testBeaconEmitter.cpp
|
|
testBeaconEmitter_LIBS += pvData pvAccess Com
|
|
|
|
#PROD_HOST += testBeaconHandler
|
|
testBeaconHandler_SRCS += testBeaconHandler.cpp
|
|
testBeaconHandler_LIBS += pvData pvAccess Com
|
|
|
|
PROD_HOST_Linux += testChannelSearchManager
|
|
testChannelSearchManager_SRCS += testChannelSearchManager.cpp
|
|
testChannelSearchManager_LIBS += pvData pvAccess Com
|
|
|
|
PROD_HOST += testBlockingTCPSrv
|
|
testBlockingTCPSrv_SRCS += testBlockingTCPSrv.cpp
|
|
testBlockingTCPSrv_LIBS += pvData pvAccess Com
|
|
|
|
PROD_HOST += testBlockingTCPClnt
|
|
testBlockingTCPClnt_SRCS += testBlockingTCPClnt.cpp
|
|
testBlockingTCPClnt_LIBS += pvData pvAccess Com
|
|
|
|
PROD_HOST += testServerContext
|
|
testServerContext_SRCS += testServerContext.cpp
|
|
testServerContext_LIBS += pvData pvAccess Com
|
|
|
|
PROD_HOST += testServer
|
|
testServer_SRCS += testServer.cpp
|
|
testServer_LIBS += pvData pvAccess Com
|
|
|
|
PROD_HOST += pvget
|
|
pvget_SRCS += pvget.cpp
|
|
pvget_LIBS += pvData pvAccess Com
|
|
|
|
PROD_HOST += pvput
|
|
pvput_SRCS += pvput.cpp
|
|
pvput_LIBS += pvData pvAccess Com
|
|
|
|
#PROD_HOST += testGetPerformance
|
|
#testGetPerformance_SRCS += testGetPerformance.cpp
|
|
#testGetPerformance_LIBS += pvData pvAccess Com
|
|
|
|
include $(TOP)/configure/RULES
|
|
#----------------------------------------
|
|
# ADD RULES AFTER THIS LINE
|
|
|