Files
pvAccess/testApp/client/Makefile
2010-12-19 08:56:06 +01:00

13 lines
300 B
Makefile

TOP=../..
include $(TOP)/configure/CONFIG
PROD_HOST += testChannelAccessFactory
testChannelAccessFactory_SRCS += testChannelAccessFactory.cpp
testChannelAccessFactory_LIBS += pvAccessClient Com
include $(TOP)/configure/RULES
#----------------------------------------
# ADD RULES AFTER THIS LINE