Files
pvData/pvDataApp/test/Makefile
2010-09-17 09:31:44 -04:00

21 lines
421 B
Makefile

TOP=../..
include $(TOP)/configure/CONFIG
PROD_HOST = test
test_SRCS += test.cpp
test_LIBS += pvFactory
PROD_HOST += testDumpStdString
testDumpStdString_SRCS += testDumpStdString.cpp
testDumpStdString_LIBS += pvFactory
PROD_HOST = testPVScalar
testPVScalar_SRCS += testPVScalar.cpp
testPVScalar_LIBS += pvFactory
include $(TOP)/configure/RULES
#----------------------------------------
# ADD RULES AFTER THIS LINE