]> git.ozlabs.org Git - ccan/blobdiff - ccan/tdb/tools/Makefile
tdb: don't use 'private' in headers.
[ccan] / ccan / tdb / tools / Makefile
index 38899e1aa4df11eac7c507a142ddfcb87de4f191..6ba6f9987a9856d365769a613cea22ccfc2ec42e 100644 (file)
@@ -1,8 +1,8 @@
-LDLIBS:=../../tdb.o
+LDLIBS:=../../tdb.o ../../tally.o
 CFLAGS:=-I../../.. -Wall -O3 #-g -pg
 LDFLAGS:=-L../../..
 
-default: replay_trace tdbtorture tdbdump tdbtool starvation
+default: replay_trace tdbtorture tdbdump tdbtool starvation mktdb speed
 
 benchmark: replay_trace
        @trap "rm -f /tmp/trace.$$$$" 0; for f in benchmarks/*.rz; do if runzip -k $$f -o /tmp/trace.$$$$ && echo -n "$$f": && ./replay_trace --quiet -n 5 replay.tdb /tmp/trace.$$$$ && rm /tmp/trace.$$$$; then rm -f /tmp/trace.$$$$; else exit 1; fi; done
@@ -30,4 +30,4 @@ check: replay_trace
        @sed 's/\(^[0-9]* traverse\) .*/\1fn/' < $^ > $@
 
 clean:
-       rm -f replay_trace tdbtorture tdbdump tdbtool *.o
+       rm -f replay_trace tdbtorture tdbdump tdbtool speed *.o