mirror of
https://github.com/MariaDB/server.git
synced 2025-01-25 00:04:33 +01:00
6386c55cee
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
14 lines
324 B
Makefile
14 lines
324 B
Makefile
include .defs.mk
|
|
|
|
TYPE := ndbapitest
|
|
|
|
BIN_TARGET := newton_perf
|
|
BIN_TARGET_LIBS :=
|
|
BIN_TARGET_ARCHIVES := NEWTON_API
|
|
SOURCES := perf.cpp
|
|
|
|
CCFLAGS_LOC := -I$(call fixpath,$(NDB_TOP)/include/util) -I$(call fixpath,$(NDB_TOP)/include/newtonapi) -I$(call fixpath,$(NDB_TOP)/include/portlib)
|
|
|
|
include $(NDB_TOP)/Epilogue.mk
|
|
|
|
|