mariadb/ndb/test/newtonapi/basic_test/bulk_read/Makefile
unknown 6386c55cee Initial revision of NDB Cluster files
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2004-04-14 10:53:21 +02:00

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