42 lines
1.2 KiB
Makefile
42 lines
1.2 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 += testBeaconEmitter
|
|
testBeaconEmitter_SRCS += testBeaconEmitter.cpp
|
|
testBeaconEmitter_LIBS += pvData pvAccess Com
|
|
|
|
PROD_HOST += testBeaconHandler
|
|
testBeaconHandler_SRCS += testBeaconHandler.cpp
|
|
testBeaconHandler_LIBS += pvData pvAccess Com
|
|
|
|
PROD_HOST += 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
|
|
|
|
|
|
include $(TOP)/configure/RULES
|
|
#----------------------------------------
|
|
# ADD RULES AFTER THIS LINE
|
|
|