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