21 lines
541 B
Makefile
21 lines
541 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
|
|
|
|
|
|
|
|
include $(TOP)/configure/RULES
|
|
#----------------------------------------
|
|
# ADD RULES AFTER THIS LINE
|
|
|