include .defs.mk

TYPE =			*

BIN_TARGET =	       	tpcb	

SOURCES =		ttTime.c tpcb.cpp

CCFLAGS_LOC += \
			-I$(NDB_TOP)/include \
			-I$(NDB_TOP)/include/ndbapi \
			-I$(NDB_TOP)/include/portlib \
			-I$(NDB_TOP)/include/util \
			-I$(NDB_TOP)/test/include \
			-I/usr/local/include

CCFLAGS_WARNINGS +=	-Wno-unused -Wno-sign-compare -Wformat

CCFLAGS_TOP +=		-DndbODBC

BIN_TARGET_LIBS =	NDB_API_pic NDB_ODBC_pic NDBT

ifeq ($(NDB_OS),SOLARIS)
BIN_TARGET_LIBS +=	dmallocthcxx
CCFLAGS_TOP +=		-DDMALLOC
endif

include $(NDB_TOP)/Epilogue.mk

$(BIN_DIR)$(BIN_TARGET): Makefile