Files
pvAccess/testApp/client/Makefile
miha_vitorovic d0b5e2ad66 - Adding binary and temporary folders to .hgignore
- Fixing build (linker) errors
2010-12-20 09:39:25 +01:00

17 lines
432 B
Makefile

TOP=../..
include $(TOP)/configure/CONFIG
PROD_HOST += testChannelAccessFactory
testChannelAccessFactory_SRCS += testChannelAccessFactory.cpp
testChannelAccessFactory_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