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