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