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