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