mirror of
https://github.com/MariaDB/server.git
synced 2025-01-26 08:44:33 +01:00
6386c55cee
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
14 lines
354 B
Makefile
14 lines
354 B
Makefile
include .defs.mk
|
|
|
|
TYPE := ndbapitest
|
|
|
|
BIN_TARGET := newton_br
|
|
BIN_TARGET_LIBS :=
|
|
BIN_TARGET_ARCHIVES := NEWTON_BASICTEST_COMMON NEWTON_API
|
|
SOURCES := br_test.cpp
|
|
|
|
CCFLAGS_LOC := -I.. -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
|
|
|
|
|