42 lines
1.0 KiB
Makefile
42 lines
1.0 KiB
Makefile
TOP=../..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
PROD_HOST += testIntrospect
|
|
testIntrospect_SRCS += testIntrospect.cpp
|
|
testIntrospect_LIBS += pvFactory
|
|
|
|
PROD_HOST += testPVAuxInfo
|
|
testPVAuxInfo_SRCS += testPVAuxInfo.cpp
|
|
testPVAuxInfo_LIBS += pvFactory
|
|
|
|
PROD_HOST += testPVScalar
|
|
testPVScalar_SRCS += testPVScalar.cpp
|
|
testPVScalar_LIBS += pvFactory
|
|
testPVScalar_LIBS += pvMisc Com
|
|
|
|
PROD_HOST += testPVScalarArray
|
|
testPVScalarArray_SRCS += testPVScalarArray.cpp
|
|
testPVScalarArray_LIBS += pvFactory
|
|
|
|
PROD_HOST += testSimpleStructure
|
|
testSimpleStructure_SRCS += testSimpleStructure.cpp
|
|
testSimpleStructure_LIBS += pvFactory
|
|
|
|
PROD_HOST += testBitSet
|
|
testBitSet_SRCS += testBitSet.cpp
|
|
testBitSet_LIBS += pvMisc Com
|
|
|
|
PROD_HOST += testByteBuffer
|
|
testByteBuffer_SRCS += testByteBuffer.cpp
|
|
testByteBuffer_LIBS += pvMisc Com
|
|
|
|
PROD_HOST += testBaseException
|
|
testBaseException_SRCS += testBaseException.cpp
|
|
testBaseException_LIBS += pvMisc
|
|
|
|
include $(TOP)/configure/RULES
|
|
#----------------------------------------
|
|
# ADD RULES AFTER THIS LINE
|
|
|