include $(NDB_TOP)/Defs.mk

TYPE =                  odbcclient

BIN_TARGET =            tpcb

SOURCES =               ttTime.c tpcb.cpp

CCFLAGS_LOC += 		-I/usr/local/include \
			-I$(NDB_TOP)/test/include \
			-I$(NDB_TOP)/include \
			-I$(NDB_TOP)/include/util \
                        -I$(NDB_TOP)/src/client/odbc/common 




#CCFLAGS_WARNINGS +=     -Wno-unused

LIBS_LOC +=		-L/usr/local/lib
BIN_TARGET_LIBS_DIRS +=	/usr/local/lib
BIN_TARGET_LIBS +=	odbc odbcinst

#LIBS_SPEC += -pg
#	-lNDBT \
#		-lodbc \
#		-lodbcinst \
#		-lportlib



include $(NDB_TOP)/Epilogue.mk

