13 lines
300 B
Makefile
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
|
|
|