25 lines
563 B
Makefile
25 lines
563 B
Makefile
TOP=../..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
PROD_HOST += testIntrospect
|
|
testIntrospect_SRCS += testIntrospect.cpp
|
|
testIntrospect_LIBS += pvFactory
|
|
|
|
PROD_HOST += testDumpStdString
|
|
testDumpStdString_SRCS += testDumpStdString.cpp
|
|
testDumpStdString_LIBS += pvFactory
|
|
|
|
PROD_HOST += testPVAuxInfo
|
|
testPVAuxInfo_SRCS += testPVAuxInfo.cpp
|
|
testPVAuxInfo_LIBS += pvFactory
|
|
|
|
PROD_HOST += testPVScalar
|
|
testPVScalar_SRCS += testPVScalar.cpp
|
|
testPVScalar_LIBS += pvFactory
|
|
|
|
include $(TOP)/configure/RULES
|
|
#----------------------------------------
|
|
# ADD RULES AFTER THIS LINE
|
|
|