X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=Makefile.in;h=01169b21f96419712a59021422cc35b14bbeb5fb;hb=a047e3e158d560af079bec920460711d8222317c;hp=95e24f23fb66d596c7c6774cab8dc25a9a90782d;hpb=ad30ce51bf609c35cd99a9ca46dd859b17d8164a;p=onak.git diff --git a/Makefile.in b/Makefile.in index 95e24f2..01169b2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -11,8 +11,9 @@ DBTYPE = @DBTYPE@ # LIBS = @LIBS@ prefix ?= @prefix@ +exec_prefix ?= @exec_prefix@ -PROGS = add lookup gpgwww onak splitkeys onak-mail.pl +PROGS = add lookup gpgwww onak splitkeys onak-mail.pl stripkey 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 sha1.o md5.o \ log.o photoid.o wordlist.o cleanup.o @@ -22,7 +23,7 @@ SRCS = armor.c parsekey.c merge.c keyid.c md5.c sha1.c main.c getcgi.c mem.c \ gpgwww.c onak-conf.c charfuncs.c sendsync.c log.c photoid.c \ wordlist.c cleankey.c cleanup.c -all: .depend $(PROGS) testparse maxpath sixdegrees splitkeys +all: .depend $(PROGS) testparse maxpath sixdegrees splitkeys onak.conf splitkeys: splitkeys.o $(CORE_OBJS) $(CC) $(LDFLAGS) -o splitkeys splitkeys.o $(CORE_OBJS) $(LIBS) @@ -36,6 +37,9 @@ maxpath: maxpath.o $(OBJS) sixdegrees: sixdegrees.o $(OBJS) $(CC) $(LDFLAGS) -o sixdegrees sixdegrees.o $(OBJS) $(LIBS) +stripkey: stripkey.o $(OBJS) + $(CC) $(LDFLAGS) -o stripkey stripkey.o $(OBJS) $(LIBS) + gpgwww: gpgwww.o $(OBJS) $(CC) $(LDFLAGS) -o gpgwww gpgwww.o $(OBJS) $(LIBS) @@ -58,10 +62,15 @@ onak-mail.pl: onak-mail.pl.in sed 's:@CONFIG@:@sysconfdir@/onak.conf:g' < onak-mail.pl.in > onak-mail.pl chmod +x onak-mail.pl +onak.conf: onak.conf.in + sed -e 's:@BINDIR@:@bindir@:g' \ + -e 's:@STATEDIR@:@localstatedir@:g' \ + < onak.conf.in > onak.conf + 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 splitkeys.o + sixdegrees.o splitkeys.o stripkey.o onak.conf distclean: clean $(RM) -f Makefile .depend config.{log,status,h}