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