1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91
92# Compile with support of OpenSSL
93@WITH_OPENSSL_TRUE@am__append_1 = OSSLAES.cpp \
94@WITH_OPENSSL_TRUE@				OSSLComp.cpp \
95@WITH_OPENSSL_TRUE@				OSSLCryptoFactory.cpp \
96@WITH_OPENSSL_TRUE@				OSSLDES.cpp \
97@WITH_OPENSSL_TRUE@				OSSLDH.cpp \
98@WITH_OPENSSL_TRUE@				OSSLDHKeyPair.cpp \
99@WITH_OPENSSL_TRUE@				OSSLDHPrivateKey.cpp \
100@WITH_OPENSSL_TRUE@				OSSLDHPublicKey.cpp \
101@WITH_OPENSSL_TRUE@				OSSLDSA.cpp \
102@WITH_OPENSSL_TRUE@				OSSLDSAKeyPair.cpp \
103@WITH_OPENSSL_TRUE@				OSSLDSAPrivateKey.cpp \
104@WITH_OPENSSL_TRUE@				OSSLDSAPublicKey.cpp \
105@WITH_OPENSSL_TRUE@				OSSLECDH.cpp \
106@WITH_OPENSSL_TRUE@				OSSLECDSA.cpp \
107@WITH_OPENSSL_TRUE@				OSSLECKeyPair.cpp \
108@WITH_OPENSSL_TRUE@				OSSLECPrivateKey.cpp \
109@WITH_OPENSSL_TRUE@				OSSLECPublicKey.cpp \
110@WITH_OPENSSL_TRUE@				OSSLEDDSA.cpp \
111@WITH_OPENSSL_TRUE@				OSSLEDKeyPair.cpp \
112@WITH_OPENSSL_TRUE@				OSSLEDPrivateKey.cpp \
113@WITH_OPENSSL_TRUE@				OSSLEDPublicKey.cpp \
114@WITH_OPENSSL_TRUE@				OSSLEVPHashAlgorithm.cpp \
115@WITH_OPENSSL_TRUE@				OSSLEVPMacAlgorithm.cpp \
116@WITH_OPENSSL_TRUE@				OSSLEVPCMacAlgorithm.cpp \
117@WITH_OPENSSL_TRUE@				OSSLEVPSymmetricAlgorithm.cpp \
118@WITH_OPENSSL_TRUE@				OSSLGOST.cpp \
119@WITH_OPENSSL_TRUE@				OSSLGOSTKeyPair.cpp \
120@WITH_OPENSSL_TRUE@				OSSLGOSTPrivateKey.cpp \
121@WITH_OPENSSL_TRUE@				OSSLGOSTPublicKey.cpp \
122@WITH_OPENSSL_TRUE@				OSSLGOSTR3411.cpp \
123@WITH_OPENSSL_TRUE@				OSSLCMAC.cpp \
124@WITH_OPENSSL_TRUE@				OSSLHMAC.cpp \
125@WITH_OPENSSL_TRUE@				OSSLMD5.cpp \
126@WITH_OPENSSL_TRUE@				OSSLRNG.cpp \
127@WITH_OPENSSL_TRUE@				OSSLRSA.cpp \
128@WITH_OPENSSL_TRUE@				OSSLRSAKeyPair.cpp \
129@WITH_OPENSSL_TRUE@				OSSLRSAPrivateKey.cpp \
130@WITH_OPENSSL_TRUE@				OSSLRSAPublicKey.cpp \
131@WITH_OPENSSL_TRUE@				OSSLSHA1.cpp \
132@WITH_OPENSSL_TRUE@				OSSLSHA224.cpp \
133@WITH_OPENSSL_TRUE@				OSSLSHA256.cpp \
134@WITH_OPENSSL_TRUE@				OSSLSHA384.cpp \
135@WITH_OPENSSL_TRUE@				OSSLSHA512.cpp \
136@WITH_OPENSSL_TRUE@				OSSLUtil.cpp
137
138
139# Compile with support of Botan
140@WITH_BOTAN_TRUE@am__append_2 = BotanAES.cpp \
141@WITH_BOTAN_TRUE@				BotanCryptoFactory.cpp \
142@WITH_BOTAN_TRUE@				BotanDES.cpp \
143@WITH_BOTAN_TRUE@				BotanDH.cpp \
144@WITH_BOTAN_TRUE@				BotanDHKeyPair.cpp \
145@WITH_BOTAN_TRUE@				BotanDHPrivateKey.cpp \
146@WITH_BOTAN_TRUE@				BotanDHPublicKey.cpp \
147@WITH_BOTAN_TRUE@				BotanDSA.cpp \
148@WITH_BOTAN_TRUE@				BotanDSAKeyPair.cpp \
149@WITH_BOTAN_TRUE@				BotanDSAPrivateKey.cpp \
150@WITH_BOTAN_TRUE@				BotanDSAPublicKey.cpp \
151@WITH_BOTAN_TRUE@				BotanECDH.cpp \
152@WITH_BOTAN_TRUE@				BotanECDHKeyPair.cpp \
153@WITH_BOTAN_TRUE@				BotanECDHPrivateKey.cpp \
154@WITH_BOTAN_TRUE@				BotanECDHPublicKey.cpp \
155@WITH_BOTAN_TRUE@				BotanECDSA.cpp \
156@WITH_BOTAN_TRUE@				BotanECDSAKeyPair.cpp \
157@WITH_BOTAN_TRUE@				BotanECDSAPrivateKey.cpp \
158@WITH_BOTAN_TRUE@				BotanECDSAPublicKey.cpp \
159@WITH_BOTAN_TRUE@				BotanEDDSA.cpp \
160@WITH_BOTAN_TRUE@				BotanEDKeyPair.cpp \
161@WITH_BOTAN_TRUE@				BotanEDPrivateKey.cpp \
162@WITH_BOTAN_TRUE@				BotanEDPublicKey.cpp \
163@WITH_BOTAN_TRUE@				BotanGOST.cpp \
164@WITH_BOTAN_TRUE@				BotanGOSTKeyPair.cpp \
165@WITH_BOTAN_TRUE@				BotanGOSTPrivateKey.cpp \
166@WITH_BOTAN_TRUE@				BotanGOSTPublicKey.cpp \
167@WITH_BOTAN_TRUE@				BotanGOSTR3411.cpp \
168@WITH_BOTAN_TRUE@				BotanHashAlgorithm.cpp \
169@WITH_BOTAN_TRUE@				BotanMAC.cpp \
170@WITH_BOTAN_TRUE@				BotanMacAlgorithm.cpp \
171@WITH_BOTAN_TRUE@				BotanMD5.cpp \
172@WITH_BOTAN_TRUE@				BotanRNG.cpp \
173@WITH_BOTAN_TRUE@				BotanRSA.cpp \
174@WITH_BOTAN_TRUE@				BotanRSAKeyPair.cpp \
175@WITH_BOTAN_TRUE@				BotanRSAPrivateKey.cpp \
176@WITH_BOTAN_TRUE@				BotanRSAPublicKey.cpp \
177@WITH_BOTAN_TRUE@				BotanSHA1.cpp \
178@WITH_BOTAN_TRUE@				BotanSHA224.cpp \
179@WITH_BOTAN_TRUE@				BotanSHA256.cpp \
180@WITH_BOTAN_TRUE@				BotanSHA384.cpp \
181@WITH_BOTAN_TRUE@				BotanSHA512.cpp \
182@WITH_BOTAN_TRUE@				BotanSymmetricAlgorithm.cpp \
183@WITH_BOTAN_TRUE@				BotanUtil.cpp \
184@WITH_BOTAN_TRUE@				Botan_ecb.cpp
185
186subdir = src/lib/crypto
187ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
188am__aclocal_m4_deps = $(top_srcdir)/m4/acx_64bit.m4 \
189	$(top_srcdir)/m4/acx_botan.m4 \
190	$(top_srcdir)/m4/acx_botan_ecc.m4 \
191	$(top_srcdir)/m4/acx_botan_eddsa.m4 \
192	$(top_srcdir)/m4/acx_botan_gost.m4 \
193	$(top_srcdir)/m4/acx_botan_rawpss.m4 \
194	$(top_srcdir)/m4/acx_botan_rfc5649.m4 \
195	$(top_srcdir)/m4/acx_cppunit.m4 \
196	$(top_srcdir)/m4/acx_crypto_backend.m4 \
197	$(top_srcdir)/m4/acx_dlopen.m4 \
198	$(top_srcdir)/m4/acx_non_paged_memory.m4 \
199	$(top_srcdir)/m4/acx_openssl.m4 \
200	$(top_srcdir)/m4/acx_openssl_ecc.m4 \
201	$(top_srcdir)/m4/acx_openssl_eddsa.m4 \
202	$(top_srcdir)/m4/acx_openssl_fips.m4 \
203	$(top_srcdir)/m4/acx_openssl_gost.m4 \
204	$(top_srcdir)/m4/acx_openssl_rfc5649.m4 \
205	$(top_srcdir)/m4/acx_p11kit.m4 \
206	$(top_srcdir)/m4/acx_pedantic.m4 \
207	$(top_srcdir)/m4/acx_prefixhack.m4 \
208	$(top_srcdir)/m4/acx_sqlite3.m4 $(top_srcdir)/m4/acx_strict.m4 \
209	$(top_srcdir)/m4/acx_visibility.m4 \
210	$(top_srcdir)/m4/acx_yield.m4 \
211	$(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
212	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
213	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
214	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \
215	$(top_srcdir)/configure.ac
216am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
217	$(ACLOCAL_M4)
218DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
219mkinstalldirs = $(install_sh) -d
220CONFIG_HEADER = $(top_builddir)/config.h
221CONFIG_CLEAN_FILES =
222CONFIG_CLEAN_VPATH_FILES =
223LTLIBRARIES = $(noinst_LTLIBRARIES)
224libsofthsm_crypto_la_DEPENDENCIES =
225am__libsofthsm_crypto_la_SOURCES_DIST = AESKey.cpp \
226	AsymmetricAlgorithm.cpp AsymmetricKeyPair.cpp \
227	CryptoFactory.cpp DerUtil.cpp DESKey.cpp DHParameters.cpp \
228	DHPublicKey.cpp DHPrivateKey.cpp DSAParameters.cpp \
229	DSAPublicKey.cpp DSAPrivateKey.cpp ECParameters.cpp \
230	ECPublicKey.cpp ECPrivateKey.cpp EDPublicKey.cpp \
231	EDPrivateKey.cpp GOSTPublicKey.cpp GOSTPrivateKey.cpp \
232	HashAlgorithm.cpp MacAlgorithm.cpp RSAParameters.cpp \
233	RSAPrivateKey.cpp RSAPublicKey.cpp SymmetricAlgorithm.cpp \
234	SymmetricKey.cpp OSSLAES.cpp OSSLComp.cpp \
235	OSSLCryptoFactory.cpp OSSLDES.cpp OSSLDH.cpp OSSLDHKeyPair.cpp \
236	OSSLDHPrivateKey.cpp OSSLDHPublicKey.cpp OSSLDSA.cpp \
237	OSSLDSAKeyPair.cpp OSSLDSAPrivateKey.cpp OSSLDSAPublicKey.cpp \
238	OSSLECDH.cpp OSSLECDSA.cpp OSSLECKeyPair.cpp \
239	OSSLECPrivateKey.cpp OSSLECPublicKey.cpp OSSLEDDSA.cpp \
240	OSSLEDKeyPair.cpp OSSLEDPrivateKey.cpp OSSLEDPublicKey.cpp \
241	OSSLEVPHashAlgorithm.cpp OSSLEVPMacAlgorithm.cpp \
242	OSSLEVPCMacAlgorithm.cpp OSSLEVPSymmetricAlgorithm.cpp \
243	OSSLGOST.cpp OSSLGOSTKeyPair.cpp OSSLGOSTPrivateKey.cpp \
244	OSSLGOSTPublicKey.cpp OSSLGOSTR3411.cpp OSSLCMAC.cpp \
245	OSSLHMAC.cpp OSSLMD5.cpp OSSLRNG.cpp OSSLRSA.cpp \
246	OSSLRSAKeyPair.cpp OSSLRSAPrivateKey.cpp OSSLRSAPublicKey.cpp \
247	OSSLSHA1.cpp OSSLSHA224.cpp OSSLSHA256.cpp OSSLSHA384.cpp \
248	OSSLSHA512.cpp OSSLUtil.cpp BotanAES.cpp \
249	BotanCryptoFactory.cpp BotanDES.cpp BotanDH.cpp \
250	BotanDHKeyPair.cpp BotanDHPrivateKey.cpp BotanDHPublicKey.cpp \
251	BotanDSA.cpp BotanDSAKeyPair.cpp BotanDSAPrivateKey.cpp \
252	BotanDSAPublicKey.cpp BotanECDH.cpp BotanECDHKeyPair.cpp \
253	BotanECDHPrivateKey.cpp BotanECDHPublicKey.cpp BotanECDSA.cpp \
254	BotanECDSAKeyPair.cpp BotanECDSAPrivateKey.cpp \
255	BotanECDSAPublicKey.cpp BotanEDDSA.cpp BotanEDKeyPair.cpp \
256	BotanEDPrivateKey.cpp BotanEDPublicKey.cpp BotanGOST.cpp \
257	BotanGOSTKeyPair.cpp BotanGOSTPrivateKey.cpp \
258	BotanGOSTPublicKey.cpp BotanGOSTR3411.cpp \
259	BotanHashAlgorithm.cpp BotanMAC.cpp BotanMacAlgorithm.cpp \
260	BotanMD5.cpp BotanRNG.cpp BotanRSA.cpp BotanRSAKeyPair.cpp \
261	BotanRSAPrivateKey.cpp BotanRSAPublicKey.cpp BotanSHA1.cpp \
262	BotanSHA224.cpp BotanSHA256.cpp BotanSHA384.cpp \
263	BotanSHA512.cpp BotanSymmetricAlgorithm.cpp BotanUtil.cpp \
264	Botan_ecb.cpp
265@WITH_OPENSSL_TRUE@am__objects_1 = OSSLAES.lo OSSLComp.lo \
266@WITH_OPENSSL_TRUE@	OSSLCryptoFactory.lo OSSLDES.lo OSSLDH.lo \
267@WITH_OPENSSL_TRUE@	OSSLDHKeyPair.lo OSSLDHPrivateKey.lo \
268@WITH_OPENSSL_TRUE@	OSSLDHPublicKey.lo OSSLDSA.lo \
269@WITH_OPENSSL_TRUE@	OSSLDSAKeyPair.lo OSSLDSAPrivateKey.lo \
270@WITH_OPENSSL_TRUE@	OSSLDSAPublicKey.lo OSSLECDH.lo \
271@WITH_OPENSSL_TRUE@	OSSLECDSA.lo OSSLECKeyPair.lo \
272@WITH_OPENSSL_TRUE@	OSSLECPrivateKey.lo OSSLECPublicKey.lo \
273@WITH_OPENSSL_TRUE@	OSSLEDDSA.lo OSSLEDKeyPair.lo \
274@WITH_OPENSSL_TRUE@	OSSLEDPrivateKey.lo OSSLEDPublicKey.lo \
275@WITH_OPENSSL_TRUE@	OSSLEVPHashAlgorithm.lo \
276@WITH_OPENSSL_TRUE@	OSSLEVPMacAlgorithm.lo \
277@WITH_OPENSSL_TRUE@	OSSLEVPCMacAlgorithm.lo \
278@WITH_OPENSSL_TRUE@	OSSLEVPSymmetricAlgorithm.lo OSSLGOST.lo \
279@WITH_OPENSSL_TRUE@	OSSLGOSTKeyPair.lo OSSLGOSTPrivateKey.lo \
280@WITH_OPENSSL_TRUE@	OSSLGOSTPublicKey.lo OSSLGOSTR3411.lo \
281@WITH_OPENSSL_TRUE@	OSSLCMAC.lo OSSLHMAC.lo OSSLMD5.lo \
282@WITH_OPENSSL_TRUE@	OSSLRNG.lo OSSLRSA.lo OSSLRSAKeyPair.lo \
283@WITH_OPENSSL_TRUE@	OSSLRSAPrivateKey.lo OSSLRSAPublicKey.lo \
284@WITH_OPENSSL_TRUE@	OSSLSHA1.lo OSSLSHA224.lo OSSLSHA256.lo \
285@WITH_OPENSSL_TRUE@	OSSLSHA384.lo OSSLSHA512.lo OSSLUtil.lo
286@WITH_BOTAN_TRUE@am__objects_2 = BotanAES.lo BotanCryptoFactory.lo \
287@WITH_BOTAN_TRUE@	BotanDES.lo BotanDH.lo BotanDHKeyPair.lo \
288@WITH_BOTAN_TRUE@	BotanDHPrivateKey.lo BotanDHPublicKey.lo \
289@WITH_BOTAN_TRUE@	BotanDSA.lo BotanDSAKeyPair.lo \
290@WITH_BOTAN_TRUE@	BotanDSAPrivateKey.lo BotanDSAPublicKey.lo \
291@WITH_BOTAN_TRUE@	BotanECDH.lo BotanECDHKeyPair.lo \
292@WITH_BOTAN_TRUE@	BotanECDHPrivateKey.lo BotanECDHPublicKey.lo \
293@WITH_BOTAN_TRUE@	BotanECDSA.lo BotanECDSAKeyPair.lo \
294@WITH_BOTAN_TRUE@	BotanECDSAPrivateKey.lo \
295@WITH_BOTAN_TRUE@	BotanECDSAPublicKey.lo BotanEDDSA.lo \
296@WITH_BOTAN_TRUE@	BotanEDKeyPair.lo BotanEDPrivateKey.lo \
297@WITH_BOTAN_TRUE@	BotanEDPublicKey.lo BotanGOST.lo \
298@WITH_BOTAN_TRUE@	BotanGOSTKeyPair.lo BotanGOSTPrivateKey.lo \
299@WITH_BOTAN_TRUE@	BotanGOSTPublicKey.lo BotanGOSTR3411.lo \
300@WITH_BOTAN_TRUE@	BotanHashAlgorithm.lo BotanMAC.lo \
301@WITH_BOTAN_TRUE@	BotanMacAlgorithm.lo BotanMD5.lo BotanRNG.lo \
302@WITH_BOTAN_TRUE@	BotanRSA.lo BotanRSAKeyPair.lo \
303@WITH_BOTAN_TRUE@	BotanRSAPrivateKey.lo BotanRSAPublicKey.lo \
304@WITH_BOTAN_TRUE@	BotanSHA1.lo BotanSHA224.lo BotanSHA256.lo \
305@WITH_BOTAN_TRUE@	BotanSHA384.lo BotanSHA512.lo \
306@WITH_BOTAN_TRUE@	BotanSymmetricAlgorithm.lo BotanUtil.lo \
307@WITH_BOTAN_TRUE@	Botan_ecb.lo
308am_libsofthsm_crypto_la_OBJECTS = AESKey.lo AsymmetricAlgorithm.lo \
309	AsymmetricKeyPair.lo CryptoFactory.lo DerUtil.lo DESKey.lo \
310	DHParameters.lo DHPublicKey.lo DHPrivateKey.lo \
311	DSAParameters.lo DSAPublicKey.lo DSAPrivateKey.lo \
312	ECParameters.lo ECPublicKey.lo ECPrivateKey.lo EDPublicKey.lo \
313	EDPrivateKey.lo GOSTPublicKey.lo GOSTPrivateKey.lo \
314	HashAlgorithm.lo MacAlgorithm.lo RSAParameters.lo \
315	RSAPrivateKey.lo RSAPublicKey.lo SymmetricAlgorithm.lo \
316	SymmetricKey.lo $(am__objects_1) $(am__objects_2)
317libsofthsm_crypto_la_OBJECTS = $(am_libsofthsm_crypto_la_OBJECTS)
318AM_V_lt = $(am__v_lt_@AM_V@)
319am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
320am__v_lt_0 = --silent
321am__v_lt_1 =
322AM_V_P = $(am__v_P_@AM_V@)
323am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
324am__v_P_0 = false
325am__v_P_1 = :
326AM_V_GEN = $(am__v_GEN_@AM_V@)
327am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
328am__v_GEN_0 = @echo "  GEN     " $@;
329am__v_GEN_1 =
330AM_V_at = $(am__v_at_@AM_V@)
331am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
332am__v_at_0 = @
333am__v_at_1 =
334DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
335depcomp = $(SHELL) $(top_srcdir)/depcomp
336am__maybe_remake_depfiles = depfiles
337am__depfiles_remade = ./$(DEPDIR)/AESKey.Plo \
338	./$(DEPDIR)/AsymmetricAlgorithm.Plo \
339	./$(DEPDIR)/AsymmetricKeyPair.Plo ./$(DEPDIR)/BotanAES.Plo \
340	./$(DEPDIR)/BotanCryptoFactory.Plo ./$(DEPDIR)/BotanDES.Plo \
341	./$(DEPDIR)/BotanDH.Plo ./$(DEPDIR)/BotanDHKeyPair.Plo \
342	./$(DEPDIR)/BotanDHPrivateKey.Plo \
343	./$(DEPDIR)/BotanDHPublicKey.Plo ./$(DEPDIR)/BotanDSA.Plo \
344	./$(DEPDIR)/BotanDSAKeyPair.Plo \
345	./$(DEPDIR)/BotanDSAPrivateKey.Plo \
346	./$(DEPDIR)/BotanDSAPublicKey.Plo ./$(DEPDIR)/BotanECDH.Plo \
347	./$(DEPDIR)/BotanECDHKeyPair.Plo \
348	./$(DEPDIR)/BotanECDHPrivateKey.Plo \
349	./$(DEPDIR)/BotanECDHPublicKey.Plo ./$(DEPDIR)/BotanECDSA.Plo \
350	./$(DEPDIR)/BotanECDSAKeyPair.Plo \
351	./$(DEPDIR)/BotanECDSAPrivateKey.Plo \
352	./$(DEPDIR)/BotanECDSAPublicKey.Plo ./$(DEPDIR)/BotanEDDSA.Plo \
353	./$(DEPDIR)/BotanEDKeyPair.Plo \
354	./$(DEPDIR)/BotanEDPrivateKey.Plo \
355	./$(DEPDIR)/BotanEDPublicKey.Plo ./$(DEPDIR)/BotanGOST.Plo \
356	./$(DEPDIR)/BotanGOSTKeyPair.Plo \
357	./$(DEPDIR)/BotanGOSTPrivateKey.Plo \
358	./$(DEPDIR)/BotanGOSTPublicKey.Plo \
359	./$(DEPDIR)/BotanGOSTR3411.Plo \
360	./$(DEPDIR)/BotanHashAlgorithm.Plo ./$(DEPDIR)/BotanMAC.Plo \
361	./$(DEPDIR)/BotanMD5.Plo ./$(DEPDIR)/BotanMacAlgorithm.Plo \
362	./$(DEPDIR)/BotanRNG.Plo ./$(DEPDIR)/BotanRSA.Plo \
363	./$(DEPDIR)/BotanRSAKeyPair.Plo \
364	./$(DEPDIR)/BotanRSAPrivateKey.Plo \
365	./$(DEPDIR)/BotanRSAPublicKey.Plo ./$(DEPDIR)/BotanSHA1.Plo \
366	./$(DEPDIR)/BotanSHA224.Plo ./$(DEPDIR)/BotanSHA256.Plo \
367	./$(DEPDIR)/BotanSHA384.Plo ./$(DEPDIR)/BotanSHA512.Plo \
368	./$(DEPDIR)/BotanSymmetricAlgorithm.Plo \
369	./$(DEPDIR)/BotanUtil.Plo ./$(DEPDIR)/Botan_ecb.Plo \
370	./$(DEPDIR)/CryptoFactory.Plo ./$(DEPDIR)/DESKey.Plo \
371	./$(DEPDIR)/DHParameters.Plo ./$(DEPDIR)/DHPrivateKey.Plo \
372	./$(DEPDIR)/DHPublicKey.Plo ./$(DEPDIR)/DSAParameters.Plo \
373	./$(DEPDIR)/DSAPrivateKey.Plo ./$(DEPDIR)/DSAPublicKey.Plo \
374	./$(DEPDIR)/DerUtil.Plo ./$(DEPDIR)/ECParameters.Plo \
375	./$(DEPDIR)/ECPrivateKey.Plo ./$(DEPDIR)/ECPublicKey.Plo \
376	./$(DEPDIR)/EDPrivateKey.Plo ./$(DEPDIR)/EDPublicKey.Plo \
377	./$(DEPDIR)/GOSTPrivateKey.Plo ./$(DEPDIR)/GOSTPublicKey.Plo \
378	./$(DEPDIR)/HashAlgorithm.Plo ./$(DEPDIR)/MacAlgorithm.Plo \
379	./$(DEPDIR)/OSSLAES.Plo ./$(DEPDIR)/OSSLCMAC.Plo \
380	./$(DEPDIR)/OSSLComp.Plo ./$(DEPDIR)/OSSLCryptoFactory.Plo \
381	./$(DEPDIR)/OSSLDES.Plo ./$(DEPDIR)/OSSLDH.Plo \
382	./$(DEPDIR)/OSSLDHKeyPair.Plo ./$(DEPDIR)/OSSLDHPrivateKey.Plo \
383	./$(DEPDIR)/OSSLDHPublicKey.Plo ./$(DEPDIR)/OSSLDSA.Plo \
384	./$(DEPDIR)/OSSLDSAKeyPair.Plo \
385	./$(DEPDIR)/OSSLDSAPrivateKey.Plo \
386	./$(DEPDIR)/OSSLDSAPublicKey.Plo ./$(DEPDIR)/OSSLECDH.Plo \
387	./$(DEPDIR)/OSSLECDSA.Plo ./$(DEPDIR)/OSSLECKeyPair.Plo \
388	./$(DEPDIR)/OSSLECPrivateKey.Plo \
389	./$(DEPDIR)/OSSLECPublicKey.Plo ./$(DEPDIR)/OSSLEDDSA.Plo \
390	./$(DEPDIR)/OSSLEDKeyPair.Plo ./$(DEPDIR)/OSSLEDPrivateKey.Plo \
391	./$(DEPDIR)/OSSLEDPublicKey.Plo \
392	./$(DEPDIR)/OSSLEVPCMacAlgorithm.Plo \
393	./$(DEPDIR)/OSSLEVPHashAlgorithm.Plo \
394	./$(DEPDIR)/OSSLEVPMacAlgorithm.Plo \
395	./$(DEPDIR)/OSSLEVPSymmetricAlgorithm.Plo \
396	./$(DEPDIR)/OSSLGOST.Plo ./$(DEPDIR)/OSSLGOSTKeyPair.Plo \
397	./$(DEPDIR)/OSSLGOSTPrivateKey.Plo \
398	./$(DEPDIR)/OSSLGOSTPublicKey.Plo \
399	./$(DEPDIR)/OSSLGOSTR3411.Plo ./$(DEPDIR)/OSSLHMAC.Plo \
400	./$(DEPDIR)/OSSLMD5.Plo ./$(DEPDIR)/OSSLRNG.Plo \
401	./$(DEPDIR)/OSSLRSA.Plo ./$(DEPDIR)/OSSLRSAKeyPair.Plo \
402	./$(DEPDIR)/OSSLRSAPrivateKey.Plo \
403	./$(DEPDIR)/OSSLRSAPublicKey.Plo ./$(DEPDIR)/OSSLSHA1.Plo \
404	./$(DEPDIR)/OSSLSHA224.Plo ./$(DEPDIR)/OSSLSHA256.Plo \
405	./$(DEPDIR)/OSSLSHA384.Plo ./$(DEPDIR)/OSSLSHA512.Plo \
406	./$(DEPDIR)/OSSLUtil.Plo ./$(DEPDIR)/RSAParameters.Plo \
407	./$(DEPDIR)/RSAPrivateKey.Plo ./$(DEPDIR)/RSAPublicKey.Plo \
408	./$(DEPDIR)/SymmetricAlgorithm.Plo \
409	./$(DEPDIR)/SymmetricKey.Plo
410am__mv = mv -f
411CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
412	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
413LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
414	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
415	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
416	$(AM_CXXFLAGS) $(CXXFLAGS)
417AM_V_CXX = $(am__v_CXX_@AM_V@)
418am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
419am__v_CXX_0 = @echo "  CXX     " $@;
420am__v_CXX_1 =
421CXXLD = $(CXX)
422CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
423	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
424	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
425AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
426am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
427am__v_CXXLD_0 = @echo "  CXXLD   " $@;
428am__v_CXXLD_1 =
429SOURCES = $(libsofthsm_crypto_la_SOURCES)
430DIST_SOURCES = $(am__libsofthsm_crypto_la_SOURCES_DIST)
431RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
432	ctags-recursive dvi-recursive html-recursive info-recursive \
433	install-data-recursive install-dvi-recursive \
434	install-exec-recursive install-html-recursive \
435	install-info-recursive install-pdf-recursive \
436	install-ps-recursive install-recursive installcheck-recursive \
437	installdirs-recursive pdf-recursive ps-recursive \
438	tags-recursive uninstall-recursive
439am__can_run_installinfo = \
440  case $$AM_UPDATE_INFO_DIR in \
441    n|no|NO) false;; \
442    *) (install-info --version) >/dev/null 2>&1;; \
443  esac
444RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
445  distclean-recursive maintainer-clean-recursive
446am__recursive_targets = \
447  $(RECURSIVE_TARGETS) \
448  $(RECURSIVE_CLEAN_TARGETS) \
449  $(am__extra_recursive_targets)
450AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
451	distdir distdir-am
452am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
453# Read a list of newline-separated strings from the standard input,
454# and print each of them once, without duplicates.  Input order is
455# *not* preserved.
456am__uniquify_input = $(AWK) '\
457  BEGIN { nonempty = 0; } \
458  { items[$$0] = 1; nonempty = 1; } \
459  END { if (nonempty) { for (i in items) print i; }; } \
460'
461# Make sure the list of sources is unique.  This is necessary because,
462# e.g., the same source file might be shared among _SOURCES variables
463# for different programs/libraries.
464am__define_uniq_tagged_files = \
465  list='$(am__tagged_files)'; \
466  unique=`for i in $$list; do \
467    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
468  done | $(am__uniquify_input)`
469ETAGS = etags
470CTAGS = ctags
471DIST_SUBDIRS = $(SUBDIRS)
472am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
473DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
474am__relativize = \
475  dir0=`pwd`; \
476  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
477  sed_rest='s,^[^/]*/*,,'; \
478  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
479  sed_butlast='s,/*[^/]*$$,,'; \
480  while test -n "$$dir1"; do \
481    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
482    if test "$$first" != "."; then \
483      if test "$$first" = ".."; then \
484        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
485        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
486      else \
487        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
488        if test "$$first2" = "$$first"; then \
489          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
490        else \
491          dir2="../$$dir2"; \
492        fi; \
493        dir0="$$dir0"/"$$first"; \
494      fi; \
495    fi; \
496    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
497  done; \
498  reldir="$$dir2"
499ACLOCAL = @ACLOCAL@
500AMTAR = @AMTAR@
501AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
502AR = @AR@
503AUTOCONF = @AUTOCONF@
504AUTOHEADER = @AUTOHEADER@
505AUTOMAKE = @AUTOMAKE@
506AWK = @AWK@
507BOTAN_CFLAGS = @BOTAN_CFLAGS@
508BOTAN_LIBS = @BOTAN_LIBS@
509BOTAN_VERSION_MAJOR = @BOTAN_VERSION_MAJOR@
510BOTAN_VERSION_MINOR = @BOTAN_VERSION_MINOR@
511CC = @CC@
512CCDEPMODE = @CCDEPMODE@
513CFLAGS = @CFLAGS@
514CPP = @CPP@
515CPPFLAGS = @CPPFLAGS@
516CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
517CPPUNIT_CONFIG = @CPPUNIT_CONFIG@
518CPPUNIT_LIBS = @CPPUNIT_LIBS@
519CRYPTO_INCLUDES = @CRYPTO_INCLUDES@
520CRYPTO_LIBS = @CRYPTO_LIBS@
521CXX = @CXX@
522CXXCPP = @CXXCPP@
523CXXDEPMODE = @CXXDEPMODE@
524CXXFLAGS = @CXXFLAGS@
525CYGPATH_W = @CYGPATH_W@
526DEFS = @DEFS@
527DEPDIR = @DEPDIR@
528DLLTOOL = @DLLTOOL@
529DSYMUTIL = @DSYMUTIL@
530DUMPBIN = @DUMPBIN@
531ECHO_C = @ECHO_C@
532ECHO_N = @ECHO_N@
533ECHO_T = @ECHO_T@
534EGREP = @EGREP@
535EXEEXT = @EXEEXT@
536FGREP = @FGREP@
537GREP = @GREP@
538HAVE_CXX11 = @HAVE_CXX11@
539INSTALL = @INSTALL@
540INSTALL_DATA = @INSTALL_DATA@
541INSTALL_PROGRAM = @INSTALL_PROGRAM@
542INSTALL_SCRIPT = @INSTALL_SCRIPT@
543INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
544LD = @LD@
545LDFLAGS = @LDFLAGS@
546LIBOBJS = @LIBOBJS@
547LIBS = @LIBS@
548LIBTOOL = @LIBTOOL@
549LIPO = @LIPO@
550LN_S = @LN_S@
551LTLIBOBJS = @LTLIBOBJS@
552LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
553MAKEINFO = @MAKEINFO@
554MANIFEST_TOOL = @MANIFEST_TOOL@
555MKDIR_P = @MKDIR_P@
556NM = @NM@
557NMEDIT = @NMEDIT@
558OBJDUMP = @OBJDUMP@
559OBJEXT = @OBJEXT@
560OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
561OPENSSL_LIBS = @OPENSSL_LIBS@
562OTOOL = @OTOOL@
563OTOOL64 = @OTOOL64@
564P11KIT_PATH = @P11KIT_PATH@
565PACKAGE = @PACKAGE@
566PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
567PACKAGE_NAME = @PACKAGE_NAME@
568PACKAGE_STRING = @PACKAGE_STRING@
569PACKAGE_TARNAME = @PACKAGE_TARNAME@
570PACKAGE_URL = @PACKAGE_URL@
571PACKAGE_VERSION = @PACKAGE_VERSION@
572PATH_SEPARATOR = @PATH_SEPARATOR@
573PKG_CONFIG = @PKG_CONFIG@
574PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
575PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
576RANLIB = @RANLIB@
577SED = @SED@
578SET_MAKE = @SET_MAKE@
579SHELL = @SHELL@
580SQLITE3 = @SQLITE3@
581SQLITE3_INCLUDES = @SQLITE3_INCLUDES@
582SQLITE3_LIBS = @SQLITE3_LIBS@
583STRIP = @STRIP@
584VERSION = @VERSION@
585VERSION_INFO = @VERSION_INFO@
586YIELD_LIB = @YIELD_LIB@
587abs_builddir = @abs_builddir@
588abs_srcdir = @abs_srcdir@
589abs_top_builddir = @abs_top_builddir@
590abs_top_srcdir = @abs_top_srcdir@
591ac_ct_AR = @ac_ct_AR@
592ac_ct_CC = @ac_ct_CC@
593ac_ct_CXX = @ac_ct_CXX@
594ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
595am__include = @am__include@
596am__leading_dot = @am__leading_dot@
597am__quote = @am__quote@
598am__tar = @am__tar@
599am__untar = @am__untar@
600bindir = @bindir@
601build = @build@
602build_alias = @build_alias@
603build_cpu = @build_cpu@
604build_os = @build_os@
605build_vendor = @build_vendor@
606builddir = @builddir@
607datadir = @datadir@
608datarootdir = @datarootdir@
609default_softhsm2_conf = @default_softhsm2_conf@
610default_softhsm2_lib = @default_softhsm2_lib@
611docdir = @docdir@
612dvidir = @dvidir@
613exec_prefix = @exec_prefix@
614host = @host@
615host_alias = @host_alias@
616host_cpu = @host_cpu@
617host_os = @host_os@
618host_vendor = @host_vendor@
619htmldir = @htmldir@
620includedir = @includedir@
621infodir = @infodir@
622install_sh = @install_sh@
623libdir = @libdir@
624libexecdir = @libexecdir@
625localedir = @localedir@
626localstatedir = @localstatedir@
627mandir = @mandir@
628mkdir_p = @mkdir_p@
629oldincludedir = @oldincludedir@
630pdfdir = @pdfdir@
631prefix = @prefix@
632program_transform_name = @program_transform_name@
633psdir = @psdir@
634sbindir = @sbindir@
635sharedstatedir = @sharedstatedir@
636softhsmtokendir = @softhsmtokendir@
637srcdir = @srcdir@
638sysconfdir = @sysconfdir@
639target_alias = @target_alias@
640top_build_prefix = @top_build_prefix@
641top_builddir = @top_builddir@
642top_srcdir = @top_srcdir@
643MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
644AM_CPPFLAGS = -I$(srcdir)/.. \
645				-I$(srcdir)/../common \
646				-I$(srcdir)/../data_mgr \
647				-I$(srcdir)/../pkcs11 \
648				@CRYPTO_INCLUDES@
649
650noinst_LTLIBRARIES = libsofthsm_crypto.la
651libsofthsm_crypto_la_SOURCES = AESKey.cpp AsymmetricAlgorithm.cpp \
652	AsymmetricKeyPair.cpp CryptoFactory.cpp DerUtil.cpp DESKey.cpp \
653	DHParameters.cpp DHPublicKey.cpp DHPrivateKey.cpp \
654	DSAParameters.cpp DSAPublicKey.cpp DSAPrivateKey.cpp \
655	ECParameters.cpp ECPublicKey.cpp ECPrivateKey.cpp \
656	EDPublicKey.cpp EDPrivateKey.cpp GOSTPublicKey.cpp \
657	GOSTPrivateKey.cpp HashAlgorithm.cpp MacAlgorithm.cpp \
658	RSAParameters.cpp RSAPrivateKey.cpp RSAPublicKey.cpp \
659	SymmetricAlgorithm.cpp SymmetricKey.cpp $(am__append_1) \
660	$(am__append_2)
661libsofthsm_crypto_la_LIBADD = @CRYPTO_LIBS@
662SUBDIRS = test
663EXTRA_DIST = $(srcdir)/CMakeLists.txt \
664				$(srcdir)/*.h \
665				$(srcdir)/*.cpp
666
667all: all-recursive
668
669.SUFFIXES:
670.SUFFIXES: .cpp .lo .o .obj
671$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
672	@for dep in $?; do \
673	  case '$(am__configure_deps)' in \
674	    *$$dep*) \
675	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
676	        && { if test -f $@; then exit 0; else break; fi; }; \
677	      exit 1;; \
678	  esac; \
679	done; \
680	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/lib/crypto/Makefile'; \
681	$(am__cd) $(top_srcdir) && \
682	  $(AUTOMAKE) --foreign src/lib/crypto/Makefile
683Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
684	@case '$?' in \
685	  *config.status*) \
686	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
687	  *) \
688	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
689	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
690	esac;
691
692$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
693	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
694
695$(top_srcdir)/configure:  $(am__configure_deps)
696	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
697$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
698	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
699$(am__aclocal_m4_deps):
700
701clean-noinstLTLIBRARIES:
702	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
703	@list='$(noinst_LTLIBRARIES)'; \
704	locs=`for p in $$list; do echo $$p; done | \
705	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
706	      sort -u`; \
707	test -z "$$locs" || { \
708	  echo rm -f $${locs}; \
709	  rm -f $${locs}; \
710	}
711
712libsofthsm_crypto.la: $(libsofthsm_crypto_la_OBJECTS) $(libsofthsm_crypto_la_DEPENDENCIES) $(EXTRA_libsofthsm_crypto_la_DEPENDENCIES)
713	$(AM_V_CXXLD)$(CXXLINK)  $(libsofthsm_crypto_la_OBJECTS) $(libsofthsm_crypto_la_LIBADD) $(LIBS)
714
715mostlyclean-compile:
716	-rm -f *.$(OBJEXT)
717
718distclean-compile:
719	-rm -f *.tab.c
720
721@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AESKey.Plo@am__quote@ # am--include-marker
722@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AsymmetricAlgorithm.Plo@am__quote@ # am--include-marker
723@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AsymmetricKeyPair.Plo@am__quote@ # am--include-marker
724@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanAES.Plo@am__quote@ # am--include-marker
725@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanCryptoFactory.Plo@am__quote@ # am--include-marker
726@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanDES.Plo@am__quote@ # am--include-marker
727@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanDH.Plo@am__quote@ # am--include-marker
728@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanDHKeyPair.Plo@am__quote@ # am--include-marker
729@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanDHPrivateKey.Plo@am__quote@ # am--include-marker
730@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanDHPublicKey.Plo@am__quote@ # am--include-marker
731@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanDSA.Plo@am__quote@ # am--include-marker
732@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanDSAKeyPair.Plo@am__quote@ # am--include-marker
733@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanDSAPrivateKey.Plo@am__quote@ # am--include-marker
734@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanDSAPublicKey.Plo@am__quote@ # am--include-marker
735@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanECDH.Plo@am__quote@ # am--include-marker
736@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanECDHKeyPair.Plo@am__quote@ # am--include-marker
737@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanECDHPrivateKey.Plo@am__quote@ # am--include-marker
738@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanECDHPublicKey.Plo@am__quote@ # am--include-marker
739@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanECDSA.Plo@am__quote@ # am--include-marker
740@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanECDSAKeyPair.Plo@am__quote@ # am--include-marker
741@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanECDSAPrivateKey.Plo@am__quote@ # am--include-marker
742@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanECDSAPublicKey.Plo@am__quote@ # am--include-marker
743@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanEDDSA.Plo@am__quote@ # am--include-marker
744@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanEDKeyPair.Plo@am__quote@ # am--include-marker
745@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanEDPrivateKey.Plo@am__quote@ # am--include-marker
746@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanEDPublicKey.Plo@am__quote@ # am--include-marker
747@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanGOST.Plo@am__quote@ # am--include-marker
748@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanGOSTKeyPair.Plo@am__quote@ # am--include-marker
749@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanGOSTPrivateKey.Plo@am__quote@ # am--include-marker
750@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanGOSTPublicKey.Plo@am__quote@ # am--include-marker
751@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanGOSTR3411.Plo@am__quote@ # am--include-marker
752@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanHashAlgorithm.Plo@am__quote@ # am--include-marker
753@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanMAC.Plo@am__quote@ # am--include-marker
754@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanMD5.Plo@am__quote@ # am--include-marker
755@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanMacAlgorithm.Plo@am__quote@ # am--include-marker
756@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanRNG.Plo@am__quote@ # am--include-marker
757@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanRSA.Plo@am__quote@ # am--include-marker
758@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanRSAKeyPair.Plo@am__quote@ # am--include-marker
759@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanRSAPrivateKey.Plo@am__quote@ # am--include-marker
760@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanRSAPublicKey.Plo@am__quote@ # am--include-marker
761@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanSHA1.Plo@am__quote@ # am--include-marker
762@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanSHA224.Plo@am__quote@ # am--include-marker
763@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanSHA256.Plo@am__quote@ # am--include-marker
764@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanSHA384.Plo@am__quote@ # am--include-marker
765@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanSHA512.Plo@am__quote@ # am--include-marker
766@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanSymmetricAlgorithm.Plo@am__quote@ # am--include-marker
767@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BotanUtil.Plo@am__quote@ # am--include-marker
768@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Botan_ecb.Plo@am__quote@ # am--include-marker
769@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CryptoFactory.Plo@am__quote@ # am--include-marker
770@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DESKey.Plo@am__quote@ # am--include-marker
771@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DHParameters.Plo@am__quote@ # am--include-marker
772@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DHPrivateKey.Plo@am__quote@ # am--include-marker
773@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DHPublicKey.Plo@am__quote@ # am--include-marker
774@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DSAParameters.Plo@am__quote@ # am--include-marker
775@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DSAPrivateKey.Plo@am__quote@ # am--include-marker
776@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DSAPublicKey.Plo@am__quote@ # am--include-marker
777@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DerUtil.Plo@am__quote@ # am--include-marker
778@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ECParameters.Plo@am__quote@ # am--include-marker
779@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ECPrivateKey.Plo@am__quote@ # am--include-marker
780@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ECPublicKey.Plo@am__quote@ # am--include-marker
781@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EDPrivateKey.Plo@am__quote@ # am--include-marker
782@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EDPublicKey.Plo@am__quote@ # am--include-marker
783@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GOSTPrivateKey.Plo@am__quote@ # am--include-marker
784@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GOSTPublicKey.Plo@am__quote@ # am--include-marker
785@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HashAlgorithm.Plo@am__quote@ # am--include-marker
786@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MacAlgorithm.Plo@am__quote@ # am--include-marker
787@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLAES.Plo@am__quote@ # am--include-marker
788@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLCMAC.Plo@am__quote@ # am--include-marker
789@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLComp.Plo@am__quote@ # am--include-marker
790@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLCryptoFactory.Plo@am__quote@ # am--include-marker
791@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLDES.Plo@am__quote@ # am--include-marker
792@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLDH.Plo@am__quote@ # am--include-marker
793@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLDHKeyPair.Plo@am__quote@ # am--include-marker
794@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLDHPrivateKey.Plo@am__quote@ # am--include-marker
795@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLDHPublicKey.Plo@am__quote@ # am--include-marker
796@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLDSA.Plo@am__quote@ # am--include-marker
797@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLDSAKeyPair.Plo@am__quote@ # am--include-marker
798@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLDSAPrivateKey.Plo@am__quote@ # am--include-marker
799@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLDSAPublicKey.Plo@am__quote@ # am--include-marker
800@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLECDH.Plo@am__quote@ # am--include-marker
801@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLECDSA.Plo@am__quote@ # am--include-marker
802@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLECKeyPair.Plo@am__quote@ # am--include-marker
803@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLECPrivateKey.Plo@am__quote@ # am--include-marker
804@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLECPublicKey.Plo@am__quote@ # am--include-marker
805@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLEDDSA.Plo@am__quote@ # am--include-marker
806@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLEDKeyPair.Plo@am__quote@ # am--include-marker
807@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLEDPrivateKey.Plo@am__quote@ # am--include-marker
808@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLEDPublicKey.Plo@am__quote@ # am--include-marker
809@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLEVPCMacAlgorithm.Plo@am__quote@ # am--include-marker
810@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLEVPHashAlgorithm.Plo@am__quote@ # am--include-marker
811@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLEVPMacAlgorithm.Plo@am__quote@ # am--include-marker
812@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLEVPSymmetricAlgorithm.Plo@am__quote@ # am--include-marker
813@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLGOST.Plo@am__quote@ # am--include-marker
814@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLGOSTKeyPair.Plo@am__quote@ # am--include-marker
815@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLGOSTPrivateKey.Plo@am__quote@ # am--include-marker
816@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLGOSTPublicKey.Plo@am__quote@ # am--include-marker
817@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLGOSTR3411.Plo@am__quote@ # am--include-marker
818@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLHMAC.Plo@am__quote@ # am--include-marker
819@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLMD5.Plo@am__quote@ # am--include-marker
820@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLRNG.Plo@am__quote@ # am--include-marker
821@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLRSA.Plo@am__quote@ # am--include-marker
822@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLRSAKeyPair.Plo@am__quote@ # am--include-marker
823@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLRSAPrivateKey.Plo@am__quote@ # am--include-marker
824@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLRSAPublicKey.Plo@am__quote@ # am--include-marker
825@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLSHA1.Plo@am__quote@ # am--include-marker
826@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLSHA224.Plo@am__quote@ # am--include-marker
827@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLSHA256.Plo@am__quote@ # am--include-marker
828@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLSHA384.Plo@am__quote@ # am--include-marker
829@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLSHA512.Plo@am__quote@ # am--include-marker
830@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OSSLUtil.Plo@am__quote@ # am--include-marker
831@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RSAParameters.Plo@am__quote@ # am--include-marker
832@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RSAPrivateKey.Plo@am__quote@ # am--include-marker
833@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RSAPublicKey.Plo@am__quote@ # am--include-marker
834@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SymmetricAlgorithm.Plo@am__quote@ # am--include-marker
835@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SymmetricKey.Plo@am__quote@ # am--include-marker
836
837$(am__depfiles_remade):
838	@$(MKDIR_P) $(@D)
839	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
840
841am--depfiles: $(am__depfiles_remade)
842
843.cpp.o:
844@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
845@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
846@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
847@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
848@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
849@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
850
851.cpp.obj:
852@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
853@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
854@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
855@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
856@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
857@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
858
859.cpp.lo:
860@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
861@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
862@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
863@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
864@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
865@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
866
867mostlyclean-libtool:
868	-rm -f *.lo
869
870clean-libtool:
871	-rm -rf .libs _libs
872
873# This directory's subdirectories are mostly independent; you can cd
874# into them and run 'make' without going through this Makefile.
875# To change the values of 'make' variables: instead of editing Makefiles,
876# (1) if the variable is set in 'config.status', edit 'config.status'
877#     (which will cause the Makefiles to be regenerated when you run 'make');
878# (2) otherwise, pass the desired values on the 'make' command line.
879$(am__recursive_targets):
880	@fail=; \
881	if $(am__make_keepgoing); then \
882	  failcom='fail=yes'; \
883	else \
884	  failcom='exit 1'; \
885	fi; \
886	dot_seen=no; \
887	target=`echo $@ | sed s/-recursive//`; \
888	case "$@" in \
889	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
890	  *) list='$(SUBDIRS)' ;; \
891	esac; \
892	for subdir in $$list; do \
893	  echo "Making $$target in $$subdir"; \
894	  if test "$$subdir" = "."; then \
895	    dot_seen=yes; \
896	    local_target="$$target-am"; \
897	  else \
898	    local_target="$$target"; \
899	  fi; \
900	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
901	  || eval $$failcom; \
902	done; \
903	if test "$$dot_seen" = "no"; then \
904	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
905	fi; test -z "$$fail"
906
907ID: $(am__tagged_files)
908	$(am__define_uniq_tagged_files); mkid -fID $$unique
909tags: tags-recursive
910TAGS: tags
911
912tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
913	set x; \
914	here=`pwd`; \
915	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
916	  include_option=--etags-include; \
917	  empty_fix=.; \
918	else \
919	  include_option=--include; \
920	  empty_fix=; \
921	fi; \
922	list='$(SUBDIRS)'; for subdir in $$list; do \
923	  if test "$$subdir" = .; then :; else \
924	    test ! -f $$subdir/TAGS || \
925	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
926	  fi; \
927	done; \
928	$(am__define_uniq_tagged_files); \
929	shift; \
930	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
931	  test -n "$$unique" || unique=$$empty_fix; \
932	  if test $$# -gt 0; then \
933	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
934	      "$$@" $$unique; \
935	  else \
936	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
937	      $$unique; \
938	  fi; \
939	fi
940ctags: ctags-recursive
941
942CTAGS: ctags
943ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
944	$(am__define_uniq_tagged_files); \
945	test -z "$(CTAGS_ARGS)$$unique" \
946	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
947	     $$unique
948
949GTAGS:
950	here=`$(am__cd) $(top_builddir) && pwd` \
951	  && $(am__cd) $(top_srcdir) \
952	  && gtags -i $(GTAGS_ARGS) "$$here"
953cscopelist: cscopelist-recursive
954
955cscopelist-am: $(am__tagged_files)
956	list='$(am__tagged_files)'; \
957	case "$(srcdir)" in \
958	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
959	  *) sdir=$(subdir)/$(srcdir) ;; \
960	esac; \
961	for i in $$list; do \
962	  if test -f "$$i"; then \
963	    echo "$(subdir)/$$i"; \
964	  else \
965	    echo "$$sdir/$$i"; \
966	  fi; \
967	done >> $(top_builddir)/cscope.files
968
969distclean-tags:
970	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
971
972distdir: $(BUILT_SOURCES)
973	$(MAKE) $(AM_MAKEFLAGS) distdir-am
974
975distdir-am: $(DISTFILES)
976	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
977	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
978	list='$(DISTFILES)'; \
979	  dist_files=`for file in $$list; do echo $$file; done | \
980	  sed -e "s|^$$srcdirstrip/||;t" \
981	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
982	case $$dist_files in \
983	  */*) $(MKDIR_P) `echo "$$dist_files" | \
984			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
985			   sort -u` ;; \
986	esac; \
987	for file in $$dist_files; do \
988	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
989	  if test -d $$d/$$file; then \
990	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
991	    if test -d "$(distdir)/$$file"; then \
992	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
993	    fi; \
994	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
995	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
996	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
997	    fi; \
998	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
999	  else \
1000	    test -f "$(distdir)/$$file" \
1001	    || cp -p $$d/$$file "$(distdir)/$$file" \
1002	    || exit 1; \
1003	  fi; \
1004	done
1005	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1006	  if test "$$subdir" = .; then :; else \
1007	    $(am__make_dryrun) \
1008	      || test -d "$(distdir)/$$subdir" \
1009	      || $(MKDIR_P) "$(distdir)/$$subdir" \
1010	      || exit 1; \
1011	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1012	    $(am__relativize); \
1013	    new_distdir=$$reldir; \
1014	    dir1=$$subdir; dir2="$(top_distdir)"; \
1015	    $(am__relativize); \
1016	    new_top_distdir=$$reldir; \
1017	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1018	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1019	    ($(am__cd) $$subdir && \
1020	      $(MAKE) $(AM_MAKEFLAGS) \
1021	        top_distdir="$$new_top_distdir" \
1022	        distdir="$$new_distdir" \
1023		am__remove_distdir=: \
1024		am__skip_length_check=: \
1025		am__skip_mode_fix=: \
1026	        distdir) \
1027	      || exit 1; \
1028	  fi; \
1029	done
1030check-am: all-am
1031check: check-recursive
1032all-am: Makefile $(LTLIBRARIES)
1033installdirs: installdirs-recursive
1034installdirs-am:
1035install: install-recursive
1036install-exec: install-exec-recursive
1037install-data: install-data-recursive
1038uninstall: uninstall-recursive
1039
1040install-am: all-am
1041	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1042
1043installcheck: installcheck-recursive
1044install-strip:
1045	if test -z '$(STRIP)'; then \
1046	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1047	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1048	      install; \
1049	else \
1050	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1051	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1052	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1053	fi
1054mostlyclean-generic:
1055
1056clean-generic:
1057
1058distclean-generic:
1059	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1060	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1061
1062maintainer-clean-generic:
1063	@echo "This command is intended for maintainers to use"
1064	@echo "it deletes files that may require special tools to rebuild."
1065	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1066clean: clean-recursive
1067
1068clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
1069	mostlyclean-am
1070
1071distclean: distclean-recursive
1072		-rm -f ./$(DEPDIR)/AESKey.Plo
1073	-rm -f ./$(DEPDIR)/AsymmetricAlgorithm.Plo
1074	-rm -f ./$(DEPDIR)/AsymmetricKeyPair.Plo
1075	-rm -f ./$(DEPDIR)/BotanAES.Plo
1076	-rm -f ./$(DEPDIR)/BotanCryptoFactory.Plo
1077	-rm -f ./$(DEPDIR)/BotanDES.Plo
1078	-rm -f ./$(DEPDIR)/BotanDH.Plo
1079	-rm -f ./$(DEPDIR)/BotanDHKeyPair.Plo
1080	-rm -f ./$(DEPDIR)/BotanDHPrivateKey.Plo
1081	-rm -f ./$(DEPDIR)/BotanDHPublicKey.Plo
1082	-rm -f ./$(DEPDIR)/BotanDSA.Plo
1083	-rm -f ./$(DEPDIR)/BotanDSAKeyPair.Plo
1084	-rm -f ./$(DEPDIR)/BotanDSAPrivateKey.Plo
1085	-rm -f ./$(DEPDIR)/BotanDSAPublicKey.Plo
1086	-rm -f ./$(DEPDIR)/BotanECDH.Plo
1087	-rm -f ./$(DEPDIR)/BotanECDHKeyPair.Plo
1088	-rm -f ./$(DEPDIR)/BotanECDHPrivateKey.Plo
1089	-rm -f ./$(DEPDIR)/BotanECDHPublicKey.Plo
1090	-rm -f ./$(DEPDIR)/BotanECDSA.Plo
1091	-rm -f ./$(DEPDIR)/BotanECDSAKeyPair.Plo
1092	-rm -f ./$(DEPDIR)/BotanECDSAPrivateKey.Plo
1093	-rm -f ./$(DEPDIR)/BotanECDSAPublicKey.Plo
1094	-rm -f ./$(DEPDIR)/BotanEDDSA.Plo
1095	-rm -f ./$(DEPDIR)/BotanEDKeyPair.Plo
1096	-rm -f ./$(DEPDIR)/BotanEDPrivateKey.Plo
1097	-rm -f ./$(DEPDIR)/BotanEDPublicKey.Plo
1098	-rm -f ./$(DEPDIR)/BotanGOST.Plo
1099	-rm -f ./$(DEPDIR)/BotanGOSTKeyPair.Plo
1100	-rm -f ./$(DEPDIR)/BotanGOSTPrivateKey.Plo
1101	-rm -f ./$(DEPDIR)/BotanGOSTPublicKey.Plo
1102	-rm -f ./$(DEPDIR)/BotanGOSTR3411.Plo
1103	-rm -f ./$(DEPDIR)/BotanHashAlgorithm.Plo
1104	-rm -f ./$(DEPDIR)/BotanMAC.Plo
1105	-rm -f ./$(DEPDIR)/BotanMD5.Plo
1106	-rm -f ./$(DEPDIR)/BotanMacAlgorithm.Plo
1107	-rm -f ./$(DEPDIR)/BotanRNG.Plo
1108	-rm -f ./$(DEPDIR)/BotanRSA.Plo
1109	-rm -f ./$(DEPDIR)/BotanRSAKeyPair.Plo
1110	-rm -f ./$(DEPDIR)/BotanRSAPrivateKey.Plo
1111	-rm -f ./$(DEPDIR)/BotanRSAPublicKey.Plo
1112	-rm -f ./$(DEPDIR)/BotanSHA1.Plo
1113	-rm -f ./$(DEPDIR)/BotanSHA224.Plo
1114	-rm -f ./$(DEPDIR)/BotanSHA256.Plo
1115	-rm -f ./$(DEPDIR)/BotanSHA384.Plo
1116	-rm -f ./$(DEPDIR)/BotanSHA512.Plo
1117	-rm -f ./$(DEPDIR)/BotanSymmetricAlgorithm.Plo
1118	-rm -f ./$(DEPDIR)/BotanUtil.Plo
1119	-rm -f ./$(DEPDIR)/Botan_ecb.Plo
1120	-rm -f ./$(DEPDIR)/CryptoFactory.Plo
1121	-rm -f ./$(DEPDIR)/DESKey.Plo
1122	-rm -f ./$(DEPDIR)/DHParameters.Plo
1123	-rm -f ./$(DEPDIR)/DHPrivateKey.Plo
1124	-rm -f ./$(DEPDIR)/DHPublicKey.Plo
1125	-rm -f ./$(DEPDIR)/DSAParameters.Plo
1126	-rm -f ./$(DEPDIR)/DSAPrivateKey.Plo
1127	-rm -f ./$(DEPDIR)/DSAPublicKey.Plo
1128	-rm -f ./$(DEPDIR)/DerUtil.Plo
1129	-rm -f ./$(DEPDIR)/ECParameters.Plo
1130	-rm -f ./$(DEPDIR)/ECPrivateKey.Plo
1131	-rm -f ./$(DEPDIR)/ECPublicKey.Plo
1132	-rm -f ./$(DEPDIR)/EDPrivateKey.Plo
1133	-rm -f ./$(DEPDIR)/EDPublicKey.Plo
1134	-rm -f ./$(DEPDIR)/GOSTPrivateKey.Plo
1135	-rm -f ./$(DEPDIR)/GOSTPublicKey.Plo
1136	-rm -f ./$(DEPDIR)/HashAlgorithm.Plo
1137	-rm -f ./$(DEPDIR)/MacAlgorithm.Plo
1138	-rm -f ./$(DEPDIR)/OSSLAES.Plo
1139	-rm -f ./$(DEPDIR)/OSSLCMAC.Plo
1140	-rm -f ./$(DEPDIR)/OSSLComp.Plo
1141	-rm -f ./$(DEPDIR)/OSSLCryptoFactory.Plo
1142	-rm -f ./$(DEPDIR)/OSSLDES.Plo
1143	-rm -f ./$(DEPDIR)/OSSLDH.Plo
1144	-rm -f ./$(DEPDIR)/OSSLDHKeyPair.Plo
1145	-rm -f ./$(DEPDIR)/OSSLDHPrivateKey.Plo
1146	-rm -f ./$(DEPDIR)/OSSLDHPublicKey.Plo
1147	-rm -f ./$(DEPDIR)/OSSLDSA.Plo
1148	-rm -f ./$(DEPDIR)/OSSLDSAKeyPair.Plo
1149	-rm -f ./$(DEPDIR)/OSSLDSAPrivateKey.Plo
1150	-rm -f ./$(DEPDIR)/OSSLDSAPublicKey.Plo
1151	-rm -f ./$(DEPDIR)/OSSLECDH.Plo
1152	-rm -f ./$(DEPDIR)/OSSLECDSA.Plo
1153	-rm -f ./$(DEPDIR)/OSSLECKeyPair.Plo
1154	-rm -f ./$(DEPDIR)/OSSLECPrivateKey.Plo
1155	-rm -f ./$(DEPDIR)/OSSLECPublicKey.Plo
1156	-rm -f ./$(DEPDIR)/OSSLEDDSA.Plo
1157	-rm -f ./$(DEPDIR)/OSSLEDKeyPair.Plo
1158	-rm -f ./$(DEPDIR)/OSSLEDPrivateKey.Plo
1159	-rm -f ./$(DEPDIR)/OSSLEDPublicKey.Plo
1160	-rm -f ./$(DEPDIR)/OSSLEVPCMacAlgorithm.Plo
1161	-rm -f ./$(DEPDIR)/OSSLEVPHashAlgorithm.Plo
1162	-rm -f ./$(DEPDIR)/OSSLEVPMacAlgorithm.Plo
1163	-rm -f ./$(DEPDIR)/OSSLEVPSymmetricAlgorithm.Plo
1164	-rm -f ./$(DEPDIR)/OSSLGOST.Plo
1165	-rm -f ./$(DEPDIR)/OSSLGOSTKeyPair.Plo
1166	-rm -f ./$(DEPDIR)/OSSLGOSTPrivateKey.Plo
1167	-rm -f ./$(DEPDIR)/OSSLGOSTPublicKey.Plo
1168	-rm -f ./$(DEPDIR)/OSSLGOSTR3411.Plo
1169	-rm -f ./$(DEPDIR)/OSSLHMAC.Plo
1170	-rm -f ./$(DEPDIR)/OSSLMD5.Plo
1171	-rm -f ./$(DEPDIR)/OSSLRNG.Plo
1172	-rm -f ./$(DEPDIR)/OSSLRSA.Plo
1173	-rm -f ./$(DEPDIR)/OSSLRSAKeyPair.Plo
1174	-rm -f ./$(DEPDIR)/OSSLRSAPrivateKey.Plo
1175	-rm -f ./$(DEPDIR)/OSSLRSAPublicKey.Plo
1176	-rm -f ./$(DEPDIR)/OSSLSHA1.Plo
1177	-rm -f ./$(DEPDIR)/OSSLSHA224.Plo
1178	-rm -f ./$(DEPDIR)/OSSLSHA256.Plo
1179	-rm -f ./$(DEPDIR)/OSSLSHA384.Plo
1180	-rm -f ./$(DEPDIR)/OSSLSHA512.Plo
1181	-rm -f ./$(DEPDIR)/OSSLUtil.Plo
1182	-rm -f ./$(DEPDIR)/RSAParameters.Plo
1183	-rm -f ./$(DEPDIR)/RSAPrivateKey.Plo
1184	-rm -f ./$(DEPDIR)/RSAPublicKey.Plo
1185	-rm -f ./$(DEPDIR)/SymmetricAlgorithm.Plo
1186	-rm -f ./$(DEPDIR)/SymmetricKey.Plo
1187	-rm -f Makefile
1188distclean-am: clean-am distclean-compile distclean-generic \
1189	distclean-tags
1190
1191dvi: dvi-recursive
1192
1193dvi-am:
1194
1195html: html-recursive
1196
1197html-am:
1198
1199info: info-recursive
1200
1201info-am:
1202
1203install-data-am:
1204
1205install-dvi: install-dvi-recursive
1206
1207install-dvi-am:
1208
1209install-exec-am:
1210
1211install-html: install-html-recursive
1212
1213install-html-am:
1214
1215install-info: install-info-recursive
1216
1217install-info-am:
1218
1219install-man:
1220
1221install-pdf: install-pdf-recursive
1222
1223install-pdf-am:
1224
1225install-ps: install-ps-recursive
1226
1227install-ps-am:
1228
1229installcheck-am:
1230
1231maintainer-clean: maintainer-clean-recursive
1232		-rm -f ./$(DEPDIR)/AESKey.Plo
1233	-rm -f ./$(DEPDIR)/AsymmetricAlgorithm.Plo
1234	-rm -f ./$(DEPDIR)/AsymmetricKeyPair.Plo
1235	-rm -f ./$(DEPDIR)/BotanAES.Plo
1236	-rm -f ./$(DEPDIR)/BotanCryptoFactory.Plo
1237	-rm -f ./$(DEPDIR)/BotanDES.Plo
1238	-rm -f ./$(DEPDIR)/BotanDH.Plo
1239	-rm -f ./$(DEPDIR)/BotanDHKeyPair.Plo
1240	-rm -f ./$(DEPDIR)/BotanDHPrivateKey.Plo
1241	-rm -f ./$(DEPDIR)/BotanDHPublicKey.Plo
1242	-rm -f ./$(DEPDIR)/BotanDSA.Plo
1243	-rm -f ./$(DEPDIR)/BotanDSAKeyPair.Plo
1244	-rm -f ./$(DEPDIR)/BotanDSAPrivateKey.Plo
1245	-rm -f ./$(DEPDIR)/BotanDSAPublicKey.Plo
1246	-rm -f ./$(DEPDIR)/BotanECDH.Plo
1247	-rm -f ./$(DEPDIR)/BotanECDHKeyPair.Plo
1248	-rm -f ./$(DEPDIR)/BotanECDHPrivateKey.Plo
1249	-rm -f ./$(DEPDIR)/BotanECDHPublicKey.Plo
1250	-rm -f ./$(DEPDIR)/BotanECDSA.Plo
1251	-rm -f ./$(DEPDIR)/BotanECDSAKeyPair.Plo
1252	-rm -f ./$(DEPDIR)/BotanECDSAPrivateKey.Plo
1253	-rm -f ./$(DEPDIR)/BotanECDSAPublicKey.Plo
1254	-rm -f ./$(DEPDIR)/BotanEDDSA.Plo
1255	-rm -f ./$(DEPDIR)/BotanEDKeyPair.Plo
1256	-rm -f ./$(DEPDIR)/BotanEDPrivateKey.Plo
1257	-rm -f ./$(DEPDIR)/BotanEDPublicKey.Plo
1258	-rm -f ./$(DEPDIR)/BotanGOST.Plo
1259	-rm -f ./$(DEPDIR)/BotanGOSTKeyPair.Plo
1260	-rm -f ./$(DEPDIR)/BotanGOSTPrivateKey.Plo
1261	-rm -f ./$(DEPDIR)/BotanGOSTPublicKey.Plo
1262	-rm -f ./$(DEPDIR)/BotanGOSTR3411.Plo
1263	-rm -f ./$(DEPDIR)/BotanHashAlgorithm.Plo
1264	-rm -f ./$(DEPDIR)/BotanMAC.Plo
1265	-rm -f ./$(DEPDIR)/BotanMD5.Plo
1266	-rm -f ./$(DEPDIR)/BotanMacAlgorithm.Plo
1267	-rm -f ./$(DEPDIR)/BotanRNG.Plo
1268	-rm -f ./$(DEPDIR)/BotanRSA.Plo
1269	-rm -f ./$(DEPDIR)/BotanRSAKeyPair.Plo
1270	-rm -f ./$(DEPDIR)/BotanRSAPrivateKey.Plo
1271	-rm -f ./$(DEPDIR)/BotanRSAPublicKey.Plo
1272	-rm -f ./$(DEPDIR)/BotanSHA1.Plo
1273	-rm -f ./$(DEPDIR)/BotanSHA224.Plo
1274	-rm -f ./$(DEPDIR)/BotanSHA256.Plo
1275	-rm -f ./$(DEPDIR)/BotanSHA384.Plo
1276	-rm -f ./$(DEPDIR)/BotanSHA512.Plo
1277	-rm -f ./$(DEPDIR)/BotanSymmetricAlgorithm.Plo
1278	-rm -f ./$(DEPDIR)/BotanUtil.Plo
1279	-rm -f ./$(DEPDIR)/Botan_ecb.Plo
1280	-rm -f ./$(DEPDIR)/CryptoFactory.Plo
1281	-rm -f ./$(DEPDIR)/DESKey.Plo
1282	-rm -f ./$(DEPDIR)/DHParameters.Plo
1283	-rm -f ./$(DEPDIR)/DHPrivateKey.Plo
1284	-rm -f ./$(DEPDIR)/DHPublicKey.Plo
1285	-rm -f ./$(DEPDIR)/DSAParameters.Plo
1286	-rm -f ./$(DEPDIR)/DSAPrivateKey.Plo
1287	-rm -f ./$(DEPDIR)/DSAPublicKey.Plo
1288	-rm -f ./$(DEPDIR)/DerUtil.Plo
1289	-rm -f ./$(DEPDIR)/ECParameters.Plo
1290	-rm -f ./$(DEPDIR)/ECPrivateKey.Plo
1291	-rm -f ./$(DEPDIR)/ECPublicKey.Plo
1292	-rm -f ./$(DEPDIR)/EDPrivateKey.Plo
1293	-rm -f ./$(DEPDIR)/EDPublicKey.Plo
1294	-rm -f ./$(DEPDIR)/GOSTPrivateKey.Plo
1295	-rm -f ./$(DEPDIR)/GOSTPublicKey.Plo
1296	-rm -f ./$(DEPDIR)/HashAlgorithm.Plo
1297	-rm -f ./$(DEPDIR)/MacAlgorithm.Plo
1298	-rm -f ./$(DEPDIR)/OSSLAES.Plo
1299	-rm -f ./$(DEPDIR)/OSSLCMAC.Plo
1300	-rm -f ./$(DEPDIR)/OSSLComp.Plo
1301	-rm -f ./$(DEPDIR)/OSSLCryptoFactory.Plo
1302	-rm -f ./$(DEPDIR)/OSSLDES.Plo
1303	-rm -f ./$(DEPDIR)/OSSLDH.Plo
1304	-rm -f ./$(DEPDIR)/OSSLDHKeyPair.Plo
1305	-rm -f ./$(DEPDIR)/OSSLDHPrivateKey.Plo
1306	-rm -f ./$(DEPDIR)/OSSLDHPublicKey.Plo
1307	-rm -f ./$(DEPDIR)/OSSLDSA.Plo
1308	-rm -f ./$(DEPDIR)/OSSLDSAKeyPair.Plo
1309	-rm -f ./$(DEPDIR)/OSSLDSAPrivateKey.Plo
1310	-rm -f ./$(DEPDIR)/OSSLDSAPublicKey.Plo
1311	-rm -f ./$(DEPDIR)/OSSLECDH.Plo
1312	-rm -f ./$(DEPDIR)/OSSLECDSA.Plo
1313	-rm -f ./$(DEPDIR)/OSSLECKeyPair.Plo
1314	-rm -f ./$(DEPDIR)/OSSLECPrivateKey.Plo
1315	-rm -f ./$(DEPDIR)/OSSLECPublicKey.Plo
1316	-rm -f ./$(DEPDIR)/OSSLEDDSA.Plo
1317	-rm -f ./$(DEPDIR)/OSSLEDKeyPair.Plo
1318	-rm -f ./$(DEPDIR)/OSSLEDPrivateKey.Plo
1319	-rm -f ./$(DEPDIR)/OSSLEDPublicKey.Plo
1320	-rm -f ./$(DEPDIR)/OSSLEVPCMacAlgorithm.Plo
1321	-rm -f ./$(DEPDIR)/OSSLEVPHashAlgorithm.Plo
1322	-rm -f ./$(DEPDIR)/OSSLEVPMacAlgorithm.Plo
1323	-rm -f ./$(DEPDIR)/OSSLEVPSymmetricAlgorithm.Plo
1324	-rm -f ./$(DEPDIR)/OSSLGOST.Plo
1325	-rm -f ./$(DEPDIR)/OSSLGOSTKeyPair.Plo
1326	-rm -f ./$(DEPDIR)/OSSLGOSTPrivateKey.Plo
1327	-rm -f ./$(DEPDIR)/OSSLGOSTPublicKey.Plo
1328	-rm -f ./$(DEPDIR)/OSSLGOSTR3411.Plo
1329	-rm -f ./$(DEPDIR)/OSSLHMAC.Plo
1330	-rm -f ./$(DEPDIR)/OSSLMD5.Plo
1331	-rm -f ./$(DEPDIR)/OSSLRNG.Plo
1332	-rm -f ./$(DEPDIR)/OSSLRSA.Plo
1333	-rm -f ./$(DEPDIR)/OSSLRSAKeyPair.Plo
1334	-rm -f ./$(DEPDIR)/OSSLRSAPrivateKey.Plo
1335	-rm -f ./$(DEPDIR)/OSSLRSAPublicKey.Plo
1336	-rm -f ./$(DEPDIR)/OSSLSHA1.Plo
1337	-rm -f ./$(DEPDIR)/OSSLSHA224.Plo
1338	-rm -f ./$(DEPDIR)/OSSLSHA256.Plo
1339	-rm -f ./$(DEPDIR)/OSSLSHA384.Plo
1340	-rm -f ./$(DEPDIR)/OSSLSHA512.Plo
1341	-rm -f ./$(DEPDIR)/OSSLUtil.Plo
1342	-rm -f ./$(DEPDIR)/RSAParameters.Plo
1343	-rm -f ./$(DEPDIR)/RSAPrivateKey.Plo
1344	-rm -f ./$(DEPDIR)/RSAPublicKey.Plo
1345	-rm -f ./$(DEPDIR)/SymmetricAlgorithm.Plo
1346	-rm -f ./$(DEPDIR)/SymmetricKey.Plo
1347	-rm -f Makefile
1348maintainer-clean-am: distclean-am maintainer-clean-generic
1349
1350mostlyclean: mostlyclean-recursive
1351
1352mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1353	mostlyclean-libtool
1354
1355pdf: pdf-recursive
1356
1357pdf-am:
1358
1359ps: ps-recursive
1360
1361ps-am:
1362
1363uninstall-am:
1364
1365.MAKE: $(am__recursive_targets) install-am install-strip
1366
1367.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1368	am--depfiles check check-am clean clean-generic clean-libtool \
1369	clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
1370	distclean-compile distclean-generic distclean-libtool \
1371	distclean-tags distdir dvi dvi-am html html-am info info-am \
1372	install install-am install-data install-data-am install-dvi \
1373	install-dvi-am install-exec install-exec-am install-html \
1374	install-html-am install-info install-info-am install-man \
1375	install-pdf install-pdf-am install-ps install-ps-am \
1376	install-strip installcheck installcheck-am installdirs \
1377	installdirs-am maintainer-clean maintainer-clean-generic \
1378	mostlyclean mostlyclean-compile mostlyclean-generic \
1379	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1380	uninstall-am
1381
1382.PRECIOUS: Makefile
1383
1384
1385# Tell versions [3.59,3.63) of GNU make to not export all variables.
1386# Otherwise a system limit (for SysV at least) may be exceeded.
1387.NOEXPORT:
1388