25 lines
523 B
Makefile
25 lines
523 B
Makefile
TOP=../..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
PROD_HOST += test
|
|
test_SRCS += test.cpp
|
|
test_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
|
|
|