X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=Makefile;h=557e92111759dfe244478f25d0966e4dcbbd6c31;hb=f5f103192a4105438bee90bbf85e7407f73b49ca;hp=791708866050adc49e6f8088431238bafb6502c2;hpb=cbd86744c2245a16a75c230733db23960cf19631;p=onak.git diff --git a/Makefile b/Makefile index 7917088..557e921 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for onak. # -# $Id: Makefile,v 1.16 2003/06/06 14:02:39 noodles Exp $ +# $Id: Makefile,v 1.18 2003/10/03 23:07:31 noodles Exp $ # CC = gcc @@ -15,7 +15,7 @@ DBTYPE = db3 #LIBS = -L/usr/local/lib -lpq LIBS = -L/usr/local/lib -ldb3 -PROGS = add lookup gpgwww onak +PROGS = add lookup gpgwww onak splitkeys CORE_OBJS = armor.o charfuncs.o decodekey.o getcgi.o hash.o keydb_$(DBTYPE).o \ keyid.o keyindex.o ll.o mem.o onak-conf.o parsekey.o sha.o md5.o log.o OBJS = merge.o stats.o sendsync.o $(CORE_OBJS) @@ -23,7 +23,10 @@ SRCS = armor.c parsekey.c merge.c keyid.c md5.c sha.c main.c getcgi.c stats.c \ keyindex.c mem.c lookup.c add.c keydb_$(DBTYPE).c ll.c hash.c \ gpgwww.c onak-conf.c charfuncs.c sendsync.c log.c -all: .depend $(PROGS) testparse maxpath sixdegrees +all: .depend $(PROGS) testparse maxpath sixdegrees splitkeys + +splitkeys: splitkeys.o $(CORE_OBJS) + $(LINK) -o splitkeys splitkeys.o $(CORE_OBJS) $(LIBS) testparse: main.o $(OBJS) $(LINK) -o testparse main.o $(OBJS) $(LIBS) @@ -49,7 +52,7 @@ onak: onak.o merge.o $(CORE_OBJS) clean: rm -f $(PROGS) $(OBJS) Makefile.bak testparse maxpath *.core core \ gpgwww.o add.o lookup.o main.o maxpath.o onak.o sixdegrees \ - sixdegrees.o + sixdegrees.o splitkeys.o .depend: $(SRCS) rm .depend