Files
pvData/pvDataApp/pvTest/Makefile

21 lines
447 B
Makefile

TOP=../..
include $(TOP)/configure/CONFIG
PROD_HOST += testIntTypes
testIntTypes_SRCS += testIntTypes.cpp
testIntTypes_LIBS += pvFactory Com
PROD_HOST += testIntrospect
testIntrospect_SRCS += testIntrospect.cpp
testIntrospect_LIBS += pvFactory Com
PROD_HOST += testSimple
testSimple_SRCS += testSimple.cpp
testSimple_LIBS += pvFactory Com
include $(TOP)/configure/RULES
#----------------------------------------
# ADD RULES AFTER THIS LINE