added micro-benchmark
This commit is contained in:
@@ -92,9 +92,16 @@ LIBSRCS += bitSetUtil.cpp
|
||||
SRC_DIRS += $(PVDATA)/monitor
|
||||
INC += monitor.h
|
||||
|
||||
SRC_DIRS += $(PVDATA)/mb
|
||||
INC += mb.h
|
||||
LIBSRCS += mb.cpp
|
||||
|
||||
LIBRARY=pvData
|
||||
PROD_HOST += mb_stat
|
||||
mb_stat_CXXFLAGS += -DPV_MB
|
||||
mb_stat_SRCS += mb_stat.cpp
|
||||
mb_stat_LIBS += pvData Com
|
||||
|
||||
LIBRARY = pvData
|
||||
pvData_LIBS += Com
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
|
||||
Reference in New Issue
Block a user