chiark / gitweb /
New files added.
[catacomb] / Makefile.m4
1 ## -*-makefile-*-
2 ##
3 ## $Id: Makefile.m4,v 1.45 2001/02/03 16:09:41 mdw Exp $
4 ##
5 ## Makefile for Catacomb
6 ##
7 ## (c) 1999 Straylight/Edgeware
8 ##
9
10 ##----- Licensing notice ----------------------------------------------------
11 ##
12 ## This file is part of Catacomb.
13 ##
14 ## Catacomb is free software; you can redistribute it and/or modify
15 ## it under the terms of the GNU Library General Public License as
16 ## published by the Free Software Foundation; either version 2 of the
17 ## License, or (at your option) any later version.
18 ## 
19 ## Catacomb is distributed in the hope that it will be useful,
20 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
21 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22 ## GNU Library General Public License for more details.
23 ## 
24 ## You should have received a copy of the GNU Library General Public
25 ## License along with Catacomb; if not, write to the Free
26 ## Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
27 ## MA 02111-1307, USA.
28
29 ##----- Revision history ----------------------------------------------------
30 ##
31 ## $Log: Makefile.m4,v $
32 ## Revision 1.45  2001/02/03 16:09:41  mdw
33 ## New files added.
34 ##
35 ## Revision 1.44  2000/10/15 17:49:00  mdw
36 ## New SHA variants with longer outputs.
37 ##
38 ## Revision 1.43  2000/10/08 16:01:26  mdw
39 ## Add binary poly arithmetic.  Tidy table generation stuff.  Distribute
40 ## calc prototypes.
41 ##
42 ## Revision 1.42  2000/10/08 12:16:06  mdw
43 ## Remove vestiges of @primorial@.
44 ##
45 ## Revision 1.41  2000/08/15 21:46:20  mdw
46 ## Set up the dependencies on primetab.[ch] and mptypes.h properly.
47 ## There's some m4 hacking, but it's worth it not to have to recompile all
48 ## the cipher modes.
49 ##
50 ## Revision 1.40  2000/08/06 10:50:55  mdw
51 ## (mkphrase): New program for generating random passphrases with measured
52 ## strength.
53 ##
54 ## Revision 1.39  2000/07/29 21:55:32  mdw
55 ## Make sure the pixie is installed setuid-root (workaround for an Automake
56 ## bug).  Install new manpages.
57 ##
58 ## Revision 1.38  2000/07/29 10:54:55  mdw
59 ## Further fixing to support building using normal `make' again. ;-)  I
60 ## think we're there now.
61 ##
62 ## Revision 1.37  2000/07/29 10:02:36  mdw
63 ## Lots of fixing to support `make -j' building.
64 ##
65 ## Revision 1.36  2000/07/20 20:13:38  mdw
66 ## Added Bellare and Rogaway's PSS encoding for RSA signatures.
67 ##
68 ## Revision 1.35  2000/07/16 20:00:46  mdw
69 ## Bug fixes to distribution.
70 ##
71 ## Revision 1.34  2000/07/15 20:55:32  mdw
72 ## More hashes and ciphers.  An extra tool.
73 ##
74 ## Revision 1.33  2000/07/09 21:34:15  mdw
75 ## New hash functions and other stuff.
76 ##
77 ## Revision 1.32  2000/07/01 11:27:32  mdw
78 ## Name changes and new files.
79 ##
80 ## Revision 1.31  2000/06/25 13:02:07  mdw
81 ## Fix cleaning of generated files.
82 ##
83 ## Revision 1.30  2000/06/22 19:10:33  mdw
84 ## Fix Makefile to test mp-sqrt.c.
85 ##
86 ## Revision 1.29  2000/06/22 19:04:19  mdw
87 ## More new functions to be added.
88 ##
89 ## Revision 1.28  2000/06/18 23:31:18  mdw
90 ## Rearrange build order to ensure that `mptypes.h' exists by the time it's
91 ## needed.
92 ##
93 ## Revision 1.27  2000/06/17 13:28:50  mdw
94 ## Minor tidying and fixing.
95 ##
96 ## Revision 1.26  2000/06/17 10:33:43  mdw
97 ## Lots of new ciphers and other files.
98 ##
99 ## Revision 1.25  2000/02/12 18:55:40  mdw
100 ## Make it all compile properly.
101 ##
102 ## Revision 1.24  2000/02/12 18:22:26  mdw
103 ## Missed a file.  Whoops.
104 ##
105 ## Revision 1.23  2000/02/12 18:21:01  mdw
106 ## Overhaul of key management (again).
107 ##
108 ## Revision 1.22  1999/12/22 16:04:06  mdw
109 ## Lots of new files.
110 ##
111 ## Revision 1.21  1999/12/13 15:47:58  mdw
112 ## Fix a couple of minor bugs in the distribution set.
113 ##
114 ## Revision 1.19  1999/12/11 10:58:24  mdw
115 ## Fix bug in test rig link flags.  Add Karatsuba squaring.
116 ##
117 ## Revision 1.18  1999/12/10 23:30:01  mdw
118 ## Lots of new files.
119 ##
120 ## Revision 1.17  1999/11/25 11:38:31  mdw
121 ## Support for conversions between MPs and C integers.
122 ##
123 ## Revision 1.16  1999/11/22 20:51:33  mdw
124 ## Add yet more source files.
125 ##
126 ## Revision 1.15  1999/11/22 14:08:30  mdw
127 ## Improve dependencies for test programs.
128 ##
129 ## Revision 1.14  1999/11/22 00:17:09  mdw
130 ## Create object files for test programs so that rebuilding doesn't take so
131 ## long.
132 ##
133 ## Revision 1.12  1999/11/20 22:36:26  mdw
134 ## Improve dependencies.  Move mpx testing into mpx.c.
135 ##
136 ## Revision 1.11  1999/11/20 22:24:53  mdw
137 ## Add Diffie-Hellman support.
138 ##
139 ## Revision 1.10  1999/11/19 19:28:24  mdw
140 ## Add DSA files and tests.
141 ##
142 ## Revision 1.9  1999/11/17 18:05:35  mdw
143 ## Many new files and test cases for multiprecision arithmetic.
144 ##
145 ## Revision 1.8  1999/11/13 01:56:07  mdw
146 ## Include multiprecision maths stuff.
147 ##
148 ## Revision 1.7  1999/11/11 19:01:02  mdw
149 ## Use `libtool' to generate a shared library.
150 ##
151 ## Revision 1.6  1999/11/11 17:47:34  mdw
152 ## Updates for new configuration system, and `mptypes' generator.
153 ##
154 ## Revision 1.5  1999/11/11 00:59:17  mdw
155 ## Minor reformatting.
156 ##
157 ## Revision 1.4  1999/10/24 10:20:36  mdw
158 ## Modify for standalone distribution.  The library's getting far too large
159 ## to be sensibly embedded in other programs.
160 ##
161 ## Revision 1.3  1999/10/24 10:04:26  mdw
162 ## Install headers in the right directory.
163 ##
164 ## Revision 1.2  1999/10/23 12:55:35  mdw
165 ## The `CVS' directory can't be hardlinked.  Don't worry about this
166 ## overmuch.
167 ##
168 ## Revision 1.1  1999/09/03 08:41:11  mdw
169 ## Initial import.
170 ##
171
172 AUTOMAKE_OPTIONS = foreign
173
174 SUBDIRS = tests
175
176 archincludedir = $(libdir)/catacomb/include
177
178 ## --- List handling macros ---
179 ##
180 ## List handling is nice, usually.  Unfortunately, I based this design on
181 ## TeX list macros rather than anything sensible...
182
183 define(`_', `define(`_item', $1)define(`_item_2', $2)emit`'')
184 define(`adorn', `pushdef(`emit', `$1`'_item`'$3')$2`'popdef(`emit')')
185 define(`join',
186 `pushdef(`emit', `adorn(``_(''_item`$2', `$3', ``)'')`'')$1`'popdef(`emit')')
187 define(`addsuffix', `adorn(`', `$1', `$2')')
188 define(`lit', `adorn(`', `$1', `')')
189 define(`nl', `
190 ')
191
192 define(`allwithsuffix',
193 `addsuffix(`$1', `$3') addsuffix(`$2', `$3') dnl
194 addsuffix(join(`$1', `-', `$2'), `$3')')
195
196 ## --- Autogenerated source files ---
197
198 define(`ciphers', `dnl
199 _(des) _(des3) dnl
200 _(idea) dnl
201 _(blowfish) _(twofish) dnl
202 _(tea) _(xtea) dnl
203 _(rc2) _(rc5) dnl
204 _(skipjack) dnl
205 _(cast128) _(cast256) dnl
206 _(square) _(rijndael) dnl
207 _(serpent)')
208 define(`cipher_modes', `_(ecb) _(cbc) _(cfb) _(ofb) _(counter)')
209
210 define(`hashes', `dnl
211 _(md5) _(md4) _(tiger) dnl
212 _(sha) _(sha256) _(sha384) _(sha512) dnl
213 _(rmd128) _(rmd160) _(rmd256) _(rmd320)')
214 define(`hash_modes', `_(mgf) _(hmac)')
215
216 MODES = \
217         adorn(`$(srcdir)/', join(`ciphers', `-', `cipher_modes'), `.c') \
218         adorn(`$(srcdir)/', join(`ciphers', `-', `cipher_modes'), `.h') \
219         adorn(`$(srcdir)/', join(`hashes', `-', `hash_modes'), `.c') \
220         adorn(`$(srcdir)/', join(`hashes', `-', `hash_modes'), `.h')
221
222 $(MODES): modes-stamp
223 modes-stamp: genmodes
224         cd $(srcdir); ./genmodes "lit(`ciphers')" "lit(`cipher_modes')"
225         cd $(srcdir); ./genmodes "lit(`hashes')" "lit(`hash_modes')"
226         echo datestamp >modes-stamp
227
228 define(`gen_tables', `dnl
229 _(des) _(blowfish) _(twofish) _(square) _(rijndael) _(tiger) dnl
230 _(gfshare) _(gfx-sqr)')
231
232 autoheaders: addsuffix(`gen_tables', `-tab.h') primetab.h mptypes.h
233 define(`emit', `
234 _item`'-tab.h: _item`'-mktab
235         ./_item`'-mktab >_item`'-tab.h')dnl
236 gen_tables
237
238 primetab.h: primetab.c
239 primetab.c: genprimes
240         ./genprimes -h primetab.h -c primetab.c -n 256 \
241                 -t "unsigned short" -i primetab
242 archinclude_HEADERS = mptypes.h
243 mptypes.h: mptypes
244         ./mptypes >mptypes.h
245
246 BUILT_SOURCES = \
247         getdate.c \
248         addsuffix(join(`ciphers', `-', `cipher_modes'), `.c') \
249         addsuffix(join(`ciphers', `-', `cipher_modes'), `.h') \
250         addsuffix(join(`hashes', `-', `hash_modes'), `.c') \
251         addsuffix(join(`hashes', `-', `hash_modes'), `.h')
252
253 ## --- Building the main library ---
254
255 lib_LTLIBRARIES = libcatacomb.la
256
257 libcatacomb_la_LDFLAGS = -version-info 2:0:0
258 ## Middle number is the patchlevel.  Final number is the minor version.  The
259 ## difference between the first and last numbers is major version.
260
261 pkginclude_HEADERS = \
262         arena.h paranoia.h \
263         blkc.h hash.h gcipher.h ghash.h gmac.h grand.h ghash-def.h \
264         lcrand.h fibrand.h rc4.h seal.h rand.h noise.h fipstest.h maurer.h \
265         key.h key-data.h passphrase.h pixie.h lmem.h \
266         mpx.h mpw.h mpscan.h mparena.h mp.h mptext.h mpint.h \
267         mpbarrett.h mpmont.h mpcrt.h mprand.h mpmul.h \
268         gfx.h \
269         primetab.h pfilt.h rabin.h \
270         pgen.h prim.h strongprime.h limlee.h keycheck.h \
271         bbs.h rsa.h dh.h dsarand.h dsa.h \
272         oaep.h pkcs1.h pss.h \
273         gfshare.h share.h \
274         rho.h \
275         allwithsuffix(`ciphers', `cipher_modes', `.h') \
276         allwithsuffix(`hashes', `hash_modes', `.h') \
277         addsuffix(`cipher_modes', `-def.h') \
278         addsuffix(`hash_modes', `-def.h')
279
280 define(`MP_SOURCES',
281         `mpx.c mpx-kmul.c mpx-ksqr.c mpscan.c mparena.c \
282         mp-misc.c mp-mem.c mp-const.c mp-io.c mp-arith.c mp-test.c \
283         mp-sqrt.c mp-gcd.c mp-jacobi.c mp-modsqrt.c \
284         mpint.c mptext.c mptext-file.c mptext-string.c mptext-dstr.c \
285         mpbarrett.c mpmont.c mpmont-mexp.c mpcrt.c mpmul.c mprand.c \
286         rho.c \
287         GF_SOURCES PGEN_SOURCES')
288
289 define(`GF_SOURCES',
290         `gfx.c gfx-kmul.c gfx-sqr.c')
291
292 define(`PGEN_SOURCES',
293         `pfilt.c rabin.c \
294         pgen.c pgen-stdev.c pgen-safe.c pgen-gcd.c prim.c strongprime.c \
295         limlee.c \
296         keycheck.c keycheck-mp.c keycheck-report.c \
297         bbs-rand.c bbs-gen.c bbs-jump.c bbs-fetch.c \
298         rsa-priv.c rsa-pub.c rsa-gen.c rsa-recover.c rsa-fetch.c \
299         dh-gen.c dh-limlee.c dh-check.c dh-fetch.c \
300         dsarand.c dsa-sign.c dsa-verify.c dsa-gen.c dsa-check.c \
301         key-data.c key-flags.c key-text.c key-binary.c key-pass.c \
302         key-pack.c key-misc.c key-file.c key-attr.c key-io.c key-moan.c \
303         key-error.c key-fetch.c \
304         primetab.c share.c')
305
306 libcatacomb_la_SOURCES = \
307         grand.c keysz.c \
308         lcrand.c fibrand.c rc4.c seal.c rand.c noise.c fipstest.c maurer.c \
309         arena.c \
310         passphrase.c pixie-client.c pixie-common.c lmem.c \
311         oaep.c pkcs1.c pss.c \
312         gfshare.c \
313         MP_SOURCES karatsuba.h \
314         des-base.c des-base.h \
315         cast-s.c cast-sk.c cast-base.h cast-tab.h \
316         serpent-sbox.h skipjack-tab.h tiger-base.h \
317         daftstory.h \
318         addsuffix(join(`ciphers', `-', `cipher_modes'), `.c') \
319         addsuffix(join(`hashes', `-', `hash_modes'), `.c') \
320         addsuffix(`ciphers', `.c') addsuffix(`hashes', `.c')
321
322 des-base.lo: des-tab.h
323 blowfish.lo: blowfish-tab.h
324 twofish.lo: twofish-tab.h
325 square.lo: square-tab.h
326 rijndael.lo: rijndael-tab.h
327 tiger.lo: tiger-tab.h
328 gfshare.lo: gfshare-tab.h
329 gfx-sqr.lo: gfx-sqr-tab.h
330 patsubst(MP_SOURCES, `\.c\>', `.lo') dsig.o keyutil.o rspit.o: mptypes.h
331 patsubst(PGEN_SOURCES, `\.c\>', `.lo') dsig.o keyutil.o rspit.o: primetab.h
332
333 ## --- Utility programs ---
334
335 bin_PROGRAMS = dsig key pixie rspit factorial hashsum mkphrase
336 bin_SCRIPTS = catacomb-config xpixie
337 noinst_PROGRAMS = \
338         genprimes mptypes serpent-check \
339         addsuffix(`gen_tables', `-mktab')
340 LDADD = libcatacomb.la
341
342 dsig_SOURCES = dsig.c getdate.y getdate.h
343 key_SOURCES = keyutil.c getdate.y getdate.h
344 hashsum_SOURCES = hashsum.c
345 rspit_SOURCES = rspit.c
346 factorial_SOURCES = factorial.c
347 pixie_SOURCES = pixie.c pixie-common.c lmem.c arena.c
348 pixie_LDADD =
349 mkphrase_SOURCES = mkphrase.c
350
351 define(`emit', `
352 patsubst(_item, `[^a-zA-Z0-9]', `_')_mktab_SOURCES = _item`'-mktab.c
353 patsubst(_item, `[^a-zA-Z0-9]', `_')_mktab_LDADD =')dnl
354 gen_tables
355
356 serpent_check_SOURCES = serpent-check.c
357 serpent_check_LDADD =
358
359 genprimes_SOURCES = genprimes.c
360 genprimes_LDADD =
361
362 mptypes_SOURCES = mptypes.c
363 mptypes_LDADD =
364
365 ## --- Install the pixie setuid-root if we can ---
366 ##
367 ## Bodge around a bug in Automake: it doesn't call `install-exec-hook' from
368 ## `install' if there are subdirectories.
369
370 changequote(<, >)
371 install: install-exec-hook
372 install-exec-hook:
373         @pixie="$(bindir)/`echo pixie|sed $(transform)`"; \
374         if chown root $$pixie && chmod 4755 $$pixie; then \
375           echo "chown root $$pixie"; \
376           echo "chmod 4755 $$pixie"; \
377         else \
378           echo "***"; \
379           echo "*** You should probably install $$pixie setuid-root."; \
380           echo "***"; \
381         fi
382 changequote(`, ')
383
384 ## --- Documentation ---
385
386 man_MANS = key.1 hashsum.1 keyring.5 pixie.1
387
388 ## --- Other handy definitions ---
389
390 EXTRA_DIST = \
391         Makefile.m4 genmodes $(man_MANS) xpixie \
392         README.cipher README.hash README.random README.mp
393
394 dist-hook:
395         @ln getdate.c $(distdir) || ln $(srcdir)/getdate.c $(distdir) || true
396         @echo datestamp >$(distdir)/modes-stamp || true
397         @for i in calc tests; do \
398           mkdir $(distdir)/$$i; \
399           ln $(srcdir)/$$i/*[!~] $(distdir)/$$i; \
400         done || true
401 #       kr=$$HOME/.catacomb/dsig-keyring; \
402 #       if [ -r $$kr ]; then \
403 #         cd $(distdir); \
404 #         ../key -k $$kr extract -f -secret KEYRING; \
405 #         find . -type f -print0 | ../dsig -k $$kr sign -0 -oMANIFEST; \
406 #       fi
407
408 ## --- Testing ---
409
410 define(`testprogs', `')
411
412 define(`CTESTRIG',
413 `define(`testprogs', testprogs \
414         $1.t)dnl
415 $1.to: $1.c
416         $(COMPILE) -c -DTEST_RIG -DSRCDIR=\"$(srcdir)\" $(srcdir)/$1.c -o $1.to
417 $1.t: $1.to $1.o libcatacomb.la
418         $(CC) $(CFLAGS) $(LDFLAGS) $1.to .libs/libcatacomb.a $(LIBS) -o $1.t')
419
420 CTESTRIG(rc4)
421 CTESTRIG(seal)
422 adorn(`nl`'CTESTRIG(', `ciphers', `)')
423 adorn(`nl`'CTESTRIG(', `hashes', `)')
424 adorn(`nl`'CTESTRIG(', join(`ciphers', `-', `cipher_modes'), `)')
425 adorn(`nl`'CTESTRIG(', join(`hashes', `-', `hash_modes'), `)')
426 CTESTRIG(lcrand)
427 CTESTRIG(oaep)
428 CTESTRIG(mpx)
429 CTESTRIG(mpx-kmul)
430 CTESTRIG(mpx-ksqr)
431 CTESTRIG(mp-arith)
432 CTESTRIG(mp-modsqrt)
433 CTESTRIG(mp-gcd)
434 CTESTRIG(mp-jacobi)
435 CTESTRIG(mp-sqrt)
436 CTESTRIG(mptext)
437 CTESTRIG(mpint)
438 CTESTRIG(mpbarrett)
439 CTESTRIG(mpmont)
440 CTESTRIG(mpmont-mexp)
441 CTESTRIG(mpcrt)
442 CTESTRIG(mpmul)
443 CTESTRIG(gfx)
444 CTESTRIG(gfx-kmul)
445 CTESTRIG(pgen)
446 CTESTRIG(dsa-gen)
447 CTESTRIG(dsa-sign)
448 CTESTRIG(dsa-verify)
449 CTESTRIG(bbs-rand)
450 CTESTRIG(bbs-jump)
451 CTESTRIG(gfshare)
452 CTESTRIG(share)
453 CTESTRIG(rho)
454
455 TESTS = serpent-check testprogs
456
457 CLEANFILES = \
458         *.t *.to \
459         mptypes.h primetab.c primetab.h \
460         addsuffix(`gen_tables', `-tab.h')
461
462 ## --- Makefile building (haha!) ---
463
464 $(srcdir)/Makefile.am: $(srcdir)/Makefile.m4
465         m4 $(srcdir)/Makefile.m4 >$(srcdir)/Makefile.am
466
467 DISTCLEANFILES = libtool
468
469 MAINTAINERCLEANFILES = \
470         $(srcdir)/Makefile.am \
471         $(srcdir)/getdate.c getdate.c \
472         $(MODES) modes-stamp $(srcdir)/modes-stamp
473
474 ##----- That's all, folks ---------------------------------------------------