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