X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftdb2%2Ftools%2FMakefile;h=e2ad888390a79d9e69cc84eda902055fcd494517;hb=a94286219597d8123188aaff0aaa55dba5104a05;hp=c16f27bf79bf59efa0a18ed7ca98d6fc405a31f5;hpb=fdba839b5d353eb0c06ede0ee40e555501249d6a;p=ccan diff --git a/ccan/tdb2/tools/Makefile b/ccan/tdb2/tools/Makefile index c16f27bf..e2ad8883 100644 --- a/ccan/tdb2/tools/Makefile +++ b/ccan/tdb2/tools/Makefile @@ -1,12 +1,14 @@ OBJS:=../../tdb2.o ../../hash.o ../../tally.o -CFLAGS:=-I../../.. -Wall -g #-g -O3 #-g -pg +CFLAGS:=-I../../.. -Wall -g -O3 #-g -pg LDFLAGS:=-L../../.. -default: tdbtorture tdbtool mktdb +default: tdbtorture tdbtool mktdb speed growtdb-bench tdbtorture: tdbtorture.c $(OBJS) tdbtool: tdbtool.c $(OBJS) mktdb: mktdb.c $(OBJS) +speed: speed.c $(OBJS) +growtdb-bench: growtdb-bench.c $(OBJS) clean: - rm -f tdbtorture tdbtool mktdb + rm -f tdbtorture tdbtool mktdb speed growtdb-bench