mariadb/ndb/test/newtonapi/perf_test/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
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