Files
pvData/pvDataApp/pvTest/Makefile
T
2010-11-04 09:38:53 -04:00

25 lines
571 B
Makefile

TOP=../..
include $(TOP)/configure/CONFIG
PROD_HOST += testPVType
testPVType_SRCS += testPVType.cpp
testPVType_LIBS += pvFactory Com
PROD_HOST += testIntrospect
testIntrospect_SRCS += testIntrospect.cpp
testIntrospect_LIBS += pvFactory Com
PROD_HOST += testPVData
testPVData_SRCS += testPVData.cpp
testPVData_LIBS += pvFactory Com
PROD_HOST += testPVStructureArray
testPVStructureArray_SRCS += testPVStructureArray.cpp
testPVStructureArray_LIBS += pvFactory Com
include $(TOP)/configure/RULES
#----------------------------------------
# ADD RULES AFTER THIS LINE