37 lines
822 B
Makefile
37 lines
822 B
Makefile
TOP=../..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
PROD_HOST += temp
|
|
temp_SRCS += temp.cpp
|
|
temp_LIBS += pvData Com
|
|
|
|
PROD_HOST += testPVAppend
|
|
testPVAppend_SRCS += testPVAppend.cpp
|
|
testPVAppend_LIBS += pvData Com
|
|
|
|
PROD_HOST += testPVType
|
|
testPVType_SRCS += testPVType.cpp
|
|
testPVType_LIBS += pvData Com
|
|
|
|
PROD_HOST += testPVAuxInfo
|
|
testPVAuxInfo_SRCS += testPVAuxInfo.cpp
|
|
testPVAuxInfo_LIBS += pvData Com
|
|
|
|
PROD_HOST += testIntrospect
|
|
testIntrospect_SRCS += testIntrospect.cpp
|
|
testIntrospect_LIBS += pvData Com
|
|
|
|
PROD_HOST += testPVData
|
|
testPVData_SRCS += testPVData.cpp
|
|
testPVData_LIBS += pvData Com
|
|
|
|
PROD_HOST += testPVStructureArray
|
|
testPVStructureArray_SRCS += testPVStructureArray.cpp
|
|
testPVStructureArray_LIBS += pvData Com
|
|
|
|
include $(TOP)/configure/RULES
|
|
#----------------------------------------
|
|
# ADD RULES AFTER THIS LINE
|
|
|