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