]> git.pld-linux.org Git - packages/cryptopp.git/blame - cryptopp-autotools.patch
- autoize cryptopp build
[packages/cryptopp.git] / cryptopp-autotools.patch
CommitLineData
0a8deb70 1diff -crN crypto52.orig/GNUmakefile.am crypto52/GNUmakefile.am
2*** crypto52.orig/GNUmakefile.am 1970-01-01 01:00:00.000000000 +0100
3--- crypto52/GNUmakefile.am 2004-07-24 14:14:34.231122920 +0200
4***************
5*** 0 ****
6--- 1,331 ----
7+ lib_LTLIBRARIES = libcryptopp.la
8+ libcryptopp_la_LDFLAGS = -version-info 5:5:2
9+ libcryptopp_la_LIBADD = -lpthread
10+ libcryptopp_la_SOURCES = \
11+ 3way.cpp \
12+ adler32.cpp \
13+ algebra.cpp \
14+ algparam.cpp \
15+ arc4.cpp \
16+ asn.cpp \
17+ base32.cpp \
18+ base64.cpp \
19+ basecode.cpp \
20+ bfinit.cpp \
21+ blowfish.cpp \
22+ blumshub.cpp \
23+ camellia.cpp \
24+ cast.cpp \
25+ casts.cpp \
26+ cbcmac.cpp \
27+ channels.cpp \
28+ cpu.cpp \
29+ crc.cpp \
30+ cryptlib.cpp \
31+ cryptlib_bds.cpp \
32+ default.cpp \
33+ des.cpp \
34+ dessp.cpp \
35+ dh.cpp \
36+ dh2.cpp \
37+ dll.cpp \
38+ dsa.cpp \
39+ ec2n.cpp \
40+ eccrypto.cpp \
41+ ecp.cpp \
42+ elgamal.cpp \
43+ emsa2.cpp \
44+ eprecomp.cpp \
45+ esign.cpp \
46+ files.cpp \
47+ filters.cpp \
48+ fips140.cpp \
49+ fipstest.cpp \
50+ gf256.cpp \
51+ gf2_32.cpp \
52+ gf2n.cpp \
53+ gfpcrypt.cpp \
54+ gost.cpp \
55+ gzip.cpp \
56+ hex.cpp \
57+ hmac.cpp \
58+ hrtimer.cpp \
59+ ida.cpp \
60+ idea.cpp \
61+ integer.cpp \
62+ iterhash.cpp \
63+ luc.cpp \
64+ mars.cpp \
65+ marss.cpp \
66+ md2.cpp \
67+ md4.cpp \
68+ md5.cpp \
69+ misc.cpp \
70+ modes.cpp \
71+ mqueue.cpp \
72+ mqv.cpp \
73+ nbtheory.cpp \
74+ network.cpp \
75+ oaep.cpp \
76+ osrng.cpp \
77+ panama.cpp \
78+ pch.cpp \
79+ pkcspad.cpp \
80+ polynomi.cpp \
81+ pssr.cpp \
82+ pubkey.cpp \
83+ queue.cpp \
84+ rabin.cpp \
85+ randpool.cpp \
86+ rc2.cpp \
87+ rc5.cpp \
88+ rc6.cpp \
89+ rdtables.cpp \
90+ rijndael.cpp \
91+ ripemd.cpp \
92+ rng.cpp \
93+ rsa.cpp \
94+ rw.cpp \
95+ safer.cpp \
96+ salsa.cpp \
97+ seal.cpp \
98+ serpent.cpp \
99+ sha.cpp \
100+ shacal2.cpp \
101+ shark.cpp \
102+ sharkbox.cpp \
103+ simple.cpp \
104+ skipjack.cpp \
105+ socketft.cpp \
106+ sosemanuk.cpp \
107+ square.cpp \
108+ squaretb.cpp \
109+ strciphr.cpp \
110+ tea.cpp \
111+ tftables.cpp \
112+ tiger.cpp \
113+ tigertab.cpp \
114+ trdlocal.cpp \
115+ ttmac.cpp \
116+ twofish.cpp \
117+ wait.cpp \
118+ wake.cpp \
119+ whrlpool.cpp \
120+ winpipes.cpp \
121+ vmac.cpp \
122+ xtr.cpp \
123+ xtrcrypt.cpp \
124+ zdeflate.cpp \
125+ zinflate.cpp \
126+ zlib.cpp
127+
128+ pkginclude_HEADERS = \
129+ 3way.h \
130+ adler32.h \
131+ aes.h \
132+ algebra.h \
133+ algparam.h \
134+ arc4.h \
135+ argnames.h \
136+ asn.h \
137+ base32.h \
138+ base64.h \
139+ basecode.h \
140+ bench.h \
141+ blowfish.h \
142+ blumshub.h \
143+ camellia.h \
144+ cast.h \
145+ cbcmac.h \
146+ channels.h \
147+ config.h \
148+ cpu.h \
149+ crc.h \
150+ cryptlib.h \
151+ default.h \
152+ des.h \
153+ dh.h \
154+ dh2.h \
155+ dll.h \
156+ dmac.h \
157+ dsa.h \
158+ ec2n.h \
159+ eccrypto.h \
160+ ecp.h \
161+ elgamal.h \
162+ emsa2.h \
163+ eprecomp.h \
164+ esign.h \
165+ factory.h \
166+ files.h \
167+ filters.h \
168+ fips140.h \
169+ fltrimpl.h \
170+ gf256.h \
171+ gf2_32.h \
172+ gf2n.h \
173+ gfpcrypt.h \
174+ gost.h \
175+ gzip.h \
176+ hex.h \
177+ hmac.h \
178+ hrtimer.h \
179+ ida.h \
180+ idea.h \
181+ integer.h \
182+ iterhash.h \
183+ lubyrack.h \
184+ luc.h \
185+ mars.h \
186+ md2.h \
187+ md4.h \
188+ md5.h \
189+ mdc.h \
190+ misc.h \
191+ modarith.h \
192+ modes.h \
193+ modexppc.h \
194+ mqueue.h \
195+ mqv.h \
196+ nbtheory.h \
197+ network.h \
198+ nr.h \
199+ oaep.h \
200+ oids.h \
201+ osrng.h \
202+ panama.h \
203+ pch.h \
204+ pkcspad.h \
205+ polynomi.h \
206+ pssr.h \
207+ pubkey.h \
208+ pwdbased.h \
209+ queue.h \
210+ rabin.h \
211+ randpool.h \
212+ rc2.h \
213+ rc5.h \
214+ rc6.h \
215+ resource.h \
216+ rijndael.h \
217+ ripemd.h \
218+ rng.h \
219+ rsa.h \
220+ rw.h \
221+ safer.h \
222+ salsa.h \
223+ seal.h \
224+ secblock.h \
225+ seckey.h \
226+ serpent.h \
227+ serpentp.h \
228+ sha.h \
229+ shacal2.h \
230+ shark.h \
231+ simple.h \
232+ skipjack.h \
233+ smartptr.h \
234+ socketft.h \
235+ sosemanuk.h \
236+ square.h \
237+ stdcpp.h \
238+ strciphr.h \
239+ tea.h \
240+ tiger.h \
241+ trdlocal.h \
242+ trunhash.h \
243+ ttmac.h \
244+ twofish.h \
245+ validate.h \
246+ wait.h \
247+ wake.h \
248+ whrlpool.h \
249+ winpipes.h \
250+ words.h \
251+ vmac.h \
252+ xtr.h \
253+ xtrcrypt.h \
254+ zdeflate.h \
255+ zinflate.h \
256+ zlib.h
257+
258+ pkgdata_DATA = \
259+ 3desval.dat \
260+ 3wayval.dat \
261+ camellia.dat \
262+ cast128v.dat \
263+ cast256v.dat \
264+ descert.dat \
265+ dh1024.dat \
266+ dh2048.dat \
267+ dlie1024.dat \
268+ dlie2048.dat \
269+ dsa1024b.dat \
270+ dsa1024.dat \
271+ dsa512.dat \
272+ elgc1024.dat \
273+ esig1023.dat \
274+ esig1536.dat \
275+ esig2046.dat \
276+ gostval.dat \
277+ ideaval.dat \
278+ luc1024.dat \
279+ luc2048.dat \
280+ lucc1024.dat \
281+ lucc512.dat \
282+ lucd1024.dat \
283+ lucd512.dat \
284+ lucs1024.dat \
285+ lucs512.dat \
286+ marsval.dat \
287+ mqv1024.dat \
288+ mqv2048.dat \
289+ nr1024.dat \
290+ nr2048.dat \
291+ rabi1024.dat \
292+ rabi2048.dat \
293+ rc2val.dat \
294+ rc5val.dat \
295+ rc6val.dat \
296+ rijndael.dat \
297+ rsa1024.dat \
298+ rsa2048.dat \
299+ rsa400pb.dat \
300+ rsa400pv.dat \
301+ rsa512a.dat \
302+ rw1024.dat \
303+ rw2048.dat \
304+ saferval.dat \
305+ serpentv.dat \
306+ shacal2v.dat \
307+ sharkval.dat \
308+ skipjack.dat \
309+ squareva.dat \
310+ twofishv.dat \
311+ usage.dat \
312+ xtrdh171.dat \
313+ xtrdh342.dat
314+
315+ bin_PROGRAMS = cryptest
316+ cryptest_SOURCES = \
317+ bench.cpp \
318+ bench2.cpp \
319+ test.cpp \
320+ validat1.cpp \
321+ validat2.cpp \
322+ validat3.cpp \
323+ datatest.cpp \
324+ regtest.cpp \
325+ fipsalgt.cpp \
326+ dlltest.cpp
327+
328+ nodist_cryptest_SOURCES = adhoc.cpp
329+ CLEANFILES = adhoc.cpp
330+ cryptest_LDADD = -lcryptopp
331+
332+ adhoc.cpp: GNUmakefile
333+ if test -f adhoc.cpp; then \
334+ touch adhoc.cpp; \
335+ else \
336+ cp adhoc.cpp.proto adhoc.cpp; \
337+ fi
338diff -crN crypto52.orig/configure.in crypto52/configure.in
339*** crypto52.orig/configure.in 1970-01-01 01:00:00.000000000 +0100
340--- crypto52/configure.in 2004-07-14 23:18:44.000000000 +0200
341***************
342*** 0 ****
343--- 1,13 ----
344+ AC_INIT([cryptopp], 5.5)
345+ AC_CONFIG_SRCDIR(configure.in)
346+ AM_INIT_AUTOMAKE([no-define])
347+ AM_CONFIG_HEADER([local.h])
348+ AM_MAINTAINER_MODE
349+
350+ AC_PROG_CXX
351+ AC_PROG_LIBTOOL
352+ AC_PROG_INSTALL
353+
354+ AC_C_BIGENDIAN
355+
356+ AC_OUTPUT(GNUmakefile)
This page took 0.101578 seconds and 4 git commands to generate.