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