1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00
Files
mariadb/ndb/test/newtonapi/basic_test/ptr_binding/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

15 lines
363 B
Makefile

include .defs.mk
TYPE := ndbapitest
BIN_TARGET := newton_pb
BIN_TARGET_LIBS :=
BIN_TARGET_ARCHIVES := NEWTON_BASICTEST_COMMON NEWTON_API
SOURCES := ptr_binding_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