26 lines
742 B
Makefile
26 lines
742 B
Makefile
TOP=../..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
PROD_HOST += arrayPerformanceMain
|
|
arrayPerformanceMain_SRCS += arrayPerformanceMain.cpp
|
|
arrayPerformanceMain_LIBS += pvDatabase pvAccess pvData Com
|
|
arrayPerformanceMain_LIBS += pvDatabaseExample
|
|
|
|
PROD_HOST += longArrayMonitorMain
|
|
longArrayMonitorMain_SRCS += longArrayMonitorMain.cpp
|
|
longArrayMonitorMain_LIBS += pvDatabase pvAccess pvData Com
|
|
longArrayMonitorMain_LIBS += pvDatabaseExample
|
|
|
|
PROD_HOST += vectorPerformanceMain
|
|
vectorPerformanceMain_SRCS += vectorPerformanceMain.cpp
|
|
vectorPerformanceMain_LIBS += pvDatabase pvAccess pvData Com
|
|
vectorPerformanceMain_LIBS += pvDatabaseExample
|
|
|
|
|
|
|
|
include $(TOP)/configure/RULES
|
|
#----------------------------------------
|
|
# ADD RULES AFTER THIS LINE
|
|
|