29 lines
675 B
Makefile
29 lines
675 B
Makefile
TOP=../..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
PROD_HOST += testPVType
|
|
testPVType_SRCS += testPVType.cpp
|
|
testPVType_LIBS += pvFactory Com
|
|
|
|
PROD_HOST += testPVAuxInfo
|
|
testPVAuxInfo_SRCS += testPVAuxInfo.cpp
|
|
testPVAuxInfo_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
|
|
|