Files
pvAccess/testApp/client/Makefile
T
Matej Sekoranja f7742d3eb0 Status changes
2011-02-17 01:22:08 +01:00

21 lines
561 B
Makefile

TOP=../..
include $(TOP)/configure/CONFIG
PROD_HOST += testChannelAccessFactory
testChannelAccessFactory_SRCS += testChannelAccessFactory.cpp
testChannelAccessFactory_LIBS += pvData pvAccess Com
PROD_HOST += testCreateRequest
testCreateRequest_SRCS += testCreateRequest.cpp
testCreateRequest_LIBS += pvData pvAccess Com
#PROD_HOST += testMockClient
#testMockClient_SRCS = testMockClient.cpp MockClientImpl.cpp
#testMockClient_LIBS = pvData pvAccess Com
include $(TOP)/configure/RULES
#----------------------------------------
# ADD RULES AFTER THIS LINE