1*66212Sbostic# @(#)Makefile 8.9 (Berkeley) 02/21/94 256040Sbostic 356040SbosticPROG= dbtest 4*66212SbosticOBJS= dbtest.o strerror.o 557484Sbostic 665178Sbostic# Add -DSTATISTICS to CFLAGS to get btree statistical use info. 765178Sbostic# Note, the db library has to be compiled for statistics as well. 8*66212SbosticCFLAGS= -D__DBINTERFACE_PRIVATE -DDEBUG -O ${INC} 964454Sbostic 1064449Sbosticdbtest: ${OBJS} ${LIB} 1165178Sbostic ${CC} -o $@ ${OBJS} ${LIB} 1264450Sbostic 13*66212Sbosticstrerror.o: ../PORT/clib/strerror.c 14*66212Sbostic ${CC} -c ../PORT/clib/strerror.c 15*66212Sbostic 1664450Sbosticclean: 1764454Sbostic rm -f gmon.out ${OBJS} ${PROG} t1 t2 t3 18