Makefile 187 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
include .defs.mk

TYPE =		ndbapitest

BIN_TARGET =	testIndex

SOURCES =	testIndex.cpp

CFLAGS_testIndex.cpp := -I$(call fixpath,$(NDB_TOP)/include/kernel)

include $(NDB_TOP)/Epilogue.mk