* Import keyanalyze into signing-party. Thanks to Matthew Wilcox for the
[pgp-tools.git] / keyanalyze / Makefile
1 LDLIBS=-lpthread
2 CFLAGS=-O2 -W -Wall -g
3
4 all: keyanalyze process_keys pgpring/pgpring
5
6 keyanalyze: keyanalyze.o
7 process_keys: process_keys.o
8
9 pgpring/pgpring:
10 cd pgpring && CFLAGS="${CFLAGS}" ./configure && make pgpring
11
12 install:
13 install pgpring/pgpring $(DESTDIR)/usr/bin
14 install keyanalyze $(DESTDIR)/usr/bin
15 install process_keys $(DESTDIR)/usr/bin
16
17 clean:
18 -(cd pgpring && make distclean)
19 -rm -f *.o core *~ keyanalyze process_keys
20 -rm -f test.pre preprocess.keys keyanalyze.out all.keys
21 -rm -rf output