Performance improvement: use @mp_sqr@ and @mpmont_reduce@ instead of
[u/mdw/catacomb] / Makefile.m4
CommitLineData
d03ab969 1## -*-makefile-*-
2##
ce79f967 3## $Id: Makefile.m4,v 1.12 1999/11/20 22:36:26 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 $
ce79f967 32## Revision 1.12 1999/11/20 22:36:26 mdw
33## Improve dependencies. Move mpx testing into mpx.c.
34##
35## Revision 1.12 1999/11/20 22:36:26 mdw
36## Improve dependencies. Move mpx testing into mpx.c.
44c240ee 37##
38## Revision 1.11 1999/11/20 22:24:53 mdw
39## Add Diffie-Hellman support.
a7557fb1 40##
41## Revision 1.10 1999/11/19 19:28:24 mdw
42## Add DSA files and tests.
471db039 43##
44## Revision 1.9 1999/11/17 18:05:35 mdw
45## Many new files and test cases for multiprecision arithmetic.
76f32ed2 46##
47## Revision 1.8 1999/11/13 01:56:07 mdw
48## Include multiprecision maths stuff.
a094cab7 49##
50## Revision 1.7 1999/11/11 19:01:02 mdw
51## Use `libtool' to generate a shared library.
8149619d 52##
53## Revision 1.6 1999/11/11 17:47:34 mdw
54## Updates for new configuration system, and `mptypes' generator.
748ed8dc 55##
8149619d 56## Revision 1.5 1999/11/11 00:59:17 mdw
748ed8dc 57## Minor reformatting.
3701c54f 58##
748ed8dc 59## Revision 1.4 1999/10/24 10:20:36 mdw
3701c54f 60## Modify for standalone distribution. The library's getting far too large
61## to be sensibly embedded in other programs.
d03ab969 62##
3701c54f 63## Revision 1.3 1999/10/24 10:04:26 mdw
9183ab7b 64## Install headers in the right directory.
65##
66## Revision 1.2 1999/10/23 12:55:35 mdw
d03ab969 67## The `CVS' directory can't be hardlinked. Don't worry about this
68## overmuch.
69##
a094cab7 70## Revision 1.1 1999/09/03 08:41:11 mdw
71## Initial import.
d03ab969 72##
73
74AUTOMAKE_OPTIONS = foreign
75
76archincludedir = $(libdir)/catacomb/include
77
78## --- List handling macros ---
79##
80## List handling is nice, usually. Unfortunately, I based this design on
81## TeX list macros rather than anything sensible...
82
83define(`_', `define(`_item', $1)define(`_item_2', $2)emit`'')
84define(`adorn', `pushdef(`emit', `$1`'_item`'$3')$2`'popdef(`emit')')
85define(`join',
86`pushdef(`emit', `adorn(``_(''_item`$2', `$3', ``)'')`'')$1`'popdef(`emit')')
87define(`addsuffix', `adorn(`', `$1', `$2')')
88define(`lit', `adorn(`', `$1', `')')
89define(`nl', `
90')
91
92define(`allwithsuffix',
93`addsuffix(`$1', `$3') addsuffix(`$2', `$3') dnl
94addsuffix(join(`$1', `-', `$2'), `$3')')
95
96## --- Autogenerated source files ---
97
98define(`ciphers', `_(des) _(des3) _(blowfish) _(idea) _(rc5)')
99define(`cipher_modes', `_(ecb) _(cbc) _(cfb) _(ofb)')
100
101define(`hashes', `_(md5) _(md4) _(rmd160) _(sha)')
102define(`hash_modes', `_(hmac)')
103
104MODES = \
105 adorn(`$(srcdir)/', join(`ciphers', `-', `cipher_modes'), `.c') \
106 adorn(`$(srcdir)/', join(`ciphers', `-', `cipher_modes'), `.h') \
107 adorn(`$(srcdir)/', join(`hashes', `-', `hash_modes'), `.c') \
108 adorn(`$(srcdir)/', join(`hashes', `-', `hash_modes'), `.h')
109
110$(MODES): $(srcdir)/genmodes
a7557fb1 111 cd $(srcdir); ./genmodes "lit(`ciphers')" "lit(`cipher_modes')"
112 cd $(srcdir); ./genmodes "lit(`hashes')" "lit(`hash_modes')"
113
114des_sp.h: des-mktab
115 ./des-mktab >des_sp.h
a094cab7 116
117ptab.c ptab.h: genprimes
118 ./genprimes -h ptab.h -c ptab.c -m 256 -t "unsigned char" -i ptab
d03ab969 119
120archinclude_HEADERS = mptypes.h
121
122mptypes.h: mptypes
d03ab969 123 ./mptypes >mptypes.h
124
125BUILT_SOURCES = \
126 getdate.c \
127 addsuffix(join(`ciphers', `-', `cipher_modes'), `.c') \
128 addsuffix(join(`ciphers', `-', `cipher_modes'), `.h') \
d03ab969 129 addsuffix(join(`hashes', `-', `hash_modes'), `.c') \
130 addsuffix(join(`hashes', `-', `hash_modes'), `.h')
ffc086db 131
132## --- Building the main library ---
133libcatacomb_la_LDFLAGS = -version-info 0:3:0
134lib_LTLIBRARIES = libcatacomb.la
135
d03ab969 136libcatacomb_la_LDFLAGS = -version-info 0:4:0
137## Middle number is the patchlevel. Final number is the minor version. The
138## difference between the first and last numbers is major version.
139
140define(`emit', `$1.h ')
141pkginclude_HEADERS = \
142 paranoia.h \
143 blkc.h hash.h \
471db039 144 rc4.h \
a7557fb1 145 rand.h noise.h \
44c240ee 146 key.h \
d03ab969 147 mpx.h mpw.h mpscan.h mparena.h mp.h mptext.h mpmont.h \
148 ptab.h pgen.h rabin.h \
149 dsa.h dh.h \
150 allwithsuffix(`ciphers', `cipher_modes', `.h') \
ffc086db 151 allwithsuffix(`hashes', `hash_modes', `.h')
d03ab969 152
153define(`emit', `$1.c ')
154libcatacomb_la_SOURCES = \
155 des-base.c des-base.h des_sp.h bf_ikey.h daftstory.h \
471db039 156 rc4.c \
157 rand.c noise.c \
158 key.c \
159 mpx.c mpscan.c mparena.c \
a7557fb1 160 mp-misc.c mp-mem.c mp-const.c mp-io.c mp-arith.c mp-test.c \
161 mp-gcd.c \
162 mptext.c mptext-file.c mptext-string.c mptext-dstr.c \
44c240ee 163 mpmont.c mpmont-mexp.c \
d03ab969 164 ptab.c pgen.c rabin.c \
165 dsa-sign.c dsa-verify.c dsa-gen.c \
166 dh-prime.c \
167 addsuffix(join(`ciphers', `-', `cipher_modes'), `.c') \
ce79f967 168 addsuffix(join(`hashes', `-', `hash_modes'), `.c') \
76f32ed2 169 addsuffix(`ciphers', `.c') addsuffix(`hashes', `.c')
170
a094cab7 171des-base.lo: des_sp.h
172mpx.lo: mptypes.h
748ed8dc 173
d03ab969 174## --- Utility programs ---
a7557fb1 175
ffc086db 176bin_PROGRAMS = key
d03ab969 177bin_SCRIPTS = catacomb-config
178noinst_PROGRAMS = des-mktab genprimes mptypes
179LDADD = libcatacomb.la
a094cab7 180
181key_SOURCES = keyutil.c getdate.y getdate.h
182
a7557fb1 183des_mktab_SOURCES = des-mktab.c
184des_mktab_LDADD =
185
d03ab969 186genprimes_SOURCES = genprimes.c
187genprimes_LDADD =
188
189mptypes_SOURCES = mptypes.c
190mptypes_LDADD =
191
192## --- Documentation ---
193
194man_MANS = key.1 keyring.5
195
196## --- Other handy definitions ---
9183ab7b 197
d03ab969 198EXTRA_DIST = Makefile.m4 genmodes $(man_MANS)
199
200dist-hook:
201 @ln getdate.c $(distdir) || ln $(srcdir)/getdate.c $(distdir) || true
202 @mkdir $(distdir)/tests
203 @ln $(srcdir)/tests/* $(distdir)/tests || true
204 @rm -f $(distdir)/tests/*~
471db039 205
a094cab7 206## --- Testing ---
d03ab969 207
471db039 208define(`testprogs', `')
209
210define(`CTESTRIG',
ffc086db 211`define(`testprogs', testprogs \
d03ab969 212 $1.t)dnl
213$1.t: $1.c libcatacomb.la
a7557fb1 214 $(COMPILE) -DTEST_RIG -DSRCDIR=\"$(srcdir)\" $(srcdir)/$1.c .libs/libcatacomb.a $(LIBS) -o $1.t')
215
216CTESTRIG(rc4)
217adorn(`nl`'CTESTRIG(', `ciphers', `)')
ce79f967 218adorn(`nl`'CTESTRIG(', `hashes', `)')
471db039 219adorn(`nl`'CTESTRIG(', join(`ciphers', `-', `cipher_modes'), `)')
220adorn(`nl`'CTESTRIG(', join(`hashes', `-', `hash_modes'), `)')
221CTESTRIG(mpx)
222CTESTRIG(mptext)
a7557fb1 223CTESTRIG(mp-arith)
224CTESTRIG(mp-gcd)
225CTESTRIG(mpmont)
226CTESTRIG(mpmont-mexp)
227CTESTRIG(pgen)
471db039 228CTESTRIG(dsa-gen)
229CTESTRIG(dsa-sign)
d03ab969 230CTESTRIG(dsa-verify)
a7557fb1 231
d03ab969 232TESTS = testprogs
233
234CLEANFILES = *.t mptypes.h des_sp.h ptab.c ptab.h
235
236## --- Makefile building (haha!) ---
237
238$(srcdir)/Makefile.am: $(srcdir)/Makefile.m4
239 m4 $(srcdir)/Makefile.m4 >$(srcdir)/Makefile.am
a7557fb1 240
241MAINTAINERCLEANFILES = \
d03ab969 242 $(srcdir)/Makefile.am \
243 $(srcdir)/getdate.c getdate.c \
244 $(MODES)
245
246##----- That's all, folks ---------------------------------------------------