rbnacl-libsodium 0.5.0 → 0.5.0.1.pre
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +15 -2
- data/ext/rbnacl/extconf.rb +0 -1
- data/lib/rbnacl/libsodium/version.rb +1 -1
- data/vendor/libsodium/Makefile.in +878 -0
- data/vendor/libsodium/aclocal.m4 +1214 -0
- data/vendor/libsodium/autom4te.cache/output.0 +17434 -0
- data/vendor/libsodium/autom4te.cache/output.1 +17434 -0
- data/vendor/libsodium/autom4te.cache/output.2 +17434 -0
- data/vendor/libsodium/autom4te.cache/requests +554 -0
- data/vendor/libsodium/autom4te.cache/traces.0 +2956 -0
- data/vendor/libsodium/autom4te.cache/traces.1 +829 -0
- data/vendor/libsodium/autom4te.cache/traces.2 +2956 -0
- data/vendor/libsodium/compile +347 -0
- data/vendor/libsodium/config.guess +1568 -0
- data/vendor/libsodium/config.sub +1793 -0
- data/vendor/libsodium/configure +17434 -0
- data/vendor/libsodium/depcomp +791 -0
- data/vendor/libsodium/dist-build/Makefile.in +453 -0
- data/vendor/libsodium/install-sh +527 -0
- data/vendor/libsodium/ltmain.sh +9655 -0
- data/vendor/libsodium/m4/libtool.m4 +7982 -0
- data/vendor/libsodium/m4/ltoptions.m4 +384 -0
- data/vendor/libsodium/m4/ltsugar.m4 +123 -0
- data/vendor/libsodium/m4/ltversion.m4 +23 -0
- data/vendor/libsodium/m4/lt~obsolete.m4 +98 -0
- data/vendor/libsodium/missing +215 -0
- data/vendor/libsodium/msvc-scripts/Makefile.in +448 -0
- data/vendor/libsodium/src/Makefile.in +626 -0
- data/vendor/libsodium/src/libsodium/Makefile.in +3725 -0
- data/vendor/libsodium/src/libsodium/include/Makefile.in +656 -0
- data/vendor/libsodium/test-driver +139 -0
- data/vendor/libsodium/test/Makefile.in +629 -0
- data/vendor/libsodium/test/default/Makefile.in +2047 -0
- metadata +35 -4
@@ -0,0 +1,3725 @@
|
|
1
|
+
# Makefile.in generated by automake 1.14.1 from Makefile.am.
|
2
|
+
# @configure_input@
|
3
|
+
|
4
|
+
# Copyright (C) 1994-2013 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
|
+
|
17
|
+
|
18
|
+
VPATH = @srcdir@
|
19
|
+
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
|
20
|
+
am__make_running_with_option = \
|
21
|
+
case $${target_option-} in \
|
22
|
+
?) ;; \
|
23
|
+
*) echo "am__make_running_with_option: internal error: invalid" \
|
24
|
+
"target option '$${target_option-}' specified" >&2; \
|
25
|
+
exit 1;; \
|
26
|
+
esac; \
|
27
|
+
has_opt=no; \
|
28
|
+
sane_makeflags=$$MAKEFLAGS; \
|
29
|
+
if $(am__is_gnu_make); then \
|
30
|
+
sane_makeflags=$$MFLAGS; \
|
31
|
+
else \
|
32
|
+
case $$MAKEFLAGS in \
|
33
|
+
*\\[\ \ ]*) \
|
34
|
+
bs=\\; \
|
35
|
+
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
36
|
+
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
37
|
+
esac; \
|
38
|
+
fi; \
|
39
|
+
skip_next=no; \
|
40
|
+
strip_trailopt () \
|
41
|
+
{ \
|
42
|
+
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
43
|
+
}; \
|
44
|
+
for flg in $$sane_makeflags; do \
|
45
|
+
test $$skip_next = yes && { skip_next=no; continue; }; \
|
46
|
+
case $$flg in \
|
47
|
+
*=*|--*) continue;; \
|
48
|
+
-*I) strip_trailopt 'I'; skip_next=yes;; \
|
49
|
+
-*I?*) strip_trailopt 'I';; \
|
50
|
+
-*O) strip_trailopt 'O'; skip_next=yes;; \
|
51
|
+
-*O?*) strip_trailopt 'O';; \
|
52
|
+
-*l) strip_trailopt 'l'; skip_next=yes;; \
|
53
|
+
-*l?*) strip_trailopt 'l';; \
|
54
|
+
-[dEDm]) skip_next=yes;; \
|
55
|
+
-[JT]) skip_next=yes;; \
|
56
|
+
esac; \
|
57
|
+
case $$flg in \
|
58
|
+
*$$target_option*) has_opt=yes; break;; \
|
59
|
+
esac; \
|
60
|
+
done; \
|
61
|
+
test $$has_opt = yes
|
62
|
+
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
63
|
+
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
64
|
+
pkgdatadir = $(datadir)/@PACKAGE@
|
65
|
+
pkgincludedir = $(includedir)/@PACKAGE@
|
66
|
+
pkglibdir = $(libdir)/@PACKAGE@
|
67
|
+
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
68
|
+
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
69
|
+
install_sh_DATA = $(install_sh) -c -m 644
|
70
|
+
install_sh_PROGRAM = $(install_sh) -c
|
71
|
+
install_sh_SCRIPT = $(install_sh) -c
|
72
|
+
INSTALL_HEADER = $(INSTALL_DATA)
|
73
|
+
transform = $(program_transform_name)
|
74
|
+
NORMAL_INSTALL = :
|
75
|
+
PRE_INSTALL = :
|
76
|
+
POST_INSTALL = :
|
77
|
+
NORMAL_UNINSTALL = :
|
78
|
+
PRE_UNINSTALL = :
|
79
|
+
POST_UNINSTALL = :
|
80
|
+
build_triplet = @build@
|
81
|
+
host_triplet = @host@
|
82
|
+
@HAVE_TI_MODE_TRUE@am__append_1 = \
|
83
|
+
@HAVE_TI_MODE_TRUE@ crypto_scalarmult/curve25519/donna_c64/api.h \
|
84
|
+
@HAVE_TI_MODE_TRUE@ crypto_scalarmult/curve25519/donna_c64/base_curve25519_donna_c64.c \
|
85
|
+
@HAVE_TI_MODE_TRUE@ crypto_scalarmult/curve25519/donna_c64/smult_curve25519_donna_c64.c
|
86
|
+
|
87
|
+
@HAVE_TI_MODE_FALSE@am__append_2 = \
|
88
|
+
@HAVE_TI_MODE_FALSE@ crypto_scalarmult/curve25519/ref/api.h \
|
89
|
+
@HAVE_TI_MODE_FALSE@ crypto_scalarmult/curve25519/ref/base_curve25519_ref.c \
|
90
|
+
@HAVE_TI_MODE_FALSE@ crypto_scalarmult/curve25519/ref/smult_curve25519_ref.c
|
91
|
+
|
92
|
+
@HAVE_AMD64_ASM_TRUE@am__append_3 = \
|
93
|
+
@HAVE_AMD64_ASM_TRUE@ crypto_stream/salsa20/amd64_xmm6/api.h \
|
94
|
+
@HAVE_AMD64_ASM_TRUE@ crypto_stream/salsa20/amd64_xmm6/stream_salsa20_amd64_xmm6.S
|
95
|
+
|
96
|
+
@HAVE_AMD64_ASM_FALSE@am__append_4 = \
|
97
|
+
@HAVE_AMD64_ASM_FALSE@ crypto_stream/salsa20/ref/api.h \
|
98
|
+
@HAVE_AMD64_ASM_FALSE@ crypto_stream/salsa20/ref/stream_salsa20_ref.c \
|
99
|
+
@HAVE_AMD64_ASM_FALSE@ crypto_stream/salsa20/ref/xor_salsa20_ref.c
|
100
|
+
|
101
|
+
@HAVE_LD_OUTPUT_DEF_TRUE@am__append_5 = -Wl,--output-def,libsodium-$(DLL_VERSION).def
|
102
|
+
subdir = src/libsodium
|
103
|
+
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
|
104
|
+
$(top_srcdir)/depcomp
|
105
|
+
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
106
|
+
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
|
107
|
+
$(top_srcdir)/m4/ax_check_link_flag.m4 \
|
108
|
+
$(top_srcdir)/m4/ld-output-def.m4 $(top_srcdir)/m4/libtool.m4 \
|
109
|
+
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
|
110
|
+
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
|
111
|
+
$(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
|
112
|
+
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
113
|
+
$(ACLOCAL_M4)
|
114
|
+
mkinstalldirs = $(install_sh) -d
|
115
|
+
CONFIG_CLEAN_FILES =
|
116
|
+
CONFIG_CLEAN_VPATH_FILES =
|
117
|
+
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
118
|
+
am__vpath_adj = case $$p in \
|
119
|
+
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
120
|
+
*) f=$$p;; \
|
121
|
+
esac;
|
122
|
+
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
123
|
+
am__install_max = 40
|
124
|
+
am__nobase_strip_setup = \
|
125
|
+
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
126
|
+
am__nobase_strip = \
|
127
|
+
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
128
|
+
am__nobase_list = $(am__nobase_strip_setup); \
|
129
|
+
for p in $$list; do echo "$$p $$p"; done | \
|
130
|
+
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
131
|
+
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
132
|
+
if (++n[$$2] == $(am__install_max)) \
|
133
|
+
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
134
|
+
END { for (dir in files) print dir, files[dir] }'
|
135
|
+
am__base_list = \
|
136
|
+
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
137
|
+
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
138
|
+
am__uninstall_files_from_dir = { \
|
139
|
+
test -z "$$files" \
|
140
|
+
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
141
|
+
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
142
|
+
$(am__cd) "$$dir" && rm -f $$files; }; \
|
143
|
+
}
|
144
|
+
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(defexecdir)"
|
145
|
+
LTLIBRARIES = $(lib_LTLIBRARIES)
|
146
|
+
libsodium_la_LIBADD =
|
147
|
+
am__libsodium_la_SOURCES_DIST = crypto_auth/crypto_auth.c \
|
148
|
+
crypto_auth/hmacsha256/auth_hmacsha256_api.c \
|
149
|
+
crypto_auth/hmacsha256/cp/api.h \
|
150
|
+
crypto_auth/hmacsha256/cp/hmac_hmacsha256.c \
|
151
|
+
crypto_auth/hmacsha256/cp/verify_hmacsha256.c \
|
152
|
+
crypto_auth/hmacsha512/auth_hmacsha512_api.c \
|
153
|
+
crypto_auth/hmacsha512/cp/api.h \
|
154
|
+
crypto_auth/hmacsha512/cp/hmac_hmacsha512.c \
|
155
|
+
crypto_auth/hmacsha512/cp/verify_hmacsha512.c \
|
156
|
+
crypto_auth/hmacsha512256/auth_hmacsha512256_api.c \
|
157
|
+
crypto_auth/hmacsha512256/cp/api.h \
|
158
|
+
crypto_auth/hmacsha512256/cp/hmac_hmacsha512256.c \
|
159
|
+
crypto_auth/hmacsha512256/cp/verify_hmacsha512256.c \
|
160
|
+
crypto_box/crypto_box.c crypto_box/crypto_box_easy.c \
|
161
|
+
crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305_api.c \
|
162
|
+
crypto_box/curve25519xsalsa20poly1305/ref/api.h \
|
163
|
+
crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c \
|
164
|
+
crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c \
|
165
|
+
crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c \
|
166
|
+
crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c \
|
167
|
+
crypto_core/hsalsa20/ref2/core_hsalsa20.c \
|
168
|
+
crypto_core/hsalsa20/core_hsalsa20_api.c \
|
169
|
+
crypto_core/hsalsa20/ref2/api.h \
|
170
|
+
crypto_core/salsa20/ref/core_salsa20.c \
|
171
|
+
crypto_core/salsa20/core_salsa20_api.c \
|
172
|
+
crypto_core/salsa20/ref/api.h \
|
173
|
+
crypto_core/salsa2012/ref/core_salsa2012.c \
|
174
|
+
crypto_core/salsa2012/core_salsa2012_api.c \
|
175
|
+
crypto_core/salsa2012/ref/api.h \
|
176
|
+
crypto_core/salsa208/ref/core_salsa208.c \
|
177
|
+
crypto_core/salsa208/core_salsa208_api.c \
|
178
|
+
crypto_core/salsa208/ref/api.h \
|
179
|
+
crypto_generichash/crypto_generichash.c \
|
180
|
+
crypto_generichash/blake2/generichash_blake2_api.c \
|
181
|
+
crypto_generichash/blake2/ref/api.h \
|
182
|
+
crypto_generichash/blake2/ref/blake2-impl.h \
|
183
|
+
crypto_generichash/blake2/ref/blake2.h \
|
184
|
+
crypto_generichash/blake2/ref/blake2b-ref.c \
|
185
|
+
crypto_generichash/blake2/ref/generichash_blake2b.c \
|
186
|
+
crypto_hash/crypto_hash.c crypto_hash/sha256/hash_sha256_api.c \
|
187
|
+
crypto_hash/sha256/cp/api.h \
|
188
|
+
crypto_hash/sha256/cp/hash_sha256.c \
|
189
|
+
crypto_hash/sha512/hash_sha512_api.c \
|
190
|
+
crypto_hash/sha512/cp/api.h \
|
191
|
+
crypto_hash/sha512/cp/hash_sha512.c \
|
192
|
+
crypto_onetimeauth/crypto_onetimeauth.c \
|
193
|
+
crypto_onetimeauth/poly1305/onetimeauth_poly1305.c \
|
194
|
+
crypto_onetimeauth/poly1305/onetimeauth_poly1305_api.c \
|
195
|
+
crypto_onetimeauth/poly1305/onetimeauth_poly1305_try.c \
|
196
|
+
crypto_onetimeauth/poly1305/donna/api.h \
|
197
|
+
crypto_onetimeauth/poly1305/donna/poly1305_donna.h \
|
198
|
+
crypto_onetimeauth/poly1305/donna/poly1305_donna32.h \
|
199
|
+
crypto_onetimeauth/poly1305/donna/poly1305_donna64.h \
|
200
|
+
crypto_onetimeauth/poly1305/donna/auth_poly1305_donna.c \
|
201
|
+
crypto_onetimeauth/poly1305/donna/verify_poly1305_donna.c \
|
202
|
+
crypto_pwhash/scryptxsalsa208sha256/crypto_scrypt-common.c \
|
203
|
+
crypto_pwhash/scryptxsalsa208sha256/crypto_scrypt.h \
|
204
|
+
crypto_pwhash/scryptxsalsa208sha256/scrypt_platform.c \
|
205
|
+
crypto_pwhash/scryptxsalsa208sha256/pbkdf2-sha256.c \
|
206
|
+
crypto_pwhash/scryptxsalsa208sha256/pbkdf2-sha256.h \
|
207
|
+
crypto_pwhash/scryptxsalsa208sha256/pwhash_scryptxsalsa208sha256.c \
|
208
|
+
crypto_pwhash/scryptxsalsa208sha256/sysendian.h \
|
209
|
+
crypto_pwhash/scryptxsalsa208sha256/nosse/pwhash_scryptxsalsa208sha256_nosse.c \
|
210
|
+
crypto_pwhash/scryptxsalsa208sha256/sse/pwhash_scryptxsalsa208sha256_sse.c \
|
211
|
+
crypto_scalarmult/crypto_scalarmult.c \
|
212
|
+
crypto_scalarmult/curve25519/scalarmult_curve25519_api.c \
|
213
|
+
crypto_secretbox/crypto_secretbox.c \
|
214
|
+
crypto_secretbox/crypto_secretbox_easy.c \
|
215
|
+
crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305_api.c \
|
216
|
+
crypto_secretbox/xsalsa20poly1305/ref/api.h \
|
217
|
+
crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c \
|
218
|
+
crypto_shorthash/crypto_shorthash.c \
|
219
|
+
crypto_shorthash/siphash24/shorthash_siphash24_api.c \
|
220
|
+
crypto_shorthash/siphash24/ref/api.h \
|
221
|
+
crypto_shorthash/siphash24/ref/shorthash_siphash24.c \
|
222
|
+
crypto_sign/crypto_sign.c crypto_sign/ed25519/ref10/base.h \
|
223
|
+
crypto_sign/ed25519/ref10/base2.h \
|
224
|
+
crypto_sign/ed25519/sign_ed25519_api.c \
|
225
|
+
crypto_sign/ed25519/ref10/api.h crypto_sign/ed25519/ref10/d.h \
|
226
|
+
crypto_sign/ed25519/ref10/d2.h crypto_sign/ed25519/ref10/fe.h \
|
227
|
+
crypto_sign/ed25519/ref10/fe_0.c \
|
228
|
+
crypto_sign/ed25519/ref10/fe_1.c \
|
229
|
+
crypto_sign/ed25519/ref10/fe_add.c \
|
230
|
+
crypto_sign/ed25519/ref10/fe_cmov.c \
|
231
|
+
crypto_sign/ed25519/ref10/fe_copy.c \
|
232
|
+
crypto_sign/ed25519/ref10/fe_frombytes.c \
|
233
|
+
crypto_sign/ed25519/ref10/fe_invert.c \
|
234
|
+
crypto_sign/ed25519/ref10/fe_isnegative.c \
|
235
|
+
crypto_sign/ed25519/ref10/fe_isnonzero.c \
|
236
|
+
crypto_sign/ed25519/ref10/fe_mul.c \
|
237
|
+
crypto_sign/ed25519/ref10/fe_neg.c \
|
238
|
+
crypto_sign/ed25519/ref10/fe_pow22523.c \
|
239
|
+
crypto_sign/ed25519/ref10/fe_sq.c \
|
240
|
+
crypto_sign/ed25519/ref10/fe_sq2.c \
|
241
|
+
crypto_sign/ed25519/ref10/fe_sub.c \
|
242
|
+
crypto_sign/ed25519/ref10/fe_tobytes.c \
|
243
|
+
crypto_sign/ed25519/ref10/ge.h \
|
244
|
+
crypto_sign/ed25519/ref10/ge_add.c \
|
245
|
+
crypto_sign/ed25519/ref10/ge_add.h \
|
246
|
+
crypto_sign/ed25519/ref10/ge_double_scalarmult.c \
|
247
|
+
crypto_sign/ed25519/ref10/ge_frombytes.c \
|
248
|
+
crypto_sign/ed25519/ref10/ge_madd.c \
|
249
|
+
crypto_sign/ed25519/ref10/ge_madd.h \
|
250
|
+
crypto_sign/ed25519/ref10/ge_msub.c \
|
251
|
+
crypto_sign/ed25519/ref10/ge_msub.h \
|
252
|
+
crypto_sign/ed25519/ref10/ge_p1p1_to_p2.c \
|
253
|
+
crypto_sign/ed25519/ref10/ge_p1p1_to_p3.c \
|
254
|
+
crypto_sign/ed25519/ref10/ge_p2_0.c \
|
255
|
+
crypto_sign/ed25519/ref10/ge_p2_dbl.c \
|
256
|
+
crypto_sign/ed25519/ref10/ge_p2_dbl.h \
|
257
|
+
crypto_sign/ed25519/ref10/ge_p3_0.c \
|
258
|
+
crypto_sign/ed25519/ref10/ge_p3_dbl.c \
|
259
|
+
crypto_sign/ed25519/ref10/ge_p3_to_cached.c \
|
260
|
+
crypto_sign/ed25519/ref10/ge_p3_to_p2.c \
|
261
|
+
crypto_sign/ed25519/ref10/ge_p3_tobytes.c \
|
262
|
+
crypto_sign/ed25519/ref10/ge_precomp_0.c \
|
263
|
+
crypto_sign/ed25519/ref10/ge_scalarmult_base.c \
|
264
|
+
crypto_sign/ed25519/ref10/ge_sub.c \
|
265
|
+
crypto_sign/ed25519/ref10/ge_sub.h \
|
266
|
+
crypto_sign/ed25519/ref10/ge_tobytes.c \
|
267
|
+
crypto_sign/ed25519/ref10/keypair.c \
|
268
|
+
crypto_sign/ed25519/ref10/open.c \
|
269
|
+
crypto_sign/ed25519/ref10/pow22523.h \
|
270
|
+
crypto_sign/ed25519/ref10/pow225521.h \
|
271
|
+
crypto_sign/ed25519/ref10/sc.h \
|
272
|
+
crypto_sign/ed25519/ref10/sc_muladd.c \
|
273
|
+
crypto_sign/ed25519/ref10/sc_reduce.c \
|
274
|
+
crypto_sign/ed25519/ref10/sign.c \
|
275
|
+
crypto_sign/ed25519/ref10/sqrtm1.h \
|
276
|
+
crypto_sign/edwards25519sha512batch/sign_edwards25519sha512batch_api.c \
|
277
|
+
crypto_sign/edwards25519sha512batch/ref/api.h \
|
278
|
+
crypto_sign/edwards25519sha512batch/ref/fe25519.h \
|
279
|
+
crypto_sign/edwards25519sha512batch/ref/fe25519_edwards25519sha512batch.c \
|
280
|
+
crypto_sign/edwards25519sha512batch/ref/ge25519.h \
|
281
|
+
crypto_sign/edwards25519sha512batch/ref/ge25519_edwards25519sha512batch.c \
|
282
|
+
crypto_sign/edwards25519sha512batch/ref/sc25519.h \
|
283
|
+
crypto_sign/edwards25519sha512batch/ref/sc25519_edwards25519sha512batch.c \
|
284
|
+
crypto_sign/edwards25519sha512batch/ref/sign_edwards25519sha512batch.c \
|
285
|
+
crypto_stream/crypto_stream.c \
|
286
|
+
crypto_stream/aes128ctr/portable/afternm_aes128ctr.c \
|
287
|
+
crypto_stream/aes128ctr/stream_aes128ctr_api.c \
|
288
|
+
crypto_stream/aes128ctr/portable/api.h \
|
289
|
+
crypto_stream/aes128ctr/portable/beforenm_aes128ctr.c \
|
290
|
+
crypto_stream/aes128ctr/portable/common.h \
|
291
|
+
crypto_stream/aes128ctr/portable/common_aes128ctr.c \
|
292
|
+
crypto_stream/aes128ctr/portable/consts.h \
|
293
|
+
crypto_stream/aes128ctr/portable/consts_aes128ctr.c \
|
294
|
+
crypto_stream/aes128ctr/portable/int128.h \
|
295
|
+
crypto_stream/aes128ctr/portable/int128_aes128ctr.c \
|
296
|
+
crypto_stream/aes128ctr/portable/stream_aes128ctr.c \
|
297
|
+
crypto_stream/aes128ctr/portable/types.h \
|
298
|
+
crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.c \
|
299
|
+
crypto_stream/aes256estream/hongjun/aes-table.h \
|
300
|
+
crypto_stream/aes256estream/hongjun/aes-table-be.h \
|
301
|
+
crypto_stream/aes256estream/hongjun/aes-table-le.h \
|
302
|
+
crypto_stream/aes256estream/hongjun/aes256-ctr.c \
|
303
|
+
crypto_stream/aes256estream/hongjun/aes256.h \
|
304
|
+
crypto_stream/aes256estream/stream_aes256estream_api.c \
|
305
|
+
crypto_stream/aes256estream/hongjun/api.h \
|
306
|
+
crypto_stream/aes256estream/hongjun/ecrypt-sync.h \
|
307
|
+
crypto_stream/salsa20/stream_salsa20_api.c \
|
308
|
+
crypto_stream/salsa2012/stream_salsa2012_api.c \
|
309
|
+
crypto_stream/salsa2012/ref/api.h \
|
310
|
+
crypto_stream/salsa2012/ref/stream_salsa2012.c \
|
311
|
+
crypto_stream/salsa2012/ref/xor_salsa2012.c \
|
312
|
+
crypto_stream/salsa208/stream_salsa208_api.c \
|
313
|
+
crypto_stream/salsa208/ref/api.h \
|
314
|
+
crypto_stream/salsa208/ref/stream_salsa208.c \
|
315
|
+
crypto_stream/salsa208/ref/xor_salsa208.c \
|
316
|
+
crypto_stream/xsalsa20/stream_xsalsa20_api.c \
|
317
|
+
crypto_stream/xsalsa20/ref/api.h \
|
318
|
+
crypto_stream/xsalsa20/ref/stream_xsalsa20.c \
|
319
|
+
crypto_stream/xsalsa20/ref/xor_xsalsa20.c \
|
320
|
+
crypto_verify/16/verify_16_api.c crypto_verify/16/ref/api.h \
|
321
|
+
crypto_verify/16/ref/verify_16.c \
|
322
|
+
crypto_verify/32/verify_32_api.c crypto_verify/32/ref/api.h \
|
323
|
+
crypto_verify/32/ref/verify_32.c \
|
324
|
+
crypto_verify/64/verify_64_api.c crypto_verify/64/ref/api.h \
|
325
|
+
crypto_verify/64/ref/verify_64.c randombytes/randombytes.c \
|
326
|
+
randombytes/salsa20/randombytes_salsa20_random.c \
|
327
|
+
randombytes/sysrandom/randombytes_sysrandom.c sodium/compat.c \
|
328
|
+
sodium/core.c sodium/runtime.c sodium/utils.c sodium/version.c \
|
329
|
+
crypto_scalarmult/curve25519/donna_c64/api.h \
|
330
|
+
crypto_scalarmult/curve25519/donna_c64/base_curve25519_donna_c64.c \
|
331
|
+
crypto_scalarmult/curve25519/donna_c64/smult_curve25519_donna_c64.c \
|
332
|
+
crypto_scalarmult/curve25519/ref/api.h \
|
333
|
+
crypto_scalarmult/curve25519/ref/base_curve25519_ref.c \
|
334
|
+
crypto_scalarmult/curve25519/ref/smult_curve25519_ref.c \
|
335
|
+
crypto_stream/salsa20/amd64_xmm6/api.h \
|
336
|
+
crypto_stream/salsa20/amd64_xmm6/stream_salsa20_amd64_xmm6.S \
|
337
|
+
crypto_stream/salsa20/ref/api.h \
|
338
|
+
crypto_stream/salsa20/ref/stream_salsa20_ref.c \
|
339
|
+
crypto_stream/salsa20/ref/xor_salsa20_ref.c
|
340
|
+
am__dirstamp = $(am__leading_dot)dirstamp
|
341
|
+
@HAVE_TI_MODE_TRUE@am__objects_1 = crypto_scalarmult/curve25519/donna_c64/libsodium_la-base_curve25519_donna_c64.lo \
|
342
|
+
@HAVE_TI_MODE_TRUE@ crypto_scalarmult/curve25519/donna_c64/libsodium_la-smult_curve25519_donna_c64.lo
|
343
|
+
@HAVE_TI_MODE_FALSE@am__objects_2 = crypto_scalarmult/curve25519/ref/libsodium_la-base_curve25519_ref.lo \
|
344
|
+
@HAVE_TI_MODE_FALSE@ crypto_scalarmult/curve25519/ref/libsodium_la-smult_curve25519_ref.lo
|
345
|
+
@HAVE_AMD64_ASM_TRUE@am__objects_3 = crypto_stream/salsa20/amd64_xmm6/libsodium_la-stream_salsa20_amd64_xmm6.lo
|
346
|
+
@HAVE_AMD64_ASM_FALSE@am__objects_4 = crypto_stream/salsa20/ref/libsodium_la-stream_salsa20_ref.lo \
|
347
|
+
@HAVE_AMD64_ASM_FALSE@ crypto_stream/salsa20/ref/libsodium_la-xor_salsa20_ref.lo
|
348
|
+
am_libsodium_la_OBJECTS = crypto_auth/libsodium_la-crypto_auth.lo \
|
349
|
+
crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256_api.lo \
|
350
|
+
crypto_auth/hmacsha256/cp/libsodium_la-hmac_hmacsha256.lo \
|
351
|
+
crypto_auth/hmacsha256/cp/libsodium_la-verify_hmacsha256.lo \
|
352
|
+
crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512_api.lo \
|
353
|
+
crypto_auth/hmacsha512/cp/libsodium_la-hmac_hmacsha512.lo \
|
354
|
+
crypto_auth/hmacsha512/cp/libsodium_la-verify_hmacsha512.lo \
|
355
|
+
crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256_api.lo \
|
356
|
+
crypto_auth/hmacsha512256/cp/libsodium_la-hmac_hmacsha512256.lo \
|
357
|
+
crypto_auth/hmacsha512256/cp/libsodium_la-verify_hmacsha512256.lo \
|
358
|
+
crypto_box/libsodium_la-crypto_box.lo \
|
359
|
+
crypto_box/libsodium_la-crypto_box_easy.lo \
|
360
|
+
crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305_api.lo \
|
361
|
+
crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-after_curve25519xsalsa20poly1305.lo \
|
362
|
+
crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-before_curve25519xsalsa20poly1305.lo \
|
363
|
+
crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-box_curve25519xsalsa20poly1305.lo \
|
364
|
+
crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-keypair_curve25519xsalsa20poly1305.lo \
|
365
|
+
crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20.lo \
|
366
|
+
crypto_core/hsalsa20/libsodium_la-core_hsalsa20_api.lo \
|
367
|
+
crypto_core/salsa20/ref/libsodium_la-core_salsa20.lo \
|
368
|
+
crypto_core/salsa20/libsodium_la-core_salsa20_api.lo \
|
369
|
+
crypto_core/salsa2012/ref/libsodium_la-core_salsa2012.lo \
|
370
|
+
crypto_core/salsa2012/libsodium_la-core_salsa2012_api.lo \
|
371
|
+
crypto_core/salsa208/ref/libsodium_la-core_salsa208.lo \
|
372
|
+
crypto_core/salsa208/libsodium_la-core_salsa208_api.lo \
|
373
|
+
crypto_generichash/libsodium_la-crypto_generichash.lo \
|
374
|
+
crypto_generichash/blake2/libsodium_la-generichash_blake2_api.lo \
|
375
|
+
crypto_generichash/blake2/ref/libsodium_la-blake2b-ref.lo \
|
376
|
+
crypto_generichash/blake2/ref/libsodium_la-generichash_blake2b.lo \
|
377
|
+
crypto_hash/libsodium_la-crypto_hash.lo \
|
378
|
+
crypto_hash/sha256/libsodium_la-hash_sha256_api.lo \
|
379
|
+
crypto_hash/sha256/cp/libsodium_la-hash_sha256.lo \
|
380
|
+
crypto_hash/sha512/libsodium_la-hash_sha512_api.lo \
|
381
|
+
crypto_hash/sha512/cp/libsodium_la-hash_sha512.lo \
|
382
|
+
crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo \
|
383
|
+
crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.lo \
|
384
|
+
crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305_api.lo \
|
385
|
+
crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305_try.lo \
|
386
|
+
crypto_onetimeauth/poly1305/donna/libsodium_la-auth_poly1305_donna.lo \
|
387
|
+
crypto_onetimeauth/poly1305/donna/libsodium_la-verify_poly1305_donna.lo \
|
388
|
+
crypto_pwhash/scryptxsalsa208sha256/libsodium_la-crypto_scrypt-common.lo \
|
389
|
+
crypto_pwhash/scryptxsalsa208sha256/libsodium_la-scrypt_platform.lo \
|
390
|
+
crypto_pwhash/scryptxsalsa208sha256/libsodium_la-pbkdf2-sha256.lo \
|
391
|
+
crypto_pwhash/scryptxsalsa208sha256/libsodium_la-pwhash_scryptxsalsa208sha256.lo \
|
392
|
+
crypto_pwhash/scryptxsalsa208sha256/nosse/libsodium_la-pwhash_scryptxsalsa208sha256_nosse.lo \
|
393
|
+
crypto_pwhash/scryptxsalsa208sha256/sse/libsodium_la-pwhash_scryptxsalsa208sha256_sse.lo \
|
394
|
+
crypto_scalarmult/libsodium_la-crypto_scalarmult.lo \
|
395
|
+
crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519_api.lo \
|
396
|
+
crypto_secretbox/libsodium_la-crypto_secretbox.lo \
|
397
|
+
crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo \
|
398
|
+
crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305_api.lo \
|
399
|
+
crypto_secretbox/xsalsa20poly1305/ref/libsodium_la-box_xsalsa20poly1305.lo \
|
400
|
+
crypto_shorthash/libsodium_la-crypto_shorthash.lo \
|
401
|
+
crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24_api.lo \
|
402
|
+
crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24.lo \
|
403
|
+
crypto_sign/libsodium_la-crypto_sign.lo \
|
404
|
+
crypto_sign/ed25519/libsodium_la-sign_ed25519_api.lo \
|
405
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_0.lo \
|
406
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_1.lo \
|
407
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_add.lo \
|
408
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_cmov.lo \
|
409
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_copy.lo \
|
410
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_frombytes.lo \
|
411
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_invert.lo \
|
412
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_isnegative.lo \
|
413
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_isnonzero.lo \
|
414
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_mul.lo \
|
415
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_neg.lo \
|
416
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_pow22523.lo \
|
417
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_sq.lo \
|
418
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_sq2.lo \
|
419
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_sub.lo \
|
420
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_tobytes.lo \
|
421
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_add.lo \
|
422
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_double_scalarmult.lo \
|
423
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_frombytes.lo \
|
424
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_madd.lo \
|
425
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_msub.lo \
|
426
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_p1p1_to_p2.lo \
|
427
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_p1p1_to_p3.lo \
|
428
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_p2_0.lo \
|
429
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_p2_dbl.lo \
|
430
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_p3_0.lo \
|
431
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_p3_dbl.lo \
|
432
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_p3_to_cached.lo \
|
433
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_p3_to_p2.lo \
|
434
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_p3_tobytes.lo \
|
435
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_precomp_0.lo \
|
436
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_scalarmult_base.lo \
|
437
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_sub.lo \
|
438
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_tobytes.lo \
|
439
|
+
crypto_sign/ed25519/ref10/libsodium_la-keypair.lo \
|
440
|
+
crypto_sign/ed25519/ref10/libsodium_la-open.lo \
|
441
|
+
crypto_sign/ed25519/ref10/libsodium_la-sc_muladd.lo \
|
442
|
+
crypto_sign/ed25519/ref10/libsodium_la-sc_reduce.lo \
|
443
|
+
crypto_sign/ed25519/ref10/libsodium_la-sign.lo \
|
444
|
+
crypto_sign/edwards25519sha512batch/libsodium_la-sign_edwards25519sha512batch_api.lo \
|
445
|
+
crypto_sign/edwards25519sha512batch/ref/libsodium_la-fe25519_edwards25519sha512batch.lo \
|
446
|
+
crypto_sign/edwards25519sha512batch/ref/libsodium_la-ge25519_edwards25519sha512batch.lo \
|
447
|
+
crypto_sign/edwards25519sha512batch/ref/libsodium_la-sc25519_edwards25519sha512batch.lo \
|
448
|
+
crypto_sign/edwards25519sha512batch/ref/libsodium_la-sign_edwards25519sha512batch.lo \
|
449
|
+
crypto_stream/libsodium_la-crypto_stream.lo \
|
450
|
+
crypto_stream/aes128ctr/portable/libsodium_la-afternm_aes128ctr.lo \
|
451
|
+
crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr_api.lo \
|
452
|
+
crypto_stream/aes128ctr/portable/libsodium_la-beforenm_aes128ctr.lo \
|
453
|
+
crypto_stream/aes128ctr/portable/libsodium_la-common_aes128ctr.lo \
|
454
|
+
crypto_stream/aes128ctr/portable/libsodium_la-consts_aes128ctr.lo \
|
455
|
+
crypto_stream/aes128ctr/portable/libsodium_la-int128_aes128ctr.lo \
|
456
|
+
crypto_stream/aes128ctr/portable/libsodium_la-stream_aes128ctr.lo \
|
457
|
+
crypto_stream/aes128ctr/portable/libsodium_la-xor_afternm_aes128ctr.lo \
|
458
|
+
crypto_stream/aes256estream/hongjun/libsodium_la-aes256-ctr.lo \
|
459
|
+
crypto_stream/aes256estream/libsodium_la-stream_aes256estream_api.lo \
|
460
|
+
crypto_stream/salsa20/libsodium_la-stream_salsa20_api.lo \
|
461
|
+
crypto_stream/salsa2012/libsodium_la-stream_salsa2012_api.lo \
|
462
|
+
crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012.lo \
|
463
|
+
crypto_stream/salsa2012/ref/libsodium_la-xor_salsa2012.lo \
|
464
|
+
crypto_stream/salsa208/libsodium_la-stream_salsa208_api.lo \
|
465
|
+
crypto_stream/salsa208/ref/libsodium_la-stream_salsa208.lo \
|
466
|
+
crypto_stream/salsa208/ref/libsodium_la-xor_salsa208.lo \
|
467
|
+
crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20_api.lo \
|
468
|
+
crypto_stream/xsalsa20/ref/libsodium_la-stream_xsalsa20.lo \
|
469
|
+
crypto_stream/xsalsa20/ref/libsodium_la-xor_xsalsa20.lo \
|
470
|
+
crypto_verify/16/libsodium_la-verify_16_api.lo \
|
471
|
+
crypto_verify/16/ref/libsodium_la-verify_16.lo \
|
472
|
+
crypto_verify/32/libsodium_la-verify_32_api.lo \
|
473
|
+
crypto_verify/32/ref/libsodium_la-verify_32.lo \
|
474
|
+
crypto_verify/64/libsodium_la-verify_64_api.lo \
|
475
|
+
crypto_verify/64/ref/libsodium_la-verify_64.lo \
|
476
|
+
randombytes/libsodium_la-randombytes.lo \
|
477
|
+
randombytes/salsa20/libsodium_la-randombytes_salsa20_random.lo \
|
478
|
+
randombytes/sysrandom/libsodium_la-randombytes_sysrandom.lo \
|
479
|
+
sodium/libsodium_la-compat.lo sodium/libsodium_la-core.lo \
|
480
|
+
sodium/libsodium_la-runtime.lo sodium/libsodium_la-utils.lo \
|
481
|
+
sodium/libsodium_la-version.lo $(am__objects_1) \
|
482
|
+
$(am__objects_2) $(am__objects_3) $(am__objects_4)
|
483
|
+
libsodium_la_OBJECTS = $(am_libsodium_la_OBJECTS)
|
484
|
+
AM_V_lt = $(am__v_lt_@AM_V@)
|
485
|
+
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
|
486
|
+
am__v_lt_0 = --silent
|
487
|
+
am__v_lt_1 =
|
488
|
+
libsodium_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
489
|
+
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
490
|
+
$(libsodium_la_LDFLAGS) $(LDFLAGS) -o $@
|
491
|
+
AM_V_P = $(am__v_P_@AM_V@)
|
492
|
+
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
493
|
+
am__v_P_0 = false
|
494
|
+
am__v_P_1 = :
|
495
|
+
AM_V_GEN = $(am__v_GEN_@AM_V@)
|
496
|
+
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
497
|
+
am__v_GEN_0 = @echo " GEN " $@;
|
498
|
+
am__v_GEN_1 =
|
499
|
+
AM_V_at = $(am__v_at_@AM_V@)
|
500
|
+
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
501
|
+
am__v_at_0 = @
|
502
|
+
am__v_at_1 =
|
503
|
+
DEFAULT_INCLUDES = -I.@am__isrc@
|
504
|
+
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
505
|
+
am__depfiles_maybe = depfiles
|
506
|
+
am__mv = mv -f
|
507
|
+
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
508
|
+
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
|
509
|
+
LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
|
510
|
+
$(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) \
|
511
|
+
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
512
|
+
$(AM_CCASFLAGS) $(CCASFLAGS)
|
513
|
+
AM_V_CPPAS = $(am__v_CPPAS_@AM_V@)
|
514
|
+
am__v_CPPAS_ = $(am__v_CPPAS_@AM_DEFAULT_V@)
|
515
|
+
am__v_CPPAS_0 = @echo " CPPAS " $@;
|
516
|
+
am__v_CPPAS_1 =
|
517
|
+
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
518
|
+
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
519
|
+
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
520
|
+
$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
|
521
|
+
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
522
|
+
$(AM_CFLAGS) $(CFLAGS)
|
523
|
+
AM_V_CC = $(am__v_CC_@AM_V@)
|
524
|
+
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
|
525
|
+
am__v_CC_0 = @echo " CC " $@;
|
526
|
+
am__v_CC_1 =
|
527
|
+
CCLD = $(CC)
|
528
|
+
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
529
|
+
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
530
|
+
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
531
|
+
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
|
532
|
+
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
|
533
|
+
am__v_CCLD_0 = @echo " CCLD " $@;
|
534
|
+
am__v_CCLD_1 =
|
535
|
+
SOURCES = $(libsodium_la_SOURCES)
|
536
|
+
DIST_SOURCES = $(am__libsodium_la_SOURCES_DIST)
|
537
|
+
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
|
538
|
+
ctags-recursive dvi-recursive html-recursive info-recursive \
|
539
|
+
install-data-recursive install-dvi-recursive \
|
540
|
+
install-exec-recursive install-html-recursive \
|
541
|
+
install-info-recursive install-pdf-recursive \
|
542
|
+
install-ps-recursive install-recursive installcheck-recursive \
|
543
|
+
installdirs-recursive pdf-recursive ps-recursive \
|
544
|
+
tags-recursive uninstall-recursive
|
545
|
+
am__can_run_installinfo = \
|
546
|
+
case $$AM_UPDATE_INFO_DIR in \
|
547
|
+
n|no|NO) false;; \
|
548
|
+
*) (install-info --version) >/dev/null 2>&1;; \
|
549
|
+
esac
|
550
|
+
DATA = $(defexec_DATA)
|
551
|
+
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
552
|
+
distclean-recursive maintainer-clean-recursive
|
553
|
+
am__recursive_targets = \
|
554
|
+
$(RECURSIVE_TARGETS) \
|
555
|
+
$(RECURSIVE_CLEAN_TARGETS) \
|
556
|
+
$(am__extra_recursive_targets)
|
557
|
+
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
|
558
|
+
distdir
|
559
|
+
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
560
|
+
# Read a list of newline-separated strings from the standard input,
|
561
|
+
# and print each of them once, without duplicates. Input order is
|
562
|
+
# *not* preserved.
|
563
|
+
am__uniquify_input = $(AWK) '\
|
564
|
+
BEGIN { nonempty = 0; } \
|
565
|
+
{ items[$$0] = 1; nonempty = 1; } \
|
566
|
+
END { if (nonempty) { for (i in items) print i; }; } \
|
567
|
+
'
|
568
|
+
# Make sure the list of sources is unique. This is necessary because,
|
569
|
+
# e.g., the same source file might be shared among _SOURCES variables
|
570
|
+
# for different programs/libraries.
|
571
|
+
am__define_uniq_tagged_files = \
|
572
|
+
list='$(am__tagged_files)'; \
|
573
|
+
unique=`for i in $$list; do \
|
574
|
+
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
575
|
+
done | $(am__uniquify_input)`
|
576
|
+
ETAGS = etags
|
577
|
+
CTAGS = ctags
|
578
|
+
DIST_SUBDIRS = $(SUBDIRS)
|
579
|
+
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
580
|
+
am__relativize = \
|
581
|
+
dir0=`pwd`; \
|
582
|
+
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
|
583
|
+
sed_rest='s,^[^/]*/*,,'; \
|
584
|
+
sed_last='s,^.*/\([^/]*\)$$,\1,'; \
|
585
|
+
sed_butlast='s,/*[^/]*$$,,'; \
|
586
|
+
while test -n "$$dir1"; do \
|
587
|
+
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
|
588
|
+
if test "$$first" != "."; then \
|
589
|
+
if test "$$first" = ".."; then \
|
590
|
+
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
|
591
|
+
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
|
592
|
+
else \
|
593
|
+
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
|
594
|
+
if test "$$first2" = "$$first"; then \
|
595
|
+
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
|
596
|
+
else \
|
597
|
+
dir2="../$$dir2"; \
|
598
|
+
fi; \
|
599
|
+
dir0="$$dir0"/"$$first"; \
|
600
|
+
fi; \
|
601
|
+
fi; \
|
602
|
+
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
|
603
|
+
done; \
|
604
|
+
reldir="$$dir2"
|
605
|
+
ACLOCAL = @ACLOCAL@
|
606
|
+
AMTAR = @AMTAR@
|
607
|
+
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
608
|
+
AR = @AR@
|
609
|
+
AS = @AS@
|
610
|
+
AUTOCONF = @AUTOCONF@
|
611
|
+
AUTOHEADER = @AUTOHEADER@
|
612
|
+
AUTOMAKE = @AUTOMAKE@
|
613
|
+
AWK = @AWK@
|
614
|
+
CC = @CC@
|
615
|
+
CCAS = @CCAS@
|
616
|
+
CCASDEPMODE = @CCASDEPMODE@
|
617
|
+
CCASFLAGS = @CCASFLAGS@
|
618
|
+
CCDEPMODE = @CCDEPMODE@
|
619
|
+
CFLAGS = @CFLAGS@
|
620
|
+
CPP = @CPP@
|
621
|
+
CPPFLAGS = @CPPFLAGS@
|
622
|
+
CWFLAGS = @CWFLAGS@
|
623
|
+
CYGPATH_W = @CYGPATH_W@
|
624
|
+
DEFS = @DEFS@
|
625
|
+
DEPDIR = @DEPDIR@
|
626
|
+
DLLTOOL = @DLLTOOL@
|
627
|
+
DLL_VERSION = @DLL_VERSION@
|
628
|
+
DSYMUTIL = @DSYMUTIL@
|
629
|
+
DUMPBIN = @DUMPBIN@
|
630
|
+
ECHO_C = @ECHO_C@
|
631
|
+
ECHO_N = @ECHO_N@
|
632
|
+
ECHO_T = @ECHO_T@
|
633
|
+
EGREP = @EGREP@
|
634
|
+
EXEEXT = @EXEEXT@
|
635
|
+
FGREP = @FGREP@
|
636
|
+
GREP = @GREP@
|
637
|
+
HAVE_AMD64_ASM_V = @HAVE_AMD64_ASM_V@
|
638
|
+
HAVE_CPUID_V = @HAVE_CPUID_V@
|
639
|
+
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
|
640
|
+
HAVE_TI_MODE_V = @HAVE_TI_MODE_V@
|
641
|
+
INSTALL = @INSTALL@
|
642
|
+
INSTALL_DATA = @INSTALL_DATA@
|
643
|
+
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
644
|
+
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
645
|
+
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
646
|
+
ISODATE = @ISODATE@
|
647
|
+
LD = @LD@
|
648
|
+
LDFLAGS = @LDFLAGS@
|
649
|
+
LIBOBJS = @LIBOBJS@
|
650
|
+
LIBS = @LIBS@
|
651
|
+
LIBTOOL = @LIBTOOL@
|
652
|
+
LIBTOOL_DEPS = @LIBTOOL_DEPS@
|
653
|
+
LIBTOOL_EXTRA_FLAGS = @LIBTOOL_EXTRA_FLAGS@
|
654
|
+
LIPO = @LIPO@
|
655
|
+
LN_S = @LN_S@
|
656
|
+
LTLIBOBJS = @LTLIBOBJS@
|
657
|
+
MAINT = @MAINT@
|
658
|
+
MAKEINFO = @MAKEINFO@
|
659
|
+
MANIFEST_TOOL = @MANIFEST_TOOL@
|
660
|
+
MKDIR_P = @MKDIR_P@
|
661
|
+
NM = @NM@
|
662
|
+
NMEDIT = @NMEDIT@
|
663
|
+
OBJDUMP = @OBJDUMP@
|
664
|
+
OBJEXT = @OBJEXT@
|
665
|
+
OTOOL = @OTOOL@
|
666
|
+
OTOOL64 = @OTOOL64@
|
667
|
+
PACKAGE = @PACKAGE@
|
668
|
+
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
669
|
+
PACKAGE_NAME = @PACKAGE_NAME@
|
670
|
+
PACKAGE_STRING = @PACKAGE_STRING@
|
671
|
+
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
672
|
+
PACKAGE_URL = @PACKAGE_URL@
|
673
|
+
PACKAGE_VERSION = @PACKAGE_VERSION@
|
674
|
+
PATH_SEPARATOR = @PATH_SEPARATOR@
|
675
|
+
PKG_CONFIG = @PKG_CONFIG@
|
676
|
+
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
|
677
|
+
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
|
678
|
+
RANLIB = @RANLIB@
|
679
|
+
SAFECODE_HOME = @SAFECODE_HOME@
|
680
|
+
SED = @SED@
|
681
|
+
SET_MAKE = @SET_MAKE@
|
682
|
+
SHELL = @SHELL@
|
683
|
+
SODIUM_LIBRARY_VERSION = @SODIUM_LIBRARY_VERSION@
|
684
|
+
SODIUM_LIBRARY_VERSION_MAJOR = @SODIUM_LIBRARY_VERSION_MAJOR@
|
685
|
+
SODIUM_LIBRARY_VERSION_MINOR = @SODIUM_LIBRARY_VERSION_MINOR@
|
686
|
+
STRIP = @STRIP@
|
687
|
+
VERSION = @VERSION@
|
688
|
+
abs_builddir = @abs_builddir@
|
689
|
+
abs_srcdir = @abs_srcdir@
|
690
|
+
abs_top_builddir = @abs_top_builddir@
|
691
|
+
abs_top_srcdir = @abs_top_srcdir@
|
692
|
+
ac_ct_AR = @ac_ct_AR@
|
693
|
+
ac_ct_CC = @ac_ct_CC@
|
694
|
+
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
695
|
+
am__include = @am__include@
|
696
|
+
am__leading_dot = @am__leading_dot@
|
697
|
+
am__quote = @am__quote@
|
698
|
+
am__tar = @am__tar@
|
699
|
+
am__untar = @am__untar@
|
700
|
+
bindir = @bindir@
|
701
|
+
build = @build@
|
702
|
+
build_alias = @build_alias@
|
703
|
+
build_cpu = @build_cpu@
|
704
|
+
build_os = @build_os@
|
705
|
+
build_vendor = @build_vendor@
|
706
|
+
builddir = @builddir@
|
707
|
+
datadir = @datadir@
|
708
|
+
datarootdir = @datarootdir@
|
709
|
+
docdir = @docdir@
|
710
|
+
dvidir = @dvidir@
|
711
|
+
exec_prefix = @exec_prefix@
|
712
|
+
host = @host@
|
713
|
+
host_alias = @host_alias@
|
714
|
+
host_cpu = @host_cpu@
|
715
|
+
host_os = @host_os@
|
716
|
+
host_vendor = @host_vendor@
|
717
|
+
htmldir = @htmldir@
|
718
|
+
includedir = @includedir@
|
719
|
+
infodir = @infodir@
|
720
|
+
install_sh = @install_sh@
|
721
|
+
libdir = @libdir@
|
722
|
+
libexecdir = @libexecdir@
|
723
|
+
localedir = @localedir@
|
724
|
+
localstatedir = @localstatedir@
|
725
|
+
mandir = @mandir@
|
726
|
+
mkdir_p = @mkdir_p@
|
727
|
+
oldincludedir = @oldincludedir@
|
728
|
+
pdfdir = @pdfdir@
|
729
|
+
prefix = @prefix@
|
730
|
+
program_transform_name = @program_transform_name@
|
731
|
+
psdir = @psdir@
|
732
|
+
sbindir = @sbindir@
|
733
|
+
sharedstatedir = @sharedstatedir@
|
734
|
+
srcdir = @srcdir@
|
735
|
+
sysconfdir = @sysconfdir@
|
736
|
+
target_alias = @target_alias@
|
737
|
+
top_build_prefix = @top_build_prefix@
|
738
|
+
top_builddir = @top_builddir@
|
739
|
+
top_srcdir = @top_srcdir@
|
740
|
+
lib_LTLIBRARIES = \
|
741
|
+
libsodium.la
|
742
|
+
|
743
|
+
libsodium_la_SOURCES = crypto_auth/crypto_auth.c \
|
744
|
+
crypto_auth/hmacsha256/auth_hmacsha256_api.c \
|
745
|
+
crypto_auth/hmacsha256/cp/api.h \
|
746
|
+
crypto_auth/hmacsha256/cp/hmac_hmacsha256.c \
|
747
|
+
crypto_auth/hmacsha256/cp/verify_hmacsha256.c \
|
748
|
+
crypto_auth/hmacsha512/auth_hmacsha512_api.c \
|
749
|
+
crypto_auth/hmacsha512/cp/api.h \
|
750
|
+
crypto_auth/hmacsha512/cp/hmac_hmacsha512.c \
|
751
|
+
crypto_auth/hmacsha512/cp/verify_hmacsha512.c \
|
752
|
+
crypto_auth/hmacsha512256/auth_hmacsha512256_api.c \
|
753
|
+
crypto_auth/hmacsha512256/cp/api.h \
|
754
|
+
crypto_auth/hmacsha512256/cp/hmac_hmacsha512256.c \
|
755
|
+
crypto_auth/hmacsha512256/cp/verify_hmacsha512256.c \
|
756
|
+
crypto_box/crypto_box.c crypto_box/crypto_box_easy.c \
|
757
|
+
crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305_api.c \
|
758
|
+
crypto_box/curve25519xsalsa20poly1305/ref/api.h \
|
759
|
+
crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c \
|
760
|
+
crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c \
|
761
|
+
crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c \
|
762
|
+
crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c \
|
763
|
+
crypto_core/hsalsa20/ref2/core_hsalsa20.c \
|
764
|
+
crypto_core/hsalsa20/core_hsalsa20_api.c \
|
765
|
+
crypto_core/hsalsa20/ref2/api.h \
|
766
|
+
crypto_core/salsa20/ref/core_salsa20.c \
|
767
|
+
crypto_core/salsa20/core_salsa20_api.c \
|
768
|
+
crypto_core/salsa20/ref/api.h \
|
769
|
+
crypto_core/salsa2012/ref/core_salsa2012.c \
|
770
|
+
crypto_core/salsa2012/core_salsa2012_api.c \
|
771
|
+
crypto_core/salsa2012/ref/api.h \
|
772
|
+
crypto_core/salsa208/ref/core_salsa208.c \
|
773
|
+
crypto_core/salsa208/core_salsa208_api.c \
|
774
|
+
crypto_core/salsa208/ref/api.h \
|
775
|
+
crypto_generichash/crypto_generichash.c \
|
776
|
+
crypto_generichash/blake2/generichash_blake2_api.c \
|
777
|
+
crypto_generichash/blake2/ref/api.h \
|
778
|
+
crypto_generichash/blake2/ref/blake2-impl.h \
|
779
|
+
crypto_generichash/blake2/ref/blake2.h \
|
780
|
+
crypto_generichash/blake2/ref/blake2b-ref.c \
|
781
|
+
crypto_generichash/blake2/ref/generichash_blake2b.c \
|
782
|
+
crypto_hash/crypto_hash.c crypto_hash/sha256/hash_sha256_api.c \
|
783
|
+
crypto_hash/sha256/cp/api.h \
|
784
|
+
crypto_hash/sha256/cp/hash_sha256.c \
|
785
|
+
crypto_hash/sha512/hash_sha512_api.c \
|
786
|
+
crypto_hash/sha512/cp/api.h \
|
787
|
+
crypto_hash/sha512/cp/hash_sha512.c \
|
788
|
+
crypto_onetimeauth/crypto_onetimeauth.c \
|
789
|
+
crypto_onetimeauth/poly1305/onetimeauth_poly1305.c \
|
790
|
+
crypto_onetimeauth/poly1305/onetimeauth_poly1305_api.c \
|
791
|
+
crypto_onetimeauth/poly1305/onetimeauth_poly1305_try.c \
|
792
|
+
crypto_onetimeauth/poly1305/donna/api.h \
|
793
|
+
crypto_onetimeauth/poly1305/donna/poly1305_donna.h \
|
794
|
+
crypto_onetimeauth/poly1305/donna/poly1305_donna32.h \
|
795
|
+
crypto_onetimeauth/poly1305/donna/poly1305_donna64.h \
|
796
|
+
crypto_onetimeauth/poly1305/donna/auth_poly1305_donna.c \
|
797
|
+
crypto_onetimeauth/poly1305/donna/verify_poly1305_donna.c \
|
798
|
+
crypto_pwhash/scryptxsalsa208sha256/crypto_scrypt-common.c \
|
799
|
+
crypto_pwhash/scryptxsalsa208sha256/crypto_scrypt.h \
|
800
|
+
crypto_pwhash/scryptxsalsa208sha256/scrypt_platform.c \
|
801
|
+
crypto_pwhash/scryptxsalsa208sha256/pbkdf2-sha256.c \
|
802
|
+
crypto_pwhash/scryptxsalsa208sha256/pbkdf2-sha256.h \
|
803
|
+
crypto_pwhash/scryptxsalsa208sha256/pwhash_scryptxsalsa208sha256.c \
|
804
|
+
crypto_pwhash/scryptxsalsa208sha256/sysendian.h \
|
805
|
+
crypto_pwhash/scryptxsalsa208sha256/nosse/pwhash_scryptxsalsa208sha256_nosse.c \
|
806
|
+
crypto_pwhash/scryptxsalsa208sha256/sse/pwhash_scryptxsalsa208sha256_sse.c \
|
807
|
+
crypto_scalarmult/crypto_scalarmult.c \
|
808
|
+
crypto_scalarmult/curve25519/scalarmult_curve25519_api.c \
|
809
|
+
crypto_secretbox/crypto_secretbox.c \
|
810
|
+
crypto_secretbox/crypto_secretbox_easy.c \
|
811
|
+
crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305_api.c \
|
812
|
+
crypto_secretbox/xsalsa20poly1305/ref/api.h \
|
813
|
+
crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c \
|
814
|
+
crypto_shorthash/crypto_shorthash.c \
|
815
|
+
crypto_shorthash/siphash24/shorthash_siphash24_api.c \
|
816
|
+
crypto_shorthash/siphash24/ref/api.h \
|
817
|
+
crypto_shorthash/siphash24/ref/shorthash_siphash24.c \
|
818
|
+
crypto_sign/crypto_sign.c crypto_sign/ed25519/ref10/base.h \
|
819
|
+
crypto_sign/ed25519/ref10/base2.h \
|
820
|
+
crypto_sign/ed25519/sign_ed25519_api.c \
|
821
|
+
crypto_sign/ed25519/ref10/api.h crypto_sign/ed25519/ref10/d.h \
|
822
|
+
crypto_sign/ed25519/ref10/d2.h crypto_sign/ed25519/ref10/fe.h \
|
823
|
+
crypto_sign/ed25519/ref10/fe_0.c \
|
824
|
+
crypto_sign/ed25519/ref10/fe_1.c \
|
825
|
+
crypto_sign/ed25519/ref10/fe_add.c \
|
826
|
+
crypto_sign/ed25519/ref10/fe_cmov.c \
|
827
|
+
crypto_sign/ed25519/ref10/fe_copy.c \
|
828
|
+
crypto_sign/ed25519/ref10/fe_frombytes.c \
|
829
|
+
crypto_sign/ed25519/ref10/fe_invert.c \
|
830
|
+
crypto_sign/ed25519/ref10/fe_isnegative.c \
|
831
|
+
crypto_sign/ed25519/ref10/fe_isnonzero.c \
|
832
|
+
crypto_sign/ed25519/ref10/fe_mul.c \
|
833
|
+
crypto_sign/ed25519/ref10/fe_neg.c \
|
834
|
+
crypto_sign/ed25519/ref10/fe_pow22523.c \
|
835
|
+
crypto_sign/ed25519/ref10/fe_sq.c \
|
836
|
+
crypto_sign/ed25519/ref10/fe_sq2.c \
|
837
|
+
crypto_sign/ed25519/ref10/fe_sub.c \
|
838
|
+
crypto_sign/ed25519/ref10/fe_tobytes.c \
|
839
|
+
crypto_sign/ed25519/ref10/ge.h \
|
840
|
+
crypto_sign/ed25519/ref10/ge_add.c \
|
841
|
+
crypto_sign/ed25519/ref10/ge_add.h \
|
842
|
+
crypto_sign/ed25519/ref10/ge_double_scalarmult.c \
|
843
|
+
crypto_sign/ed25519/ref10/ge_frombytes.c \
|
844
|
+
crypto_sign/ed25519/ref10/ge_madd.c \
|
845
|
+
crypto_sign/ed25519/ref10/ge_madd.h \
|
846
|
+
crypto_sign/ed25519/ref10/ge_msub.c \
|
847
|
+
crypto_sign/ed25519/ref10/ge_msub.h \
|
848
|
+
crypto_sign/ed25519/ref10/ge_p1p1_to_p2.c \
|
849
|
+
crypto_sign/ed25519/ref10/ge_p1p1_to_p3.c \
|
850
|
+
crypto_sign/ed25519/ref10/ge_p2_0.c \
|
851
|
+
crypto_sign/ed25519/ref10/ge_p2_dbl.c \
|
852
|
+
crypto_sign/ed25519/ref10/ge_p2_dbl.h \
|
853
|
+
crypto_sign/ed25519/ref10/ge_p3_0.c \
|
854
|
+
crypto_sign/ed25519/ref10/ge_p3_dbl.c \
|
855
|
+
crypto_sign/ed25519/ref10/ge_p3_to_cached.c \
|
856
|
+
crypto_sign/ed25519/ref10/ge_p3_to_p2.c \
|
857
|
+
crypto_sign/ed25519/ref10/ge_p3_tobytes.c \
|
858
|
+
crypto_sign/ed25519/ref10/ge_precomp_0.c \
|
859
|
+
crypto_sign/ed25519/ref10/ge_scalarmult_base.c \
|
860
|
+
crypto_sign/ed25519/ref10/ge_sub.c \
|
861
|
+
crypto_sign/ed25519/ref10/ge_sub.h \
|
862
|
+
crypto_sign/ed25519/ref10/ge_tobytes.c \
|
863
|
+
crypto_sign/ed25519/ref10/keypair.c \
|
864
|
+
crypto_sign/ed25519/ref10/open.c \
|
865
|
+
crypto_sign/ed25519/ref10/pow22523.h \
|
866
|
+
crypto_sign/ed25519/ref10/pow225521.h \
|
867
|
+
crypto_sign/ed25519/ref10/sc.h \
|
868
|
+
crypto_sign/ed25519/ref10/sc_muladd.c \
|
869
|
+
crypto_sign/ed25519/ref10/sc_reduce.c \
|
870
|
+
crypto_sign/ed25519/ref10/sign.c \
|
871
|
+
crypto_sign/ed25519/ref10/sqrtm1.h \
|
872
|
+
crypto_sign/edwards25519sha512batch/sign_edwards25519sha512batch_api.c \
|
873
|
+
crypto_sign/edwards25519sha512batch/ref/api.h \
|
874
|
+
crypto_sign/edwards25519sha512batch/ref/fe25519.h \
|
875
|
+
crypto_sign/edwards25519sha512batch/ref/fe25519_edwards25519sha512batch.c \
|
876
|
+
crypto_sign/edwards25519sha512batch/ref/ge25519.h \
|
877
|
+
crypto_sign/edwards25519sha512batch/ref/ge25519_edwards25519sha512batch.c \
|
878
|
+
crypto_sign/edwards25519sha512batch/ref/sc25519.h \
|
879
|
+
crypto_sign/edwards25519sha512batch/ref/sc25519_edwards25519sha512batch.c \
|
880
|
+
crypto_sign/edwards25519sha512batch/ref/sign_edwards25519sha512batch.c \
|
881
|
+
crypto_stream/crypto_stream.c \
|
882
|
+
crypto_stream/aes128ctr/portable/afternm_aes128ctr.c \
|
883
|
+
crypto_stream/aes128ctr/stream_aes128ctr_api.c \
|
884
|
+
crypto_stream/aes128ctr/portable/api.h \
|
885
|
+
crypto_stream/aes128ctr/portable/beforenm_aes128ctr.c \
|
886
|
+
crypto_stream/aes128ctr/portable/common.h \
|
887
|
+
crypto_stream/aes128ctr/portable/common_aes128ctr.c \
|
888
|
+
crypto_stream/aes128ctr/portable/consts.h \
|
889
|
+
crypto_stream/aes128ctr/portable/consts_aes128ctr.c \
|
890
|
+
crypto_stream/aes128ctr/portable/int128.h \
|
891
|
+
crypto_stream/aes128ctr/portable/int128_aes128ctr.c \
|
892
|
+
crypto_stream/aes128ctr/portable/stream_aes128ctr.c \
|
893
|
+
crypto_stream/aes128ctr/portable/types.h \
|
894
|
+
crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.c \
|
895
|
+
crypto_stream/aes256estream/hongjun/aes-table.h \
|
896
|
+
crypto_stream/aes256estream/hongjun/aes-table-be.h \
|
897
|
+
crypto_stream/aes256estream/hongjun/aes-table-le.h \
|
898
|
+
crypto_stream/aes256estream/hongjun/aes256-ctr.c \
|
899
|
+
crypto_stream/aes256estream/hongjun/aes256.h \
|
900
|
+
crypto_stream/aes256estream/stream_aes256estream_api.c \
|
901
|
+
crypto_stream/aes256estream/hongjun/api.h \
|
902
|
+
crypto_stream/aes256estream/hongjun/ecrypt-sync.h \
|
903
|
+
crypto_stream/salsa20/stream_salsa20_api.c \
|
904
|
+
crypto_stream/salsa2012/stream_salsa2012_api.c \
|
905
|
+
crypto_stream/salsa2012/ref/api.h \
|
906
|
+
crypto_stream/salsa2012/ref/stream_salsa2012.c \
|
907
|
+
crypto_stream/salsa2012/ref/xor_salsa2012.c \
|
908
|
+
crypto_stream/salsa208/stream_salsa208_api.c \
|
909
|
+
crypto_stream/salsa208/ref/api.h \
|
910
|
+
crypto_stream/salsa208/ref/stream_salsa208.c \
|
911
|
+
crypto_stream/salsa208/ref/xor_salsa208.c \
|
912
|
+
crypto_stream/xsalsa20/stream_xsalsa20_api.c \
|
913
|
+
crypto_stream/xsalsa20/ref/api.h \
|
914
|
+
crypto_stream/xsalsa20/ref/stream_xsalsa20.c \
|
915
|
+
crypto_stream/xsalsa20/ref/xor_xsalsa20.c \
|
916
|
+
crypto_verify/16/verify_16_api.c crypto_verify/16/ref/api.h \
|
917
|
+
crypto_verify/16/ref/verify_16.c \
|
918
|
+
crypto_verify/32/verify_32_api.c crypto_verify/32/ref/api.h \
|
919
|
+
crypto_verify/32/ref/verify_32.c \
|
920
|
+
crypto_verify/64/verify_64_api.c crypto_verify/64/ref/api.h \
|
921
|
+
crypto_verify/64/ref/verify_64.c randombytes/randombytes.c \
|
922
|
+
randombytes/salsa20/randombytes_salsa20_random.c \
|
923
|
+
randombytes/sysrandom/randombytes_sysrandom.c sodium/compat.c \
|
924
|
+
sodium/core.c sodium/runtime.c sodium/utils.c sodium/version.c \
|
925
|
+
$(am__append_1) $(am__append_2) $(am__append_3) \
|
926
|
+
$(am__append_4)
|
927
|
+
libsodium_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -no-undefined \
|
928
|
+
$(LIBTOOL_EXTRA_FLAGS) $(am__append_5)
|
929
|
+
libsodium_la_CPPFLAGS = \
|
930
|
+
$(LTDLINCL) \
|
931
|
+
-I$(srcdir)/include/sodium \
|
932
|
+
-I$(builddir)/include/sodium
|
933
|
+
|
934
|
+
@HAVE_LD_OUTPUT_DEF_TRUE@defexecdir = $(bindir)
|
935
|
+
@HAVE_LD_OUTPUT_DEF_TRUE@defexec_DATA = libsodium-$(DLL_VERSION).def
|
936
|
+
@HAVE_LD_OUTPUT_DEF_TRUE@CLEANFILES = $(defexec_DATA)
|
937
|
+
SUBDIRS = \
|
938
|
+
include
|
939
|
+
|
940
|
+
all: all-recursive
|
941
|
+
|
942
|
+
.SUFFIXES:
|
943
|
+
.SUFFIXES: .S .c .lo .o .obj
|
944
|
+
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
945
|
+
@for dep in $?; do \
|
946
|
+
case '$(am__configure_deps)' in \
|
947
|
+
*$$dep*) \
|
948
|
+
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
949
|
+
&& { if test -f $@; then exit 0; else break; fi; }; \
|
950
|
+
exit 1;; \
|
951
|
+
esac; \
|
952
|
+
done; \
|
953
|
+
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/libsodium/Makefile'; \
|
954
|
+
$(am__cd) $(top_srcdir) && \
|
955
|
+
$(AUTOMAKE) --foreign src/libsodium/Makefile
|
956
|
+
.PRECIOUS: Makefile
|
957
|
+
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
958
|
+
@case '$?' in \
|
959
|
+
*config.status*) \
|
960
|
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
961
|
+
*) \
|
962
|
+
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
963
|
+
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
964
|
+
esac;
|
965
|
+
|
966
|
+
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
967
|
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
968
|
+
|
969
|
+
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
970
|
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
971
|
+
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
972
|
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
973
|
+
$(am__aclocal_m4_deps):
|
974
|
+
|
975
|
+
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
976
|
+
@$(NORMAL_INSTALL)
|
977
|
+
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
|
978
|
+
list2=; for p in $$list; do \
|
979
|
+
if test -f $$p; then \
|
980
|
+
list2="$$list2 $$p"; \
|
981
|
+
else :; fi; \
|
982
|
+
done; \
|
983
|
+
test -z "$$list2" || { \
|
984
|
+
echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
|
985
|
+
$(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
|
986
|
+
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
|
987
|
+
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
|
988
|
+
}
|
989
|
+
|
990
|
+
uninstall-libLTLIBRARIES:
|
991
|
+
@$(NORMAL_UNINSTALL)
|
992
|
+
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
|
993
|
+
for p in $$list; do \
|
994
|
+
$(am__strip_dir) \
|
995
|
+
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
|
996
|
+
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
|
997
|
+
done
|
998
|
+
|
999
|
+
clean-libLTLIBRARIES:
|
1000
|
+
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
|
1001
|
+
@list='$(lib_LTLIBRARIES)'; \
|
1002
|
+
locs=`for p in $$list; do echo $$p; done | \
|
1003
|
+
sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
|
1004
|
+
sort -u`; \
|
1005
|
+
test -z "$$locs" || { \
|
1006
|
+
echo rm -f $${locs}; \
|
1007
|
+
rm -f $${locs}; \
|
1008
|
+
}
|
1009
|
+
crypto_auth/$(am__dirstamp):
|
1010
|
+
@$(MKDIR_P) crypto_auth
|
1011
|
+
@: > crypto_auth/$(am__dirstamp)
|
1012
|
+
crypto_auth/$(DEPDIR)/$(am__dirstamp):
|
1013
|
+
@$(MKDIR_P) crypto_auth/$(DEPDIR)
|
1014
|
+
@: > crypto_auth/$(DEPDIR)/$(am__dirstamp)
|
1015
|
+
crypto_auth/libsodium_la-crypto_auth.lo: crypto_auth/$(am__dirstamp) \
|
1016
|
+
crypto_auth/$(DEPDIR)/$(am__dirstamp)
|
1017
|
+
crypto_auth/hmacsha256/$(am__dirstamp):
|
1018
|
+
@$(MKDIR_P) crypto_auth/hmacsha256
|
1019
|
+
@: > crypto_auth/hmacsha256/$(am__dirstamp)
|
1020
|
+
crypto_auth/hmacsha256/$(DEPDIR)/$(am__dirstamp):
|
1021
|
+
@$(MKDIR_P) crypto_auth/hmacsha256/$(DEPDIR)
|
1022
|
+
@: > crypto_auth/hmacsha256/$(DEPDIR)/$(am__dirstamp)
|
1023
|
+
crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256_api.lo: \
|
1024
|
+
crypto_auth/hmacsha256/$(am__dirstamp) \
|
1025
|
+
crypto_auth/hmacsha256/$(DEPDIR)/$(am__dirstamp)
|
1026
|
+
crypto_auth/hmacsha256/cp/$(am__dirstamp):
|
1027
|
+
@$(MKDIR_P) crypto_auth/hmacsha256/cp
|
1028
|
+
@: > crypto_auth/hmacsha256/cp/$(am__dirstamp)
|
1029
|
+
crypto_auth/hmacsha256/cp/$(DEPDIR)/$(am__dirstamp):
|
1030
|
+
@$(MKDIR_P) crypto_auth/hmacsha256/cp/$(DEPDIR)
|
1031
|
+
@: > crypto_auth/hmacsha256/cp/$(DEPDIR)/$(am__dirstamp)
|
1032
|
+
crypto_auth/hmacsha256/cp/libsodium_la-hmac_hmacsha256.lo: \
|
1033
|
+
crypto_auth/hmacsha256/cp/$(am__dirstamp) \
|
1034
|
+
crypto_auth/hmacsha256/cp/$(DEPDIR)/$(am__dirstamp)
|
1035
|
+
crypto_auth/hmacsha256/cp/libsodium_la-verify_hmacsha256.lo: \
|
1036
|
+
crypto_auth/hmacsha256/cp/$(am__dirstamp) \
|
1037
|
+
crypto_auth/hmacsha256/cp/$(DEPDIR)/$(am__dirstamp)
|
1038
|
+
crypto_auth/hmacsha512/$(am__dirstamp):
|
1039
|
+
@$(MKDIR_P) crypto_auth/hmacsha512
|
1040
|
+
@: > crypto_auth/hmacsha512/$(am__dirstamp)
|
1041
|
+
crypto_auth/hmacsha512/$(DEPDIR)/$(am__dirstamp):
|
1042
|
+
@$(MKDIR_P) crypto_auth/hmacsha512/$(DEPDIR)
|
1043
|
+
@: > crypto_auth/hmacsha512/$(DEPDIR)/$(am__dirstamp)
|
1044
|
+
crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512_api.lo: \
|
1045
|
+
crypto_auth/hmacsha512/$(am__dirstamp) \
|
1046
|
+
crypto_auth/hmacsha512/$(DEPDIR)/$(am__dirstamp)
|
1047
|
+
crypto_auth/hmacsha512/cp/$(am__dirstamp):
|
1048
|
+
@$(MKDIR_P) crypto_auth/hmacsha512/cp
|
1049
|
+
@: > crypto_auth/hmacsha512/cp/$(am__dirstamp)
|
1050
|
+
crypto_auth/hmacsha512/cp/$(DEPDIR)/$(am__dirstamp):
|
1051
|
+
@$(MKDIR_P) crypto_auth/hmacsha512/cp/$(DEPDIR)
|
1052
|
+
@: > crypto_auth/hmacsha512/cp/$(DEPDIR)/$(am__dirstamp)
|
1053
|
+
crypto_auth/hmacsha512/cp/libsodium_la-hmac_hmacsha512.lo: \
|
1054
|
+
crypto_auth/hmacsha512/cp/$(am__dirstamp) \
|
1055
|
+
crypto_auth/hmacsha512/cp/$(DEPDIR)/$(am__dirstamp)
|
1056
|
+
crypto_auth/hmacsha512/cp/libsodium_la-verify_hmacsha512.lo: \
|
1057
|
+
crypto_auth/hmacsha512/cp/$(am__dirstamp) \
|
1058
|
+
crypto_auth/hmacsha512/cp/$(DEPDIR)/$(am__dirstamp)
|
1059
|
+
crypto_auth/hmacsha512256/$(am__dirstamp):
|
1060
|
+
@$(MKDIR_P) crypto_auth/hmacsha512256
|
1061
|
+
@: > crypto_auth/hmacsha512256/$(am__dirstamp)
|
1062
|
+
crypto_auth/hmacsha512256/$(DEPDIR)/$(am__dirstamp):
|
1063
|
+
@$(MKDIR_P) crypto_auth/hmacsha512256/$(DEPDIR)
|
1064
|
+
@: > crypto_auth/hmacsha512256/$(DEPDIR)/$(am__dirstamp)
|
1065
|
+
crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256_api.lo: \
|
1066
|
+
crypto_auth/hmacsha512256/$(am__dirstamp) \
|
1067
|
+
crypto_auth/hmacsha512256/$(DEPDIR)/$(am__dirstamp)
|
1068
|
+
crypto_auth/hmacsha512256/cp/$(am__dirstamp):
|
1069
|
+
@$(MKDIR_P) crypto_auth/hmacsha512256/cp
|
1070
|
+
@: > crypto_auth/hmacsha512256/cp/$(am__dirstamp)
|
1071
|
+
crypto_auth/hmacsha512256/cp/$(DEPDIR)/$(am__dirstamp):
|
1072
|
+
@$(MKDIR_P) crypto_auth/hmacsha512256/cp/$(DEPDIR)
|
1073
|
+
@: > crypto_auth/hmacsha512256/cp/$(DEPDIR)/$(am__dirstamp)
|
1074
|
+
crypto_auth/hmacsha512256/cp/libsodium_la-hmac_hmacsha512256.lo: \
|
1075
|
+
crypto_auth/hmacsha512256/cp/$(am__dirstamp) \
|
1076
|
+
crypto_auth/hmacsha512256/cp/$(DEPDIR)/$(am__dirstamp)
|
1077
|
+
crypto_auth/hmacsha512256/cp/libsodium_la-verify_hmacsha512256.lo: \
|
1078
|
+
crypto_auth/hmacsha512256/cp/$(am__dirstamp) \
|
1079
|
+
crypto_auth/hmacsha512256/cp/$(DEPDIR)/$(am__dirstamp)
|
1080
|
+
crypto_box/$(am__dirstamp):
|
1081
|
+
@$(MKDIR_P) crypto_box
|
1082
|
+
@: > crypto_box/$(am__dirstamp)
|
1083
|
+
crypto_box/$(DEPDIR)/$(am__dirstamp):
|
1084
|
+
@$(MKDIR_P) crypto_box/$(DEPDIR)
|
1085
|
+
@: > crypto_box/$(DEPDIR)/$(am__dirstamp)
|
1086
|
+
crypto_box/libsodium_la-crypto_box.lo: crypto_box/$(am__dirstamp) \
|
1087
|
+
crypto_box/$(DEPDIR)/$(am__dirstamp)
|
1088
|
+
crypto_box/libsodium_la-crypto_box_easy.lo: \
|
1089
|
+
crypto_box/$(am__dirstamp) \
|
1090
|
+
crypto_box/$(DEPDIR)/$(am__dirstamp)
|
1091
|
+
crypto_box/curve25519xsalsa20poly1305/$(am__dirstamp):
|
1092
|
+
@$(MKDIR_P) crypto_box/curve25519xsalsa20poly1305
|
1093
|
+
@: > crypto_box/curve25519xsalsa20poly1305/$(am__dirstamp)
|
1094
|
+
crypto_box/curve25519xsalsa20poly1305/$(DEPDIR)/$(am__dirstamp):
|
1095
|
+
@$(MKDIR_P) crypto_box/curve25519xsalsa20poly1305/$(DEPDIR)
|
1096
|
+
@: > crypto_box/curve25519xsalsa20poly1305/$(DEPDIR)/$(am__dirstamp)
|
1097
|
+
crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305_api.lo: \
|
1098
|
+
crypto_box/curve25519xsalsa20poly1305/$(am__dirstamp) \
|
1099
|
+
crypto_box/curve25519xsalsa20poly1305/$(DEPDIR)/$(am__dirstamp)
|
1100
|
+
crypto_box/curve25519xsalsa20poly1305/ref/$(am__dirstamp):
|
1101
|
+
@$(MKDIR_P) crypto_box/curve25519xsalsa20poly1305/ref
|
1102
|
+
@: > crypto_box/curve25519xsalsa20poly1305/ref/$(am__dirstamp)
|
1103
|
+
crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/$(am__dirstamp):
|
1104
|
+
@$(MKDIR_P) crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)
|
1105
|
+
@: > crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/$(am__dirstamp)
|
1106
|
+
crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-after_curve25519xsalsa20poly1305.lo: \
|
1107
|
+
crypto_box/curve25519xsalsa20poly1305/ref/$(am__dirstamp) \
|
1108
|
+
crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/$(am__dirstamp)
|
1109
|
+
crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-before_curve25519xsalsa20poly1305.lo: \
|
1110
|
+
crypto_box/curve25519xsalsa20poly1305/ref/$(am__dirstamp) \
|
1111
|
+
crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/$(am__dirstamp)
|
1112
|
+
crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-box_curve25519xsalsa20poly1305.lo: \
|
1113
|
+
crypto_box/curve25519xsalsa20poly1305/ref/$(am__dirstamp) \
|
1114
|
+
crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/$(am__dirstamp)
|
1115
|
+
crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-keypair_curve25519xsalsa20poly1305.lo: \
|
1116
|
+
crypto_box/curve25519xsalsa20poly1305/ref/$(am__dirstamp) \
|
1117
|
+
crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/$(am__dirstamp)
|
1118
|
+
crypto_core/hsalsa20/ref2/$(am__dirstamp):
|
1119
|
+
@$(MKDIR_P) crypto_core/hsalsa20/ref2
|
1120
|
+
@: > crypto_core/hsalsa20/ref2/$(am__dirstamp)
|
1121
|
+
crypto_core/hsalsa20/ref2/$(DEPDIR)/$(am__dirstamp):
|
1122
|
+
@$(MKDIR_P) crypto_core/hsalsa20/ref2/$(DEPDIR)
|
1123
|
+
@: > crypto_core/hsalsa20/ref2/$(DEPDIR)/$(am__dirstamp)
|
1124
|
+
crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20.lo: \
|
1125
|
+
crypto_core/hsalsa20/ref2/$(am__dirstamp) \
|
1126
|
+
crypto_core/hsalsa20/ref2/$(DEPDIR)/$(am__dirstamp)
|
1127
|
+
crypto_core/hsalsa20/$(am__dirstamp):
|
1128
|
+
@$(MKDIR_P) crypto_core/hsalsa20
|
1129
|
+
@: > crypto_core/hsalsa20/$(am__dirstamp)
|
1130
|
+
crypto_core/hsalsa20/$(DEPDIR)/$(am__dirstamp):
|
1131
|
+
@$(MKDIR_P) crypto_core/hsalsa20/$(DEPDIR)
|
1132
|
+
@: > crypto_core/hsalsa20/$(DEPDIR)/$(am__dirstamp)
|
1133
|
+
crypto_core/hsalsa20/libsodium_la-core_hsalsa20_api.lo: \
|
1134
|
+
crypto_core/hsalsa20/$(am__dirstamp) \
|
1135
|
+
crypto_core/hsalsa20/$(DEPDIR)/$(am__dirstamp)
|
1136
|
+
crypto_core/salsa20/ref/$(am__dirstamp):
|
1137
|
+
@$(MKDIR_P) crypto_core/salsa20/ref
|
1138
|
+
@: > crypto_core/salsa20/ref/$(am__dirstamp)
|
1139
|
+
crypto_core/salsa20/ref/$(DEPDIR)/$(am__dirstamp):
|
1140
|
+
@$(MKDIR_P) crypto_core/salsa20/ref/$(DEPDIR)
|
1141
|
+
@: > crypto_core/salsa20/ref/$(DEPDIR)/$(am__dirstamp)
|
1142
|
+
crypto_core/salsa20/ref/libsodium_la-core_salsa20.lo: \
|
1143
|
+
crypto_core/salsa20/ref/$(am__dirstamp) \
|
1144
|
+
crypto_core/salsa20/ref/$(DEPDIR)/$(am__dirstamp)
|
1145
|
+
crypto_core/salsa20/$(am__dirstamp):
|
1146
|
+
@$(MKDIR_P) crypto_core/salsa20
|
1147
|
+
@: > crypto_core/salsa20/$(am__dirstamp)
|
1148
|
+
crypto_core/salsa20/$(DEPDIR)/$(am__dirstamp):
|
1149
|
+
@$(MKDIR_P) crypto_core/salsa20/$(DEPDIR)
|
1150
|
+
@: > crypto_core/salsa20/$(DEPDIR)/$(am__dirstamp)
|
1151
|
+
crypto_core/salsa20/libsodium_la-core_salsa20_api.lo: \
|
1152
|
+
crypto_core/salsa20/$(am__dirstamp) \
|
1153
|
+
crypto_core/salsa20/$(DEPDIR)/$(am__dirstamp)
|
1154
|
+
crypto_core/salsa2012/ref/$(am__dirstamp):
|
1155
|
+
@$(MKDIR_P) crypto_core/salsa2012/ref
|
1156
|
+
@: > crypto_core/salsa2012/ref/$(am__dirstamp)
|
1157
|
+
crypto_core/salsa2012/ref/$(DEPDIR)/$(am__dirstamp):
|
1158
|
+
@$(MKDIR_P) crypto_core/salsa2012/ref/$(DEPDIR)
|
1159
|
+
@: > crypto_core/salsa2012/ref/$(DEPDIR)/$(am__dirstamp)
|
1160
|
+
crypto_core/salsa2012/ref/libsodium_la-core_salsa2012.lo: \
|
1161
|
+
crypto_core/salsa2012/ref/$(am__dirstamp) \
|
1162
|
+
crypto_core/salsa2012/ref/$(DEPDIR)/$(am__dirstamp)
|
1163
|
+
crypto_core/salsa2012/$(am__dirstamp):
|
1164
|
+
@$(MKDIR_P) crypto_core/salsa2012
|
1165
|
+
@: > crypto_core/salsa2012/$(am__dirstamp)
|
1166
|
+
crypto_core/salsa2012/$(DEPDIR)/$(am__dirstamp):
|
1167
|
+
@$(MKDIR_P) crypto_core/salsa2012/$(DEPDIR)
|
1168
|
+
@: > crypto_core/salsa2012/$(DEPDIR)/$(am__dirstamp)
|
1169
|
+
crypto_core/salsa2012/libsodium_la-core_salsa2012_api.lo: \
|
1170
|
+
crypto_core/salsa2012/$(am__dirstamp) \
|
1171
|
+
crypto_core/salsa2012/$(DEPDIR)/$(am__dirstamp)
|
1172
|
+
crypto_core/salsa208/ref/$(am__dirstamp):
|
1173
|
+
@$(MKDIR_P) crypto_core/salsa208/ref
|
1174
|
+
@: > crypto_core/salsa208/ref/$(am__dirstamp)
|
1175
|
+
crypto_core/salsa208/ref/$(DEPDIR)/$(am__dirstamp):
|
1176
|
+
@$(MKDIR_P) crypto_core/salsa208/ref/$(DEPDIR)
|
1177
|
+
@: > crypto_core/salsa208/ref/$(DEPDIR)/$(am__dirstamp)
|
1178
|
+
crypto_core/salsa208/ref/libsodium_la-core_salsa208.lo: \
|
1179
|
+
crypto_core/salsa208/ref/$(am__dirstamp) \
|
1180
|
+
crypto_core/salsa208/ref/$(DEPDIR)/$(am__dirstamp)
|
1181
|
+
crypto_core/salsa208/$(am__dirstamp):
|
1182
|
+
@$(MKDIR_P) crypto_core/salsa208
|
1183
|
+
@: > crypto_core/salsa208/$(am__dirstamp)
|
1184
|
+
crypto_core/salsa208/$(DEPDIR)/$(am__dirstamp):
|
1185
|
+
@$(MKDIR_P) crypto_core/salsa208/$(DEPDIR)
|
1186
|
+
@: > crypto_core/salsa208/$(DEPDIR)/$(am__dirstamp)
|
1187
|
+
crypto_core/salsa208/libsodium_la-core_salsa208_api.lo: \
|
1188
|
+
crypto_core/salsa208/$(am__dirstamp) \
|
1189
|
+
crypto_core/salsa208/$(DEPDIR)/$(am__dirstamp)
|
1190
|
+
crypto_generichash/$(am__dirstamp):
|
1191
|
+
@$(MKDIR_P) crypto_generichash
|
1192
|
+
@: > crypto_generichash/$(am__dirstamp)
|
1193
|
+
crypto_generichash/$(DEPDIR)/$(am__dirstamp):
|
1194
|
+
@$(MKDIR_P) crypto_generichash/$(DEPDIR)
|
1195
|
+
@: > crypto_generichash/$(DEPDIR)/$(am__dirstamp)
|
1196
|
+
crypto_generichash/libsodium_la-crypto_generichash.lo: \
|
1197
|
+
crypto_generichash/$(am__dirstamp) \
|
1198
|
+
crypto_generichash/$(DEPDIR)/$(am__dirstamp)
|
1199
|
+
crypto_generichash/blake2/$(am__dirstamp):
|
1200
|
+
@$(MKDIR_P) crypto_generichash/blake2
|
1201
|
+
@: > crypto_generichash/blake2/$(am__dirstamp)
|
1202
|
+
crypto_generichash/blake2/$(DEPDIR)/$(am__dirstamp):
|
1203
|
+
@$(MKDIR_P) crypto_generichash/blake2/$(DEPDIR)
|
1204
|
+
@: > crypto_generichash/blake2/$(DEPDIR)/$(am__dirstamp)
|
1205
|
+
crypto_generichash/blake2/libsodium_la-generichash_blake2_api.lo: \
|
1206
|
+
crypto_generichash/blake2/$(am__dirstamp) \
|
1207
|
+
crypto_generichash/blake2/$(DEPDIR)/$(am__dirstamp)
|
1208
|
+
crypto_generichash/blake2/ref/$(am__dirstamp):
|
1209
|
+
@$(MKDIR_P) crypto_generichash/blake2/ref
|
1210
|
+
@: > crypto_generichash/blake2/ref/$(am__dirstamp)
|
1211
|
+
crypto_generichash/blake2/ref/$(DEPDIR)/$(am__dirstamp):
|
1212
|
+
@$(MKDIR_P) crypto_generichash/blake2/ref/$(DEPDIR)
|
1213
|
+
@: > crypto_generichash/blake2/ref/$(DEPDIR)/$(am__dirstamp)
|
1214
|
+
crypto_generichash/blake2/ref/libsodium_la-blake2b-ref.lo: \
|
1215
|
+
crypto_generichash/blake2/ref/$(am__dirstamp) \
|
1216
|
+
crypto_generichash/blake2/ref/$(DEPDIR)/$(am__dirstamp)
|
1217
|
+
crypto_generichash/blake2/ref/libsodium_la-generichash_blake2b.lo: \
|
1218
|
+
crypto_generichash/blake2/ref/$(am__dirstamp) \
|
1219
|
+
crypto_generichash/blake2/ref/$(DEPDIR)/$(am__dirstamp)
|
1220
|
+
crypto_hash/$(am__dirstamp):
|
1221
|
+
@$(MKDIR_P) crypto_hash
|
1222
|
+
@: > crypto_hash/$(am__dirstamp)
|
1223
|
+
crypto_hash/$(DEPDIR)/$(am__dirstamp):
|
1224
|
+
@$(MKDIR_P) crypto_hash/$(DEPDIR)
|
1225
|
+
@: > crypto_hash/$(DEPDIR)/$(am__dirstamp)
|
1226
|
+
crypto_hash/libsodium_la-crypto_hash.lo: crypto_hash/$(am__dirstamp) \
|
1227
|
+
crypto_hash/$(DEPDIR)/$(am__dirstamp)
|
1228
|
+
crypto_hash/sha256/$(am__dirstamp):
|
1229
|
+
@$(MKDIR_P) crypto_hash/sha256
|
1230
|
+
@: > crypto_hash/sha256/$(am__dirstamp)
|
1231
|
+
crypto_hash/sha256/$(DEPDIR)/$(am__dirstamp):
|
1232
|
+
@$(MKDIR_P) crypto_hash/sha256/$(DEPDIR)
|
1233
|
+
@: > crypto_hash/sha256/$(DEPDIR)/$(am__dirstamp)
|
1234
|
+
crypto_hash/sha256/libsodium_la-hash_sha256_api.lo: \
|
1235
|
+
crypto_hash/sha256/$(am__dirstamp) \
|
1236
|
+
crypto_hash/sha256/$(DEPDIR)/$(am__dirstamp)
|
1237
|
+
crypto_hash/sha256/cp/$(am__dirstamp):
|
1238
|
+
@$(MKDIR_P) crypto_hash/sha256/cp
|
1239
|
+
@: > crypto_hash/sha256/cp/$(am__dirstamp)
|
1240
|
+
crypto_hash/sha256/cp/$(DEPDIR)/$(am__dirstamp):
|
1241
|
+
@$(MKDIR_P) crypto_hash/sha256/cp/$(DEPDIR)
|
1242
|
+
@: > crypto_hash/sha256/cp/$(DEPDIR)/$(am__dirstamp)
|
1243
|
+
crypto_hash/sha256/cp/libsodium_la-hash_sha256.lo: \
|
1244
|
+
crypto_hash/sha256/cp/$(am__dirstamp) \
|
1245
|
+
crypto_hash/sha256/cp/$(DEPDIR)/$(am__dirstamp)
|
1246
|
+
crypto_hash/sha512/$(am__dirstamp):
|
1247
|
+
@$(MKDIR_P) crypto_hash/sha512
|
1248
|
+
@: > crypto_hash/sha512/$(am__dirstamp)
|
1249
|
+
crypto_hash/sha512/$(DEPDIR)/$(am__dirstamp):
|
1250
|
+
@$(MKDIR_P) crypto_hash/sha512/$(DEPDIR)
|
1251
|
+
@: > crypto_hash/sha512/$(DEPDIR)/$(am__dirstamp)
|
1252
|
+
crypto_hash/sha512/libsodium_la-hash_sha512_api.lo: \
|
1253
|
+
crypto_hash/sha512/$(am__dirstamp) \
|
1254
|
+
crypto_hash/sha512/$(DEPDIR)/$(am__dirstamp)
|
1255
|
+
crypto_hash/sha512/cp/$(am__dirstamp):
|
1256
|
+
@$(MKDIR_P) crypto_hash/sha512/cp
|
1257
|
+
@: > crypto_hash/sha512/cp/$(am__dirstamp)
|
1258
|
+
crypto_hash/sha512/cp/$(DEPDIR)/$(am__dirstamp):
|
1259
|
+
@$(MKDIR_P) crypto_hash/sha512/cp/$(DEPDIR)
|
1260
|
+
@: > crypto_hash/sha512/cp/$(DEPDIR)/$(am__dirstamp)
|
1261
|
+
crypto_hash/sha512/cp/libsodium_la-hash_sha512.lo: \
|
1262
|
+
crypto_hash/sha512/cp/$(am__dirstamp) \
|
1263
|
+
crypto_hash/sha512/cp/$(DEPDIR)/$(am__dirstamp)
|
1264
|
+
crypto_onetimeauth/$(am__dirstamp):
|
1265
|
+
@$(MKDIR_P) crypto_onetimeauth
|
1266
|
+
@: > crypto_onetimeauth/$(am__dirstamp)
|
1267
|
+
crypto_onetimeauth/$(DEPDIR)/$(am__dirstamp):
|
1268
|
+
@$(MKDIR_P) crypto_onetimeauth/$(DEPDIR)
|
1269
|
+
@: > crypto_onetimeauth/$(DEPDIR)/$(am__dirstamp)
|
1270
|
+
crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo: \
|
1271
|
+
crypto_onetimeauth/$(am__dirstamp) \
|
1272
|
+
crypto_onetimeauth/$(DEPDIR)/$(am__dirstamp)
|
1273
|
+
crypto_onetimeauth/poly1305/$(am__dirstamp):
|
1274
|
+
@$(MKDIR_P) crypto_onetimeauth/poly1305
|
1275
|
+
@: > crypto_onetimeauth/poly1305/$(am__dirstamp)
|
1276
|
+
crypto_onetimeauth/poly1305/$(DEPDIR)/$(am__dirstamp):
|
1277
|
+
@$(MKDIR_P) crypto_onetimeauth/poly1305/$(DEPDIR)
|
1278
|
+
@: > crypto_onetimeauth/poly1305/$(DEPDIR)/$(am__dirstamp)
|
1279
|
+
crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.lo: \
|
1280
|
+
crypto_onetimeauth/poly1305/$(am__dirstamp) \
|
1281
|
+
crypto_onetimeauth/poly1305/$(DEPDIR)/$(am__dirstamp)
|
1282
|
+
crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305_api.lo: \
|
1283
|
+
crypto_onetimeauth/poly1305/$(am__dirstamp) \
|
1284
|
+
crypto_onetimeauth/poly1305/$(DEPDIR)/$(am__dirstamp)
|
1285
|
+
crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305_try.lo: \
|
1286
|
+
crypto_onetimeauth/poly1305/$(am__dirstamp) \
|
1287
|
+
crypto_onetimeauth/poly1305/$(DEPDIR)/$(am__dirstamp)
|
1288
|
+
crypto_onetimeauth/poly1305/donna/$(am__dirstamp):
|
1289
|
+
@$(MKDIR_P) crypto_onetimeauth/poly1305/donna
|
1290
|
+
@: > crypto_onetimeauth/poly1305/donna/$(am__dirstamp)
|
1291
|
+
crypto_onetimeauth/poly1305/donna/$(DEPDIR)/$(am__dirstamp):
|
1292
|
+
@$(MKDIR_P) crypto_onetimeauth/poly1305/donna/$(DEPDIR)
|
1293
|
+
@: > crypto_onetimeauth/poly1305/donna/$(DEPDIR)/$(am__dirstamp)
|
1294
|
+
crypto_onetimeauth/poly1305/donna/libsodium_la-auth_poly1305_donna.lo: \
|
1295
|
+
crypto_onetimeauth/poly1305/donna/$(am__dirstamp) \
|
1296
|
+
crypto_onetimeauth/poly1305/donna/$(DEPDIR)/$(am__dirstamp)
|
1297
|
+
crypto_onetimeauth/poly1305/donna/libsodium_la-verify_poly1305_donna.lo: \
|
1298
|
+
crypto_onetimeauth/poly1305/donna/$(am__dirstamp) \
|
1299
|
+
crypto_onetimeauth/poly1305/donna/$(DEPDIR)/$(am__dirstamp)
|
1300
|
+
crypto_pwhash/scryptxsalsa208sha256/$(am__dirstamp):
|
1301
|
+
@$(MKDIR_P) crypto_pwhash/scryptxsalsa208sha256
|
1302
|
+
@: > crypto_pwhash/scryptxsalsa208sha256/$(am__dirstamp)
|
1303
|
+
crypto_pwhash/scryptxsalsa208sha256/$(DEPDIR)/$(am__dirstamp):
|
1304
|
+
@$(MKDIR_P) crypto_pwhash/scryptxsalsa208sha256/$(DEPDIR)
|
1305
|
+
@: > crypto_pwhash/scryptxsalsa208sha256/$(DEPDIR)/$(am__dirstamp)
|
1306
|
+
crypto_pwhash/scryptxsalsa208sha256/libsodium_la-crypto_scrypt-common.lo: \
|
1307
|
+
crypto_pwhash/scryptxsalsa208sha256/$(am__dirstamp) \
|
1308
|
+
crypto_pwhash/scryptxsalsa208sha256/$(DEPDIR)/$(am__dirstamp)
|
1309
|
+
crypto_pwhash/scryptxsalsa208sha256/libsodium_la-scrypt_platform.lo: \
|
1310
|
+
crypto_pwhash/scryptxsalsa208sha256/$(am__dirstamp) \
|
1311
|
+
crypto_pwhash/scryptxsalsa208sha256/$(DEPDIR)/$(am__dirstamp)
|
1312
|
+
crypto_pwhash/scryptxsalsa208sha256/libsodium_la-pbkdf2-sha256.lo: \
|
1313
|
+
crypto_pwhash/scryptxsalsa208sha256/$(am__dirstamp) \
|
1314
|
+
crypto_pwhash/scryptxsalsa208sha256/$(DEPDIR)/$(am__dirstamp)
|
1315
|
+
crypto_pwhash/scryptxsalsa208sha256/libsodium_la-pwhash_scryptxsalsa208sha256.lo: \
|
1316
|
+
crypto_pwhash/scryptxsalsa208sha256/$(am__dirstamp) \
|
1317
|
+
crypto_pwhash/scryptxsalsa208sha256/$(DEPDIR)/$(am__dirstamp)
|
1318
|
+
crypto_pwhash/scryptxsalsa208sha256/nosse/$(am__dirstamp):
|
1319
|
+
@$(MKDIR_P) crypto_pwhash/scryptxsalsa208sha256/nosse
|
1320
|
+
@: > crypto_pwhash/scryptxsalsa208sha256/nosse/$(am__dirstamp)
|
1321
|
+
crypto_pwhash/scryptxsalsa208sha256/nosse/$(DEPDIR)/$(am__dirstamp):
|
1322
|
+
@$(MKDIR_P) crypto_pwhash/scryptxsalsa208sha256/nosse/$(DEPDIR)
|
1323
|
+
@: > crypto_pwhash/scryptxsalsa208sha256/nosse/$(DEPDIR)/$(am__dirstamp)
|
1324
|
+
crypto_pwhash/scryptxsalsa208sha256/nosse/libsodium_la-pwhash_scryptxsalsa208sha256_nosse.lo: \
|
1325
|
+
crypto_pwhash/scryptxsalsa208sha256/nosse/$(am__dirstamp) \
|
1326
|
+
crypto_pwhash/scryptxsalsa208sha256/nosse/$(DEPDIR)/$(am__dirstamp)
|
1327
|
+
crypto_pwhash/scryptxsalsa208sha256/sse/$(am__dirstamp):
|
1328
|
+
@$(MKDIR_P) crypto_pwhash/scryptxsalsa208sha256/sse
|
1329
|
+
@: > crypto_pwhash/scryptxsalsa208sha256/sse/$(am__dirstamp)
|
1330
|
+
crypto_pwhash/scryptxsalsa208sha256/sse/$(DEPDIR)/$(am__dirstamp):
|
1331
|
+
@$(MKDIR_P) crypto_pwhash/scryptxsalsa208sha256/sse/$(DEPDIR)
|
1332
|
+
@: > crypto_pwhash/scryptxsalsa208sha256/sse/$(DEPDIR)/$(am__dirstamp)
|
1333
|
+
crypto_pwhash/scryptxsalsa208sha256/sse/libsodium_la-pwhash_scryptxsalsa208sha256_sse.lo: \
|
1334
|
+
crypto_pwhash/scryptxsalsa208sha256/sse/$(am__dirstamp) \
|
1335
|
+
crypto_pwhash/scryptxsalsa208sha256/sse/$(DEPDIR)/$(am__dirstamp)
|
1336
|
+
crypto_scalarmult/$(am__dirstamp):
|
1337
|
+
@$(MKDIR_P) crypto_scalarmult
|
1338
|
+
@: > crypto_scalarmult/$(am__dirstamp)
|
1339
|
+
crypto_scalarmult/$(DEPDIR)/$(am__dirstamp):
|
1340
|
+
@$(MKDIR_P) crypto_scalarmult/$(DEPDIR)
|
1341
|
+
@: > crypto_scalarmult/$(DEPDIR)/$(am__dirstamp)
|
1342
|
+
crypto_scalarmult/libsodium_la-crypto_scalarmult.lo: \
|
1343
|
+
crypto_scalarmult/$(am__dirstamp) \
|
1344
|
+
crypto_scalarmult/$(DEPDIR)/$(am__dirstamp)
|
1345
|
+
crypto_scalarmult/curve25519/$(am__dirstamp):
|
1346
|
+
@$(MKDIR_P) crypto_scalarmult/curve25519
|
1347
|
+
@: > crypto_scalarmult/curve25519/$(am__dirstamp)
|
1348
|
+
crypto_scalarmult/curve25519/$(DEPDIR)/$(am__dirstamp):
|
1349
|
+
@$(MKDIR_P) crypto_scalarmult/curve25519/$(DEPDIR)
|
1350
|
+
@: > crypto_scalarmult/curve25519/$(DEPDIR)/$(am__dirstamp)
|
1351
|
+
crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519_api.lo: \
|
1352
|
+
crypto_scalarmult/curve25519/$(am__dirstamp) \
|
1353
|
+
crypto_scalarmult/curve25519/$(DEPDIR)/$(am__dirstamp)
|
1354
|
+
crypto_secretbox/$(am__dirstamp):
|
1355
|
+
@$(MKDIR_P) crypto_secretbox
|
1356
|
+
@: > crypto_secretbox/$(am__dirstamp)
|
1357
|
+
crypto_secretbox/$(DEPDIR)/$(am__dirstamp):
|
1358
|
+
@$(MKDIR_P) crypto_secretbox/$(DEPDIR)
|
1359
|
+
@: > crypto_secretbox/$(DEPDIR)/$(am__dirstamp)
|
1360
|
+
crypto_secretbox/libsodium_la-crypto_secretbox.lo: \
|
1361
|
+
crypto_secretbox/$(am__dirstamp) \
|
1362
|
+
crypto_secretbox/$(DEPDIR)/$(am__dirstamp)
|
1363
|
+
crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo: \
|
1364
|
+
crypto_secretbox/$(am__dirstamp) \
|
1365
|
+
crypto_secretbox/$(DEPDIR)/$(am__dirstamp)
|
1366
|
+
crypto_secretbox/xsalsa20poly1305/$(am__dirstamp):
|
1367
|
+
@$(MKDIR_P) crypto_secretbox/xsalsa20poly1305
|
1368
|
+
@: > crypto_secretbox/xsalsa20poly1305/$(am__dirstamp)
|
1369
|
+
crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/$(am__dirstamp):
|
1370
|
+
@$(MKDIR_P) crypto_secretbox/xsalsa20poly1305/$(DEPDIR)
|
1371
|
+
@: > crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/$(am__dirstamp)
|
1372
|
+
crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305_api.lo: \
|
1373
|
+
crypto_secretbox/xsalsa20poly1305/$(am__dirstamp) \
|
1374
|
+
crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/$(am__dirstamp)
|
1375
|
+
crypto_secretbox/xsalsa20poly1305/ref/$(am__dirstamp):
|
1376
|
+
@$(MKDIR_P) crypto_secretbox/xsalsa20poly1305/ref
|
1377
|
+
@: > crypto_secretbox/xsalsa20poly1305/ref/$(am__dirstamp)
|
1378
|
+
crypto_secretbox/xsalsa20poly1305/ref/$(DEPDIR)/$(am__dirstamp):
|
1379
|
+
@$(MKDIR_P) crypto_secretbox/xsalsa20poly1305/ref/$(DEPDIR)
|
1380
|
+
@: > crypto_secretbox/xsalsa20poly1305/ref/$(DEPDIR)/$(am__dirstamp)
|
1381
|
+
crypto_secretbox/xsalsa20poly1305/ref/libsodium_la-box_xsalsa20poly1305.lo: \
|
1382
|
+
crypto_secretbox/xsalsa20poly1305/ref/$(am__dirstamp) \
|
1383
|
+
crypto_secretbox/xsalsa20poly1305/ref/$(DEPDIR)/$(am__dirstamp)
|
1384
|
+
crypto_shorthash/$(am__dirstamp):
|
1385
|
+
@$(MKDIR_P) crypto_shorthash
|
1386
|
+
@: > crypto_shorthash/$(am__dirstamp)
|
1387
|
+
crypto_shorthash/$(DEPDIR)/$(am__dirstamp):
|
1388
|
+
@$(MKDIR_P) crypto_shorthash/$(DEPDIR)
|
1389
|
+
@: > crypto_shorthash/$(DEPDIR)/$(am__dirstamp)
|
1390
|
+
crypto_shorthash/libsodium_la-crypto_shorthash.lo: \
|
1391
|
+
crypto_shorthash/$(am__dirstamp) \
|
1392
|
+
crypto_shorthash/$(DEPDIR)/$(am__dirstamp)
|
1393
|
+
crypto_shorthash/siphash24/$(am__dirstamp):
|
1394
|
+
@$(MKDIR_P) crypto_shorthash/siphash24
|
1395
|
+
@: > crypto_shorthash/siphash24/$(am__dirstamp)
|
1396
|
+
crypto_shorthash/siphash24/$(DEPDIR)/$(am__dirstamp):
|
1397
|
+
@$(MKDIR_P) crypto_shorthash/siphash24/$(DEPDIR)
|
1398
|
+
@: > crypto_shorthash/siphash24/$(DEPDIR)/$(am__dirstamp)
|
1399
|
+
crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24_api.lo: \
|
1400
|
+
crypto_shorthash/siphash24/$(am__dirstamp) \
|
1401
|
+
crypto_shorthash/siphash24/$(DEPDIR)/$(am__dirstamp)
|
1402
|
+
crypto_shorthash/siphash24/ref/$(am__dirstamp):
|
1403
|
+
@$(MKDIR_P) crypto_shorthash/siphash24/ref
|
1404
|
+
@: > crypto_shorthash/siphash24/ref/$(am__dirstamp)
|
1405
|
+
crypto_shorthash/siphash24/ref/$(DEPDIR)/$(am__dirstamp):
|
1406
|
+
@$(MKDIR_P) crypto_shorthash/siphash24/ref/$(DEPDIR)
|
1407
|
+
@: > crypto_shorthash/siphash24/ref/$(DEPDIR)/$(am__dirstamp)
|
1408
|
+
crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24.lo: \
|
1409
|
+
crypto_shorthash/siphash24/ref/$(am__dirstamp) \
|
1410
|
+
crypto_shorthash/siphash24/ref/$(DEPDIR)/$(am__dirstamp)
|
1411
|
+
crypto_sign/$(am__dirstamp):
|
1412
|
+
@$(MKDIR_P) crypto_sign
|
1413
|
+
@: > crypto_sign/$(am__dirstamp)
|
1414
|
+
crypto_sign/$(DEPDIR)/$(am__dirstamp):
|
1415
|
+
@$(MKDIR_P) crypto_sign/$(DEPDIR)
|
1416
|
+
@: > crypto_sign/$(DEPDIR)/$(am__dirstamp)
|
1417
|
+
crypto_sign/libsodium_la-crypto_sign.lo: crypto_sign/$(am__dirstamp) \
|
1418
|
+
crypto_sign/$(DEPDIR)/$(am__dirstamp)
|
1419
|
+
crypto_sign/ed25519/$(am__dirstamp):
|
1420
|
+
@$(MKDIR_P) crypto_sign/ed25519
|
1421
|
+
@: > crypto_sign/ed25519/$(am__dirstamp)
|
1422
|
+
crypto_sign/ed25519/$(DEPDIR)/$(am__dirstamp):
|
1423
|
+
@$(MKDIR_P) crypto_sign/ed25519/$(DEPDIR)
|
1424
|
+
@: > crypto_sign/ed25519/$(DEPDIR)/$(am__dirstamp)
|
1425
|
+
crypto_sign/ed25519/libsodium_la-sign_ed25519_api.lo: \
|
1426
|
+
crypto_sign/ed25519/$(am__dirstamp) \
|
1427
|
+
crypto_sign/ed25519/$(DEPDIR)/$(am__dirstamp)
|
1428
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp):
|
1429
|
+
@$(MKDIR_P) crypto_sign/ed25519/ref10
|
1430
|
+
@: > crypto_sign/ed25519/ref10/$(am__dirstamp)
|
1431
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp):
|
1432
|
+
@$(MKDIR_P) crypto_sign/ed25519/ref10/$(DEPDIR)
|
1433
|
+
@: > crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1434
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_0.lo: \
|
1435
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1436
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1437
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_1.lo: \
|
1438
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1439
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1440
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_add.lo: \
|
1441
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1442
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1443
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_cmov.lo: \
|
1444
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1445
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1446
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_copy.lo: \
|
1447
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1448
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1449
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_frombytes.lo: \
|
1450
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1451
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1452
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_invert.lo: \
|
1453
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1454
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1455
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_isnegative.lo: \
|
1456
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1457
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1458
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_isnonzero.lo: \
|
1459
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1460
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1461
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_mul.lo: \
|
1462
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1463
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1464
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_neg.lo: \
|
1465
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1466
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1467
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_pow22523.lo: \
|
1468
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1469
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1470
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_sq.lo: \
|
1471
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1472
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1473
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_sq2.lo: \
|
1474
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1475
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1476
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_sub.lo: \
|
1477
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1478
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1479
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_tobytes.lo: \
|
1480
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1481
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1482
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_add.lo: \
|
1483
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1484
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1485
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_double_scalarmult.lo: \
|
1486
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1487
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1488
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_frombytes.lo: \
|
1489
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1490
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1491
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_madd.lo: \
|
1492
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1493
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1494
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_msub.lo: \
|
1495
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1496
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1497
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_p1p1_to_p2.lo: \
|
1498
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1499
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1500
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_p1p1_to_p3.lo: \
|
1501
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1502
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1503
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_p2_0.lo: \
|
1504
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1505
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1506
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_p2_dbl.lo: \
|
1507
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1508
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1509
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_p3_0.lo: \
|
1510
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1511
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1512
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_p3_dbl.lo: \
|
1513
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1514
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1515
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_p3_to_cached.lo: \
|
1516
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1517
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1518
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_p3_to_p2.lo: \
|
1519
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1520
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1521
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_p3_tobytes.lo: \
|
1522
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1523
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1524
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_precomp_0.lo: \
|
1525
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1526
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1527
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_scalarmult_base.lo: \
|
1528
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1529
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1530
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_sub.lo: \
|
1531
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1532
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1533
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_tobytes.lo: \
|
1534
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1535
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1536
|
+
crypto_sign/ed25519/ref10/libsodium_la-keypair.lo: \
|
1537
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1538
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1539
|
+
crypto_sign/ed25519/ref10/libsodium_la-open.lo: \
|
1540
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1541
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1542
|
+
crypto_sign/ed25519/ref10/libsodium_la-sc_muladd.lo: \
|
1543
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1544
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1545
|
+
crypto_sign/ed25519/ref10/libsodium_la-sc_reduce.lo: \
|
1546
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1547
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1548
|
+
crypto_sign/ed25519/ref10/libsodium_la-sign.lo: \
|
1549
|
+
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1550
|
+
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1551
|
+
crypto_sign/edwards25519sha512batch/$(am__dirstamp):
|
1552
|
+
@$(MKDIR_P) crypto_sign/edwards25519sha512batch
|
1553
|
+
@: > crypto_sign/edwards25519sha512batch/$(am__dirstamp)
|
1554
|
+
crypto_sign/edwards25519sha512batch/$(DEPDIR)/$(am__dirstamp):
|
1555
|
+
@$(MKDIR_P) crypto_sign/edwards25519sha512batch/$(DEPDIR)
|
1556
|
+
@: > crypto_sign/edwards25519sha512batch/$(DEPDIR)/$(am__dirstamp)
|
1557
|
+
crypto_sign/edwards25519sha512batch/libsodium_la-sign_edwards25519sha512batch_api.lo: \
|
1558
|
+
crypto_sign/edwards25519sha512batch/$(am__dirstamp) \
|
1559
|
+
crypto_sign/edwards25519sha512batch/$(DEPDIR)/$(am__dirstamp)
|
1560
|
+
crypto_sign/edwards25519sha512batch/ref/$(am__dirstamp):
|
1561
|
+
@$(MKDIR_P) crypto_sign/edwards25519sha512batch/ref
|
1562
|
+
@: > crypto_sign/edwards25519sha512batch/ref/$(am__dirstamp)
|
1563
|
+
crypto_sign/edwards25519sha512batch/ref/$(DEPDIR)/$(am__dirstamp):
|
1564
|
+
@$(MKDIR_P) crypto_sign/edwards25519sha512batch/ref/$(DEPDIR)
|
1565
|
+
@: > crypto_sign/edwards25519sha512batch/ref/$(DEPDIR)/$(am__dirstamp)
|
1566
|
+
crypto_sign/edwards25519sha512batch/ref/libsodium_la-fe25519_edwards25519sha512batch.lo: \
|
1567
|
+
crypto_sign/edwards25519sha512batch/ref/$(am__dirstamp) \
|
1568
|
+
crypto_sign/edwards25519sha512batch/ref/$(DEPDIR)/$(am__dirstamp)
|
1569
|
+
crypto_sign/edwards25519sha512batch/ref/libsodium_la-ge25519_edwards25519sha512batch.lo: \
|
1570
|
+
crypto_sign/edwards25519sha512batch/ref/$(am__dirstamp) \
|
1571
|
+
crypto_sign/edwards25519sha512batch/ref/$(DEPDIR)/$(am__dirstamp)
|
1572
|
+
crypto_sign/edwards25519sha512batch/ref/libsodium_la-sc25519_edwards25519sha512batch.lo: \
|
1573
|
+
crypto_sign/edwards25519sha512batch/ref/$(am__dirstamp) \
|
1574
|
+
crypto_sign/edwards25519sha512batch/ref/$(DEPDIR)/$(am__dirstamp)
|
1575
|
+
crypto_sign/edwards25519sha512batch/ref/libsodium_la-sign_edwards25519sha512batch.lo: \
|
1576
|
+
crypto_sign/edwards25519sha512batch/ref/$(am__dirstamp) \
|
1577
|
+
crypto_sign/edwards25519sha512batch/ref/$(DEPDIR)/$(am__dirstamp)
|
1578
|
+
crypto_stream/$(am__dirstamp):
|
1579
|
+
@$(MKDIR_P) crypto_stream
|
1580
|
+
@: > crypto_stream/$(am__dirstamp)
|
1581
|
+
crypto_stream/$(DEPDIR)/$(am__dirstamp):
|
1582
|
+
@$(MKDIR_P) crypto_stream/$(DEPDIR)
|
1583
|
+
@: > crypto_stream/$(DEPDIR)/$(am__dirstamp)
|
1584
|
+
crypto_stream/libsodium_la-crypto_stream.lo: \
|
1585
|
+
crypto_stream/$(am__dirstamp) \
|
1586
|
+
crypto_stream/$(DEPDIR)/$(am__dirstamp)
|
1587
|
+
crypto_stream/aes128ctr/portable/$(am__dirstamp):
|
1588
|
+
@$(MKDIR_P) crypto_stream/aes128ctr/portable
|
1589
|
+
@: > crypto_stream/aes128ctr/portable/$(am__dirstamp)
|
1590
|
+
crypto_stream/aes128ctr/portable/$(DEPDIR)/$(am__dirstamp):
|
1591
|
+
@$(MKDIR_P) crypto_stream/aes128ctr/portable/$(DEPDIR)
|
1592
|
+
@: > crypto_stream/aes128ctr/portable/$(DEPDIR)/$(am__dirstamp)
|
1593
|
+
crypto_stream/aes128ctr/portable/libsodium_la-afternm_aes128ctr.lo: \
|
1594
|
+
crypto_stream/aes128ctr/portable/$(am__dirstamp) \
|
1595
|
+
crypto_stream/aes128ctr/portable/$(DEPDIR)/$(am__dirstamp)
|
1596
|
+
crypto_stream/aes128ctr/$(am__dirstamp):
|
1597
|
+
@$(MKDIR_P) crypto_stream/aes128ctr
|
1598
|
+
@: > crypto_stream/aes128ctr/$(am__dirstamp)
|
1599
|
+
crypto_stream/aes128ctr/$(DEPDIR)/$(am__dirstamp):
|
1600
|
+
@$(MKDIR_P) crypto_stream/aes128ctr/$(DEPDIR)
|
1601
|
+
@: > crypto_stream/aes128ctr/$(DEPDIR)/$(am__dirstamp)
|
1602
|
+
crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr_api.lo: \
|
1603
|
+
crypto_stream/aes128ctr/$(am__dirstamp) \
|
1604
|
+
crypto_stream/aes128ctr/$(DEPDIR)/$(am__dirstamp)
|
1605
|
+
crypto_stream/aes128ctr/portable/libsodium_la-beforenm_aes128ctr.lo: \
|
1606
|
+
crypto_stream/aes128ctr/portable/$(am__dirstamp) \
|
1607
|
+
crypto_stream/aes128ctr/portable/$(DEPDIR)/$(am__dirstamp)
|
1608
|
+
crypto_stream/aes128ctr/portable/libsodium_la-common_aes128ctr.lo: \
|
1609
|
+
crypto_stream/aes128ctr/portable/$(am__dirstamp) \
|
1610
|
+
crypto_stream/aes128ctr/portable/$(DEPDIR)/$(am__dirstamp)
|
1611
|
+
crypto_stream/aes128ctr/portable/libsodium_la-consts_aes128ctr.lo: \
|
1612
|
+
crypto_stream/aes128ctr/portable/$(am__dirstamp) \
|
1613
|
+
crypto_stream/aes128ctr/portable/$(DEPDIR)/$(am__dirstamp)
|
1614
|
+
crypto_stream/aes128ctr/portable/libsodium_la-int128_aes128ctr.lo: \
|
1615
|
+
crypto_stream/aes128ctr/portable/$(am__dirstamp) \
|
1616
|
+
crypto_stream/aes128ctr/portable/$(DEPDIR)/$(am__dirstamp)
|
1617
|
+
crypto_stream/aes128ctr/portable/libsodium_la-stream_aes128ctr.lo: \
|
1618
|
+
crypto_stream/aes128ctr/portable/$(am__dirstamp) \
|
1619
|
+
crypto_stream/aes128ctr/portable/$(DEPDIR)/$(am__dirstamp)
|
1620
|
+
crypto_stream/aes128ctr/portable/libsodium_la-xor_afternm_aes128ctr.lo: \
|
1621
|
+
crypto_stream/aes128ctr/portable/$(am__dirstamp) \
|
1622
|
+
crypto_stream/aes128ctr/portable/$(DEPDIR)/$(am__dirstamp)
|
1623
|
+
crypto_stream/aes256estream/hongjun/$(am__dirstamp):
|
1624
|
+
@$(MKDIR_P) crypto_stream/aes256estream/hongjun
|
1625
|
+
@: > crypto_stream/aes256estream/hongjun/$(am__dirstamp)
|
1626
|
+
crypto_stream/aes256estream/hongjun/$(DEPDIR)/$(am__dirstamp):
|
1627
|
+
@$(MKDIR_P) crypto_stream/aes256estream/hongjun/$(DEPDIR)
|
1628
|
+
@: > crypto_stream/aes256estream/hongjun/$(DEPDIR)/$(am__dirstamp)
|
1629
|
+
crypto_stream/aes256estream/hongjun/libsodium_la-aes256-ctr.lo: \
|
1630
|
+
crypto_stream/aes256estream/hongjun/$(am__dirstamp) \
|
1631
|
+
crypto_stream/aes256estream/hongjun/$(DEPDIR)/$(am__dirstamp)
|
1632
|
+
crypto_stream/aes256estream/$(am__dirstamp):
|
1633
|
+
@$(MKDIR_P) crypto_stream/aes256estream
|
1634
|
+
@: > crypto_stream/aes256estream/$(am__dirstamp)
|
1635
|
+
crypto_stream/aes256estream/$(DEPDIR)/$(am__dirstamp):
|
1636
|
+
@$(MKDIR_P) crypto_stream/aes256estream/$(DEPDIR)
|
1637
|
+
@: > crypto_stream/aes256estream/$(DEPDIR)/$(am__dirstamp)
|
1638
|
+
crypto_stream/aes256estream/libsodium_la-stream_aes256estream_api.lo: \
|
1639
|
+
crypto_stream/aes256estream/$(am__dirstamp) \
|
1640
|
+
crypto_stream/aes256estream/$(DEPDIR)/$(am__dirstamp)
|
1641
|
+
crypto_stream/salsa20/$(am__dirstamp):
|
1642
|
+
@$(MKDIR_P) crypto_stream/salsa20
|
1643
|
+
@: > crypto_stream/salsa20/$(am__dirstamp)
|
1644
|
+
crypto_stream/salsa20/$(DEPDIR)/$(am__dirstamp):
|
1645
|
+
@$(MKDIR_P) crypto_stream/salsa20/$(DEPDIR)
|
1646
|
+
@: > crypto_stream/salsa20/$(DEPDIR)/$(am__dirstamp)
|
1647
|
+
crypto_stream/salsa20/libsodium_la-stream_salsa20_api.lo: \
|
1648
|
+
crypto_stream/salsa20/$(am__dirstamp) \
|
1649
|
+
crypto_stream/salsa20/$(DEPDIR)/$(am__dirstamp)
|
1650
|
+
crypto_stream/salsa2012/$(am__dirstamp):
|
1651
|
+
@$(MKDIR_P) crypto_stream/salsa2012
|
1652
|
+
@: > crypto_stream/salsa2012/$(am__dirstamp)
|
1653
|
+
crypto_stream/salsa2012/$(DEPDIR)/$(am__dirstamp):
|
1654
|
+
@$(MKDIR_P) crypto_stream/salsa2012/$(DEPDIR)
|
1655
|
+
@: > crypto_stream/salsa2012/$(DEPDIR)/$(am__dirstamp)
|
1656
|
+
crypto_stream/salsa2012/libsodium_la-stream_salsa2012_api.lo: \
|
1657
|
+
crypto_stream/salsa2012/$(am__dirstamp) \
|
1658
|
+
crypto_stream/salsa2012/$(DEPDIR)/$(am__dirstamp)
|
1659
|
+
crypto_stream/salsa2012/ref/$(am__dirstamp):
|
1660
|
+
@$(MKDIR_P) crypto_stream/salsa2012/ref
|
1661
|
+
@: > crypto_stream/salsa2012/ref/$(am__dirstamp)
|
1662
|
+
crypto_stream/salsa2012/ref/$(DEPDIR)/$(am__dirstamp):
|
1663
|
+
@$(MKDIR_P) crypto_stream/salsa2012/ref/$(DEPDIR)
|
1664
|
+
@: > crypto_stream/salsa2012/ref/$(DEPDIR)/$(am__dirstamp)
|
1665
|
+
crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012.lo: \
|
1666
|
+
crypto_stream/salsa2012/ref/$(am__dirstamp) \
|
1667
|
+
crypto_stream/salsa2012/ref/$(DEPDIR)/$(am__dirstamp)
|
1668
|
+
crypto_stream/salsa2012/ref/libsodium_la-xor_salsa2012.lo: \
|
1669
|
+
crypto_stream/salsa2012/ref/$(am__dirstamp) \
|
1670
|
+
crypto_stream/salsa2012/ref/$(DEPDIR)/$(am__dirstamp)
|
1671
|
+
crypto_stream/salsa208/$(am__dirstamp):
|
1672
|
+
@$(MKDIR_P) crypto_stream/salsa208
|
1673
|
+
@: > crypto_stream/salsa208/$(am__dirstamp)
|
1674
|
+
crypto_stream/salsa208/$(DEPDIR)/$(am__dirstamp):
|
1675
|
+
@$(MKDIR_P) crypto_stream/salsa208/$(DEPDIR)
|
1676
|
+
@: > crypto_stream/salsa208/$(DEPDIR)/$(am__dirstamp)
|
1677
|
+
crypto_stream/salsa208/libsodium_la-stream_salsa208_api.lo: \
|
1678
|
+
crypto_stream/salsa208/$(am__dirstamp) \
|
1679
|
+
crypto_stream/salsa208/$(DEPDIR)/$(am__dirstamp)
|
1680
|
+
crypto_stream/salsa208/ref/$(am__dirstamp):
|
1681
|
+
@$(MKDIR_P) crypto_stream/salsa208/ref
|
1682
|
+
@: > crypto_stream/salsa208/ref/$(am__dirstamp)
|
1683
|
+
crypto_stream/salsa208/ref/$(DEPDIR)/$(am__dirstamp):
|
1684
|
+
@$(MKDIR_P) crypto_stream/salsa208/ref/$(DEPDIR)
|
1685
|
+
@: > crypto_stream/salsa208/ref/$(DEPDIR)/$(am__dirstamp)
|
1686
|
+
crypto_stream/salsa208/ref/libsodium_la-stream_salsa208.lo: \
|
1687
|
+
crypto_stream/salsa208/ref/$(am__dirstamp) \
|
1688
|
+
crypto_stream/salsa208/ref/$(DEPDIR)/$(am__dirstamp)
|
1689
|
+
crypto_stream/salsa208/ref/libsodium_la-xor_salsa208.lo: \
|
1690
|
+
crypto_stream/salsa208/ref/$(am__dirstamp) \
|
1691
|
+
crypto_stream/salsa208/ref/$(DEPDIR)/$(am__dirstamp)
|
1692
|
+
crypto_stream/xsalsa20/$(am__dirstamp):
|
1693
|
+
@$(MKDIR_P) crypto_stream/xsalsa20
|
1694
|
+
@: > crypto_stream/xsalsa20/$(am__dirstamp)
|
1695
|
+
crypto_stream/xsalsa20/$(DEPDIR)/$(am__dirstamp):
|
1696
|
+
@$(MKDIR_P) crypto_stream/xsalsa20/$(DEPDIR)
|
1697
|
+
@: > crypto_stream/xsalsa20/$(DEPDIR)/$(am__dirstamp)
|
1698
|
+
crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20_api.lo: \
|
1699
|
+
crypto_stream/xsalsa20/$(am__dirstamp) \
|
1700
|
+
crypto_stream/xsalsa20/$(DEPDIR)/$(am__dirstamp)
|
1701
|
+
crypto_stream/xsalsa20/ref/$(am__dirstamp):
|
1702
|
+
@$(MKDIR_P) crypto_stream/xsalsa20/ref
|
1703
|
+
@: > crypto_stream/xsalsa20/ref/$(am__dirstamp)
|
1704
|
+
crypto_stream/xsalsa20/ref/$(DEPDIR)/$(am__dirstamp):
|
1705
|
+
@$(MKDIR_P) crypto_stream/xsalsa20/ref/$(DEPDIR)
|
1706
|
+
@: > crypto_stream/xsalsa20/ref/$(DEPDIR)/$(am__dirstamp)
|
1707
|
+
crypto_stream/xsalsa20/ref/libsodium_la-stream_xsalsa20.lo: \
|
1708
|
+
crypto_stream/xsalsa20/ref/$(am__dirstamp) \
|
1709
|
+
crypto_stream/xsalsa20/ref/$(DEPDIR)/$(am__dirstamp)
|
1710
|
+
crypto_stream/xsalsa20/ref/libsodium_la-xor_xsalsa20.lo: \
|
1711
|
+
crypto_stream/xsalsa20/ref/$(am__dirstamp) \
|
1712
|
+
crypto_stream/xsalsa20/ref/$(DEPDIR)/$(am__dirstamp)
|
1713
|
+
crypto_verify/16/$(am__dirstamp):
|
1714
|
+
@$(MKDIR_P) crypto_verify/16
|
1715
|
+
@: > crypto_verify/16/$(am__dirstamp)
|
1716
|
+
crypto_verify/16/$(DEPDIR)/$(am__dirstamp):
|
1717
|
+
@$(MKDIR_P) crypto_verify/16/$(DEPDIR)
|
1718
|
+
@: > crypto_verify/16/$(DEPDIR)/$(am__dirstamp)
|
1719
|
+
crypto_verify/16/libsodium_la-verify_16_api.lo: \
|
1720
|
+
crypto_verify/16/$(am__dirstamp) \
|
1721
|
+
crypto_verify/16/$(DEPDIR)/$(am__dirstamp)
|
1722
|
+
crypto_verify/16/ref/$(am__dirstamp):
|
1723
|
+
@$(MKDIR_P) crypto_verify/16/ref
|
1724
|
+
@: > crypto_verify/16/ref/$(am__dirstamp)
|
1725
|
+
crypto_verify/16/ref/$(DEPDIR)/$(am__dirstamp):
|
1726
|
+
@$(MKDIR_P) crypto_verify/16/ref/$(DEPDIR)
|
1727
|
+
@: > crypto_verify/16/ref/$(DEPDIR)/$(am__dirstamp)
|
1728
|
+
crypto_verify/16/ref/libsodium_la-verify_16.lo: \
|
1729
|
+
crypto_verify/16/ref/$(am__dirstamp) \
|
1730
|
+
crypto_verify/16/ref/$(DEPDIR)/$(am__dirstamp)
|
1731
|
+
crypto_verify/32/$(am__dirstamp):
|
1732
|
+
@$(MKDIR_P) crypto_verify/32
|
1733
|
+
@: > crypto_verify/32/$(am__dirstamp)
|
1734
|
+
crypto_verify/32/$(DEPDIR)/$(am__dirstamp):
|
1735
|
+
@$(MKDIR_P) crypto_verify/32/$(DEPDIR)
|
1736
|
+
@: > crypto_verify/32/$(DEPDIR)/$(am__dirstamp)
|
1737
|
+
crypto_verify/32/libsodium_la-verify_32_api.lo: \
|
1738
|
+
crypto_verify/32/$(am__dirstamp) \
|
1739
|
+
crypto_verify/32/$(DEPDIR)/$(am__dirstamp)
|
1740
|
+
crypto_verify/32/ref/$(am__dirstamp):
|
1741
|
+
@$(MKDIR_P) crypto_verify/32/ref
|
1742
|
+
@: > crypto_verify/32/ref/$(am__dirstamp)
|
1743
|
+
crypto_verify/32/ref/$(DEPDIR)/$(am__dirstamp):
|
1744
|
+
@$(MKDIR_P) crypto_verify/32/ref/$(DEPDIR)
|
1745
|
+
@: > crypto_verify/32/ref/$(DEPDIR)/$(am__dirstamp)
|
1746
|
+
crypto_verify/32/ref/libsodium_la-verify_32.lo: \
|
1747
|
+
crypto_verify/32/ref/$(am__dirstamp) \
|
1748
|
+
crypto_verify/32/ref/$(DEPDIR)/$(am__dirstamp)
|
1749
|
+
crypto_verify/64/$(am__dirstamp):
|
1750
|
+
@$(MKDIR_P) crypto_verify/64
|
1751
|
+
@: > crypto_verify/64/$(am__dirstamp)
|
1752
|
+
crypto_verify/64/$(DEPDIR)/$(am__dirstamp):
|
1753
|
+
@$(MKDIR_P) crypto_verify/64/$(DEPDIR)
|
1754
|
+
@: > crypto_verify/64/$(DEPDIR)/$(am__dirstamp)
|
1755
|
+
crypto_verify/64/libsodium_la-verify_64_api.lo: \
|
1756
|
+
crypto_verify/64/$(am__dirstamp) \
|
1757
|
+
crypto_verify/64/$(DEPDIR)/$(am__dirstamp)
|
1758
|
+
crypto_verify/64/ref/$(am__dirstamp):
|
1759
|
+
@$(MKDIR_P) crypto_verify/64/ref
|
1760
|
+
@: > crypto_verify/64/ref/$(am__dirstamp)
|
1761
|
+
crypto_verify/64/ref/$(DEPDIR)/$(am__dirstamp):
|
1762
|
+
@$(MKDIR_P) crypto_verify/64/ref/$(DEPDIR)
|
1763
|
+
@: > crypto_verify/64/ref/$(DEPDIR)/$(am__dirstamp)
|
1764
|
+
crypto_verify/64/ref/libsodium_la-verify_64.lo: \
|
1765
|
+
crypto_verify/64/ref/$(am__dirstamp) \
|
1766
|
+
crypto_verify/64/ref/$(DEPDIR)/$(am__dirstamp)
|
1767
|
+
randombytes/$(am__dirstamp):
|
1768
|
+
@$(MKDIR_P) randombytes
|
1769
|
+
@: > randombytes/$(am__dirstamp)
|
1770
|
+
randombytes/$(DEPDIR)/$(am__dirstamp):
|
1771
|
+
@$(MKDIR_P) randombytes/$(DEPDIR)
|
1772
|
+
@: > randombytes/$(DEPDIR)/$(am__dirstamp)
|
1773
|
+
randombytes/libsodium_la-randombytes.lo: randombytes/$(am__dirstamp) \
|
1774
|
+
randombytes/$(DEPDIR)/$(am__dirstamp)
|
1775
|
+
randombytes/salsa20/$(am__dirstamp):
|
1776
|
+
@$(MKDIR_P) randombytes/salsa20
|
1777
|
+
@: > randombytes/salsa20/$(am__dirstamp)
|
1778
|
+
randombytes/salsa20/$(DEPDIR)/$(am__dirstamp):
|
1779
|
+
@$(MKDIR_P) randombytes/salsa20/$(DEPDIR)
|
1780
|
+
@: > randombytes/salsa20/$(DEPDIR)/$(am__dirstamp)
|
1781
|
+
randombytes/salsa20/libsodium_la-randombytes_salsa20_random.lo: \
|
1782
|
+
randombytes/salsa20/$(am__dirstamp) \
|
1783
|
+
randombytes/salsa20/$(DEPDIR)/$(am__dirstamp)
|
1784
|
+
randombytes/sysrandom/$(am__dirstamp):
|
1785
|
+
@$(MKDIR_P) randombytes/sysrandom
|
1786
|
+
@: > randombytes/sysrandom/$(am__dirstamp)
|
1787
|
+
randombytes/sysrandom/$(DEPDIR)/$(am__dirstamp):
|
1788
|
+
@$(MKDIR_P) randombytes/sysrandom/$(DEPDIR)
|
1789
|
+
@: > randombytes/sysrandom/$(DEPDIR)/$(am__dirstamp)
|
1790
|
+
randombytes/sysrandom/libsodium_la-randombytes_sysrandom.lo: \
|
1791
|
+
randombytes/sysrandom/$(am__dirstamp) \
|
1792
|
+
randombytes/sysrandom/$(DEPDIR)/$(am__dirstamp)
|
1793
|
+
sodium/$(am__dirstamp):
|
1794
|
+
@$(MKDIR_P) sodium
|
1795
|
+
@: > sodium/$(am__dirstamp)
|
1796
|
+
sodium/$(DEPDIR)/$(am__dirstamp):
|
1797
|
+
@$(MKDIR_P) sodium/$(DEPDIR)
|
1798
|
+
@: > sodium/$(DEPDIR)/$(am__dirstamp)
|
1799
|
+
sodium/libsodium_la-compat.lo: sodium/$(am__dirstamp) \
|
1800
|
+
sodium/$(DEPDIR)/$(am__dirstamp)
|
1801
|
+
sodium/libsodium_la-core.lo: sodium/$(am__dirstamp) \
|
1802
|
+
sodium/$(DEPDIR)/$(am__dirstamp)
|
1803
|
+
sodium/libsodium_la-runtime.lo: sodium/$(am__dirstamp) \
|
1804
|
+
sodium/$(DEPDIR)/$(am__dirstamp)
|
1805
|
+
sodium/libsodium_la-utils.lo: sodium/$(am__dirstamp) \
|
1806
|
+
sodium/$(DEPDIR)/$(am__dirstamp)
|
1807
|
+
sodium/libsodium_la-version.lo: sodium/$(am__dirstamp) \
|
1808
|
+
sodium/$(DEPDIR)/$(am__dirstamp)
|
1809
|
+
crypto_scalarmult/curve25519/donna_c64/$(am__dirstamp):
|
1810
|
+
@$(MKDIR_P) crypto_scalarmult/curve25519/donna_c64
|
1811
|
+
@: > crypto_scalarmult/curve25519/donna_c64/$(am__dirstamp)
|
1812
|
+
crypto_scalarmult/curve25519/donna_c64/$(DEPDIR)/$(am__dirstamp):
|
1813
|
+
@$(MKDIR_P) crypto_scalarmult/curve25519/donna_c64/$(DEPDIR)
|
1814
|
+
@: > crypto_scalarmult/curve25519/donna_c64/$(DEPDIR)/$(am__dirstamp)
|
1815
|
+
crypto_scalarmult/curve25519/donna_c64/libsodium_la-base_curve25519_donna_c64.lo: \
|
1816
|
+
crypto_scalarmult/curve25519/donna_c64/$(am__dirstamp) \
|
1817
|
+
crypto_scalarmult/curve25519/donna_c64/$(DEPDIR)/$(am__dirstamp)
|
1818
|
+
crypto_scalarmult/curve25519/donna_c64/libsodium_la-smult_curve25519_donna_c64.lo: \
|
1819
|
+
crypto_scalarmult/curve25519/donna_c64/$(am__dirstamp) \
|
1820
|
+
crypto_scalarmult/curve25519/donna_c64/$(DEPDIR)/$(am__dirstamp)
|
1821
|
+
crypto_scalarmult/curve25519/ref/$(am__dirstamp):
|
1822
|
+
@$(MKDIR_P) crypto_scalarmult/curve25519/ref
|
1823
|
+
@: > crypto_scalarmult/curve25519/ref/$(am__dirstamp)
|
1824
|
+
crypto_scalarmult/curve25519/ref/$(DEPDIR)/$(am__dirstamp):
|
1825
|
+
@$(MKDIR_P) crypto_scalarmult/curve25519/ref/$(DEPDIR)
|
1826
|
+
@: > crypto_scalarmult/curve25519/ref/$(DEPDIR)/$(am__dirstamp)
|
1827
|
+
crypto_scalarmult/curve25519/ref/libsodium_la-base_curve25519_ref.lo: \
|
1828
|
+
crypto_scalarmult/curve25519/ref/$(am__dirstamp) \
|
1829
|
+
crypto_scalarmult/curve25519/ref/$(DEPDIR)/$(am__dirstamp)
|
1830
|
+
crypto_scalarmult/curve25519/ref/libsodium_la-smult_curve25519_ref.lo: \
|
1831
|
+
crypto_scalarmult/curve25519/ref/$(am__dirstamp) \
|
1832
|
+
crypto_scalarmult/curve25519/ref/$(DEPDIR)/$(am__dirstamp)
|
1833
|
+
crypto_stream/salsa20/amd64_xmm6/$(am__dirstamp):
|
1834
|
+
@$(MKDIR_P) crypto_stream/salsa20/amd64_xmm6
|
1835
|
+
@: > crypto_stream/salsa20/amd64_xmm6/$(am__dirstamp)
|
1836
|
+
crypto_stream/salsa20/amd64_xmm6/$(DEPDIR)/$(am__dirstamp):
|
1837
|
+
@$(MKDIR_P) crypto_stream/salsa20/amd64_xmm6/$(DEPDIR)
|
1838
|
+
@: > crypto_stream/salsa20/amd64_xmm6/$(DEPDIR)/$(am__dirstamp)
|
1839
|
+
crypto_stream/salsa20/amd64_xmm6/libsodium_la-stream_salsa20_amd64_xmm6.lo: \
|
1840
|
+
crypto_stream/salsa20/amd64_xmm6/$(am__dirstamp) \
|
1841
|
+
crypto_stream/salsa20/amd64_xmm6/$(DEPDIR)/$(am__dirstamp)
|
1842
|
+
crypto_stream/salsa20/ref/$(am__dirstamp):
|
1843
|
+
@$(MKDIR_P) crypto_stream/salsa20/ref
|
1844
|
+
@: > crypto_stream/salsa20/ref/$(am__dirstamp)
|
1845
|
+
crypto_stream/salsa20/ref/$(DEPDIR)/$(am__dirstamp):
|
1846
|
+
@$(MKDIR_P) crypto_stream/salsa20/ref/$(DEPDIR)
|
1847
|
+
@: > crypto_stream/salsa20/ref/$(DEPDIR)/$(am__dirstamp)
|
1848
|
+
crypto_stream/salsa20/ref/libsodium_la-stream_salsa20_ref.lo: \
|
1849
|
+
crypto_stream/salsa20/ref/$(am__dirstamp) \
|
1850
|
+
crypto_stream/salsa20/ref/$(DEPDIR)/$(am__dirstamp)
|
1851
|
+
crypto_stream/salsa20/ref/libsodium_la-xor_salsa20_ref.lo: \
|
1852
|
+
crypto_stream/salsa20/ref/$(am__dirstamp) \
|
1853
|
+
crypto_stream/salsa20/ref/$(DEPDIR)/$(am__dirstamp)
|
1854
|
+
|
1855
|
+
libsodium.la: $(libsodium_la_OBJECTS) $(libsodium_la_DEPENDENCIES) $(EXTRA_libsodium_la_DEPENDENCIES)
|
1856
|
+
$(AM_V_CCLD)$(libsodium_la_LINK) -rpath $(libdir) $(libsodium_la_OBJECTS) $(libsodium_la_LIBADD) $(LIBS)
|
1857
|
+
|
1858
|
+
mostlyclean-compile:
|
1859
|
+
-rm -f *.$(OBJEXT)
|
1860
|
+
-rm -f crypto_auth/*.$(OBJEXT)
|
1861
|
+
-rm -f crypto_auth/*.lo
|
1862
|
+
-rm -f crypto_auth/hmacsha256/*.$(OBJEXT)
|
1863
|
+
-rm -f crypto_auth/hmacsha256/*.lo
|
1864
|
+
-rm -f crypto_auth/hmacsha256/cp/*.$(OBJEXT)
|
1865
|
+
-rm -f crypto_auth/hmacsha256/cp/*.lo
|
1866
|
+
-rm -f crypto_auth/hmacsha512/*.$(OBJEXT)
|
1867
|
+
-rm -f crypto_auth/hmacsha512/*.lo
|
1868
|
+
-rm -f crypto_auth/hmacsha512/cp/*.$(OBJEXT)
|
1869
|
+
-rm -f crypto_auth/hmacsha512/cp/*.lo
|
1870
|
+
-rm -f crypto_auth/hmacsha512256/*.$(OBJEXT)
|
1871
|
+
-rm -f crypto_auth/hmacsha512256/*.lo
|
1872
|
+
-rm -f crypto_auth/hmacsha512256/cp/*.$(OBJEXT)
|
1873
|
+
-rm -f crypto_auth/hmacsha512256/cp/*.lo
|
1874
|
+
-rm -f crypto_box/*.$(OBJEXT)
|
1875
|
+
-rm -f crypto_box/*.lo
|
1876
|
+
-rm -f crypto_box/curve25519xsalsa20poly1305/*.$(OBJEXT)
|
1877
|
+
-rm -f crypto_box/curve25519xsalsa20poly1305/*.lo
|
1878
|
+
-rm -f crypto_box/curve25519xsalsa20poly1305/ref/*.$(OBJEXT)
|
1879
|
+
-rm -f crypto_box/curve25519xsalsa20poly1305/ref/*.lo
|
1880
|
+
-rm -f crypto_core/hsalsa20/*.$(OBJEXT)
|
1881
|
+
-rm -f crypto_core/hsalsa20/*.lo
|
1882
|
+
-rm -f crypto_core/hsalsa20/ref2/*.$(OBJEXT)
|
1883
|
+
-rm -f crypto_core/hsalsa20/ref2/*.lo
|
1884
|
+
-rm -f crypto_core/salsa20/*.$(OBJEXT)
|
1885
|
+
-rm -f crypto_core/salsa20/*.lo
|
1886
|
+
-rm -f crypto_core/salsa20/ref/*.$(OBJEXT)
|
1887
|
+
-rm -f crypto_core/salsa20/ref/*.lo
|
1888
|
+
-rm -f crypto_core/salsa2012/*.$(OBJEXT)
|
1889
|
+
-rm -f crypto_core/salsa2012/*.lo
|
1890
|
+
-rm -f crypto_core/salsa2012/ref/*.$(OBJEXT)
|
1891
|
+
-rm -f crypto_core/salsa2012/ref/*.lo
|
1892
|
+
-rm -f crypto_core/salsa208/*.$(OBJEXT)
|
1893
|
+
-rm -f crypto_core/salsa208/*.lo
|
1894
|
+
-rm -f crypto_core/salsa208/ref/*.$(OBJEXT)
|
1895
|
+
-rm -f crypto_core/salsa208/ref/*.lo
|
1896
|
+
-rm -f crypto_generichash/*.$(OBJEXT)
|
1897
|
+
-rm -f crypto_generichash/*.lo
|
1898
|
+
-rm -f crypto_generichash/blake2/*.$(OBJEXT)
|
1899
|
+
-rm -f crypto_generichash/blake2/*.lo
|
1900
|
+
-rm -f crypto_generichash/blake2/ref/*.$(OBJEXT)
|
1901
|
+
-rm -f crypto_generichash/blake2/ref/*.lo
|
1902
|
+
-rm -f crypto_hash/*.$(OBJEXT)
|
1903
|
+
-rm -f crypto_hash/*.lo
|
1904
|
+
-rm -f crypto_hash/sha256/*.$(OBJEXT)
|
1905
|
+
-rm -f crypto_hash/sha256/*.lo
|
1906
|
+
-rm -f crypto_hash/sha256/cp/*.$(OBJEXT)
|
1907
|
+
-rm -f crypto_hash/sha256/cp/*.lo
|
1908
|
+
-rm -f crypto_hash/sha512/*.$(OBJEXT)
|
1909
|
+
-rm -f crypto_hash/sha512/*.lo
|
1910
|
+
-rm -f crypto_hash/sha512/cp/*.$(OBJEXT)
|
1911
|
+
-rm -f crypto_hash/sha512/cp/*.lo
|
1912
|
+
-rm -f crypto_onetimeauth/*.$(OBJEXT)
|
1913
|
+
-rm -f crypto_onetimeauth/*.lo
|
1914
|
+
-rm -f crypto_onetimeauth/poly1305/*.$(OBJEXT)
|
1915
|
+
-rm -f crypto_onetimeauth/poly1305/*.lo
|
1916
|
+
-rm -f crypto_onetimeauth/poly1305/donna/*.$(OBJEXT)
|
1917
|
+
-rm -f crypto_onetimeauth/poly1305/donna/*.lo
|
1918
|
+
-rm -f crypto_pwhash/scryptxsalsa208sha256/*.$(OBJEXT)
|
1919
|
+
-rm -f crypto_pwhash/scryptxsalsa208sha256/*.lo
|
1920
|
+
-rm -f crypto_pwhash/scryptxsalsa208sha256/nosse/*.$(OBJEXT)
|
1921
|
+
-rm -f crypto_pwhash/scryptxsalsa208sha256/nosse/*.lo
|
1922
|
+
-rm -f crypto_pwhash/scryptxsalsa208sha256/sse/*.$(OBJEXT)
|
1923
|
+
-rm -f crypto_pwhash/scryptxsalsa208sha256/sse/*.lo
|
1924
|
+
-rm -f crypto_scalarmult/*.$(OBJEXT)
|
1925
|
+
-rm -f crypto_scalarmult/*.lo
|
1926
|
+
-rm -f crypto_scalarmult/curve25519/*.$(OBJEXT)
|
1927
|
+
-rm -f crypto_scalarmult/curve25519/*.lo
|
1928
|
+
-rm -f crypto_scalarmult/curve25519/donna_c64/*.$(OBJEXT)
|
1929
|
+
-rm -f crypto_scalarmult/curve25519/donna_c64/*.lo
|
1930
|
+
-rm -f crypto_scalarmult/curve25519/ref/*.$(OBJEXT)
|
1931
|
+
-rm -f crypto_scalarmult/curve25519/ref/*.lo
|
1932
|
+
-rm -f crypto_secretbox/*.$(OBJEXT)
|
1933
|
+
-rm -f crypto_secretbox/*.lo
|
1934
|
+
-rm -f crypto_secretbox/xsalsa20poly1305/*.$(OBJEXT)
|
1935
|
+
-rm -f crypto_secretbox/xsalsa20poly1305/*.lo
|
1936
|
+
-rm -f crypto_secretbox/xsalsa20poly1305/ref/*.$(OBJEXT)
|
1937
|
+
-rm -f crypto_secretbox/xsalsa20poly1305/ref/*.lo
|
1938
|
+
-rm -f crypto_shorthash/*.$(OBJEXT)
|
1939
|
+
-rm -f crypto_shorthash/*.lo
|
1940
|
+
-rm -f crypto_shorthash/siphash24/*.$(OBJEXT)
|
1941
|
+
-rm -f crypto_shorthash/siphash24/*.lo
|
1942
|
+
-rm -f crypto_shorthash/siphash24/ref/*.$(OBJEXT)
|
1943
|
+
-rm -f crypto_shorthash/siphash24/ref/*.lo
|
1944
|
+
-rm -f crypto_sign/*.$(OBJEXT)
|
1945
|
+
-rm -f crypto_sign/*.lo
|
1946
|
+
-rm -f crypto_sign/ed25519/*.$(OBJEXT)
|
1947
|
+
-rm -f crypto_sign/ed25519/*.lo
|
1948
|
+
-rm -f crypto_sign/ed25519/ref10/*.$(OBJEXT)
|
1949
|
+
-rm -f crypto_sign/ed25519/ref10/*.lo
|
1950
|
+
-rm -f crypto_sign/edwards25519sha512batch/*.$(OBJEXT)
|
1951
|
+
-rm -f crypto_sign/edwards25519sha512batch/*.lo
|
1952
|
+
-rm -f crypto_sign/edwards25519sha512batch/ref/*.$(OBJEXT)
|
1953
|
+
-rm -f crypto_sign/edwards25519sha512batch/ref/*.lo
|
1954
|
+
-rm -f crypto_stream/*.$(OBJEXT)
|
1955
|
+
-rm -f crypto_stream/*.lo
|
1956
|
+
-rm -f crypto_stream/aes128ctr/*.$(OBJEXT)
|
1957
|
+
-rm -f crypto_stream/aes128ctr/*.lo
|
1958
|
+
-rm -f crypto_stream/aes128ctr/portable/*.$(OBJEXT)
|
1959
|
+
-rm -f crypto_stream/aes128ctr/portable/*.lo
|
1960
|
+
-rm -f crypto_stream/aes256estream/*.$(OBJEXT)
|
1961
|
+
-rm -f crypto_stream/aes256estream/*.lo
|
1962
|
+
-rm -f crypto_stream/aes256estream/hongjun/*.$(OBJEXT)
|
1963
|
+
-rm -f crypto_stream/aes256estream/hongjun/*.lo
|
1964
|
+
-rm -f crypto_stream/salsa20/*.$(OBJEXT)
|
1965
|
+
-rm -f crypto_stream/salsa20/*.lo
|
1966
|
+
-rm -f crypto_stream/salsa20/amd64_xmm6/*.$(OBJEXT)
|
1967
|
+
-rm -f crypto_stream/salsa20/amd64_xmm6/*.lo
|
1968
|
+
-rm -f crypto_stream/salsa20/ref/*.$(OBJEXT)
|
1969
|
+
-rm -f crypto_stream/salsa20/ref/*.lo
|
1970
|
+
-rm -f crypto_stream/salsa2012/*.$(OBJEXT)
|
1971
|
+
-rm -f crypto_stream/salsa2012/*.lo
|
1972
|
+
-rm -f crypto_stream/salsa2012/ref/*.$(OBJEXT)
|
1973
|
+
-rm -f crypto_stream/salsa2012/ref/*.lo
|
1974
|
+
-rm -f crypto_stream/salsa208/*.$(OBJEXT)
|
1975
|
+
-rm -f crypto_stream/salsa208/*.lo
|
1976
|
+
-rm -f crypto_stream/salsa208/ref/*.$(OBJEXT)
|
1977
|
+
-rm -f crypto_stream/salsa208/ref/*.lo
|
1978
|
+
-rm -f crypto_stream/xsalsa20/*.$(OBJEXT)
|
1979
|
+
-rm -f crypto_stream/xsalsa20/*.lo
|
1980
|
+
-rm -f crypto_stream/xsalsa20/ref/*.$(OBJEXT)
|
1981
|
+
-rm -f crypto_stream/xsalsa20/ref/*.lo
|
1982
|
+
-rm -f crypto_verify/16/*.$(OBJEXT)
|
1983
|
+
-rm -f crypto_verify/16/*.lo
|
1984
|
+
-rm -f crypto_verify/16/ref/*.$(OBJEXT)
|
1985
|
+
-rm -f crypto_verify/16/ref/*.lo
|
1986
|
+
-rm -f crypto_verify/32/*.$(OBJEXT)
|
1987
|
+
-rm -f crypto_verify/32/*.lo
|
1988
|
+
-rm -f crypto_verify/32/ref/*.$(OBJEXT)
|
1989
|
+
-rm -f crypto_verify/32/ref/*.lo
|
1990
|
+
-rm -f crypto_verify/64/*.$(OBJEXT)
|
1991
|
+
-rm -f crypto_verify/64/*.lo
|
1992
|
+
-rm -f crypto_verify/64/ref/*.$(OBJEXT)
|
1993
|
+
-rm -f crypto_verify/64/ref/*.lo
|
1994
|
+
-rm -f randombytes/*.$(OBJEXT)
|
1995
|
+
-rm -f randombytes/*.lo
|
1996
|
+
-rm -f randombytes/salsa20/*.$(OBJEXT)
|
1997
|
+
-rm -f randombytes/salsa20/*.lo
|
1998
|
+
-rm -f randombytes/sysrandom/*.$(OBJEXT)
|
1999
|
+
-rm -f randombytes/sysrandom/*.lo
|
2000
|
+
-rm -f sodium/*.$(OBJEXT)
|
2001
|
+
-rm -f sodium/*.lo
|
2002
|
+
|
2003
|
+
distclean-compile:
|
2004
|
+
-rm -f *.tab.c
|
2005
|
+
|
2006
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_auth/$(DEPDIR)/libsodium_la-crypto_auth.Plo@am__quote@
|
2007
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_auth/hmacsha256/$(DEPDIR)/libsodium_la-auth_hmacsha256_api.Plo@am__quote@
|
2008
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_auth/hmacsha256/cp/$(DEPDIR)/libsodium_la-hmac_hmacsha256.Plo@am__quote@
|
2009
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_auth/hmacsha256/cp/$(DEPDIR)/libsodium_la-verify_hmacsha256.Plo@am__quote@
|
2010
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_auth/hmacsha512/$(DEPDIR)/libsodium_la-auth_hmacsha512_api.Plo@am__quote@
|
2011
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_auth/hmacsha512/cp/$(DEPDIR)/libsodium_la-hmac_hmacsha512.Plo@am__quote@
|
2012
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_auth/hmacsha512/cp/$(DEPDIR)/libsodium_la-verify_hmacsha512.Plo@am__quote@
|
2013
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_auth/hmacsha512256/$(DEPDIR)/libsodium_la-auth_hmacsha512256_api.Plo@am__quote@
|
2014
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_auth/hmacsha512256/cp/$(DEPDIR)/libsodium_la-hmac_hmacsha512256.Plo@am__quote@
|
2015
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_auth/hmacsha512256/cp/$(DEPDIR)/libsodium_la-verify_hmacsha512256.Plo@am__quote@
|
2016
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_box/$(DEPDIR)/libsodium_la-crypto_box.Plo@am__quote@
|
2017
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_box/$(DEPDIR)/libsodium_la-crypto_box_easy.Plo@am__quote@
|
2018
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_box/curve25519xsalsa20poly1305/$(DEPDIR)/libsodium_la-box_curve25519xsalsa20poly1305_api.Plo@am__quote@
|
2019
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-after_curve25519xsalsa20poly1305.Plo@am__quote@
|
2020
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-before_curve25519xsalsa20poly1305.Plo@am__quote@
|
2021
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-box_curve25519xsalsa20poly1305.Plo@am__quote@
|
2022
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-keypair_curve25519xsalsa20poly1305.Plo@am__quote@
|
2023
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_core/hsalsa20/$(DEPDIR)/libsodium_la-core_hsalsa20_api.Plo@am__quote@
|
2024
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_core/hsalsa20/ref2/$(DEPDIR)/libsodium_la-core_hsalsa20.Plo@am__quote@
|
2025
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_core/salsa20/$(DEPDIR)/libsodium_la-core_salsa20_api.Plo@am__quote@
|
2026
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_core/salsa20/ref/$(DEPDIR)/libsodium_la-core_salsa20.Plo@am__quote@
|
2027
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_core/salsa2012/$(DEPDIR)/libsodium_la-core_salsa2012_api.Plo@am__quote@
|
2028
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_core/salsa2012/ref/$(DEPDIR)/libsodium_la-core_salsa2012.Plo@am__quote@
|
2029
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_core/salsa208/$(DEPDIR)/libsodium_la-core_salsa208_api.Plo@am__quote@
|
2030
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_core/salsa208/ref/$(DEPDIR)/libsodium_la-core_salsa208.Plo@am__quote@
|
2031
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_generichash/$(DEPDIR)/libsodium_la-crypto_generichash.Plo@am__quote@
|
2032
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_generichash/blake2/$(DEPDIR)/libsodium_la-generichash_blake2_api.Plo@am__quote@
|
2033
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_generichash/blake2/ref/$(DEPDIR)/libsodium_la-blake2b-ref.Plo@am__quote@
|
2034
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_generichash/blake2/ref/$(DEPDIR)/libsodium_la-generichash_blake2b.Plo@am__quote@
|
2035
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_hash/$(DEPDIR)/libsodium_la-crypto_hash.Plo@am__quote@
|
2036
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_hash/sha256/$(DEPDIR)/libsodium_la-hash_sha256_api.Plo@am__quote@
|
2037
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_hash/sha256/cp/$(DEPDIR)/libsodium_la-hash_sha256.Plo@am__quote@
|
2038
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_hash/sha512/$(DEPDIR)/libsodium_la-hash_sha512_api.Plo@am__quote@
|
2039
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_hash/sha512/cp/$(DEPDIR)/libsodium_la-hash_sha512.Plo@am__quote@
|
2040
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_onetimeauth/$(DEPDIR)/libsodium_la-crypto_onetimeauth.Plo@am__quote@
|
2041
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_onetimeauth/poly1305/$(DEPDIR)/libsodium_la-onetimeauth_poly1305.Plo@am__quote@
|
2042
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_onetimeauth/poly1305/$(DEPDIR)/libsodium_la-onetimeauth_poly1305_api.Plo@am__quote@
|
2043
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_onetimeauth/poly1305/$(DEPDIR)/libsodium_la-onetimeauth_poly1305_try.Plo@am__quote@
|
2044
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_onetimeauth/poly1305/donna/$(DEPDIR)/libsodium_la-auth_poly1305_donna.Plo@am__quote@
|
2045
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_onetimeauth/poly1305/donna/$(DEPDIR)/libsodium_la-verify_poly1305_donna.Plo@am__quote@
|
2046
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/scryptxsalsa208sha256/$(DEPDIR)/libsodium_la-crypto_scrypt-common.Plo@am__quote@
|
2047
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/scryptxsalsa208sha256/$(DEPDIR)/libsodium_la-pbkdf2-sha256.Plo@am__quote@
|
2048
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/scryptxsalsa208sha256/$(DEPDIR)/libsodium_la-pwhash_scryptxsalsa208sha256.Plo@am__quote@
|
2049
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/scryptxsalsa208sha256/$(DEPDIR)/libsodium_la-scrypt_platform.Plo@am__quote@
|
2050
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/scryptxsalsa208sha256/nosse/$(DEPDIR)/libsodium_la-pwhash_scryptxsalsa208sha256_nosse.Plo@am__quote@
|
2051
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/scryptxsalsa208sha256/sse/$(DEPDIR)/libsodium_la-pwhash_scryptxsalsa208sha256_sse.Plo@am__quote@
|
2052
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_scalarmult/$(DEPDIR)/libsodium_la-crypto_scalarmult.Plo@am__quote@
|
2053
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_scalarmult/curve25519/$(DEPDIR)/libsodium_la-scalarmult_curve25519_api.Plo@am__quote@
|
2054
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_scalarmult/curve25519/donna_c64/$(DEPDIR)/libsodium_la-base_curve25519_donna_c64.Plo@am__quote@
|
2055
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_scalarmult/curve25519/donna_c64/$(DEPDIR)/libsodium_la-smult_curve25519_donna_c64.Plo@am__quote@
|
2056
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_scalarmult/curve25519/ref/$(DEPDIR)/libsodium_la-base_curve25519_ref.Plo@am__quote@
|
2057
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_scalarmult/curve25519/ref/$(DEPDIR)/libsodium_la-smult_curve25519_ref.Plo@am__quote@
|
2058
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_secretbox/$(DEPDIR)/libsodium_la-crypto_secretbox.Plo@am__quote@
|
2059
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_secretbox/$(DEPDIR)/libsodium_la-crypto_secretbox_easy.Plo@am__quote@
|
2060
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/libsodium_la-secretbox_xsalsa20poly1305_api.Plo@am__quote@
|
2061
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_secretbox/xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-box_xsalsa20poly1305.Plo@am__quote@
|
2062
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_shorthash/$(DEPDIR)/libsodium_la-crypto_shorthash.Plo@am__quote@
|
2063
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_shorthash/siphash24/$(DEPDIR)/libsodium_la-shorthash_siphash24_api.Plo@am__quote@
|
2064
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_shorthash/siphash24/ref/$(DEPDIR)/libsodium_la-shorthash_siphash24.Plo@am__quote@
|
2065
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/$(DEPDIR)/libsodium_la-crypto_sign.Plo@am__quote@
|
2066
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/$(DEPDIR)/libsodium_la-sign_ed25519_api.Plo@am__quote@
|
2067
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_0.Plo@am__quote@
|
2068
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_1.Plo@am__quote@
|
2069
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_add.Plo@am__quote@
|
2070
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_cmov.Plo@am__quote@
|
2071
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_copy.Plo@am__quote@
|
2072
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_frombytes.Plo@am__quote@
|
2073
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_invert.Plo@am__quote@
|
2074
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_isnegative.Plo@am__quote@
|
2075
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_isnonzero.Plo@am__quote@
|
2076
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_mul.Plo@am__quote@
|
2077
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_neg.Plo@am__quote@
|
2078
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_pow22523.Plo@am__quote@
|
2079
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_sq.Plo@am__quote@
|
2080
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_sq2.Plo@am__quote@
|
2081
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_sub.Plo@am__quote@
|
2082
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_tobytes.Plo@am__quote@
|
2083
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_add.Plo@am__quote@
|
2084
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_double_scalarmult.Plo@am__quote@
|
2085
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_frombytes.Plo@am__quote@
|
2086
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_madd.Plo@am__quote@
|
2087
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_msub.Plo@am__quote@
|
2088
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p1p1_to_p2.Plo@am__quote@
|
2089
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p1p1_to_p3.Plo@am__quote@
|
2090
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p2_0.Plo@am__quote@
|
2091
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p2_dbl.Plo@am__quote@
|
2092
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p3_0.Plo@am__quote@
|
2093
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p3_dbl.Plo@am__quote@
|
2094
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p3_to_cached.Plo@am__quote@
|
2095
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p3_to_p2.Plo@am__quote@
|
2096
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p3_tobytes.Plo@am__quote@
|
2097
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_precomp_0.Plo@am__quote@
|
2098
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_scalarmult_base.Plo@am__quote@
|
2099
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_sub.Plo@am__quote@
|
2100
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_tobytes.Plo@am__quote@
|
2101
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-keypair.Plo@am__quote@
|
2102
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-open.Plo@am__quote@
|
2103
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-sc_muladd.Plo@am__quote@
|
2104
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-sc_reduce.Plo@am__quote@
|
2105
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-sign.Plo@am__quote@
|
2106
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/edwards25519sha512batch/$(DEPDIR)/libsodium_la-sign_edwards25519sha512batch_api.Plo@am__quote@
|
2107
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/edwards25519sha512batch/ref/$(DEPDIR)/libsodium_la-fe25519_edwards25519sha512batch.Plo@am__quote@
|
2108
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/edwards25519sha512batch/ref/$(DEPDIR)/libsodium_la-ge25519_edwards25519sha512batch.Plo@am__quote@
|
2109
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/edwards25519sha512batch/ref/$(DEPDIR)/libsodium_la-sc25519_edwards25519sha512batch.Plo@am__quote@
|
2110
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/edwards25519sha512batch/ref/$(DEPDIR)/libsodium_la-sign_edwards25519sha512batch.Plo@am__quote@
|
2111
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/$(DEPDIR)/libsodium_la-crypto_stream.Plo@am__quote@
|
2112
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/$(DEPDIR)/libsodium_la-stream_aes128ctr_api.Plo@am__quote@
|
2113
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/portable/$(DEPDIR)/libsodium_la-afternm_aes128ctr.Plo@am__quote@
|
2114
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/portable/$(DEPDIR)/libsodium_la-beforenm_aes128ctr.Plo@am__quote@
|
2115
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/portable/$(DEPDIR)/libsodium_la-common_aes128ctr.Plo@am__quote@
|
2116
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/portable/$(DEPDIR)/libsodium_la-consts_aes128ctr.Plo@am__quote@
|
2117
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/portable/$(DEPDIR)/libsodium_la-int128_aes128ctr.Plo@am__quote@
|
2118
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/portable/$(DEPDIR)/libsodium_la-stream_aes128ctr.Plo@am__quote@
|
2119
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/portable/$(DEPDIR)/libsodium_la-xor_afternm_aes128ctr.Plo@am__quote@
|
2120
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes256estream/$(DEPDIR)/libsodium_la-stream_aes256estream_api.Plo@am__quote@
|
2121
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes256estream/hongjun/$(DEPDIR)/libsodium_la-aes256-ctr.Plo@am__quote@
|
2122
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa20/$(DEPDIR)/libsodium_la-stream_salsa20_api.Plo@am__quote@
|
2123
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa20/amd64_xmm6/$(DEPDIR)/libsodium_la-stream_salsa20_amd64_xmm6.Plo@am__quote@
|
2124
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa20/ref/$(DEPDIR)/libsodium_la-stream_salsa20_ref.Plo@am__quote@
|
2125
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa20/ref/$(DEPDIR)/libsodium_la-xor_salsa20_ref.Plo@am__quote@
|
2126
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa2012/$(DEPDIR)/libsodium_la-stream_salsa2012_api.Plo@am__quote@
|
2127
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa2012/ref/$(DEPDIR)/libsodium_la-stream_salsa2012.Plo@am__quote@
|
2128
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa2012/ref/$(DEPDIR)/libsodium_la-xor_salsa2012.Plo@am__quote@
|
2129
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa208/$(DEPDIR)/libsodium_la-stream_salsa208_api.Plo@am__quote@
|
2130
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa208/ref/$(DEPDIR)/libsodium_la-stream_salsa208.Plo@am__quote@
|
2131
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa208/ref/$(DEPDIR)/libsodium_la-xor_salsa208.Plo@am__quote@
|
2132
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/xsalsa20/$(DEPDIR)/libsodium_la-stream_xsalsa20_api.Plo@am__quote@
|
2133
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/xsalsa20/ref/$(DEPDIR)/libsodium_la-stream_xsalsa20.Plo@am__quote@
|
2134
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/xsalsa20/ref/$(DEPDIR)/libsodium_la-xor_xsalsa20.Plo@am__quote@
|
2135
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_verify/16/$(DEPDIR)/libsodium_la-verify_16_api.Plo@am__quote@
|
2136
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_verify/16/ref/$(DEPDIR)/libsodium_la-verify_16.Plo@am__quote@
|
2137
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_verify/32/$(DEPDIR)/libsodium_la-verify_32_api.Plo@am__quote@
|
2138
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_verify/32/ref/$(DEPDIR)/libsodium_la-verify_32.Plo@am__quote@
|
2139
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_verify/64/$(DEPDIR)/libsodium_la-verify_64_api.Plo@am__quote@
|
2140
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_verify/64/ref/$(DEPDIR)/libsodium_la-verify_64.Plo@am__quote@
|
2141
|
+
@AMDEP_TRUE@@am__include@ @am__quote@randombytes/$(DEPDIR)/libsodium_la-randombytes.Plo@am__quote@
|
2142
|
+
@AMDEP_TRUE@@am__include@ @am__quote@randombytes/salsa20/$(DEPDIR)/libsodium_la-randombytes_salsa20_random.Plo@am__quote@
|
2143
|
+
@AMDEP_TRUE@@am__include@ @am__quote@randombytes/sysrandom/$(DEPDIR)/libsodium_la-randombytes_sysrandom.Plo@am__quote@
|
2144
|
+
@AMDEP_TRUE@@am__include@ @am__quote@sodium/$(DEPDIR)/libsodium_la-compat.Plo@am__quote@
|
2145
|
+
@AMDEP_TRUE@@am__include@ @am__quote@sodium/$(DEPDIR)/libsodium_la-core.Plo@am__quote@
|
2146
|
+
@AMDEP_TRUE@@am__include@ @am__quote@sodium/$(DEPDIR)/libsodium_la-runtime.Plo@am__quote@
|
2147
|
+
@AMDEP_TRUE@@am__include@ @am__quote@sodium/$(DEPDIR)/libsodium_la-utils.Plo@am__quote@
|
2148
|
+
@AMDEP_TRUE@@am__include@ @am__quote@sodium/$(DEPDIR)/libsodium_la-version.Plo@am__quote@
|
2149
|
+
|
2150
|
+
.S.o:
|
2151
|
+
@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
|
2152
|
+
@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
2153
|
+
@am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
|
2154
|
+
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
2155
|
+
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2156
|
+
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ $<
|
2157
|
+
|
2158
|
+
.S.obj:
|
2159
|
+
@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
|
2160
|
+
@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
|
2161
|
+
@am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
|
2162
|
+
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
2163
|
+
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2164
|
+
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
2165
|
+
|
2166
|
+
.S.lo:
|
2167
|
+
@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
|
2168
|
+
@am__fastdepCCAS_TRUE@ $(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
2169
|
+
@am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
|
2170
|
+
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
2171
|
+
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2172
|
+
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LTCPPASCOMPILE) -c -o $@ $<
|
2173
|
+
|
2174
|
+
crypto_stream/salsa20/amd64_xmm6/libsodium_la-stream_salsa20_amd64_xmm6.lo: crypto_stream/salsa20/amd64_xmm6/stream_salsa20_amd64_xmm6.S
|
2175
|
+
@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT crypto_stream/salsa20/amd64_xmm6/libsodium_la-stream_salsa20_amd64_xmm6.lo -MD -MP -MF crypto_stream/salsa20/amd64_xmm6/$(DEPDIR)/libsodium_la-stream_salsa20_amd64_xmm6.Tpo -c -o crypto_stream/salsa20/amd64_xmm6/libsodium_la-stream_salsa20_amd64_xmm6.lo `test -f 'crypto_stream/salsa20/amd64_xmm6/stream_salsa20_amd64_xmm6.S' || echo '$(srcdir)/'`crypto_stream/salsa20/amd64_xmm6/stream_salsa20_amd64_xmm6.S
|
2176
|
+
@am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/salsa20/amd64_xmm6/$(DEPDIR)/libsodium_la-stream_salsa20_amd64_xmm6.Tpo crypto_stream/salsa20/amd64_xmm6/$(DEPDIR)/libsodium_la-stream_salsa20_amd64_xmm6.Plo
|
2177
|
+
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='crypto_stream/salsa20/amd64_xmm6/stream_salsa20_amd64_xmm6.S' object='crypto_stream/salsa20/amd64_xmm6/libsodium_la-stream_salsa20_amd64_xmm6.lo' libtool=yes @AMDEPBACKSLASH@
|
2178
|
+
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2179
|
+
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o crypto_stream/salsa20/amd64_xmm6/libsodium_la-stream_salsa20_amd64_xmm6.lo `test -f 'crypto_stream/salsa20/amd64_xmm6/stream_salsa20_amd64_xmm6.S' || echo '$(srcdir)/'`crypto_stream/salsa20/amd64_xmm6/stream_salsa20_amd64_xmm6.S
|
2180
|
+
|
2181
|
+
.c.o:
|
2182
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
|
2183
|
+
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
2184
|
+
@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
|
2185
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
2186
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2187
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
|
2188
|
+
|
2189
|
+
.c.obj:
|
2190
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
|
2191
|
+
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
|
2192
|
+
@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
|
2193
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
2194
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2195
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
2196
|
+
|
2197
|
+
.c.lo:
|
2198
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
|
2199
|
+
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
2200
|
+
@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
|
2201
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
2202
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2203
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
|
2204
|
+
|
2205
|
+
crypto_auth/libsodium_la-crypto_auth.lo: crypto_auth/crypto_auth.c
|
2206
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_auth/libsodium_la-crypto_auth.lo -MD -MP -MF crypto_auth/$(DEPDIR)/libsodium_la-crypto_auth.Tpo -c -o crypto_auth/libsodium_la-crypto_auth.lo `test -f 'crypto_auth/crypto_auth.c' || echo '$(srcdir)/'`crypto_auth/crypto_auth.c
|
2207
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_auth/$(DEPDIR)/libsodium_la-crypto_auth.Tpo crypto_auth/$(DEPDIR)/libsodium_la-crypto_auth.Plo
|
2208
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_auth/crypto_auth.c' object='crypto_auth/libsodium_la-crypto_auth.lo' libtool=yes @AMDEPBACKSLASH@
|
2209
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2210
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_auth/libsodium_la-crypto_auth.lo `test -f 'crypto_auth/crypto_auth.c' || echo '$(srcdir)/'`crypto_auth/crypto_auth.c
|
2211
|
+
|
2212
|
+
crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256_api.lo: crypto_auth/hmacsha256/auth_hmacsha256_api.c
|
2213
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256_api.lo -MD -MP -MF crypto_auth/hmacsha256/$(DEPDIR)/libsodium_la-auth_hmacsha256_api.Tpo -c -o crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256_api.lo `test -f 'crypto_auth/hmacsha256/auth_hmacsha256_api.c' || echo '$(srcdir)/'`crypto_auth/hmacsha256/auth_hmacsha256_api.c
|
2214
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_auth/hmacsha256/$(DEPDIR)/libsodium_la-auth_hmacsha256_api.Tpo crypto_auth/hmacsha256/$(DEPDIR)/libsodium_la-auth_hmacsha256_api.Plo
|
2215
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_auth/hmacsha256/auth_hmacsha256_api.c' object='crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256_api.lo' libtool=yes @AMDEPBACKSLASH@
|
2216
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2217
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256_api.lo `test -f 'crypto_auth/hmacsha256/auth_hmacsha256_api.c' || echo '$(srcdir)/'`crypto_auth/hmacsha256/auth_hmacsha256_api.c
|
2218
|
+
|
2219
|
+
crypto_auth/hmacsha256/cp/libsodium_la-hmac_hmacsha256.lo: crypto_auth/hmacsha256/cp/hmac_hmacsha256.c
|
2220
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_auth/hmacsha256/cp/libsodium_la-hmac_hmacsha256.lo -MD -MP -MF crypto_auth/hmacsha256/cp/$(DEPDIR)/libsodium_la-hmac_hmacsha256.Tpo -c -o crypto_auth/hmacsha256/cp/libsodium_la-hmac_hmacsha256.lo `test -f 'crypto_auth/hmacsha256/cp/hmac_hmacsha256.c' || echo '$(srcdir)/'`crypto_auth/hmacsha256/cp/hmac_hmacsha256.c
|
2221
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_auth/hmacsha256/cp/$(DEPDIR)/libsodium_la-hmac_hmacsha256.Tpo crypto_auth/hmacsha256/cp/$(DEPDIR)/libsodium_la-hmac_hmacsha256.Plo
|
2222
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_auth/hmacsha256/cp/hmac_hmacsha256.c' object='crypto_auth/hmacsha256/cp/libsodium_la-hmac_hmacsha256.lo' libtool=yes @AMDEPBACKSLASH@
|
2223
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2224
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_auth/hmacsha256/cp/libsodium_la-hmac_hmacsha256.lo `test -f 'crypto_auth/hmacsha256/cp/hmac_hmacsha256.c' || echo '$(srcdir)/'`crypto_auth/hmacsha256/cp/hmac_hmacsha256.c
|
2225
|
+
|
2226
|
+
crypto_auth/hmacsha256/cp/libsodium_la-verify_hmacsha256.lo: crypto_auth/hmacsha256/cp/verify_hmacsha256.c
|
2227
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_auth/hmacsha256/cp/libsodium_la-verify_hmacsha256.lo -MD -MP -MF crypto_auth/hmacsha256/cp/$(DEPDIR)/libsodium_la-verify_hmacsha256.Tpo -c -o crypto_auth/hmacsha256/cp/libsodium_la-verify_hmacsha256.lo `test -f 'crypto_auth/hmacsha256/cp/verify_hmacsha256.c' || echo '$(srcdir)/'`crypto_auth/hmacsha256/cp/verify_hmacsha256.c
|
2228
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_auth/hmacsha256/cp/$(DEPDIR)/libsodium_la-verify_hmacsha256.Tpo crypto_auth/hmacsha256/cp/$(DEPDIR)/libsodium_la-verify_hmacsha256.Plo
|
2229
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_auth/hmacsha256/cp/verify_hmacsha256.c' object='crypto_auth/hmacsha256/cp/libsodium_la-verify_hmacsha256.lo' libtool=yes @AMDEPBACKSLASH@
|
2230
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2231
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_auth/hmacsha256/cp/libsodium_la-verify_hmacsha256.lo `test -f 'crypto_auth/hmacsha256/cp/verify_hmacsha256.c' || echo '$(srcdir)/'`crypto_auth/hmacsha256/cp/verify_hmacsha256.c
|
2232
|
+
|
2233
|
+
crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512_api.lo: crypto_auth/hmacsha512/auth_hmacsha512_api.c
|
2234
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512_api.lo -MD -MP -MF crypto_auth/hmacsha512/$(DEPDIR)/libsodium_la-auth_hmacsha512_api.Tpo -c -o crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512_api.lo `test -f 'crypto_auth/hmacsha512/auth_hmacsha512_api.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512/auth_hmacsha512_api.c
|
2235
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_auth/hmacsha512/$(DEPDIR)/libsodium_la-auth_hmacsha512_api.Tpo crypto_auth/hmacsha512/$(DEPDIR)/libsodium_la-auth_hmacsha512_api.Plo
|
2236
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_auth/hmacsha512/auth_hmacsha512_api.c' object='crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512_api.lo' libtool=yes @AMDEPBACKSLASH@
|
2237
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2238
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512_api.lo `test -f 'crypto_auth/hmacsha512/auth_hmacsha512_api.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512/auth_hmacsha512_api.c
|
2239
|
+
|
2240
|
+
crypto_auth/hmacsha512/cp/libsodium_la-hmac_hmacsha512.lo: crypto_auth/hmacsha512/cp/hmac_hmacsha512.c
|
2241
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_auth/hmacsha512/cp/libsodium_la-hmac_hmacsha512.lo -MD -MP -MF crypto_auth/hmacsha512/cp/$(DEPDIR)/libsodium_la-hmac_hmacsha512.Tpo -c -o crypto_auth/hmacsha512/cp/libsodium_la-hmac_hmacsha512.lo `test -f 'crypto_auth/hmacsha512/cp/hmac_hmacsha512.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512/cp/hmac_hmacsha512.c
|
2242
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_auth/hmacsha512/cp/$(DEPDIR)/libsodium_la-hmac_hmacsha512.Tpo crypto_auth/hmacsha512/cp/$(DEPDIR)/libsodium_la-hmac_hmacsha512.Plo
|
2243
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_auth/hmacsha512/cp/hmac_hmacsha512.c' object='crypto_auth/hmacsha512/cp/libsodium_la-hmac_hmacsha512.lo' libtool=yes @AMDEPBACKSLASH@
|
2244
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2245
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_auth/hmacsha512/cp/libsodium_la-hmac_hmacsha512.lo `test -f 'crypto_auth/hmacsha512/cp/hmac_hmacsha512.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512/cp/hmac_hmacsha512.c
|
2246
|
+
|
2247
|
+
crypto_auth/hmacsha512/cp/libsodium_la-verify_hmacsha512.lo: crypto_auth/hmacsha512/cp/verify_hmacsha512.c
|
2248
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_auth/hmacsha512/cp/libsodium_la-verify_hmacsha512.lo -MD -MP -MF crypto_auth/hmacsha512/cp/$(DEPDIR)/libsodium_la-verify_hmacsha512.Tpo -c -o crypto_auth/hmacsha512/cp/libsodium_la-verify_hmacsha512.lo `test -f 'crypto_auth/hmacsha512/cp/verify_hmacsha512.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512/cp/verify_hmacsha512.c
|
2249
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_auth/hmacsha512/cp/$(DEPDIR)/libsodium_la-verify_hmacsha512.Tpo crypto_auth/hmacsha512/cp/$(DEPDIR)/libsodium_la-verify_hmacsha512.Plo
|
2250
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_auth/hmacsha512/cp/verify_hmacsha512.c' object='crypto_auth/hmacsha512/cp/libsodium_la-verify_hmacsha512.lo' libtool=yes @AMDEPBACKSLASH@
|
2251
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2252
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_auth/hmacsha512/cp/libsodium_la-verify_hmacsha512.lo `test -f 'crypto_auth/hmacsha512/cp/verify_hmacsha512.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512/cp/verify_hmacsha512.c
|
2253
|
+
|
2254
|
+
crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256_api.lo: crypto_auth/hmacsha512256/auth_hmacsha512256_api.c
|
2255
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256_api.lo -MD -MP -MF crypto_auth/hmacsha512256/$(DEPDIR)/libsodium_la-auth_hmacsha512256_api.Tpo -c -o crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256_api.lo `test -f 'crypto_auth/hmacsha512256/auth_hmacsha512256_api.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512256/auth_hmacsha512256_api.c
|
2256
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_auth/hmacsha512256/$(DEPDIR)/libsodium_la-auth_hmacsha512256_api.Tpo crypto_auth/hmacsha512256/$(DEPDIR)/libsodium_la-auth_hmacsha512256_api.Plo
|
2257
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_auth/hmacsha512256/auth_hmacsha512256_api.c' object='crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256_api.lo' libtool=yes @AMDEPBACKSLASH@
|
2258
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2259
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256_api.lo `test -f 'crypto_auth/hmacsha512256/auth_hmacsha512256_api.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512256/auth_hmacsha512256_api.c
|
2260
|
+
|
2261
|
+
crypto_auth/hmacsha512256/cp/libsodium_la-hmac_hmacsha512256.lo: crypto_auth/hmacsha512256/cp/hmac_hmacsha512256.c
|
2262
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_auth/hmacsha512256/cp/libsodium_la-hmac_hmacsha512256.lo -MD -MP -MF crypto_auth/hmacsha512256/cp/$(DEPDIR)/libsodium_la-hmac_hmacsha512256.Tpo -c -o crypto_auth/hmacsha512256/cp/libsodium_la-hmac_hmacsha512256.lo `test -f 'crypto_auth/hmacsha512256/cp/hmac_hmacsha512256.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512256/cp/hmac_hmacsha512256.c
|
2263
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_auth/hmacsha512256/cp/$(DEPDIR)/libsodium_la-hmac_hmacsha512256.Tpo crypto_auth/hmacsha512256/cp/$(DEPDIR)/libsodium_la-hmac_hmacsha512256.Plo
|
2264
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_auth/hmacsha512256/cp/hmac_hmacsha512256.c' object='crypto_auth/hmacsha512256/cp/libsodium_la-hmac_hmacsha512256.lo' libtool=yes @AMDEPBACKSLASH@
|
2265
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2266
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_auth/hmacsha512256/cp/libsodium_la-hmac_hmacsha512256.lo `test -f 'crypto_auth/hmacsha512256/cp/hmac_hmacsha512256.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512256/cp/hmac_hmacsha512256.c
|
2267
|
+
|
2268
|
+
crypto_auth/hmacsha512256/cp/libsodium_la-verify_hmacsha512256.lo: crypto_auth/hmacsha512256/cp/verify_hmacsha512256.c
|
2269
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_auth/hmacsha512256/cp/libsodium_la-verify_hmacsha512256.lo -MD -MP -MF crypto_auth/hmacsha512256/cp/$(DEPDIR)/libsodium_la-verify_hmacsha512256.Tpo -c -o crypto_auth/hmacsha512256/cp/libsodium_la-verify_hmacsha512256.lo `test -f 'crypto_auth/hmacsha512256/cp/verify_hmacsha512256.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512256/cp/verify_hmacsha512256.c
|
2270
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_auth/hmacsha512256/cp/$(DEPDIR)/libsodium_la-verify_hmacsha512256.Tpo crypto_auth/hmacsha512256/cp/$(DEPDIR)/libsodium_la-verify_hmacsha512256.Plo
|
2271
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_auth/hmacsha512256/cp/verify_hmacsha512256.c' object='crypto_auth/hmacsha512256/cp/libsodium_la-verify_hmacsha512256.lo' libtool=yes @AMDEPBACKSLASH@
|
2272
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2273
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_auth/hmacsha512256/cp/libsodium_la-verify_hmacsha512256.lo `test -f 'crypto_auth/hmacsha512256/cp/verify_hmacsha512256.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512256/cp/verify_hmacsha512256.c
|
2274
|
+
|
2275
|
+
crypto_box/libsodium_la-crypto_box.lo: crypto_box/crypto_box.c
|
2276
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_box/libsodium_la-crypto_box.lo -MD -MP -MF crypto_box/$(DEPDIR)/libsodium_la-crypto_box.Tpo -c -o crypto_box/libsodium_la-crypto_box.lo `test -f 'crypto_box/crypto_box.c' || echo '$(srcdir)/'`crypto_box/crypto_box.c
|
2277
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_box/$(DEPDIR)/libsodium_la-crypto_box.Tpo crypto_box/$(DEPDIR)/libsodium_la-crypto_box.Plo
|
2278
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_box/crypto_box.c' object='crypto_box/libsodium_la-crypto_box.lo' libtool=yes @AMDEPBACKSLASH@
|
2279
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2280
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_box/libsodium_la-crypto_box.lo `test -f 'crypto_box/crypto_box.c' || echo '$(srcdir)/'`crypto_box/crypto_box.c
|
2281
|
+
|
2282
|
+
crypto_box/libsodium_la-crypto_box_easy.lo: crypto_box/crypto_box_easy.c
|
2283
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_box/libsodium_la-crypto_box_easy.lo -MD -MP -MF crypto_box/$(DEPDIR)/libsodium_la-crypto_box_easy.Tpo -c -o crypto_box/libsodium_la-crypto_box_easy.lo `test -f 'crypto_box/crypto_box_easy.c' || echo '$(srcdir)/'`crypto_box/crypto_box_easy.c
|
2284
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_box/$(DEPDIR)/libsodium_la-crypto_box_easy.Tpo crypto_box/$(DEPDIR)/libsodium_la-crypto_box_easy.Plo
|
2285
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_box/crypto_box_easy.c' object='crypto_box/libsodium_la-crypto_box_easy.lo' libtool=yes @AMDEPBACKSLASH@
|
2286
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2287
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_box/libsodium_la-crypto_box_easy.lo `test -f 'crypto_box/crypto_box_easy.c' || echo '$(srcdir)/'`crypto_box/crypto_box_easy.c
|
2288
|
+
|
2289
|
+
crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305_api.lo: crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305_api.c
|
2290
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305_api.lo -MD -MP -MF crypto_box/curve25519xsalsa20poly1305/$(DEPDIR)/libsodium_la-box_curve25519xsalsa20poly1305_api.Tpo -c -o crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305_api.lo `test -f 'crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305_api.c' || echo '$(srcdir)/'`crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305_api.c
|
2291
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_box/curve25519xsalsa20poly1305/$(DEPDIR)/libsodium_la-box_curve25519xsalsa20poly1305_api.Tpo crypto_box/curve25519xsalsa20poly1305/$(DEPDIR)/libsodium_la-box_curve25519xsalsa20poly1305_api.Plo
|
2292
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305_api.c' object='crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305_api.lo' libtool=yes @AMDEPBACKSLASH@
|
2293
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2294
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305_api.lo `test -f 'crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305_api.c' || echo '$(srcdir)/'`crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305_api.c
|
2295
|
+
|
2296
|
+
crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-after_curve25519xsalsa20poly1305.lo: crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c
|
2297
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-after_curve25519xsalsa20poly1305.lo -MD -MP -MF crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-after_curve25519xsalsa20poly1305.Tpo -c -o crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-after_curve25519xsalsa20poly1305.lo `test -f 'crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c' || echo '$(srcdir)/'`crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c
|
2298
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-after_curve25519xsalsa20poly1305.Tpo crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-after_curve25519xsalsa20poly1305.Plo
|
2299
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c' object='crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-after_curve25519xsalsa20poly1305.lo' libtool=yes @AMDEPBACKSLASH@
|
2300
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2301
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-after_curve25519xsalsa20poly1305.lo `test -f 'crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c' || echo '$(srcdir)/'`crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c
|
2302
|
+
|
2303
|
+
crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-before_curve25519xsalsa20poly1305.lo: crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c
|
2304
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-before_curve25519xsalsa20poly1305.lo -MD -MP -MF crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-before_curve25519xsalsa20poly1305.Tpo -c -o crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-before_curve25519xsalsa20poly1305.lo `test -f 'crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c' || echo '$(srcdir)/'`crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c
|
2305
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-before_curve25519xsalsa20poly1305.Tpo crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-before_curve25519xsalsa20poly1305.Plo
|
2306
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c' object='crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-before_curve25519xsalsa20poly1305.lo' libtool=yes @AMDEPBACKSLASH@
|
2307
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2308
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-before_curve25519xsalsa20poly1305.lo `test -f 'crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c' || echo '$(srcdir)/'`crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c
|
2309
|
+
|
2310
|
+
crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-box_curve25519xsalsa20poly1305.lo: crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c
|
2311
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-box_curve25519xsalsa20poly1305.lo -MD -MP -MF crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-box_curve25519xsalsa20poly1305.Tpo -c -o crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-box_curve25519xsalsa20poly1305.lo `test -f 'crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c' || echo '$(srcdir)/'`crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c
|
2312
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-box_curve25519xsalsa20poly1305.Tpo crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-box_curve25519xsalsa20poly1305.Plo
|
2313
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c' object='crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-box_curve25519xsalsa20poly1305.lo' libtool=yes @AMDEPBACKSLASH@
|
2314
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2315
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-box_curve25519xsalsa20poly1305.lo `test -f 'crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c' || echo '$(srcdir)/'`crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c
|
2316
|
+
|
2317
|
+
crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-keypair_curve25519xsalsa20poly1305.lo: crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c
|
2318
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-keypair_curve25519xsalsa20poly1305.lo -MD -MP -MF crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-keypair_curve25519xsalsa20poly1305.Tpo -c -o crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-keypair_curve25519xsalsa20poly1305.lo `test -f 'crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c' || echo '$(srcdir)/'`crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c
|
2319
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-keypair_curve25519xsalsa20poly1305.Tpo crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-keypair_curve25519xsalsa20poly1305.Plo
|
2320
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c' object='crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-keypair_curve25519xsalsa20poly1305.lo' libtool=yes @AMDEPBACKSLASH@
|
2321
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2322
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_box/curve25519xsalsa20poly1305/ref/libsodium_la-keypair_curve25519xsalsa20poly1305.lo `test -f 'crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c' || echo '$(srcdir)/'`crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c
|
2323
|
+
|
2324
|
+
crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20.lo: crypto_core/hsalsa20/ref2/core_hsalsa20.c
|
2325
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20.lo -MD -MP -MF crypto_core/hsalsa20/ref2/$(DEPDIR)/libsodium_la-core_hsalsa20.Tpo -c -o crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20.lo `test -f 'crypto_core/hsalsa20/ref2/core_hsalsa20.c' || echo '$(srcdir)/'`crypto_core/hsalsa20/ref2/core_hsalsa20.c
|
2326
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_core/hsalsa20/ref2/$(DEPDIR)/libsodium_la-core_hsalsa20.Tpo crypto_core/hsalsa20/ref2/$(DEPDIR)/libsodium_la-core_hsalsa20.Plo
|
2327
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_core/hsalsa20/ref2/core_hsalsa20.c' object='crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20.lo' libtool=yes @AMDEPBACKSLASH@
|
2328
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2329
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20.lo `test -f 'crypto_core/hsalsa20/ref2/core_hsalsa20.c' || echo '$(srcdir)/'`crypto_core/hsalsa20/ref2/core_hsalsa20.c
|
2330
|
+
|
2331
|
+
crypto_core/hsalsa20/libsodium_la-core_hsalsa20_api.lo: crypto_core/hsalsa20/core_hsalsa20_api.c
|
2332
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_core/hsalsa20/libsodium_la-core_hsalsa20_api.lo -MD -MP -MF crypto_core/hsalsa20/$(DEPDIR)/libsodium_la-core_hsalsa20_api.Tpo -c -o crypto_core/hsalsa20/libsodium_la-core_hsalsa20_api.lo `test -f 'crypto_core/hsalsa20/core_hsalsa20_api.c' || echo '$(srcdir)/'`crypto_core/hsalsa20/core_hsalsa20_api.c
|
2333
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_core/hsalsa20/$(DEPDIR)/libsodium_la-core_hsalsa20_api.Tpo crypto_core/hsalsa20/$(DEPDIR)/libsodium_la-core_hsalsa20_api.Plo
|
2334
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_core/hsalsa20/core_hsalsa20_api.c' object='crypto_core/hsalsa20/libsodium_la-core_hsalsa20_api.lo' libtool=yes @AMDEPBACKSLASH@
|
2335
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2336
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_core/hsalsa20/libsodium_la-core_hsalsa20_api.lo `test -f 'crypto_core/hsalsa20/core_hsalsa20_api.c' || echo '$(srcdir)/'`crypto_core/hsalsa20/core_hsalsa20_api.c
|
2337
|
+
|
2338
|
+
crypto_core/salsa20/ref/libsodium_la-core_salsa20.lo: crypto_core/salsa20/ref/core_salsa20.c
|
2339
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_core/salsa20/ref/libsodium_la-core_salsa20.lo -MD -MP -MF crypto_core/salsa20/ref/$(DEPDIR)/libsodium_la-core_salsa20.Tpo -c -o crypto_core/salsa20/ref/libsodium_la-core_salsa20.lo `test -f 'crypto_core/salsa20/ref/core_salsa20.c' || echo '$(srcdir)/'`crypto_core/salsa20/ref/core_salsa20.c
|
2340
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_core/salsa20/ref/$(DEPDIR)/libsodium_la-core_salsa20.Tpo crypto_core/salsa20/ref/$(DEPDIR)/libsodium_la-core_salsa20.Plo
|
2341
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_core/salsa20/ref/core_salsa20.c' object='crypto_core/salsa20/ref/libsodium_la-core_salsa20.lo' libtool=yes @AMDEPBACKSLASH@
|
2342
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2343
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_core/salsa20/ref/libsodium_la-core_salsa20.lo `test -f 'crypto_core/salsa20/ref/core_salsa20.c' || echo '$(srcdir)/'`crypto_core/salsa20/ref/core_salsa20.c
|
2344
|
+
|
2345
|
+
crypto_core/salsa20/libsodium_la-core_salsa20_api.lo: crypto_core/salsa20/core_salsa20_api.c
|
2346
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_core/salsa20/libsodium_la-core_salsa20_api.lo -MD -MP -MF crypto_core/salsa20/$(DEPDIR)/libsodium_la-core_salsa20_api.Tpo -c -o crypto_core/salsa20/libsodium_la-core_salsa20_api.lo `test -f 'crypto_core/salsa20/core_salsa20_api.c' || echo '$(srcdir)/'`crypto_core/salsa20/core_salsa20_api.c
|
2347
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_core/salsa20/$(DEPDIR)/libsodium_la-core_salsa20_api.Tpo crypto_core/salsa20/$(DEPDIR)/libsodium_la-core_salsa20_api.Plo
|
2348
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_core/salsa20/core_salsa20_api.c' object='crypto_core/salsa20/libsodium_la-core_salsa20_api.lo' libtool=yes @AMDEPBACKSLASH@
|
2349
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2350
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_core/salsa20/libsodium_la-core_salsa20_api.lo `test -f 'crypto_core/salsa20/core_salsa20_api.c' || echo '$(srcdir)/'`crypto_core/salsa20/core_salsa20_api.c
|
2351
|
+
|
2352
|
+
crypto_core/salsa2012/ref/libsodium_la-core_salsa2012.lo: crypto_core/salsa2012/ref/core_salsa2012.c
|
2353
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_core/salsa2012/ref/libsodium_la-core_salsa2012.lo -MD -MP -MF crypto_core/salsa2012/ref/$(DEPDIR)/libsodium_la-core_salsa2012.Tpo -c -o crypto_core/salsa2012/ref/libsodium_la-core_salsa2012.lo `test -f 'crypto_core/salsa2012/ref/core_salsa2012.c' || echo '$(srcdir)/'`crypto_core/salsa2012/ref/core_salsa2012.c
|
2354
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_core/salsa2012/ref/$(DEPDIR)/libsodium_la-core_salsa2012.Tpo crypto_core/salsa2012/ref/$(DEPDIR)/libsodium_la-core_salsa2012.Plo
|
2355
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_core/salsa2012/ref/core_salsa2012.c' object='crypto_core/salsa2012/ref/libsodium_la-core_salsa2012.lo' libtool=yes @AMDEPBACKSLASH@
|
2356
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2357
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_core/salsa2012/ref/libsodium_la-core_salsa2012.lo `test -f 'crypto_core/salsa2012/ref/core_salsa2012.c' || echo '$(srcdir)/'`crypto_core/salsa2012/ref/core_salsa2012.c
|
2358
|
+
|
2359
|
+
crypto_core/salsa2012/libsodium_la-core_salsa2012_api.lo: crypto_core/salsa2012/core_salsa2012_api.c
|
2360
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_core/salsa2012/libsodium_la-core_salsa2012_api.lo -MD -MP -MF crypto_core/salsa2012/$(DEPDIR)/libsodium_la-core_salsa2012_api.Tpo -c -o crypto_core/salsa2012/libsodium_la-core_salsa2012_api.lo `test -f 'crypto_core/salsa2012/core_salsa2012_api.c' || echo '$(srcdir)/'`crypto_core/salsa2012/core_salsa2012_api.c
|
2361
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_core/salsa2012/$(DEPDIR)/libsodium_la-core_salsa2012_api.Tpo crypto_core/salsa2012/$(DEPDIR)/libsodium_la-core_salsa2012_api.Plo
|
2362
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_core/salsa2012/core_salsa2012_api.c' object='crypto_core/salsa2012/libsodium_la-core_salsa2012_api.lo' libtool=yes @AMDEPBACKSLASH@
|
2363
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2364
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_core/salsa2012/libsodium_la-core_salsa2012_api.lo `test -f 'crypto_core/salsa2012/core_salsa2012_api.c' || echo '$(srcdir)/'`crypto_core/salsa2012/core_salsa2012_api.c
|
2365
|
+
|
2366
|
+
crypto_core/salsa208/ref/libsodium_la-core_salsa208.lo: crypto_core/salsa208/ref/core_salsa208.c
|
2367
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_core/salsa208/ref/libsodium_la-core_salsa208.lo -MD -MP -MF crypto_core/salsa208/ref/$(DEPDIR)/libsodium_la-core_salsa208.Tpo -c -o crypto_core/salsa208/ref/libsodium_la-core_salsa208.lo `test -f 'crypto_core/salsa208/ref/core_salsa208.c' || echo '$(srcdir)/'`crypto_core/salsa208/ref/core_salsa208.c
|
2368
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_core/salsa208/ref/$(DEPDIR)/libsodium_la-core_salsa208.Tpo crypto_core/salsa208/ref/$(DEPDIR)/libsodium_la-core_salsa208.Plo
|
2369
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_core/salsa208/ref/core_salsa208.c' object='crypto_core/salsa208/ref/libsodium_la-core_salsa208.lo' libtool=yes @AMDEPBACKSLASH@
|
2370
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2371
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_core/salsa208/ref/libsodium_la-core_salsa208.lo `test -f 'crypto_core/salsa208/ref/core_salsa208.c' || echo '$(srcdir)/'`crypto_core/salsa208/ref/core_salsa208.c
|
2372
|
+
|
2373
|
+
crypto_core/salsa208/libsodium_la-core_salsa208_api.lo: crypto_core/salsa208/core_salsa208_api.c
|
2374
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_core/salsa208/libsodium_la-core_salsa208_api.lo -MD -MP -MF crypto_core/salsa208/$(DEPDIR)/libsodium_la-core_salsa208_api.Tpo -c -o crypto_core/salsa208/libsodium_la-core_salsa208_api.lo `test -f 'crypto_core/salsa208/core_salsa208_api.c' || echo '$(srcdir)/'`crypto_core/salsa208/core_salsa208_api.c
|
2375
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_core/salsa208/$(DEPDIR)/libsodium_la-core_salsa208_api.Tpo crypto_core/salsa208/$(DEPDIR)/libsodium_la-core_salsa208_api.Plo
|
2376
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_core/salsa208/core_salsa208_api.c' object='crypto_core/salsa208/libsodium_la-core_salsa208_api.lo' libtool=yes @AMDEPBACKSLASH@
|
2377
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2378
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_core/salsa208/libsodium_la-core_salsa208_api.lo `test -f 'crypto_core/salsa208/core_salsa208_api.c' || echo '$(srcdir)/'`crypto_core/salsa208/core_salsa208_api.c
|
2379
|
+
|
2380
|
+
crypto_generichash/libsodium_la-crypto_generichash.lo: crypto_generichash/crypto_generichash.c
|
2381
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_generichash/libsodium_la-crypto_generichash.lo -MD -MP -MF crypto_generichash/$(DEPDIR)/libsodium_la-crypto_generichash.Tpo -c -o crypto_generichash/libsodium_la-crypto_generichash.lo `test -f 'crypto_generichash/crypto_generichash.c' || echo '$(srcdir)/'`crypto_generichash/crypto_generichash.c
|
2382
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_generichash/$(DEPDIR)/libsodium_la-crypto_generichash.Tpo crypto_generichash/$(DEPDIR)/libsodium_la-crypto_generichash.Plo
|
2383
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_generichash/crypto_generichash.c' object='crypto_generichash/libsodium_la-crypto_generichash.lo' libtool=yes @AMDEPBACKSLASH@
|
2384
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2385
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_generichash/libsodium_la-crypto_generichash.lo `test -f 'crypto_generichash/crypto_generichash.c' || echo '$(srcdir)/'`crypto_generichash/crypto_generichash.c
|
2386
|
+
|
2387
|
+
crypto_generichash/blake2/libsodium_la-generichash_blake2_api.lo: crypto_generichash/blake2/generichash_blake2_api.c
|
2388
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_generichash/blake2/libsodium_la-generichash_blake2_api.lo -MD -MP -MF crypto_generichash/blake2/$(DEPDIR)/libsodium_la-generichash_blake2_api.Tpo -c -o crypto_generichash/blake2/libsodium_la-generichash_blake2_api.lo `test -f 'crypto_generichash/blake2/generichash_blake2_api.c' || echo '$(srcdir)/'`crypto_generichash/blake2/generichash_blake2_api.c
|
2389
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_generichash/blake2/$(DEPDIR)/libsodium_la-generichash_blake2_api.Tpo crypto_generichash/blake2/$(DEPDIR)/libsodium_la-generichash_blake2_api.Plo
|
2390
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_generichash/blake2/generichash_blake2_api.c' object='crypto_generichash/blake2/libsodium_la-generichash_blake2_api.lo' libtool=yes @AMDEPBACKSLASH@
|
2391
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2392
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_generichash/blake2/libsodium_la-generichash_blake2_api.lo `test -f 'crypto_generichash/blake2/generichash_blake2_api.c' || echo '$(srcdir)/'`crypto_generichash/blake2/generichash_blake2_api.c
|
2393
|
+
|
2394
|
+
crypto_generichash/blake2/ref/libsodium_la-blake2b-ref.lo: crypto_generichash/blake2/ref/blake2b-ref.c
|
2395
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_generichash/blake2/ref/libsodium_la-blake2b-ref.lo -MD -MP -MF crypto_generichash/blake2/ref/$(DEPDIR)/libsodium_la-blake2b-ref.Tpo -c -o crypto_generichash/blake2/ref/libsodium_la-blake2b-ref.lo `test -f 'crypto_generichash/blake2/ref/blake2b-ref.c' || echo '$(srcdir)/'`crypto_generichash/blake2/ref/blake2b-ref.c
|
2396
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_generichash/blake2/ref/$(DEPDIR)/libsodium_la-blake2b-ref.Tpo crypto_generichash/blake2/ref/$(DEPDIR)/libsodium_la-blake2b-ref.Plo
|
2397
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_generichash/blake2/ref/blake2b-ref.c' object='crypto_generichash/blake2/ref/libsodium_la-blake2b-ref.lo' libtool=yes @AMDEPBACKSLASH@
|
2398
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2399
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_generichash/blake2/ref/libsodium_la-blake2b-ref.lo `test -f 'crypto_generichash/blake2/ref/blake2b-ref.c' || echo '$(srcdir)/'`crypto_generichash/blake2/ref/blake2b-ref.c
|
2400
|
+
|
2401
|
+
crypto_generichash/blake2/ref/libsodium_la-generichash_blake2b.lo: crypto_generichash/blake2/ref/generichash_blake2b.c
|
2402
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_generichash/blake2/ref/libsodium_la-generichash_blake2b.lo -MD -MP -MF crypto_generichash/blake2/ref/$(DEPDIR)/libsodium_la-generichash_blake2b.Tpo -c -o crypto_generichash/blake2/ref/libsodium_la-generichash_blake2b.lo `test -f 'crypto_generichash/blake2/ref/generichash_blake2b.c' || echo '$(srcdir)/'`crypto_generichash/blake2/ref/generichash_blake2b.c
|
2403
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_generichash/blake2/ref/$(DEPDIR)/libsodium_la-generichash_blake2b.Tpo crypto_generichash/blake2/ref/$(DEPDIR)/libsodium_la-generichash_blake2b.Plo
|
2404
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_generichash/blake2/ref/generichash_blake2b.c' object='crypto_generichash/blake2/ref/libsodium_la-generichash_blake2b.lo' libtool=yes @AMDEPBACKSLASH@
|
2405
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2406
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_generichash/blake2/ref/libsodium_la-generichash_blake2b.lo `test -f 'crypto_generichash/blake2/ref/generichash_blake2b.c' || echo '$(srcdir)/'`crypto_generichash/blake2/ref/generichash_blake2b.c
|
2407
|
+
|
2408
|
+
crypto_hash/libsodium_la-crypto_hash.lo: crypto_hash/crypto_hash.c
|
2409
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_hash/libsodium_la-crypto_hash.lo -MD -MP -MF crypto_hash/$(DEPDIR)/libsodium_la-crypto_hash.Tpo -c -o crypto_hash/libsodium_la-crypto_hash.lo `test -f 'crypto_hash/crypto_hash.c' || echo '$(srcdir)/'`crypto_hash/crypto_hash.c
|
2410
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_hash/$(DEPDIR)/libsodium_la-crypto_hash.Tpo crypto_hash/$(DEPDIR)/libsodium_la-crypto_hash.Plo
|
2411
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_hash/crypto_hash.c' object='crypto_hash/libsodium_la-crypto_hash.lo' libtool=yes @AMDEPBACKSLASH@
|
2412
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2413
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_hash/libsodium_la-crypto_hash.lo `test -f 'crypto_hash/crypto_hash.c' || echo '$(srcdir)/'`crypto_hash/crypto_hash.c
|
2414
|
+
|
2415
|
+
crypto_hash/sha256/libsodium_la-hash_sha256_api.lo: crypto_hash/sha256/hash_sha256_api.c
|
2416
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_hash/sha256/libsodium_la-hash_sha256_api.lo -MD -MP -MF crypto_hash/sha256/$(DEPDIR)/libsodium_la-hash_sha256_api.Tpo -c -o crypto_hash/sha256/libsodium_la-hash_sha256_api.lo `test -f 'crypto_hash/sha256/hash_sha256_api.c' || echo '$(srcdir)/'`crypto_hash/sha256/hash_sha256_api.c
|
2417
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_hash/sha256/$(DEPDIR)/libsodium_la-hash_sha256_api.Tpo crypto_hash/sha256/$(DEPDIR)/libsodium_la-hash_sha256_api.Plo
|
2418
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_hash/sha256/hash_sha256_api.c' object='crypto_hash/sha256/libsodium_la-hash_sha256_api.lo' libtool=yes @AMDEPBACKSLASH@
|
2419
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2420
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_hash/sha256/libsodium_la-hash_sha256_api.lo `test -f 'crypto_hash/sha256/hash_sha256_api.c' || echo '$(srcdir)/'`crypto_hash/sha256/hash_sha256_api.c
|
2421
|
+
|
2422
|
+
crypto_hash/sha256/cp/libsodium_la-hash_sha256.lo: crypto_hash/sha256/cp/hash_sha256.c
|
2423
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_hash/sha256/cp/libsodium_la-hash_sha256.lo -MD -MP -MF crypto_hash/sha256/cp/$(DEPDIR)/libsodium_la-hash_sha256.Tpo -c -o crypto_hash/sha256/cp/libsodium_la-hash_sha256.lo `test -f 'crypto_hash/sha256/cp/hash_sha256.c' || echo '$(srcdir)/'`crypto_hash/sha256/cp/hash_sha256.c
|
2424
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_hash/sha256/cp/$(DEPDIR)/libsodium_la-hash_sha256.Tpo crypto_hash/sha256/cp/$(DEPDIR)/libsodium_la-hash_sha256.Plo
|
2425
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_hash/sha256/cp/hash_sha256.c' object='crypto_hash/sha256/cp/libsodium_la-hash_sha256.lo' libtool=yes @AMDEPBACKSLASH@
|
2426
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2427
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_hash/sha256/cp/libsodium_la-hash_sha256.lo `test -f 'crypto_hash/sha256/cp/hash_sha256.c' || echo '$(srcdir)/'`crypto_hash/sha256/cp/hash_sha256.c
|
2428
|
+
|
2429
|
+
crypto_hash/sha512/libsodium_la-hash_sha512_api.lo: crypto_hash/sha512/hash_sha512_api.c
|
2430
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_hash/sha512/libsodium_la-hash_sha512_api.lo -MD -MP -MF crypto_hash/sha512/$(DEPDIR)/libsodium_la-hash_sha512_api.Tpo -c -o crypto_hash/sha512/libsodium_la-hash_sha512_api.lo `test -f 'crypto_hash/sha512/hash_sha512_api.c' || echo '$(srcdir)/'`crypto_hash/sha512/hash_sha512_api.c
|
2431
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_hash/sha512/$(DEPDIR)/libsodium_la-hash_sha512_api.Tpo crypto_hash/sha512/$(DEPDIR)/libsodium_la-hash_sha512_api.Plo
|
2432
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_hash/sha512/hash_sha512_api.c' object='crypto_hash/sha512/libsodium_la-hash_sha512_api.lo' libtool=yes @AMDEPBACKSLASH@
|
2433
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2434
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_hash/sha512/libsodium_la-hash_sha512_api.lo `test -f 'crypto_hash/sha512/hash_sha512_api.c' || echo '$(srcdir)/'`crypto_hash/sha512/hash_sha512_api.c
|
2435
|
+
|
2436
|
+
crypto_hash/sha512/cp/libsodium_la-hash_sha512.lo: crypto_hash/sha512/cp/hash_sha512.c
|
2437
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_hash/sha512/cp/libsodium_la-hash_sha512.lo -MD -MP -MF crypto_hash/sha512/cp/$(DEPDIR)/libsodium_la-hash_sha512.Tpo -c -o crypto_hash/sha512/cp/libsodium_la-hash_sha512.lo `test -f 'crypto_hash/sha512/cp/hash_sha512.c' || echo '$(srcdir)/'`crypto_hash/sha512/cp/hash_sha512.c
|
2438
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_hash/sha512/cp/$(DEPDIR)/libsodium_la-hash_sha512.Tpo crypto_hash/sha512/cp/$(DEPDIR)/libsodium_la-hash_sha512.Plo
|
2439
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_hash/sha512/cp/hash_sha512.c' object='crypto_hash/sha512/cp/libsodium_la-hash_sha512.lo' libtool=yes @AMDEPBACKSLASH@
|
2440
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2441
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_hash/sha512/cp/libsodium_la-hash_sha512.lo `test -f 'crypto_hash/sha512/cp/hash_sha512.c' || echo '$(srcdir)/'`crypto_hash/sha512/cp/hash_sha512.c
|
2442
|
+
|
2443
|
+
crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo: crypto_onetimeauth/crypto_onetimeauth.c
|
2444
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo -MD -MP -MF crypto_onetimeauth/$(DEPDIR)/libsodium_la-crypto_onetimeauth.Tpo -c -o crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo `test -f 'crypto_onetimeauth/crypto_onetimeauth.c' || echo '$(srcdir)/'`crypto_onetimeauth/crypto_onetimeauth.c
|
2445
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_onetimeauth/$(DEPDIR)/libsodium_la-crypto_onetimeauth.Tpo crypto_onetimeauth/$(DEPDIR)/libsodium_la-crypto_onetimeauth.Plo
|
2446
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_onetimeauth/crypto_onetimeauth.c' object='crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo' libtool=yes @AMDEPBACKSLASH@
|
2447
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2448
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo `test -f 'crypto_onetimeauth/crypto_onetimeauth.c' || echo '$(srcdir)/'`crypto_onetimeauth/crypto_onetimeauth.c
|
2449
|
+
|
2450
|
+
crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.lo: crypto_onetimeauth/poly1305/onetimeauth_poly1305.c
|
2451
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.lo -MD -MP -MF crypto_onetimeauth/poly1305/$(DEPDIR)/libsodium_la-onetimeauth_poly1305.Tpo -c -o crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.lo `test -f 'crypto_onetimeauth/poly1305/onetimeauth_poly1305.c' || echo '$(srcdir)/'`crypto_onetimeauth/poly1305/onetimeauth_poly1305.c
|
2452
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_onetimeauth/poly1305/$(DEPDIR)/libsodium_la-onetimeauth_poly1305.Tpo crypto_onetimeauth/poly1305/$(DEPDIR)/libsodium_la-onetimeauth_poly1305.Plo
|
2453
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_onetimeauth/poly1305/onetimeauth_poly1305.c' object='crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.lo' libtool=yes @AMDEPBACKSLASH@
|
2454
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2455
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.lo `test -f 'crypto_onetimeauth/poly1305/onetimeauth_poly1305.c' || echo '$(srcdir)/'`crypto_onetimeauth/poly1305/onetimeauth_poly1305.c
|
2456
|
+
|
2457
|
+
crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305_api.lo: crypto_onetimeauth/poly1305/onetimeauth_poly1305_api.c
|
2458
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305_api.lo -MD -MP -MF crypto_onetimeauth/poly1305/$(DEPDIR)/libsodium_la-onetimeauth_poly1305_api.Tpo -c -o crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305_api.lo `test -f 'crypto_onetimeauth/poly1305/onetimeauth_poly1305_api.c' || echo '$(srcdir)/'`crypto_onetimeauth/poly1305/onetimeauth_poly1305_api.c
|
2459
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_onetimeauth/poly1305/$(DEPDIR)/libsodium_la-onetimeauth_poly1305_api.Tpo crypto_onetimeauth/poly1305/$(DEPDIR)/libsodium_la-onetimeauth_poly1305_api.Plo
|
2460
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_onetimeauth/poly1305/onetimeauth_poly1305_api.c' object='crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305_api.lo' libtool=yes @AMDEPBACKSLASH@
|
2461
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2462
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305_api.lo `test -f 'crypto_onetimeauth/poly1305/onetimeauth_poly1305_api.c' || echo '$(srcdir)/'`crypto_onetimeauth/poly1305/onetimeauth_poly1305_api.c
|
2463
|
+
|
2464
|
+
crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305_try.lo: crypto_onetimeauth/poly1305/onetimeauth_poly1305_try.c
|
2465
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305_try.lo -MD -MP -MF crypto_onetimeauth/poly1305/$(DEPDIR)/libsodium_la-onetimeauth_poly1305_try.Tpo -c -o crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305_try.lo `test -f 'crypto_onetimeauth/poly1305/onetimeauth_poly1305_try.c' || echo '$(srcdir)/'`crypto_onetimeauth/poly1305/onetimeauth_poly1305_try.c
|
2466
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_onetimeauth/poly1305/$(DEPDIR)/libsodium_la-onetimeauth_poly1305_try.Tpo crypto_onetimeauth/poly1305/$(DEPDIR)/libsodium_la-onetimeauth_poly1305_try.Plo
|
2467
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_onetimeauth/poly1305/onetimeauth_poly1305_try.c' object='crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305_try.lo' libtool=yes @AMDEPBACKSLASH@
|
2468
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2469
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305_try.lo `test -f 'crypto_onetimeauth/poly1305/onetimeauth_poly1305_try.c' || echo '$(srcdir)/'`crypto_onetimeauth/poly1305/onetimeauth_poly1305_try.c
|
2470
|
+
|
2471
|
+
crypto_onetimeauth/poly1305/donna/libsodium_la-auth_poly1305_donna.lo: crypto_onetimeauth/poly1305/donna/auth_poly1305_donna.c
|
2472
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_onetimeauth/poly1305/donna/libsodium_la-auth_poly1305_donna.lo -MD -MP -MF crypto_onetimeauth/poly1305/donna/$(DEPDIR)/libsodium_la-auth_poly1305_donna.Tpo -c -o crypto_onetimeauth/poly1305/donna/libsodium_la-auth_poly1305_donna.lo `test -f 'crypto_onetimeauth/poly1305/donna/auth_poly1305_donna.c' || echo '$(srcdir)/'`crypto_onetimeauth/poly1305/donna/auth_poly1305_donna.c
|
2473
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_onetimeauth/poly1305/donna/$(DEPDIR)/libsodium_la-auth_poly1305_donna.Tpo crypto_onetimeauth/poly1305/donna/$(DEPDIR)/libsodium_la-auth_poly1305_donna.Plo
|
2474
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_onetimeauth/poly1305/donna/auth_poly1305_donna.c' object='crypto_onetimeauth/poly1305/donna/libsodium_la-auth_poly1305_donna.lo' libtool=yes @AMDEPBACKSLASH@
|
2475
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2476
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_onetimeauth/poly1305/donna/libsodium_la-auth_poly1305_donna.lo `test -f 'crypto_onetimeauth/poly1305/donna/auth_poly1305_donna.c' || echo '$(srcdir)/'`crypto_onetimeauth/poly1305/donna/auth_poly1305_donna.c
|
2477
|
+
|
2478
|
+
crypto_onetimeauth/poly1305/donna/libsodium_la-verify_poly1305_donna.lo: crypto_onetimeauth/poly1305/donna/verify_poly1305_donna.c
|
2479
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_onetimeauth/poly1305/donna/libsodium_la-verify_poly1305_donna.lo -MD -MP -MF crypto_onetimeauth/poly1305/donna/$(DEPDIR)/libsodium_la-verify_poly1305_donna.Tpo -c -o crypto_onetimeauth/poly1305/donna/libsodium_la-verify_poly1305_donna.lo `test -f 'crypto_onetimeauth/poly1305/donna/verify_poly1305_donna.c' || echo '$(srcdir)/'`crypto_onetimeauth/poly1305/donna/verify_poly1305_donna.c
|
2480
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_onetimeauth/poly1305/donna/$(DEPDIR)/libsodium_la-verify_poly1305_donna.Tpo crypto_onetimeauth/poly1305/donna/$(DEPDIR)/libsodium_la-verify_poly1305_donna.Plo
|
2481
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_onetimeauth/poly1305/donna/verify_poly1305_donna.c' object='crypto_onetimeauth/poly1305/donna/libsodium_la-verify_poly1305_donna.lo' libtool=yes @AMDEPBACKSLASH@
|
2482
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2483
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_onetimeauth/poly1305/donna/libsodium_la-verify_poly1305_donna.lo `test -f 'crypto_onetimeauth/poly1305/donna/verify_poly1305_donna.c' || echo '$(srcdir)/'`crypto_onetimeauth/poly1305/donna/verify_poly1305_donna.c
|
2484
|
+
|
2485
|
+
crypto_pwhash/scryptxsalsa208sha256/libsodium_la-crypto_scrypt-common.lo: crypto_pwhash/scryptxsalsa208sha256/crypto_scrypt-common.c
|
2486
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_pwhash/scryptxsalsa208sha256/libsodium_la-crypto_scrypt-common.lo -MD -MP -MF crypto_pwhash/scryptxsalsa208sha256/$(DEPDIR)/libsodium_la-crypto_scrypt-common.Tpo -c -o crypto_pwhash/scryptxsalsa208sha256/libsodium_la-crypto_scrypt-common.lo `test -f 'crypto_pwhash/scryptxsalsa208sha256/crypto_scrypt-common.c' || echo '$(srcdir)/'`crypto_pwhash/scryptxsalsa208sha256/crypto_scrypt-common.c
|
2487
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_pwhash/scryptxsalsa208sha256/$(DEPDIR)/libsodium_la-crypto_scrypt-common.Tpo crypto_pwhash/scryptxsalsa208sha256/$(DEPDIR)/libsodium_la-crypto_scrypt-common.Plo
|
2488
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_pwhash/scryptxsalsa208sha256/crypto_scrypt-common.c' object='crypto_pwhash/scryptxsalsa208sha256/libsodium_la-crypto_scrypt-common.lo' libtool=yes @AMDEPBACKSLASH@
|
2489
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2490
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_pwhash/scryptxsalsa208sha256/libsodium_la-crypto_scrypt-common.lo `test -f 'crypto_pwhash/scryptxsalsa208sha256/crypto_scrypt-common.c' || echo '$(srcdir)/'`crypto_pwhash/scryptxsalsa208sha256/crypto_scrypt-common.c
|
2491
|
+
|
2492
|
+
crypto_pwhash/scryptxsalsa208sha256/libsodium_la-scrypt_platform.lo: crypto_pwhash/scryptxsalsa208sha256/scrypt_platform.c
|
2493
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_pwhash/scryptxsalsa208sha256/libsodium_la-scrypt_platform.lo -MD -MP -MF crypto_pwhash/scryptxsalsa208sha256/$(DEPDIR)/libsodium_la-scrypt_platform.Tpo -c -o crypto_pwhash/scryptxsalsa208sha256/libsodium_la-scrypt_platform.lo `test -f 'crypto_pwhash/scryptxsalsa208sha256/scrypt_platform.c' || echo '$(srcdir)/'`crypto_pwhash/scryptxsalsa208sha256/scrypt_platform.c
|
2494
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_pwhash/scryptxsalsa208sha256/$(DEPDIR)/libsodium_la-scrypt_platform.Tpo crypto_pwhash/scryptxsalsa208sha256/$(DEPDIR)/libsodium_la-scrypt_platform.Plo
|
2495
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_pwhash/scryptxsalsa208sha256/scrypt_platform.c' object='crypto_pwhash/scryptxsalsa208sha256/libsodium_la-scrypt_platform.lo' libtool=yes @AMDEPBACKSLASH@
|
2496
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2497
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_pwhash/scryptxsalsa208sha256/libsodium_la-scrypt_platform.lo `test -f 'crypto_pwhash/scryptxsalsa208sha256/scrypt_platform.c' || echo '$(srcdir)/'`crypto_pwhash/scryptxsalsa208sha256/scrypt_platform.c
|
2498
|
+
|
2499
|
+
crypto_pwhash/scryptxsalsa208sha256/libsodium_la-pbkdf2-sha256.lo: crypto_pwhash/scryptxsalsa208sha256/pbkdf2-sha256.c
|
2500
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_pwhash/scryptxsalsa208sha256/libsodium_la-pbkdf2-sha256.lo -MD -MP -MF crypto_pwhash/scryptxsalsa208sha256/$(DEPDIR)/libsodium_la-pbkdf2-sha256.Tpo -c -o crypto_pwhash/scryptxsalsa208sha256/libsodium_la-pbkdf2-sha256.lo `test -f 'crypto_pwhash/scryptxsalsa208sha256/pbkdf2-sha256.c' || echo '$(srcdir)/'`crypto_pwhash/scryptxsalsa208sha256/pbkdf2-sha256.c
|
2501
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_pwhash/scryptxsalsa208sha256/$(DEPDIR)/libsodium_la-pbkdf2-sha256.Tpo crypto_pwhash/scryptxsalsa208sha256/$(DEPDIR)/libsodium_la-pbkdf2-sha256.Plo
|
2502
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_pwhash/scryptxsalsa208sha256/pbkdf2-sha256.c' object='crypto_pwhash/scryptxsalsa208sha256/libsodium_la-pbkdf2-sha256.lo' libtool=yes @AMDEPBACKSLASH@
|
2503
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2504
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_pwhash/scryptxsalsa208sha256/libsodium_la-pbkdf2-sha256.lo `test -f 'crypto_pwhash/scryptxsalsa208sha256/pbkdf2-sha256.c' || echo '$(srcdir)/'`crypto_pwhash/scryptxsalsa208sha256/pbkdf2-sha256.c
|
2505
|
+
|
2506
|
+
crypto_pwhash/scryptxsalsa208sha256/libsodium_la-pwhash_scryptxsalsa208sha256.lo: crypto_pwhash/scryptxsalsa208sha256/pwhash_scryptxsalsa208sha256.c
|
2507
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_pwhash/scryptxsalsa208sha256/libsodium_la-pwhash_scryptxsalsa208sha256.lo -MD -MP -MF crypto_pwhash/scryptxsalsa208sha256/$(DEPDIR)/libsodium_la-pwhash_scryptxsalsa208sha256.Tpo -c -o crypto_pwhash/scryptxsalsa208sha256/libsodium_la-pwhash_scryptxsalsa208sha256.lo `test -f 'crypto_pwhash/scryptxsalsa208sha256/pwhash_scryptxsalsa208sha256.c' || echo '$(srcdir)/'`crypto_pwhash/scryptxsalsa208sha256/pwhash_scryptxsalsa208sha256.c
|
2508
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_pwhash/scryptxsalsa208sha256/$(DEPDIR)/libsodium_la-pwhash_scryptxsalsa208sha256.Tpo crypto_pwhash/scryptxsalsa208sha256/$(DEPDIR)/libsodium_la-pwhash_scryptxsalsa208sha256.Plo
|
2509
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_pwhash/scryptxsalsa208sha256/pwhash_scryptxsalsa208sha256.c' object='crypto_pwhash/scryptxsalsa208sha256/libsodium_la-pwhash_scryptxsalsa208sha256.lo' libtool=yes @AMDEPBACKSLASH@
|
2510
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2511
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_pwhash/scryptxsalsa208sha256/libsodium_la-pwhash_scryptxsalsa208sha256.lo `test -f 'crypto_pwhash/scryptxsalsa208sha256/pwhash_scryptxsalsa208sha256.c' || echo '$(srcdir)/'`crypto_pwhash/scryptxsalsa208sha256/pwhash_scryptxsalsa208sha256.c
|
2512
|
+
|
2513
|
+
crypto_pwhash/scryptxsalsa208sha256/nosse/libsodium_la-pwhash_scryptxsalsa208sha256_nosse.lo: crypto_pwhash/scryptxsalsa208sha256/nosse/pwhash_scryptxsalsa208sha256_nosse.c
|
2514
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_pwhash/scryptxsalsa208sha256/nosse/libsodium_la-pwhash_scryptxsalsa208sha256_nosse.lo -MD -MP -MF crypto_pwhash/scryptxsalsa208sha256/nosse/$(DEPDIR)/libsodium_la-pwhash_scryptxsalsa208sha256_nosse.Tpo -c -o crypto_pwhash/scryptxsalsa208sha256/nosse/libsodium_la-pwhash_scryptxsalsa208sha256_nosse.lo `test -f 'crypto_pwhash/scryptxsalsa208sha256/nosse/pwhash_scryptxsalsa208sha256_nosse.c' || echo '$(srcdir)/'`crypto_pwhash/scryptxsalsa208sha256/nosse/pwhash_scryptxsalsa208sha256_nosse.c
|
2515
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_pwhash/scryptxsalsa208sha256/nosse/$(DEPDIR)/libsodium_la-pwhash_scryptxsalsa208sha256_nosse.Tpo crypto_pwhash/scryptxsalsa208sha256/nosse/$(DEPDIR)/libsodium_la-pwhash_scryptxsalsa208sha256_nosse.Plo
|
2516
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_pwhash/scryptxsalsa208sha256/nosse/pwhash_scryptxsalsa208sha256_nosse.c' object='crypto_pwhash/scryptxsalsa208sha256/nosse/libsodium_la-pwhash_scryptxsalsa208sha256_nosse.lo' libtool=yes @AMDEPBACKSLASH@
|
2517
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2518
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_pwhash/scryptxsalsa208sha256/nosse/libsodium_la-pwhash_scryptxsalsa208sha256_nosse.lo `test -f 'crypto_pwhash/scryptxsalsa208sha256/nosse/pwhash_scryptxsalsa208sha256_nosse.c' || echo '$(srcdir)/'`crypto_pwhash/scryptxsalsa208sha256/nosse/pwhash_scryptxsalsa208sha256_nosse.c
|
2519
|
+
|
2520
|
+
crypto_pwhash/scryptxsalsa208sha256/sse/libsodium_la-pwhash_scryptxsalsa208sha256_sse.lo: crypto_pwhash/scryptxsalsa208sha256/sse/pwhash_scryptxsalsa208sha256_sse.c
|
2521
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_pwhash/scryptxsalsa208sha256/sse/libsodium_la-pwhash_scryptxsalsa208sha256_sse.lo -MD -MP -MF crypto_pwhash/scryptxsalsa208sha256/sse/$(DEPDIR)/libsodium_la-pwhash_scryptxsalsa208sha256_sse.Tpo -c -o crypto_pwhash/scryptxsalsa208sha256/sse/libsodium_la-pwhash_scryptxsalsa208sha256_sse.lo `test -f 'crypto_pwhash/scryptxsalsa208sha256/sse/pwhash_scryptxsalsa208sha256_sse.c' || echo '$(srcdir)/'`crypto_pwhash/scryptxsalsa208sha256/sse/pwhash_scryptxsalsa208sha256_sse.c
|
2522
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_pwhash/scryptxsalsa208sha256/sse/$(DEPDIR)/libsodium_la-pwhash_scryptxsalsa208sha256_sse.Tpo crypto_pwhash/scryptxsalsa208sha256/sse/$(DEPDIR)/libsodium_la-pwhash_scryptxsalsa208sha256_sse.Plo
|
2523
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_pwhash/scryptxsalsa208sha256/sse/pwhash_scryptxsalsa208sha256_sse.c' object='crypto_pwhash/scryptxsalsa208sha256/sse/libsodium_la-pwhash_scryptxsalsa208sha256_sse.lo' libtool=yes @AMDEPBACKSLASH@
|
2524
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2525
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_pwhash/scryptxsalsa208sha256/sse/libsodium_la-pwhash_scryptxsalsa208sha256_sse.lo `test -f 'crypto_pwhash/scryptxsalsa208sha256/sse/pwhash_scryptxsalsa208sha256_sse.c' || echo '$(srcdir)/'`crypto_pwhash/scryptxsalsa208sha256/sse/pwhash_scryptxsalsa208sha256_sse.c
|
2526
|
+
|
2527
|
+
crypto_scalarmult/libsodium_la-crypto_scalarmult.lo: crypto_scalarmult/crypto_scalarmult.c
|
2528
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_scalarmult/libsodium_la-crypto_scalarmult.lo -MD -MP -MF crypto_scalarmult/$(DEPDIR)/libsodium_la-crypto_scalarmult.Tpo -c -o crypto_scalarmult/libsodium_la-crypto_scalarmult.lo `test -f 'crypto_scalarmult/crypto_scalarmult.c' || echo '$(srcdir)/'`crypto_scalarmult/crypto_scalarmult.c
|
2529
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_scalarmult/$(DEPDIR)/libsodium_la-crypto_scalarmult.Tpo crypto_scalarmult/$(DEPDIR)/libsodium_la-crypto_scalarmult.Plo
|
2530
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_scalarmult/crypto_scalarmult.c' object='crypto_scalarmult/libsodium_la-crypto_scalarmult.lo' libtool=yes @AMDEPBACKSLASH@
|
2531
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2532
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_scalarmult/libsodium_la-crypto_scalarmult.lo `test -f 'crypto_scalarmult/crypto_scalarmult.c' || echo '$(srcdir)/'`crypto_scalarmult/crypto_scalarmult.c
|
2533
|
+
|
2534
|
+
crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519_api.lo: crypto_scalarmult/curve25519/scalarmult_curve25519_api.c
|
2535
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519_api.lo -MD -MP -MF crypto_scalarmult/curve25519/$(DEPDIR)/libsodium_la-scalarmult_curve25519_api.Tpo -c -o crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519_api.lo `test -f 'crypto_scalarmult/curve25519/scalarmult_curve25519_api.c' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/scalarmult_curve25519_api.c
|
2536
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_scalarmult/curve25519/$(DEPDIR)/libsodium_la-scalarmult_curve25519_api.Tpo crypto_scalarmult/curve25519/$(DEPDIR)/libsodium_la-scalarmult_curve25519_api.Plo
|
2537
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_scalarmult/curve25519/scalarmult_curve25519_api.c' object='crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519_api.lo' libtool=yes @AMDEPBACKSLASH@
|
2538
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2539
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519_api.lo `test -f 'crypto_scalarmult/curve25519/scalarmult_curve25519_api.c' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/scalarmult_curve25519_api.c
|
2540
|
+
|
2541
|
+
crypto_secretbox/libsodium_la-crypto_secretbox.lo: crypto_secretbox/crypto_secretbox.c
|
2542
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_secretbox/libsodium_la-crypto_secretbox.lo -MD -MP -MF crypto_secretbox/$(DEPDIR)/libsodium_la-crypto_secretbox.Tpo -c -o crypto_secretbox/libsodium_la-crypto_secretbox.lo `test -f 'crypto_secretbox/crypto_secretbox.c' || echo '$(srcdir)/'`crypto_secretbox/crypto_secretbox.c
|
2543
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_secretbox/$(DEPDIR)/libsodium_la-crypto_secretbox.Tpo crypto_secretbox/$(DEPDIR)/libsodium_la-crypto_secretbox.Plo
|
2544
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_secretbox/crypto_secretbox.c' object='crypto_secretbox/libsodium_la-crypto_secretbox.lo' libtool=yes @AMDEPBACKSLASH@
|
2545
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2546
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_secretbox/libsodium_la-crypto_secretbox.lo `test -f 'crypto_secretbox/crypto_secretbox.c' || echo '$(srcdir)/'`crypto_secretbox/crypto_secretbox.c
|
2547
|
+
|
2548
|
+
crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo: crypto_secretbox/crypto_secretbox_easy.c
|
2549
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo -MD -MP -MF crypto_secretbox/$(DEPDIR)/libsodium_la-crypto_secretbox_easy.Tpo -c -o crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo `test -f 'crypto_secretbox/crypto_secretbox_easy.c' || echo '$(srcdir)/'`crypto_secretbox/crypto_secretbox_easy.c
|
2550
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_secretbox/$(DEPDIR)/libsodium_la-crypto_secretbox_easy.Tpo crypto_secretbox/$(DEPDIR)/libsodium_la-crypto_secretbox_easy.Plo
|
2551
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_secretbox/crypto_secretbox_easy.c' object='crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo' libtool=yes @AMDEPBACKSLASH@
|
2552
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2553
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo `test -f 'crypto_secretbox/crypto_secretbox_easy.c' || echo '$(srcdir)/'`crypto_secretbox/crypto_secretbox_easy.c
|
2554
|
+
|
2555
|
+
crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305_api.lo: crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305_api.c
|
2556
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305_api.lo -MD -MP -MF crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/libsodium_la-secretbox_xsalsa20poly1305_api.Tpo -c -o crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305_api.lo `test -f 'crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305_api.c' || echo '$(srcdir)/'`crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305_api.c
|
2557
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/libsodium_la-secretbox_xsalsa20poly1305_api.Tpo crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/libsodium_la-secretbox_xsalsa20poly1305_api.Plo
|
2558
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305_api.c' object='crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305_api.lo' libtool=yes @AMDEPBACKSLASH@
|
2559
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2560
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305_api.lo `test -f 'crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305_api.c' || echo '$(srcdir)/'`crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305_api.c
|
2561
|
+
|
2562
|
+
crypto_secretbox/xsalsa20poly1305/ref/libsodium_la-box_xsalsa20poly1305.lo: crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c
|
2563
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_secretbox/xsalsa20poly1305/ref/libsodium_la-box_xsalsa20poly1305.lo -MD -MP -MF crypto_secretbox/xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-box_xsalsa20poly1305.Tpo -c -o crypto_secretbox/xsalsa20poly1305/ref/libsodium_la-box_xsalsa20poly1305.lo `test -f 'crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c' || echo '$(srcdir)/'`crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c
|
2564
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_secretbox/xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-box_xsalsa20poly1305.Tpo crypto_secretbox/xsalsa20poly1305/ref/$(DEPDIR)/libsodium_la-box_xsalsa20poly1305.Plo
|
2565
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c' object='crypto_secretbox/xsalsa20poly1305/ref/libsodium_la-box_xsalsa20poly1305.lo' libtool=yes @AMDEPBACKSLASH@
|
2566
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2567
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_secretbox/xsalsa20poly1305/ref/libsodium_la-box_xsalsa20poly1305.lo `test -f 'crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c' || echo '$(srcdir)/'`crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c
|
2568
|
+
|
2569
|
+
crypto_shorthash/libsodium_la-crypto_shorthash.lo: crypto_shorthash/crypto_shorthash.c
|
2570
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_shorthash/libsodium_la-crypto_shorthash.lo -MD -MP -MF crypto_shorthash/$(DEPDIR)/libsodium_la-crypto_shorthash.Tpo -c -o crypto_shorthash/libsodium_la-crypto_shorthash.lo `test -f 'crypto_shorthash/crypto_shorthash.c' || echo '$(srcdir)/'`crypto_shorthash/crypto_shorthash.c
|
2571
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_shorthash/$(DEPDIR)/libsodium_la-crypto_shorthash.Tpo crypto_shorthash/$(DEPDIR)/libsodium_la-crypto_shorthash.Plo
|
2572
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_shorthash/crypto_shorthash.c' object='crypto_shorthash/libsodium_la-crypto_shorthash.lo' libtool=yes @AMDEPBACKSLASH@
|
2573
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2574
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_shorthash/libsodium_la-crypto_shorthash.lo `test -f 'crypto_shorthash/crypto_shorthash.c' || echo '$(srcdir)/'`crypto_shorthash/crypto_shorthash.c
|
2575
|
+
|
2576
|
+
crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24_api.lo: crypto_shorthash/siphash24/shorthash_siphash24_api.c
|
2577
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24_api.lo -MD -MP -MF crypto_shorthash/siphash24/$(DEPDIR)/libsodium_la-shorthash_siphash24_api.Tpo -c -o crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24_api.lo `test -f 'crypto_shorthash/siphash24/shorthash_siphash24_api.c' || echo '$(srcdir)/'`crypto_shorthash/siphash24/shorthash_siphash24_api.c
|
2578
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_shorthash/siphash24/$(DEPDIR)/libsodium_la-shorthash_siphash24_api.Tpo crypto_shorthash/siphash24/$(DEPDIR)/libsodium_la-shorthash_siphash24_api.Plo
|
2579
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_shorthash/siphash24/shorthash_siphash24_api.c' object='crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24_api.lo' libtool=yes @AMDEPBACKSLASH@
|
2580
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2581
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24_api.lo `test -f 'crypto_shorthash/siphash24/shorthash_siphash24_api.c' || echo '$(srcdir)/'`crypto_shorthash/siphash24/shorthash_siphash24_api.c
|
2582
|
+
|
2583
|
+
crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24.lo: crypto_shorthash/siphash24/ref/shorthash_siphash24.c
|
2584
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24.lo -MD -MP -MF crypto_shorthash/siphash24/ref/$(DEPDIR)/libsodium_la-shorthash_siphash24.Tpo -c -o crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24.lo `test -f 'crypto_shorthash/siphash24/ref/shorthash_siphash24.c' || echo '$(srcdir)/'`crypto_shorthash/siphash24/ref/shorthash_siphash24.c
|
2585
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_shorthash/siphash24/ref/$(DEPDIR)/libsodium_la-shorthash_siphash24.Tpo crypto_shorthash/siphash24/ref/$(DEPDIR)/libsodium_la-shorthash_siphash24.Plo
|
2586
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_shorthash/siphash24/ref/shorthash_siphash24.c' object='crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24.lo' libtool=yes @AMDEPBACKSLASH@
|
2587
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2588
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24.lo `test -f 'crypto_shorthash/siphash24/ref/shorthash_siphash24.c' || echo '$(srcdir)/'`crypto_shorthash/siphash24/ref/shorthash_siphash24.c
|
2589
|
+
|
2590
|
+
crypto_sign/libsodium_la-crypto_sign.lo: crypto_sign/crypto_sign.c
|
2591
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/libsodium_la-crypto_sign.lo -MD -MP -MF crypto_sign/$(DEPDIR)/libsodium_la-crypto_sign.Tpo -c -o crypto_sign/libsodium_la-crypto_sign.lo `test -f 'crypto_sign/crypto_sign.c' || echo '$(srcdir)/'`crypto_sign/crypto_sign.c
|
2592
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/$(DEPDIR)/libsodium_la-crypto_sign.Tpo crypto_sign/$(DEPDIR)/libsodium_la-crypto_sign.Plo
|
2593
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/crypto_sign.c' object='crypto_sign/libsodium_la-crypto_sign.lo' libtool=yes @AMDEPBACKSLASH@
|
2594
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2595
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/libsodium_la-crypto_sign.lo `test -f 'crypto_sign/crypto_sign.c' || echo '$(srcdir)/'`crypto_sign/crypto_sign.c
|
2596
|
+
|
2597
|
+
crypto_sign/ed25519/libsodium_la-sign_ed25519_api.lo: crypto_sign/ed25519/sign_ed25519_api.c
|
2598
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/libsodium_la-sign_ed25519_api.lo -MD -MP -MF crypto_sign/ed25519/$(DEPDIR)/libsodium_la-sign_ed25519_api.Tpo -c -o crypto_sign/ed25519/libsodium_la-sign_ed25519_api.lo `test -f 'crypto_sign/ed25519/sign_ed25519_api.c' || echo '$(srcdir)/'`crypto_sign/ed25519/sign_ed25519_api.c
|
2599
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/$(DEPDIR)/libsodium_la-sign_ed25519_api.Tpo crypto_sign/ed25519/$(DEPDIR)/libsodium_la-sign_ed25519_api.Plo
|
2600
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/sign_ed25519_api.c' object='crypto_sign/ed25519/libsodium_la-sign_ed25519_api.lo' libtool=yes @AMDEPBACKSLASH@
|
2601
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2602
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/libsodium_la-sign_ed25519_api.lo `test -f 'crypto_sign/ed25519/sign_ed25519_api.c' || echo '$(srcdir)/'`crypto_sign/ed25519/sign_ed25519_api.c
|
2603
|
+
|
2604
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_0.lo: crypto_sign/ed25519/ref10/fe_0.c
|
2605
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-fe_0.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_0.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_0.lo `test -f 'crypto_sign/ed25519/ref10/fe_0.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_0.c
|
2606
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_0.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_0.Plo
|
2607
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/fe_0.c' object='crypto_sign/ed25519/ref10/libsodium_la-fe_0.lo' libtool=yes @AMDEPBACKSLASH@
|
2608
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2609
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_0.lo `test -f 'crypto_sign/ed25519/ref10/fe_0.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_0.c
|
2610
|
+
|
2611
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_1.lo: crypto_sign/ed25519/ref10/fe_1.c
|
2612
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-fe_1.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_1.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_1.lo `test -f 'crypto_sign/ed25519/ref10/fe_1.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_1.c
|
2613
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_1.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_1.Plo
|
2614
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/fe_1.c' object='crypto_sign/ed25519/ref10/libsodium_la-fe_1.lo' libtool=yes @AMDEPBACKSLASH@
|
2615
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2616
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_1.lo `test -f 'crypto_sign/ed25519/ref10/fe_1.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_1.c
|
2617
|
+
|
2618
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_add.lo: crypto_sign/ed25519/ref10/fe_add.c
|
2619
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-fe_add.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_add.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_add.lo `test -f 'crypto_sign/ed25519/ref10/fe_add.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_add.c
|
2620
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_add.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_add.Plo
|
2621
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/fe_add.c' object='crypto_sign/ed25519/ref10/libsodium_la-fe_add.lo' libtool=yes @AMDEPBACKSLASH@
|
2622
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2623
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_add.lo `test -f 'crypto_sign/ed25519/ref10/fe_add.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_add.c
|
2624
|
+
|
2625
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_cmov.lo: crypto_sign/ed25519/ref10/fe_cmov.c
|
2626
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-fe_cmov.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_cmov.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_cmov.lo `test -f 'crypto_sign/ed25519/ref10/fe_cmov.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_cmov.c
|
2627
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_cmov.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_cmov.Plo
|
2628
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/fe_cmov.c' object='crypto_sign/ed25519/ref10/libsodium_la-fe_cmov.lo' libtool=yes @AMDEPBACKSLASH@
|
2629
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2630
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_cmov.lo `test -f 'crypto_sign/ed25519/ref10/fe_cmov.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_cmov.c
|
2631
|
+
|
2632
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_copy.lo: crypto_sign/ed25519/ref10/fe_copy.c
|
2633
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-fe_copy.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_copy.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_copy.lo `test -f 'crypto_sign/ed25519/ref10/fe_copy.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_copy.c
|
2634
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_copy.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_copy.Plo
|
2635
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/fe_copy.c' object='crypto_sign/ed25519/ref10/libsodium_la-fe_copy.lo' libtool=yes @AMDEPBACKSLASH@
|
2636
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2637
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_copy.lo `test -f 'crypto_sign/ed25519/ref10/fe_copy.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_copy.c
|
2638
|
+
|
2639
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_frombytes.lo: crypto_sign/ed25519/ref10/fe_frombytes.c
|
2640
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-fe_frombytes.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_frombytes.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_frombytes.lo `test -f 'crypto_sign/ed25519/ref10/fe_frombytes.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_frombytes.c
|
2641
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_frombytes.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_frombytes.Plo
|
2642
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/fe_frombytes.c' object='crypto_sign/ed25519/ref10/libsodium_la-fe_frombytes.lo' libtool=yes @AMDEPBACKSLASH@
|
2643
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2644
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_frombytes.lo `test -f 'crypto_sign/ed25519/ref10/fe_frombytes.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_frombytes.c
|
2645
|
+
|
2646
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_invert.lo: crypto_sign/ed25519/ref10/fe_invert.c
|
2647
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-fe_invert.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_invert.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_invert.lo `test -f 'crypto_sign/ed25519/ref10/fe_invert.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_invert.c
|
2648
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_invert.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_invert.Plo
|
2649
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/fe_invert.c' object='crypto_sign/ed25519/ref10/libsodium_la-fe_invert.lo' libtool=yes @AMDEPBACKSLASH@
|
2650
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2651
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_invert.lo `test -f 'crypto_sign/ed25519/ref10/fe_invert.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_invert.c
|
2652
|
+
|
2653
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_isnegative.lo: crypto_sign/ed25519/ref10/fe_isnegative.c
|
2654
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-fe_isnegative.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_isnegative.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_isnegative.lo `test -f 'crypto_sign/ed25519/ref10/fe_isnegative.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_isnegative.c
|
2655
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_isnegative.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_isnegative.Plo
|
2656
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/fe_isnegative.c' object='crypto_sign/ed25519/ref10/libsodium_la-fe_isnegative.lo' libtool=yes @AMDEPBACKSLASH@
|
2657
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2658
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_isnegative.lo `test -f 'crypto_sign/ed25519/ref10/fe_isnegative.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_isnegative.c
|
2659
|
+
|
2660
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_isnonzero.lo: crypto_sign/ed25519/ref10/fe_isnonzero.c
|
2661
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-fe_isnonzero.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_isnonzero.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_isnonzero.lo `test -f 'crypto_sign/ed25519/ref10/fe_isnonzero.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_isnonzero.c
|
2662
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_isnonzero.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_isnonzero.Plo
|
2663
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/fe_isnonzero.c' object='crypto_sign/ed25519/ref10/libsodium_la-fe_isnonzero.lo' libtool=yes @AMDEPBACKSLASH@
|
2664
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2665
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_isnonzero.lo `test -f 'crypto_sign/ed25519/ref10/fe_isnonzero.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_isnonzero.c
|
2666
|
+
|
2667
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_mul.lo: crypto_sign/ed25519/ref10/fe_mul.c
|
2668
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-fe_mul.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_mul.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_mul.lo `test -f 'crypto_sign/ed25519/ref10/fe_mul.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_mul.c
|
2669
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_mul.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_mul.Plo
|
2670
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/fe_mul.c' object='crypto_sign/ed25519/ref10/libsodium_la-fe_mul.lo' libtool=yes @AMDEPBACKSLASH@
|
2671
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2672
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_mul.lo `test -f 'crypto_sign/ed25519/ref10/fe_mul.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_mul.c
|
2673
|
+
|
2674
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_neg.lo: crypto_sign/ed25519/ref10/fe_neg.c
|
2675
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-fe_neg.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_neg.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_neg.lo `test -f 'crypto_sign/ed25519/ref10/fe_neg.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_neg.c
|
2676
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_neg.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_neg.Plo
|
2677
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/fe_neg.c' object='crypto_sign/ed25519/ref10/libsodium_la-fe_neg.lo' libtool=yes @AMDEPBACKSLASH@
|
2678
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2679
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_neg.lo `test -f 'crypto_sign/ed25519/ref10/fe_neg.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_neg.c
|
2680
|
+
|
2681
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_pow22523.lo: crypto_sign/ed25519/ref10/fe_pow22523.c
|
2682
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-fe_pow22523.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_pow22523.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_pow22523.lo `test -f 'crypto_sign/ed25519/ref10/fe_pow22523.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_pow22523.c
|
2683
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_pow22523.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_pow22523.Plo
|
2684
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/fe_pow22523.c' object='crypto_sign/ed25519/ref10/libsodium_la-fe_pow22523.lo' libtool=yes @AMDEPBACKSLASH@
|
2685
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2686
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_pow22523.lo `test -f 'crypto_sign/ed25519/ref10/fe_pow22523.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_pow22523.c
|
2687
|
+
|
2688
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_sq.lo: crypto_sign/ed25519/ref10/fe_sq.c
|
2689
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-fe_sq.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_sq.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_sq.lo `test -f 'crypto_sign/ed25519/ref10/fe_sq.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_sq.c
|
2690
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_sq.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_sq.Plo
|
2691
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/fe_sq.c' object='crypto_sign/ed25519/ref10/libsodium_la-fe_sq.lo' libtool=yes @AMDEPBACKSLASH@
|
2692
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2693
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_sq.lo `test -f 'crypto_sign/ed25519/ref10/fe_sq.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_sq.c
|
2694
|
+
|
2695
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_sq2.lo: crypto_sign/ed25519/ref10/fe_sq2.c
|
2696
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-fe_sq2.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_sq2.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_sq2.lo `test -f 'crypto_sign/ed25519/ref10/fe_sq2.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_sq2.c
|
2697
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_sq2.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_sq2.Plo
|
2698
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/fe_sq2.c' object='crypto_sign/ed25519/ref10/libsodium_la-fe_sq2.lo' libtool=yes @AMDEPBACKSLASH@
|
2699
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2700
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_sq2.lo `test -f 'crypto_sign/ed25519/ref10/fe_sq2.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_sq2.c
|
2701
|
+
|
2702
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_sub.lo: crypto_sign/ed25519/ref10/fe_sub.c
|
2703
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-fe_sub.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_sub.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_sub.lo `test -f 'crypto_sign/ed25519/ref10/fe_sub.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_sub.c
|
2704
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_sub.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_sub.Plo
|
2705
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/fe_sub.c' object='crypto_sign/ed25519/ref10/libsodium_la-fe_sub.lo' libtool=yes @AMDEPBACKSLASH@
|
2706
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2707
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_sub.lo `test -f 'crypto_sign/ed25519/ref10/fe_sub.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_sub.c
|
2708
|
+
|
2709
|
+
crypto_sign/ed25519/ref10/libsodium_la-fe_tobytes.lo: crypto_sign/ed25519/ref10/fe_tobytes.c
|
2710
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-fe_tobytes.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_tobytes.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_tobytes.lo `test -f 'crypto_sign/ed25519/ref10/fe_tobytes.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_tobytes.c
|
2711
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_tobytes.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-fe_tobytes.Plo
|
2712
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/fe_tobytes.c' object='crypto_sign/ed25519/ref10/libsodium_la-fe_tobytes.lo' libtool=yes @AMDEPBACKSLASH@
|
2713
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2714
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-fe_tobytes.lo `test -f 'crypto_sign/ed25519/ref10/fe_tobytes.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/fe_tobytes.c
|
2715
|
+
|
2716
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_add.lo: crypto_sign/ed25519/ref10/ge_add.c
|
2717
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-ge_add.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_add.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_add.lo `test -f 'crypto_sign/ed25519/ref10/ge_add.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_add.c
|
2718
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_add.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_add.Plo
|
2719
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/ge_add.c' object='crypto_sign/ed25519/ref10/libsodium_la-ge_add.lo' libtool=yes @AMDEPBACKSLASH@
|
2720
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2721
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_add.lo `test -f 'crypto_sign/ed25519/ref10/ge_add.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_add.c
|
2722
|
+
|
2723
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_double_scalarmult.lo: crypto_sign/ed25519/ref10/ge_double_scalarmult.c
|
2724
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-ge_double_scalarmult.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_double_scalarmult.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_double_scalarmult.lo `test -f 'crypto_sign/ed25519/ref10/ge_double_scalarmult.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_double_scalarmult.c
|
2725
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_double_scalarmult.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_double_scalarmult.Plo
|
2726
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/ge_double_scalarmult.c' object='crypto_sign/ed25519/ref10/libsodium_la-ge_double_scalarmult.lo' libtool=yes @AMDEPBACKSLASH@
|
2727
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2728
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_double_scalarmult.lo `test -f 'crypto_sign/ed25519/ref10/ge_double_scalarmult.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_double_scalarmult.c
|
2729
|
+
|
2730
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_frombytes.lo: crypto_sign/ed25519/ref10/ge_frombytes.c
|
2731
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-ge_frombytes.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_frombytes.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_frombytes.lo `test -f 'crypto_sign/ed25519/ref10/ge_frombytes.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_frombytes.c
|
2732
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_frombytes.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_frombytes.Plo
|
2733
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/ge_frombytes.c' object='crypto_sign/ed25519/ref10/libsodium_la-ge_frombytes.lo' libtool=yes @AMDEPBACKSLASH@
|
2734
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2735
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_frombytes.lo `test -f 'crypto_sign/ed25519/ref10/ge_frombytes.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_frombytes.c
|
2736
|
+
|
2737
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_madd.lo: crypto_sign/ed25519/ref10/ge_madd.c
|
2738
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-ge_madd.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_madd.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_madd.lo `test -f 'crypto_sign/ed25519/ref10/ge_madd.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_madd.c
|
2739
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_madd.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_madd.Plo
|
2740
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/ge_madd.c' object='crypto_sign/ed25519/ref10/libsodium_la-ge_madd.lo' libtool=yes @AMDEPBACKSLASH@
|
2741
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2742
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_madd.lo `test -f 'crypto_sign/ed25519/ref10/ge_madd.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_madd.c
|
2743
|
+
|
2744
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_msub.lo: crypto_sign/ed25519/ref10/ge_msub.c
|
2745
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-ge_msub.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_msub.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_msub.lo `test -f 'crypto_sign/ed25519/ref10/ge_msub.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_msub.c
|
2746
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_msub.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_msub.Plo
|
2747
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/ge_msub.c' object='crypto_sign/ed25519/ref10/libsodium_la-ge_msub.lo' libtool=yes @AMDEPBACKSLASH@
|
2748
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2749
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_msub.lo `test -f 'crypto_sign/ed25519/ref10/ge_msub.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_msub.c
|
2750
|
+
|
2751
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_p1p1_to_p2.lo: crypto_sign/ed25519/ref10/ge_p1p1_to_p2.c
|
2752
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-ge_p1p1_to_p2.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p1p1_to_p2.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_p1p1_to_p2.lo `test -f 'crypto_sign/ed25519/ref10/ge_p1p1_to_p2.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_p1p1_to_p2.c
|
2753
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p1p1_to_p2.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p1p1_to_p2.Plo
|
2754
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/ge_p1p1_to_p2.c' object='crypto_sign/ed25519/ref10/libsodium_la-ge_p1p1_to_p2.lo' libtool=yes @AMDEPBACKSLASH@
|
2755
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2756
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_p1p1_to_p2.lo `test -f 'crypto_sign/ed25519/ref10/ge_p1p1_to_p2.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_p1p1_to_p2.c
|
2757
|
+
|
2758
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_p1p1_to_p3.lo: crypto_sign/ed25519/ref10/ge_p1p1_to_p3.c
|
2759
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-ge_p1p1_to_p3.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p1p1_to_p3.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_p1p1_to_p3.lo `test -f 'crypto_sign/ed25519/ref10/ge_p1p1_to_p3.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_p1p1_to_p3.c
|
2760
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p1p1_to_p3.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p1p1_to_p3.Plo
|
2761
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/ge_p1p1_to_p3.c' object='crypto_sign/ed25519/ref10/libsodium_la-ge_p1p1_to_p3.lo' libtool=yes @AMDEPBACKSLASH@
|
2762
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2763
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_p1p1_to_p3.lo `test -f 'crypto_sign/ed25519/ref10/ge_p1p1_to_p3.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_p1p1_to_p3.c
|
2764
|
+
|
2765
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_p2_0.lo: crypto_sign/ed25519/ref10/ge_p2_0.c
|
2766
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-ge_p2_0.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p2_0.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_p2_0.lo `test -f 'crypto_sign/ed25519/ref10/ge_p2_0.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_p2_0.c
|
2767
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p2_0.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p2_0.Plo
|
2768
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/ge_p2_0.c' object='crypto_sign/ed25519/ref10/libsodium_la-ge_p2_0.lo' libtool=yes @AMDEPBACKSLASH@
|
2769
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2770
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_p2_0.lo `test -f 'crypto_sign/ed25519/ref10/ge_p2_0.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_p2_0.c
|
2771
|
+
|
2772
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_p2_dbl.lo: crypto_sign/ed25519/ref10/ge_p2_dbl.c
|
2773
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-ge_p2_dbl.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p2_dbl.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_p2_dbl.lo `test -f 'crypto_sign/ed25519/ref10/ge_p2_dbl.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_p2_dbl.c
|
2774
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p2_dbl.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p2_dbl.Plo
|
2775
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/ge_p2_dbl.c' object='crypto_sign/ed25519/ref10/libsodium_la-ge_p2_dbl.lo' libtool=yes @AMDEPBACKSLASH@
|
2776
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2777
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_p2_dbl.lo `test -f 'crypto_sign/ed25519/ref10/ge_p2_dbl.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_p2_dbl.c
|
2778
|
+
|
2779
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_p3_0.lo: crypto_sign/ed25519/ref10/ge_p3_0.c
|
2780
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-ge_p3_0.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p3_0.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_p3_0.lo `test -f 'crypto_sign/ed25519/ref10/ge_p3_0.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_p3_0.c
|
2781
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p3_0.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p3_0.Plo
|
2782
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/ge_p3_0.c' object='crypto_sign/ed25519/ref10/libsodium_la-ge_p3_0.lo' libtool=yes @AMDEPBACKSLASH@
|
2783
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2784
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_p3_0.lo `test -f 'crypto_sign/ed25519/ref10/ge_p3_0.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_p3_0.c
|
2785
|
+
|
2786
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_p3_dbl.lo: crypto_sign/ed25519/ref10/ge_p3_dbl.c
|
2787
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-ge_p3_dbl.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p3_dbl.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_p3_dbl.lo `test -f 'crypto_sign/ed25519/ref10/ge_p3_dbl.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_p3_dbl.c
|
2788
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p3_dbl.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p3_dbl.Plo
|
2789
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/ge_p3_dbl.c' object='crypto_sign/ed25519/ref10/libsodium_la-ge_p3_dbl.lo' libtool=yes @AMDEPBACKSLASH@
|
2790
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2791
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_p3_dbl.lo `test -f 'crypto_sign/ed25519/ref10/ge_p3_dbl.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_p3_dbl.c
|
2792
|
+
|
2793
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_p3_to_cached.lo: crypto_sign/ed25519/ref10/ge_p3_to_cached.c
|
2794
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-ge_p3_to_cached.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p3_to_cached.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_p3_to_cached.lo `test -f 'crypto_sign/ed25519/ref10/ge_p3_to_cached.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_p3_to_cached.c
|
2795
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p3_to_cached.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p3_to_cached.Plo
|
2796
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/ge_p3_to_cached.c' object='crypto_sign/ed25519/ref10/libsodium_la-ge_p3_to_cached.lo' libtool=yes @AMDEPBACKSLASH@
|
2797
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2798
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_p3_to_cached.lo `test -f 'crypto_sign/ed25519/ref10/ge_p3_to_cached.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_p3_to_cached.c
|
2799
|
+
|
2800
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_p3_to_p2.lo: crypto_sign/ed25519/ref10/ge_p3_to_p2.c
|
2801
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-ge_p3_to_p2.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p3_to_p2.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_p3_to_p2.lo `test -f 'crypto_sign/ed25519/ref10/ge_p3_to_p2.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_p3_to_p2.c
|
2802
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p3_to_p2.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p3_to_p2.Plo
|
2803
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/ge_p3_to_p2.c' object='crypto_sign/ed25519/ref10/libsodium_la-ge_p3_to_p2.lo' libtool=yes @AMDEPBACKSLASH@
|
2804
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2805
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_p3_to_p2.lo `test -f 'crypto_sign/ed25519/ref10/ge_p3_to_p2.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_p3_to_p2.c
|
2806
|
+
|
2807
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_p3_tobytes.lo: crypto_sign/ed25519/ref10/ge_p3_tobytes.c
|
2808
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-ge_p3_tobytes.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p3_tobytes.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_p3_tobytes.lo `test -f 'crypto_sign/ed25519/ref10/ge_p3_tobytes.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_p3_tobytes.c
|
2809
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p3_tobytes.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_p3_tobytes.Plo
|
2810
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/ge_p3_tobytes.c' object='crypto_sign/ed25519/ref10/libsodium_la-ge_p3_tobytes.lo' libtool=yes @AMDEPBACKSLASH@
|
2811
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2812
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_p3_tobytes.lo `test -f 'crypto_sign/ed25519/ref10/ge_p3_tobytes.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_p3_tobytes.c
|
2813
|
+
|
2814
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_precomp_0.lo: crypto_sign/ed25519/ref10/ge_precomp_0.c
|
2815
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-ge_precomp_0.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_precomp_0.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_precomp_0.lo `test -f 'crypto_sign/ed25519/ref10/ge_precomp_0.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_precomp_0.c
|
2816
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_precomp_0.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_precomp_0.Plo
|
2817
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/ge_precomp_0.c' object='crypto_sign/ed25519/ref10/libsodium_la-ge_precomp_0.lo' libtool=yes @AMDEPBACKSLASH@
|
2818
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2819
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_precomp_0.lo `test -f 'crypto_sign/ed25519/ref10/ge_precomp_0.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_precomp_0.c
|
2820
|
+
|
2821
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_scalarmult_base.lo: crypto_sign/ed25519/ref10/ge_scalarmult_base.c
|
2822
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-ge_scalarmult_base.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_scalarmult_base.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_scalarmult_base.lo `test -f 'crypto_sign/ed25519/ref10/ge_scalarmult_base.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_scalarmult_base.c
|
2823
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_scalarmult_base.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_scalarmult_base.Plo
|
2824
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/ge_scalarmult_base.c' object='crypto_sign/ed25519/ref10/libsodium_la-ge_scalarmult_base.lo' libtool=yes @AMDEPBACKSLASH@
|
2825
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2826
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_scalarmult_base.lo `test -f 'crypto_sign/ed25519/ref10/ge_scalarmult_base.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_scalarmult_base.c
|
2827
|
+
|
2828
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_sub.lo: crypto_sign/ed25519/ref10/ge_sub.c
|
2829
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-ge_sub.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_sub.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_sub.lo `test -f 'crypto_sign/ed25519/ref10/ge_sub.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_sub.c
|
2830
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_sub.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_sub.Plo
|
2831
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/ge_sub.c' object='crypto_sign/ed25519/ref10/libsodium_la-ge_sub.lo' libtool=yes @AMDEPBACKSLASH@
|
2832
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2833
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_sub.lo `test -f 'crypto_sign/ed25519/ref10/ge_sub.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_sub.c
|
2834
|
+
|
2835
|
+
crypto_sign/ed25519/ref10/libsodium_la-ge_tobytes.lo: crypto_sign/ed25519/ref10/ge_tobytes.c
|
2836
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-ge_tobytes.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_tobytes.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_tobytes.lo `test -f 'crypto_sign/ed25519/ref10/ge_tobytes.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_tobytes.c
|
2837
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_tobytes.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-ge_tobytes.Plo
|
2838
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/ge_tobytes.c' object='crypto_sign/ed25519/ref10/libsodium_la-ge_tobytes.lo' libtool=yes @AMDEPBACKSLASH@
|
2839
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2840
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-ge_tobytes.lo `test -f 'crypto_sign/ed25519/ref10/ge_tobytes.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/ge_tobytes.c
|
2841
|
+
|
2842
|
+
crypto_sign/ed25519/ref10/libsodium_la-keypair.lo: crypto_sign/ed25519/ref10/keypair.c
|
2843
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-keypair.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-keypair.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-keypair.lo `test -f 'crypto_sign/ed25519/ref10/keypair.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/keypair.c
|
2844
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-keypair.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-keypair.Plo
|
2845
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/keypair.c' object='crypto_sign/ed25519/ref10/libsodium_la-keypair.lo' libtool=yes @AMDEPBACKSLASH@
|
2846
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2847
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-keypair.lo `test -f 'crypto_sign/ed25519/ref10/keypair.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/keypair.c
|
2848
|
+
|
2849
|
+
crypto_sign/ed25519/ref10/libsodium_la-open.lo: crypto_sign/ed25519/ref10/open.c
|
2850
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-open.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-open.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-open.lo `test -f 'crypto_sign/ed25519/ref10/open.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/open.c
|
2851
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-open.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-open.Plo
|
2852
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/open.c' object='crypto_sign/ed25519/ref10/libsodium_la-open.lo' libtool=yes @AMDEPBACKSLASH@
|
2853
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2854
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-open.lo `test -f 'crypto_sign/ed25519/ref10/open.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/open.c
|
2855
|
+
|
2856
|
+
crypto_sign/ed25519/ref10/libsodium_la-sc_muladd.lo: crypto_sign/ed25519/ref10/sc_muladd.c
|
2857
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-sc_muladd.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-sc_muladd.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-sc_muladd.lo `test -f 'crypto_sign/ed25519/ref10/sc_muladd.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/sc_muladd.c
|
2858
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-sc_muladd.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-sc_muladd.Plo
|
2859
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/sc_muladd.c' object='crypto_sign/ed25519/ref10/libsodium_la-sc_muladd.lo' libtool=yes @AMDEPBACKSLASH@
|
2860
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2861
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-sc_muladd.lo `test -f 'crypto_sign/ed25519/ref10/sc_muladd.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/sc_muladd.c
|
2862
|
+
|
2863
|
+
crypto_sign/ed25519/ref10/libsodium_la-sc_reduce.lo: crypto_sign/ed25519/ref10/sc_reduce.c
|
2864
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-sc_reduce.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-sc_reduce.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-sc_reduce.lo `test -f 'crypto_sign/ed25519/ref10/sc_reduce.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/sc_reduce.c
|
2865
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-sc_reduce.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-sc_reduce.Plo
|
2866
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/sc_reduce.c' object='crypto_sign/ed25519/ref10/libsodium_la-sc_reduce.lo' libtool=yes @AMDEPBACKSLASH@
|
2867
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2868
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-sc_reduce.lo `test -f 'crypto_sign/ed25519/ref10/sc_reduce.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/sc_reduce.c
|
2869
|
+
|
2870
|
+
crypto_sign/ed25519/ref10/libsodium_la-sign.lo: crypto_sign/ed25519/ref10/sign.c
|
2871
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/ed25519/ref10/libsodium_la-sign.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-sign.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-sign.lo `test -f 'crypto_sign/ed25519/ref10/sign.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/sign.c
|
2872
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-sign.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-sign.Plo
|
2873
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/ed25519/ref10/sign.c' object='crypto_sign/ed25519/ref10/libsodium_la-sign.lo' libtool=yes @AMDEPBACKSLASH@
|
2874
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2875
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-sign.lo `test -f 'crypto_sign/ed25519/ref10/sign.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/sign.c
|
2876
|
+
|
2877
|
+
crypto_sign/edwards25519sha512batch/libsodium_la-sign_edwards25519sha512batch_api.lo: crypto_sign/edwards25519sha512batch/sign_edwards25519sha512batch_api.c
|
2878
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/edwards25519sha512batch/libsodium_la-sign_edwards25519sha512batch_api.lo -MD -MP -MF crypto_sign/edwards25519sha512batch/$(DEPDIR)/libsodium_la-sign_edwards25519sha512batch_api.Tpo -c -o crypto_sign/edwards25519sha512batch/libsodium_la-sign_edwards25519sha512batch_api.lo `test -f 'crypto_sign/edwards25519sha512batch/sign_edwards25519sha512batch_api.c' || echo '$(srcdir)/'`crypto_sign/edwards25519sha512batch/sign_edwards25519sha512batch_api.c
|
2879
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/edwards25519sha512batch/$(DEPDIR)/libsodium_la-sign_edwards25519sha512batch_api.Tpo crypto_sign/edwards25519sha512batch/$(DEPDIR)/libsodium_la-sign_edwards25519sha512batch_api.Plo
|
2880
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/edwards25519sha512batch/sign_edwards25519sha512batch_api.c' object='crypto_sign/edwards25519sha512batch/libsodium_la-sign_edwards25519sha512batch_api.lo' libtool=yes @AMDEPBACKSLASH@
|
2881
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2882
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/edwards25519sha512batch/libsodium_la-sign_edwards25519sha512batch_api.lo `test -f 'crypto_sign/edwards25519sha512batch/sign_edwards25519sha512batch_api.c' || echo '$(srcdir)/'`crypto_sign/edwards25519sha512batch/sign_edwards25519sha512batch_api.c
|
2883
|
+
|
2884
|
+
crypto_sign/edwards25519sha512batch/ref/libsodium_la-fe25519_edwards25519sha512batch.lo: crypto_sign/edwards25519sha512batch/ref/fe25519_edwards25519sha512batch.c
|
2885
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/edwards25519sha512batch/ref/libsodium_la-fe25519_edwards25519sha512batch.lo -MD -MP -MF crypto_sign/edwards25519sha512batch/ref/$(DEPDIR)/libsodium_la-fe25519_edwards25519sha512batch.Tpo -c -o crypto_sign/edwards25519sha512batch/ref/libsodium_la-fe25519_edwards25519sha512batch.lo `test -f 'crypto_sign/edwards25519sha512batch/ref/fe25519_edwards25519sha512batch.c' || echo '$(srcdir)/'`crypto_sign/edwards25519sha512batch/ref/fe25519_edwards25519sha512batch.c
|
2886
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/edwards25519sha512batch/ref/$(DEPDIR)/libsodium_la-fe25519_edwards25519sha512batch.Tpo crypto_sign/edwards25519sha512batch/ref/$(DEPDIR)/libsodium_la-fe25519_edwards25519sha512batch.Plo
|
2887
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/edwards25519sha512batch/ref/fe25519_edwards25519sha512batch.c' object='crypto_sign/edwards25519sha512batch/ref/libsodium_la-fe25519_edwards25519sha512batch.lo' libtool=yes @AMDEPBACKSLASH@
|
2888
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2889
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/edwards25519sha512batch/ref/libsodium_la-fe25519_edwards25519sha512batch.lo `test -f 'crypto_sign/edwards25519sha512batch/ref/fe25519_edwards25519sha512batch.c' || echo '$(srcdir)/'`crypto_sign/edwards25519sha512batch/ref/fe25519_edwards25519sha512batch.c
|
2890
|
+
|
2891
|
+
crypto_sign/edwards25519sha512batch/ref/libsodium_la-ge25519_edwards25519sha512batch.lo: crypto_sign/edwards25519sha512batch/ref/ge25519_edwards25519sha512batch.c
|
2892
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/edwards25519sha512batch/ref/libsodium_la-ge25519_edwards25519sha512batch.lo -MD -MP -MF crypto_sign/edwards25519sha512batch/ref/$(DEPDIR)/libsodium_la-ge25519_edwards25519sha512batch.Tpo -c -o crypto_sign/edwards25519sha512batch/ref/libsodium_la-ge25519_edwards25519sha512batch.lo `test -f 'crypto_sign/edwards25519sha512batch/ref/ge25519_edwards25519sha512batch.c' || echo '$(srcdir)/'`crypto_sign/edwards25519sha512batch/ref/ge25519_edwards25519sha512batch.c
|
2893
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/edwards25519sha512batch/ref/$(DEPDIR)/libsodium_la-ge25519_edwards25519sha512batch.Tpo crypto_sign/edwards25519sha512batch/ref/$(DEPDIR)/libsodium_la-ge25519_edwards25519sha512batch.Plo
|
2894
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/edwards25519sha512batch/ref/ge25519_edwards25519sha512batch.c' object='crypto_sign/edwards25519sha512batch/ref/libsodium_la-ge25519_edwards25519sha512batch.lo' libtool=yes @AMDEPBACKSLASH@
|
2895
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2896
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/edwards25519sha512batch/ref/libsodium_la-ge25519_edwards25519sha512batch.lo `test -f 'crypto_sign/edwards25519sha512batch/ref/ge25519_edwards25519sha512batch.c' || echo '$(srcdir)/'`crypto_sign/edwards25519sha512batch/ref/ge25519_edwards25519sha512batch.c
|
2897
|
+
|
2898
|
+
crypto_sign/edwards25519sha512batch/ref/libsodium_la-sc25519_edwards25519sha512batch.lo: crypto_sign/edwards25519sha512batch/ref/sc25519_edwards25519sha512batch.c
|
2899
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/edwards25519sha512batch/ref/libsodium_la-sc25519_edwards25519sha512batch.lo -MD -MP -MF crypto_sign/edwards25519sha512batch/ref/$(DEPDIR)/libsodium_la-sc25519_edwards25519sha512batch.Tpo -c -o crypto_sign/edwards25519sha512batch/ref/libsodium_la-sc25519_edwards25519sha512batch.lo `test -f 'crypto_sign/edwards25519sha512batch/ref/sc25519_edwards25519sha512batch.c' || echo '$(srcdir)/'`crypto_sign/edwards25519sha512batch/ref/sc25519_edwards25519sha512batch.c
|
2900
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/edwards25519sha512batch/ref/$(DEPDIR)/libsodium_la-sc25519_edwards25519sha512batch.Tpo crypto_sign/edwards25519sha512batch/ref/$(DEPDIR)/libsodium_la-sc25519_edwards25519sha512batch.Plo
|
2901
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/edwards25519sha512batch/ref/sc25519_edwards25519sha512batch.c' object='crypto_sign/edwards25519sha512batch/ref/libsodium_la-sc25519_edwards25519sha512batch.lo' libtool=yes @AMDEPBACKSLASH@
|
2902
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2903
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/edwards25519sha512batch/ref/libsodium_la-sc25519_edwards25519sha512batch.lo `test -f 'crypto_sign/edwards25519sha512batch/ref/sc25519_edwards25519sha512batch.c' || echo '$(srcdir)/'`crypto_sign/edwards25519sha512batch/ref/sc25519_edwards25519sha512batch.c
|
2904
|
+
|
2905
|
+
crypto_sign/edwards25519sha512batch/ref/libsodium_la-sign_edwards25519sha512batch.lo: crypto_sign/edwards25519sha512batch/ref/sign_edwards25519sha512batch.c
|
2906
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_sign/edwards25519sha512batch/ref/libsodium_la-sign_edwards25519sha512batch.lo -MD -MP -MF crypto_sign/edwards25519sha512batch/ref/$(DEPDIR)/libsodium_la-sign_edwards25519sha512batch.Tpo -c -o crypto_sign/edwards25519sha512batch/ref/libsodium_la-sign_edwards25519sha512batch.lo `test -f 'crypto_sign/edwards25519sha512batch/ref/sign_edwards25519sha512batch.c' || echo '$(srcdir)/'`crypto_sign/edwards25519sha512batch/ref/sign_edwards25519sha512batch.c
|
2907
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_sign/edwards25519sha512batch/ref/$(DEPDIR)/libsodium_la-sign_edwards25519sha512batch.Tpo crypto_sign/edwards25519sha512batch/ref/$(DEPDIR)/libsodium_la-sign_edwards25519sha512batch.Plo
|
2908
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_sign/edwards25519sha512batch/ref/sign_edwards25519sha512batch.c' object='crypto_sign/edwards25519sha512batch/ref/libsodium_la-sign_edwards25519sha512batch.lo' libtool=yes @AMDEPBACKSLASH@
|
2909
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2910
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/edwards25519sha512batch/ref/libsodium_la-sign_edwards25519sha512batch.lo `test -f 'crypto_sign/edwards25519sha512batch/ref/sign_edwards25519sha512batch.c' || echo '$(srcdir)/'`crypto_sign/edwards25519sha512batch/ref/sign_edwards25519sha512batch.c
|
2911
|
+
|
2912
|
+
crypto_stream/libsodium_la-crypto_stream.lo: crypto_stream/crypto_stream.c
|
2913
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/libsodium_la-crypto_stream.lo -MD -MP -MF crypto_stream/$(DEPDIR)/libsodium_la-crypto_stream.Tpo -c -o crypto_stream/libsodium_la-crypto_stream.lo `test -f 'crypto_stream/crypto_stream.c' || echo '$(srcdir)/'`crypto_stream/crypto_stream.c
|
2914
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/$(DEPDIR)/libsodium_la-crypto_stream.Tpo crypto_stream/$(DEPDIR)/libsodium_la-crypto_stream.Plo
|
2915
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/crypto_stream.c' object='crypto_stream/libsodium_la-crypto_stream.lo' libtool=yes @AMDEPBACKSLASH@
|
2916
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2917
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/libsodium_la-crypto_stream.lo `test -f 'crypto_stream/crypto_stream.c' || echo '$(srcdir)/'`crypto_stream/crypto_stream.c
|
2918
|
+
|
2919
|
+
crypto_stream/aes128ctr/portable/libsodium_la-afternm_aes128ctr.lo: crypto_stream/aes128ctr/portable/afternm_aes128ctr.c
|
2920
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/portable/libsodium_la-afternm_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/portable/$(DEPDIR)/libsodium_la-afternm_aes128ctr.Tpo -c -o crypto_stream/aes128ctr/portable/libsodium_la-afternm_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/portable/afternm_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/portable/afternm_aes128ctr.c
|
2921
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr/portable/$(DEPDIR)/libsodium_la-afternm_aes128ctr.Tpo crypto_stream/aes128ctr/portable/$(DEPDIR)/libsodium_la-afternm_aes128ctr.Plo
|
2922
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/portable/afternm_aes128ctr.c' object='crypto_stream/aes128ctr/portable/libsodium_la-afternm_aes128ctr.lo' libtool=yes @AMDEPBACKSLASH@
|
2923
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2924
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/portable/libsodium_la-afternm_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/portable/afternm_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/portable/afternm_aes128ctr.c
|
2925
|
+
|
2926
|
+
crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr_api.lo: crypto_stream/aes128ctr/stream_aes128ctr_api.c
|
2927
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr_api.lo -MD -MP -MF crypto_stream/aes128ctr/$(DEPDIR)/libsodium_la-stream_aes128ctr_api.Tpo -c -o crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr_api.lo `test -f 'crypto_stream/aes128ctr/stream_aes128ctr_api.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/stream_aes128ctr_api.c
|
2928
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr/$(DEPDIR)/libsodium_la-stream_aes128ctr_api.Tpo crypto_stream/aes128ctr/$(DEPDIR)/libsodium_la-stream_aes128ctr_api.Plo
|
2929
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/stream_aes128ctr_api.c' object='crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr_api.lo' libtool=yes @AMDEPBACKSLASH@
|
2930
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2931
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr_api.lo `test -f 'crypto_stream/aes128ctr/stream_aes128ctr_api.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/stream_aes128ctr_api.c
|
2932
|
+
|
2933
|
+
crypto_stream/aes128ctr/portable/libsodium_la-beforenm_aes128ctr.lo: crypto_stream/aes128ctr/portable/beforenm_aes128ctr.c
|
2934
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/portable/libsodium_la-beforenm_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/portable/$(DEPDIR)/libsodium_la-beforenm_aes128ctr.Tpo -c -o crypto_stream/aes128ctr/portable/libsodium_la-beforenm_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/portable/beforenm_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/portable/beforenm_aes128ctr.c
|
2935
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr/portable/$(DEPDIR)/libsodium_la-beforenm_aes128ctr.Tpo crypto_stream/aes128ctr/portable/$(DEPDIR)/libsodium_la-beforenm_aes128ctr.Plo
|
2936
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/portable/beforenm_aes128ctr.c' object='crypto_stream/aes128ctr/portable/libsodium_la-beforenm_aes128ctr.lo' libtool=yes @AMDEPBACKSLASH@
|
2937
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2938
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/portable/libsodium_la-beforenm_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/portable/beforenm_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/portable/beforenm_aes128ctr.c
|
2939
|
+
|
2940
|
+
crypto_stream/aes128ctr/portable/libsodium_la-common_aes128ctr.lo: crypto_stream/aes128ctr/portable/common_aes128ctr.c
|
2941
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/portable/libsodium_la-common_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/portable/$(DEPDIR)/libsodium_la-common_aes128ctr.Tpo -c -o crypto_stream/aes128ctr/portable/libsodium_la-common_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/portable/common_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/portable/common_aes128ctr.c
|
2942
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr/portable/$(DEPDIR)/libsodium_la-common_aes128ctr.Tpo crypto_stream/aes128ctr/portable/$(DEPDIR)/libsodium_la-common_aes128ctr.Plo
|
2943
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/portable/common_aes128ctr.c' object='crypto_stream/aes128ctr/portable/libsodium_la-common_aes128ctr.lo' libtool=yes @AMDEPBACKSLASH@
|
2944
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2945
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/portable/libsodium_la-common_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/portable/common_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/portable/common_aes128ctr.c
|
2946
|
+
|
2947
|
+
crypto_stream/aes128ctr/portable/libsodium_la-consts_aes128ctr.lo: crypto_stream/aes128ctr/portable/consts_aes128ctr.c
|
2948
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/portable/libsodium_la-consts_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/portable/$(DEPDIR)/libsodium_la-consts_aes128ctr.Tpo -c -o crypto_stream/aes128ctr/portable/libsodium_la-consts_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/portable/consts_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/portable/consts_aes128ctr.c
|
2949
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr/portable/$(DEPDIR)/libsodium_la-consts_aes128ctr.Tpo crypto_stream/aes128ctr/portable/$(DEPDIR)/libsodium_la-consts_aes128ctr.Plo
|
2950
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/portable/consts_aes128ctr.c' object='crypto_stream/aes128ctr/portable/libsodium_la-consts_aes128ctr.lo' libtool=yes @AMDEPBACKSLASH@
|
2951
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2952
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/portable/libsodium_la-consts_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/portable/consts_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/portable/consts_aes128ctr.c
|
2953
|
+
|
2954
|
+
crypto_stream/aes128ctr/portable/libsodium_la-int128_aes128ctr.lo: crypto_stream/aes128ctr/portable/int128_aes128ctr.c
|
2955
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/portable/libsodium_la-int128_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/portable/$(DEPDIR)/libsodium_la-int128_aes128ctr.Tpo -c -o crypto_stream/aes128ctr/portable/libsodium_la-int128_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/portable/int128_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/portable/int128_aes128ctr.c
|
2956
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr/portable/$(DEPDIR)/libsodium_la-int128_aes128ctr.Tpo crypto_stream/aes128ctr/portable/$(DEPDIR)/libsodium_la-int128_aes128ctr.Plo
|
2957
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/portable/int128_aes128ctr.c' object='crypto_stream/aes128ctr/portable/libsodium_la-int128_aes128ctr.lo' libtool=yes @AMDEPBACKSLASH@
|
2958
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2959
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/portable/libsodium_la-int128_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/portable/int128_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/portable/int128_aes128ctr.c
|
2960
|
+
|
2961
|
+
crypto_stream/aes128ctr/portable/libsodium_la-stream_aes128ctr.lo: crypto_stream/aes128ctr/portable/stream_aes128ctr.c
|
2962
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/portable/libsodium_la-stream_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/portable/$(DEPDIR)/libsodium_la-stream_aes128ctr.Tpo -c -o crypto_stream/aes128ctr/portable/libsodium_la-stream_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/portable/stream_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/portable/stream_aes128ctr.c
|
2963
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr/portable/$(DEPDIR)/libsodium_la-stream_aes128ctr.Tpo crypto_stream/aes128ctr/portable/$(DEPDIR)/libsodium_la-stream_aes128ctr.Plo
|
2964
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/portable/stream_aes128ctr.c' object='crypto_stream/aes128ctr/portable/libsodium_la-stream_aes128ctr.lo' libtool=yes @AMDEPBACKSLASH@
|
2965
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2966
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/portable/libsodium_la-stream_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/portable/stream_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/portable/stream_aes128ctr.c
|
2967
|
+
|
2968
|
+
crypto_stream/aes128ctr/portable/libsodium_la-xor_afternm_aes128ctr.lo: crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.c
|
2969
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/portable/libsodium_la-xor_afternm_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/portable/$(DEPDIR)/libsodium_la-xor_afternm_aes128ctr.Tpo -c -o crypto_stream/aes128ctr/portable/libsodium_la-xor_afternm_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.c
|
2970
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr/portable/$(DEPDIR)/libsodium_la-xor_afternm_aes128ctr.Tpo crypto_stream/aes128ctr/portable/$(DEPDIR)/libsodium_la-xor_afternm_aes128ctr.Plo
|
2971
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.c' object='crypto_stream/aes128ctr/portable/libsodium_la-xor_afternm_aes128ctr.lo' libtool=yes @AMDEPBACKSLASH@
|
2972
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2973
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/portable/libsodium_la-xor_afternm_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.c
|
2974
|
+
|
2975
|
+
crypto_stream/aes256estream/hongjun/libsodium_la-aes256-ctr.lo: crypto_stream/aes256estream/hongjun/aes256-ctr.c
|
2976
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes256estream/hongjun/libsodium_la-aes256-ctr.lo -MD -MP -MF crypto_stream/aes256estream/hongjun/$(DEPDIR)/libsodium_la-aes256-ctr.Tpo -c -o crypto_stream/aes256estream/hongjun/libsodium_la-aes256-ctr.lo `test -f 'crypto_stream/aes256estream/hongjun/aes256-ctr.c' || echo '$(srcdir)/'`crypto_stream/aes256estream/hongjun/aes256-ctr.c
|
2977
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes256estream/hongjun/$(DEPDIR)/libsodium_la-aes256-ctr.Tpo crypto_stream/aes256estream/hongjun/$(DEPDIR)/libsodium_la-aes256-ctr.Plo
|
2978
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes256estream/hongjun/aes256-ctr.c' object='crypto_stream/aes256estream/hongjun/libsodium_la-aes256-ctr.lo' libtool=yes @AMDEPBACKSLASH@
|
2979
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2980
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes256estream/hongjun/libsodium_la-aes256-ctr.lo `test -f 'crypto_stream/aes256estream/hongjun/aes256-ctr.c' || echo '$(srcdir)/'`crypto_stream/aes256estream/hongjun/aes256-ctr.c
|
2981
|
+
|
2982
|
+
crypto_stream/aes256estream/libsodium_la-stream_aes256estream_api.lo: crypto_stream/aes256estream/stream_aes256estream_api.c
|
2983
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes256estream/libsodium_la-stream_aes256estream_api.lo -MD -MP -MF crypto_stream/aes256estream/$(DEPDIR)/libsodium_la-stream_aes256estream_api.Tpo -c -o crypto_stream/aes256estream/libsodium_la-stream_aes256estream_api.lo `test -f 'crypto_stream/aes256estream/stream_aes256estream_api.c' || echo '$(srcdir)/'`crypto_stream/aes256estream/stream_aes256estream_api.c
|
2984
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes256estream/$(DEPDIR)/libsodium_la-stream_aes256estream_api.Tpo crypto_stream/aes256estream/$(DEPDIR)/libsodium_la-stream_aes256estream_api.Plo
|
2985
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes256estream/stream_aes256estream_api.c' object='crypto_stream/aes256estream/libsodium_la-stream_aes256estream_api.lo' libtool=yes @AMDEPBACKSLASH@
|
2986
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2987
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes256estream/libsodium_la-stream_aes256estream_api.lo `test -f 'crypto_stream/aes256estream/stream_aes256estream_api.c' || echo '$(srcdir)/'`crypto_stream/aes256estream/stream_aes256estream_api.c
|
2988
|
+
|
2989
|
+
crypto_stream/salsa20/libsodium_la-stream_salsa20_api.lo: crypto_stream/salsa20/stream_salsa20_api.c
|
2990
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/salsa20/libsodium_la-stream_salsa20_api.lo -MD -MP -MF crypto_stream/salsa20/$(DEPDIR)/libsodium_la-stream_salsa20_api.Tpo -c -o crypto_stream/salsa20/libsodium_la-stream_salsa20_api.lo `test -f 'crypto_stream/salsa20/stream_salsa20_api.c' || echo '$(srcdir)/'`crypto_stream/salsa20/stream_salsa20_api.c
|
2991
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/salsa20/$(DEPDIR)/libsodium_la-stream_salsa20_api.Tpo crypto_stream/salsa20/$(DEPDIR)/libsodium_la-stream_salsa20_api.Plo
|
2992
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/salsa20/stream_salsa20_api.c' object='crypto_stream/salsa20/libsodium_la-stream_salsa20_api.lo' libtool=yes @AMDEPBACKSLASH@
|
2993
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2994
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/salsa20/libsodium_la-stream_salsa20_api.lo `test -f 'crypto_stream/salsa20/stream_salsa20_api.c' || echo '$(srcdir)/'`crypto_stream/salsa20/stream_salsa20_api.c
|
2995
|
+
|
2996
|
+
crypto_stream/salsa2012/libsodium_la-stream_salsa2012_api.lo: crypto_stream/salsa2012/stream_salsa2012_api.c
|
2997
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/salsa2012/libsodium_la-stream_salsa2012_api.lo -MD -MP -MF crypto_stream/salsa2012/$(DEPDIR)/libsodium_la-stream_salsa2012_api.Tpo -c -o crypto_stream/salsa2012/libsodium_la-stream_salsa2012_api.lo `test -f 'crypto_stream/salsa2012/stream_salsa2012_api.c' || echo '$(srcdir)/'`crypto_stream/salsa2012/stream_salsa2012_api.c
|
2998
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/salsa2012/$(DEPDIR)/libsodium_la-stream_salsa2012_api.Tpo crypto_stream/salsa2012/$(DEPDIR)/libsodium_la-stream_salsa2012_api.Plo
|
2999
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/salsa2012/stream_salsa2012_api.c' object='crypto_stream/salsa2012/libsodium_la-stream_salsa2012_api.lo' libtool=yes @AMDEPBACKSLASH@
|
3000
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3001
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/salsa2012/libsodium_la-stream_salsa2012_api.lo `test -f 'crypto_stream/salsa2012/stream_salsa2012_api.c' || echo '$(srcdir)/'`crypto_stream/salsa2012/stream_salsa2012_api.c
|
3002
|
+
|
3003
|
+
crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012.lo: crypto_stream/salsa2012/ref/stream_salsa2012.c
|
3004
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012.lo -MD -MP -MF crypto_stream/salsa2012/ref/$(DEPDIR)/libsodium_la-stream_salsa2012.Tpo -c -o crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012.lo `test -f 'crypto_stream/salsa2012/ref/stream_salsa2012.c' || echo '$(srcdir)/'`crypto_stream/salsa2012/ref/stream_salsa2012.c
|
3005
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/salsa2012/ref/$(DEPDIR)/libsodium_la-stream_salsa2012.Tpo crypto_stream/salsa2012/ref/$(DEPDIR)/libsodium_la-stream_salsa2012.Plo
|
3006
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/salsa2012/ref/stream_salsa2012.c' object='crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012.lo' libtool=yes @AMDEPBACKSLASH@
|
3007
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3008
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012.lo `test -f 'crypto_stream/salsa2012/ref/stream_salsa2012.c' || echo '$(srcdir)/'`crypto_stream/salsa2012/ref/stream_salsa2012.c
|
3009
|
+
|
3010
|
+
crypto_stream/salsa2012/ref/libsodium_la-xor_salsa2012.lo: crypto_stream/salsa2012/ref/xor_salsa2012.c
|
3011
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/salsa2012/ref/libsodium_la-xor_salsa2012.lo -MD -MP -MF crypto_stream/salsa2012/ref/$(DEPDIR)/libsodium_la-xor_salsa2012.Tpo -c -o crypto_stream/salsa2012/ref/libsodium_la-xor_salsa2012.lo `test -f 'crypto_stream/salsa2012/ref/xor_salsa2012.c' || echo '$(srcdir)/'`crypto_stream/salsa2012/ref/xor_salsa2012.c
|
3012
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/salsa2012/ref/$(DEPDIR)/libsodium_la-xor_salsa2012.Tpo crypto_stream/salsa2012/ref/$(DEPDIR)/libsodium_la-xor_salsa2012.Plo
|
3013
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/salsa2012/ref/xor_salsa2012.c' object='crypto_stream/salsa2012/ref/libsodium_la-xor_salsa2012.lo' libtool=yes @AMDEPBACKSLASH@
|
3014
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3015
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/salsa2012/ref/libsodium_la-xor_salsa2012.lo `test -f 'crypto_stream/salsa2012/ref/xor_salsa2012.c' || echo '$(srcdir)/'`crypto_stream/salsa2012/ref/xor_salsa2012.c
|
3016
|
+
|
3017
|
+
crypto_stream/salsa208/libsodium_la-stream_salsa208_api.lo: crypto_stream/salsa208/stream_salsa208_api.c
|
3018
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/salsa208/libsodium_la-stream_salsa208_api.lo -MD -MP -MF crypto_stream/salsa208/$(DEPDIR)/libsodium_la-stream_salsa208_api.Tpo -c -o crypto_stream/salsa208/libsodium_la-stream_salsa208_api.lo `test -f 'crypto_stream/salsa208/stream_salsa208_api.c' || echo '$(srcdir)/'`crypto_stream/salsa208/stream_salsa208_api.c
|
3019
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/salsa208/$(DEPDIR)/libsodium_la-stream_salsa208_api.Tpo crypto_stream/salsa208/$(DEPDIR)/libsodium_la-stream_salsa208_api.Plo
|
3020
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/salsa208/stream_salsa208_api.c' object='crypto_stream/salsa208/libsodium_la-stream_salsa208_api.lo' libtool=yes @AMDEPBACKSLASH@
|
3021
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3022
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/salsa208/libsodium_la-stream_salsa208_api.lo `test -f 'crypto_stream/salsa208/stream_salsa208_api.c' || echo '$(srcdir)/'`crypto_stream/salsa208/stream_salsa208_api.c
|
3023
|
+
|
3024
|
+
crypto_stream/salsa208/ref/libsodium_la-stream_salsa208.lo: crypto_stream/salsa208/ref/stream_salsa208.c
|
3025
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/salsa208/ref/libsodium_la-stream_salsa208.lo -MD -MP -MF crypto_stream/salsa208/ref/$(DEPDIR)/libsodium_la-stream_salsa208.Tpo -c -o crypto_stream/salsa208/ref/libsodium_la-stream_salsa208.lo `test -f 'crypto_stream/salsa208/ref/stream_salsa208.c' || echo '$(srcdir)/'`crypto_stream/salsa208/ref/stream_salsa208.c
|
3026
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/salsa208/ref/$(DEPDIR)/libsodium_la-stream_salsa208.Tpo crypto_stream/salsa208/ref/$(DEPDIR)/libsodium_la-stream_salsa208.Plo
|
3027
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/salsa208/ref/stream_salsa208.c' object='crypto_stream/salsa208/ref/libsodium_la-stream_salsa208.lo' libtool=yes @AMDEPBACKSLASH@
|
3028
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3029
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/salsa208/ref/libsodium_la-stream_salsa208.lo `test -f 'crypto_stream/salsa208/ref/stream_salsa208.c' || echo '$(srcdir)/'`crypto_stream/salsa208/ref/stream_salsa208.c
|
3030
|
+
|
3031
|
+
crypto_stream/salsa208/ref/libsodium_la-xor_salsa208.lo: crypto_stream/salsa208/ref/xor_salsa208.c
|
3032
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/salsa208/ref/libsodium_la-xor_salsa208.lo -MD -MP -MF crypto_stream/salsa208/ref/$(DEPDIR)/libsodium_la-xor_salsa208.Tpo -c -o crypto_stream/salsa208/ref/libsodium_la-xor_salsa208.lo `test -f 'crypto_stream/salsa208/ref/xor_salsa208.c' || echo '$(srcdir)/'`crypto_stream/salsa208/ref/xor_salsa208.c
|
3033
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/salsa208/ref/$(DEPDIR)/libsodium_la-xor_salsa208.Tpo crypto_stream/salsa208/ref/$(DEPDIR)/libsodium_la-xor_salsa208.Plo
|
3034
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/salsa208/ref/xor_salsa208.c' object='crypto_stream/salsa208/ref/libsodium_la-xor_salsa208.lo' libtool=yes @AMDEPBACKSLASH@
|
3035
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3036
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/salsa208/ref/libsodium_la-xor_salsa208.lo `test -f 'crypto_stream/salsa208/ref/xor_salsa208.c' || echo '$(srcdir)/'`crypto_stream/salsa208/ref/xor_salsa208.c
|
3037
|
+
|
3038
|
+
crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20_api.lo: crypto_stream/xsalsa20/stream_xsalsa20_api.c
|
3039
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20_api.lo -MD -MP -MF crypto_stream/xsalsa20/$(DEPDIR)/libsodium_la-stream_xsalsa20_api.Tpo -c -o crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20_api.lo `test -f 'crypto_stream/xsalsa20/stream_xsalsa20_api.c' || echo '$(srcdir)/'`crypto_stream/xsalsa20/stream_xsalsa20_api.c
|
3040
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/xsalsa20/$(DEPDIR)/libsodium_la-stream_xsalsa20_api.Tpo crypto_stream/xsalsa20/$(DEPDIR)/libsodium_la-stream_xsalsa20_api.Plo
|
3041
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/xsalsa20/stream_xsalsa20_api.c' object='crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20_api.lo' libtool=yes @AMDEPBACKSLASH@
|
3042
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3043
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20_api.lo `test -f 'crypto_stream/xsalsa20/stream_xsalsa20_api.c' || echo '$(srcdir)/'`crypto_stream/xsalsa20/stream_xsalsa20_api.c
|
3044
|
+
|
3045
|
+
crypto_stream/xsalsa20/ref/libsodium_la-stream_xsalsa20.lo: crypto_stream/xsalsa20/ref/stream_xsalsa20.c
|
3046
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/xsalsa20/ref/libsodium_la-stream_xsalsa20.lo -MD -MP -MF crypto_stream/xsalsa20/ref/$(DEPDIR)/libsodium_la-stream_xsalsa20.Tpo -c -o crypto_stream/xsalsa20/ref/libsodium_la-stream_xsalsa20.lo `test -f 'crypto_stream/xsalsa20/ref/stream_xsalsa20.c' || echo '$(srcdir)/'`crypto_stream/xsalsa20/ref/stream_xsalsa20.c
|
3047
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/xsalsa20/ref/$(DEPDIR)/libsodium_la-stream_xsalsa20.Tpo crypto_stream/xsalsa20/ref/$(DEPDIR)/libsodium_la-stream_xsalsa20.Plo
|
3048
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/xsalsa20/ref/stream_xsalsa20.c' object='crypto_stream/xsalsa20/ref/libsodium_la-stream_xsalsa20.lo' libtool=yes @AMDEPBACKSLASH@
|
3049
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3050
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/xsalsa20/ref/libsodium_la-stream_xsalsa20.lo `test -f 'crypto_stream/xsalsa20/ref/stream_xsalsa20.c' || echo '$(srcdir)/'`crypto_stream/xsalsa20/ref/stream_xsalsa20.c
|
3051
|
+
|
3052
|
+
crypto_stream/xsalsa20/ref/libsodium_la-xor_xsalsa20.lo: crypto_stream/xsalsa20/ref/xor_xsalsa20.c
|
3053
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/xsalsa20/ref/libsodium_la-xor_xsalsa20.lo -MD -MP -MF crypto_stream/xsalsa20/ref/$(DEPDIR)/libsodium_la-xor_xsalsa20.Tpo -c -o crypto_stream/xsalsa20/ref/libsodium_la-xor_xsalsa20.lo `test -f 'crypto_stream/xsalsa20/ref/xor_xsalsa20.c' || echo '$(srcdir)/'`crypto_stream/xsalsa20/ref/xor_xsalsa20.c
|
3054
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/xsalsa20/ref/$(DEPDIR)/libsodium_la-xor_xsalsa20.Tpo crypto_stream/xsalsa20/ref/$(DEPDIR)/libsodium_la-xor_xsalsa20.Plo
|
3055
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/xsalsa20/ref/xor_xsalsa20.c' object='crypto_stream/xsalsa20/ref/libsodium_la-xor_xsalsa20.lo' libtool=yes @AMDEPBACKSLASH@
|
3056
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3057
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/xsalsa20/ref/libsodium_la-xor_xsalsa20.lo `test -f 'crypto_stream/xsalsa20/ref/xor_xsalsa20.c' || echo '$(srcdir)/'`crypto_stream/xsalsa20/ref/xor_xsalsa20.c
|
3058
|
+
|
3059
|
+
crypto_verify/16/libsodium_la-verify_16_api.lo: crypto_verify/16/verify_16_api.c
|
3060
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_verify/16/libsodium_la-verify_16_api.lo -MD -MP -MF crypto_verify/16/$(DEPDIR)/libsodium_la-verify_16_api.Tpo -c -o crypto_verify/16/libsodium_la-verify_16_api.lo `test -f 'crypto_verify/16/verify_16_api.c' || echo '$(srcdir)/'`crypto_verify/16/verify_16_api.c
|
3061
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_verify/16/$(DEPDIR)/libsodium_la-verify_16_api.Tpo crypto_verify/16/$(DEPDIR)/libsodium_la-verify_16_api.Plo
|
3062
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_verify/16/verify_16_api.c' object='crypto_verify/16/libsodium_la-verify_16_api.lo' libtool=yes @AMDEPBACKSLASH@
|
3063
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3064
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_verify/16/libsodium_la-verify_16_api.lo `test -f 'crypto_verify/16/verify_16_api.c' || echo '$(srcdir)/'`crypto_verify/16/verify_16_api.c
|
3065
|
+
|
3066
|
+
crypto_verify/16/ref/libsodium_la-verify_16.lo: crypto_verify/16/ref/verify_16.c
|
3067
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_verify/16/ref/libsodium_la-verify_16.lo -MD -MP -MF crypto_verify/16/ref/$(DEPDIR)/libsodium_la-verify_16.Tpo -c -o crypto_verify/16/ref/libsodium_la-verify_16.lo `test -f 'crypto_verify/16/ref/verify_16.c' || echo '$(srcdir)/'`crypto_verify/16/ref/verify_16.c
|
3068
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_verify/16/ref/$(DEPDIR)/libsodium_la-verify_16.Tpo crypto_verify/16/ref/$(DEPDIR)/libsodium_la-verify_16.Plo
|
3069
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_verify/16/ref/verify_16.c' object='crypto_verify/16/ref/libsodium_la-verify_16.lo' libtool=yes @AMDEPBACKSLASH@
|
3070
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3071
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_verify/16/ref/libsodium_la-verify_16.lo `test -f 'crypto_verify/16/ref/verify_16.c' || echo '$(srcdir)/'`crypto_verify/16/ref/verify_16.c
|
3072
|
+
|
3073
|
+
crypto_verify/32/libsodium_la-verify_32_api.lo: crypto_verify/32/verify_32_api.c
|
3074
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_verify/32/libsodium_la-verify_32_api.lo -MD -MP -MF crypto_verify/32/$(DEPDIR)/libsodium_la-verify_32_api.Tpo -c -o crypto_verify/32/libsodium_la-verify_32_api.lo `test -f 'crypto_verify/32/verify_32_api.c' || echo '$(srcdir)/'`crypto_verify/32/verify_32_api.c
|
3075
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_verify/32/$(DEPDIR)/libsodium_la-verify_32_api.Tpo crypto_verify/32/$(DEPDIR)/libsodium_la-verify_32_api.Plo
|
3076
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_verify/32/verify_32_api.c' object='crypto_verify/32/libsodium_la-verify_32_api.lo' libtool=yes @AMDEPBACKSLASH@
|
3077
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3078
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_verify/32/libsodium_la-verify_32_api.lo `test -f 'crypto_verify/32/verify_32_api.c' || echo '$(srcdir)/'`crypto_verify/32/verify_32_api.c
|
3079
|
+
|
3080
|
+
crypto_verify/32/ref/libsodium_la-verify_32.lo: crypto_verify/32/ref/verify_32.c
|
3081
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_verify/32/ref/libsodium_la-verify_32.lo -MD -MP -MF crypto_verify/32/ref/$(DEPDIR)/libsodium_la-verify_32.Tpo -c -o crypto_verify/32/ref/libsodium_la-verify_32.lo `test -f 'crypto_verify/32/ref/verify_32.c' || echo '$(srcdir)/'`crypto_verify/32/ref/verify_32.c
|
3082
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_verify/32/ref/$(DEPDIR)/libsodium_la-verify_32.Tpo crypto_verify/32/ref/$(DEPDIR)/libsodium_la-verify_32.Plo
|
3083
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_verify/32/ref/verify_32.c' object='crypto_verify/32/ref/libsodium_la-verify_32.lo' libtool=yes @AMDEPBACKSLASH@
|
3084
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3085
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_verify/32/ref/libsodium_la-verify_32.lo `test -f 'crypto_verify/32/ref/verify_32.c' || echo '$(srcdir)/'`crypto_verify/32/ref/verify_32.c
|
3086
|
+
|
3087
|
+
crypto_verify/64/libsodium_la-verify_64_api.lo: crypto_verify/64/verify_64_api.c
|
3088
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_verify/64/libsodium_la-verify_64_api.lo -MD -MP -MF crypto_verify/64/$(DEPDIR)/libsodium_la-verify_64_api.Tpo -c -o crypto_verify/64/libsodium_la-verify_64_api.lo `test -f 'crypto_verify/64/verify_64_api.c' || echo '$(srcdir)/'`crypto_verify/64/verify_64_api.c
|
3089
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_verify/64/$(DEPDIR)/libsodium_la-verify_64_api.Tpo crypto_verify/64/$(DEPDIR)/libsodium_la-verify_64_api.Plo
|
3090
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_verify/64/verify_64_api.c' object='crypto_verify/64/libsodium_la-verify_64_api.lo' libtool=yes @AMDEPBACKSLASH@
|
3091
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3092
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_verify/64/libsodium_la-verify_64_api.lo `test -f 'crypto_verify/64/verify_64_api.c' || echo '$(srcdir)/'`crypto_verify/64/verify_64_api.c
|
3093
|
+
|
3094
|
+
crypto_verify/64/ref/libsodium_la-verify_64.lo: crypto_verify/64/ref/verify_64.c
|
3095
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_verify/64/ref/libsodium_la-verify_64.lo -MD -MP -MF crypto_verify/64/ref/$(DEPDIR)/libsodium_la-verify_64.Tpo -c -o crypto_verify/64/ref/libsodium_la-verify_64.lo `test -f 'crypto_verify/64/ref/verify_64.c' || echo '$(srcdir)/'`crypto_verify/64/ref/verify_64.c
|
3096
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_verify/64/ref/$(DEPDIR)/libsodium_la-verify_64.Tpo crypto_verify/64/ref/$(DEPDIR)/libsodium_la-verify_64.Plo
|
3097
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_verify/64/ref/verify_64.c' object='crypto_verify/64/ref/libsodium_la-verify_64.lo' libtool=yes @AMDEPBACKSLASH@
|
3098
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3099
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_verify/64/ref/libsodium_la-verify_64.lo `test -f 'crypto_verify/64/ref/verify_64.c' || echo '$(srcdir)/'`crypto_verify/64/ref/verify_64.c
|
3100
|
+
|
3101
|
+
randombytes/libsodium_la-randombytes.lo: randombytes/randombytes.c
|
3102
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT randombytes/libsodium_la-randombytes.lo -MD -MP -MF randombytes/$(DEPDIR)/libsodium_la-randombytes.Tpo -c -o randombytes/libsodium_la-randombytes.lo `test -f 'randombytes/randombytes.c' || echo '$(srcdir)/'`randombytes/randombytes.c
|
3103
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) randombytes/$(DEPDIR)/libsodium_la-randombytes.Tpo randombytes/$(DEPDIR)/libsodium_la-randombytes.Plo
|
3104
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='randombytes/randombytes.c' object='randombytes/libsodium_la-randombytes.lo' libtool=yes @AMDEPBACKSLASH@
|
3105
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3106
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o randombytes/libsodium_la-randombytes.lo `test -f 'randombytes/randombytes.c' || echo '$(srcdir)/'`randombytes/randombytes.c
|
3107
|
+
|
3108
|
+
randombytes/salsa20/libsodium_la-randombytes_salsa20_random.lo: randombytes/salsa20/randombytes_salsa20_random.c
|
3109
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT randombytes/salsa20/libsodium_la-randombytes_salsa20_random.lo -MD -MP -MF randombytes/salsa20/$(DEPDIR)/libsodium_la-randombytes_salsa20_random.Tpo -c -o randombytes/salsa20/libsodium_la-randombytes_salsa20_random.lo `test -f 'randombytes/salsa20/randombytes_salsa20_random.c' || echo '$(srcdir)/'`randombytes/salsa20/randombytes_salsa20_random.c
|
3110
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) randombytes/salsa20/$(DEPDIR)/libsodium_la-randombytes_salsa20_random.Tpo randombytes/salsa20/$(DEPDIR)/libsodium_la-randombytes_salsa20_random.Plo
|
3111
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='randombytes/salsa20/randombytes_salsa20_random.c' object='randombytes/salsa20/libsodium_la-randombytes_salsa20_random.lo' libtool=yes @AMDEPBACKSLASH@
|
3112
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3113
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o randombytes/salsa20/libsodium_la-randombytes_salsa20_random.lo `test -f 'randombytes/salsa20/randombytes_salsa20_random.c' || echo '$(srcdir)/'`randombytes/salsa20/randombytes_salsa20_random.c
|
3114
|
+
|
3115
|
+
randombytes/sysrandom/libsodium_la-randombytes_sysrandom.lo: randombytes/sysrandom/randombytes_sysrandom.c
|
3116
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT randombytes/sysrandom/libsodium_la-randombytes_sysrandom.lo -MD -MP -MF randombytes/sysrandom/$(DEPDIR)/libsodium_la-randombytes_sysrandom.Tpo -c -o randombytes/sysrandom/libsodium_la-randombytes_sysrandom.lo `test -f 'randombytes/sysrandom/randombytes_sysrandom.c' || echo '$(srcdir)/'`randombytes/sysrandom/randombytes_sysrandom.c
|
3117
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) randombytes/sysrandom/$(DEPDIR)/libsodium_la-randombytes_sysrandom.Tpo randombytes/sysrandom/$(DEPDIR)/libsodium_la-randombytes_sysrandom.Plo
|
3118
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='randombytes/sysrandom/randombytes_sysrandom.c' object='randombytes/sysrandom/libsodium_la-randombytes_sysrandom.lo' libtool=yes @AMDEPBACKSLASH@
|
3119
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3120
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o randombytes/sysrandom/libsodium_la-randombytes_sysrandom.lo `test -f 'randombytes/sysrandom/randombytes_sysrandom.c' || echo '$(srcdir)/'`randombytes/sysrandom/randombytes_sysrandom.c
|
3121
|
+
|
3122
|
+
sodium/libsodium_la-compat.lo: sodium/compat.c
|
3123
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sodium/libsodium_la-compat.lo -MD -MP -MF sodium/$(DEPDIR)/libsodium_la-compat.Tpo -c -o sodium/libsodium_la-compat.lo `test -f 'sodium/compat.c' || echo '$(srcdir)/'`sodium/compat.c
|
3124
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sodium/$(DEPDIR)/libsodium_la-compat.Tpo sodium/$(DEPDIR)/libsodium_la-compat.Plo
|
3125
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sodium/compat.c' object='sodium/libsodium_la-compat.lo' libtool=yes @AMDEPBACKSLASH@
|
3126
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3127
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sodium/libsodium_la-compat.lo `test -f 'sodium/compat.c' || echo '$(srcdir)/'`sodium/compat.c
|
3128
|
+
|
3129
|
+
sodium/libsodium_la-core.lo: sodium/core.c
|
3130
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sodium/libsodium_la-core.lo -MD -MP -MF sodium/$(DEPDIR)/libsodium_la-core.Tpo -c -o sodium/libsodium_la-core.lo `test -f 'sodium/core.c' || echo '$(srcdir)/'`sodium/core.c
|
3131
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sodium/$(DEPDIR)/libsodium_la-core.Tpo sodium/$(DEPDIR)/libsodium_la-core.Plo
|
3132
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sodium/core.c' object='sodium/libsodium_la-core.lo' libtool=yes @AMDEPBACKSLASH@
|
3133
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3134
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sodium/libsodium_la-core.lo `test -f 'sodium/core.c' || echo '$(srcdir)/'`sodium/core.c
|
3135
|
+
|
3136
|
+
sodium/libsodium_la-runtime.lo: sodium/runtime.c
|
3137
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sodium/libsodium_la-runtime.lo -MD -MP -MF sodium/$(DEPDIR)/libsodium_la-runtime.Tpo -c -o sodium/libsodium_la-runtime.lo `test -f 'sodium/runtime.c' || echo '$(srcdir)/'`sodium/runtime.c
|
3138
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sodium/$(DEPDIR)/libsodium_la-runtime.Tpo sodium/$(DEPDIR)/libsodium_la-runtime.Plo
|
3139
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sodium/runtime.c' object='sodium/libsodium_la-runtime.lo' libtool=yes @AMDEPBACKSLASH@
|
3140
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3141
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sodium/libsodium_la-runtime.lo `test -f 'sodium/runtime.c' || echo '$(srcdir)/'`sodium/runtime.c
|
3142
|
+
|
3143
|
+
sodium/libsodium_la-utils.lo: sodium/utils.c
|
3144
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sodium/libsodium_la-utils.lo -MD -MP -MF sodium/$(DEPDIR)/libsodium_la-utils.Tpo -c -o sodium/libsodium_la-utils.lo `test -f 'sodium/utils.c' || echo '$(srcdir)/'`sodium/utils.c
|
3145
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sodium/$(DEPDIR)/libsodium_la-utils.Tpo sodium/$(DEPDIR)/libsodium_la-utils.Plo
|
3146
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sodium/utils.c' object='sodium/libsodium_la-utils.lo' libtool=yes @AMDEPBACKSLASH@
|
3147
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3148
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sodium/libsodium_la-utils.lo `test -f 'sodium/utils.c' || echo '$(srcdir)/'`sodium/utils.c
|
3149
|
+
|
3150
|
+
sodium/libsodium_la-version.lo: sodium/version.c
|
3151
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sodium/libsodium_la-version.lo -MD -MP -MF sodium/$(DEPDIR)/libsodium_la-version.Tpo -c -o sodium/libsodium_la-version.lo `test -f 'sodium/version.c' || echo '$(srcdir)/'`sodium/version.c
|
3152
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sodium/$(DEPDIR)/libsodium_la-version.Tpo sodium/$(DEPDIR)/libsodium_la-version.Plo
|
3153
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sodium/version.c' object='sodium/libsodium_la-version.lo' libtool=yes @AMDEPBACKSLASH@
|
3154
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3155
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sodium/libsodium_la-version.lo `test -f 'sodium/version.c' || echo '$(srcdir)/'`sodium/version.c
|
3156
|
+
|
3157
|
+
crypto_scalarmult/curve25519/donna_c64/libsodium_la-base_curve25519_donna_c64.lo: crypto_scalarmult/curve25519/donna_c64/base_curve25519_donna_c64.c
|
3158
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_scalarmult/curve25519/donna_c64/libsodium_la-base_curve25519_donna_c64.lo -MD -MP -MF crypto_scalarmult/curve25519/donna_c64/$(DEPDIR)/libsodium_la-base_curve25519_donna_c64.Tpo -c -o crypto_scalarmult/curve25519/donna_c64/libsodium_la-base_curve25519_donna_c64.lo `test -f 'crypto_scalarmult/curve25519/donna_c64/base_curve25519_donna_c64.c' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/donna_c64/base_curve25519_donna_c64.c
|
3159
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_scalarmult/curve25519/donna_c64/$(DEPDIR)/libsodium_la-base_curve25519_donna_c64.Tpo crypto_scalarmult/curve25519/donna_c64/$(DEPDIR)/libsodium_la-base_curve25519_donna_c64.Plo
|
3160
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_scalarmult/curve25519/donna_c64/base_curve25519_donna_c64.c' object='crypto_scalarmult/curve25519/donna_c64/libsodium_la-base_curve25519_donna_c64.lo' libtool=yes @AMDEPBACKSLASH@
|
3161
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3162
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_scalarmult/curve25519/donna_c64/libsodium_la-base_curve25519_donna_c64.lo `test -f 'crypto_scalarmult/curve25519/donna_c64/base_curve25519_donna_c64.c' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/donna_c64/base_curve25519_donna_c64.c
|
3163
|
+
|
3164
|
+
crypto_scalarmult/curve25519/donna_c64/libsodium_la-smult_curve25519_donna_c64.lo: crypto_scalarmult/curve25519/donna_c64/smult_curve25519_donna_c64.c
|
3165
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_scalarmult/curve25519/donna_c64/libsodium_la-smult_curve25519_donna_c64.lo -MD -MP -MF crypto_scalarmult/curve25519/donna_c64/$(DEPDIR)/libsodium_la-smult_curve25519_donna_c64.Tpo -c -o crypto_scalarmult/curve25519/donna_c64/libsodium_la-smult_curve25519_donna_c64.lo `test -f 'crypto_scalarmult/curve25519/donna_c64/smult_curve25519_donna_c64.c' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/donna_c64/smult_curve25519_donna_c64.c
|
3166
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_scalarmult/curve25519/donna_c64/$(DEPDIR)/libsodium_la-smult_curve25519_donna_c64.Tpo crypto_scalarmult/curve25519/donna_c64/$(DEPDIR)/libsodium_la-smult_curve25519_donna_c64.Plo
|
3167
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_scalarmult/curve25519/donna_c64/smult_curve25519_donna_c64.c' object='crypto_scalarmult/curve25519/donna_c64/libsodium_la-smult_curve25519_donna_c64.lo' libtool=yes @AMDEPBACKSLASH@
|
3168
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3169
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_scalarmult/curve25519/donna_c64/libsodium_la-smult_curve25519_donna_c64.lo `test -f 'crypto_scalarmult/curve25519/donna_c64/smult_curve25519_donna_c64.c' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/donna_c64/smult_curve25519_donna_c64.c
|
3170
|
+
|
3171
|
+
crypto_scalarmult/curve25519/ref/libsodium_la-base_curve25519_ref.lo: crypto_scalarmult/curve25519/ref/base_curve25519_ref.c
|
3172
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_scalarmult/curve25519/ref/libsodium_la-base_curve25519_ref.lo -MD -MP -MF crypto_scalarmult/curve25519/ref/$(DEPDIR)/libsodium_la-base_curve25519_ref.Tpo -c -o crypto_scalarmult/curve25519/ref/libsodium_la-base_curve25519_ref.lo `test -f 'crypto_scalarmult/curve25519/ref/base_curve25519_ref.c' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/ref/base_curve25519_ref.c
|
3173
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_scalarmult/curve25519/ref/$(DEPDIR)/libsodium_la-base_curve25519_ref.Tpo crypto_scalarmult/curve25519/ref/$(DEPDIR)/libsodium_la-base_curve25519_ref.Plo
|
3174
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_scalarmult/curve25519/ref/base_curve25519_ref.c' object='crypto_scalarmult/curve25519/ref/libsodium_la-base_curve25519_ref.lo' libtool=yes @AMDEPBACKSLASH@
|
3175
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3176
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_scalarmult/curve25519/ref/libsodium_la-base_curve25519_ref.lo `test -f 'crypto_scalarmult/curve25519/ref/base_curve25519_ref.c' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/ref/base_curve25519_ref.c
|
3177
|
+
|
3178
|
+
crypto_scalarmult/curve25519/ref/libsodium_la-smult_curve25519_ref.lo: crypto_scalarmult/curve25519/ref/smult_curve25519_ref.c
|
3179
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_scalarmult/curve25519/ref/libsodium_la-smult_curve25519_ref.lo -MD -MP -MF crypto_scalarmult/curve25519/ref/$(DEPDIR)/libsodium_la-smult_curve25519_ref.Tpo -c -o crypto_scalarmult/curve25519/ref/libsodium_la-smult_curve25519_ref.lo `test -f 'crypto_scalarmult/curve25519/ref/smult_curve25519_ref.c' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/ref/smult_curve25519_ref.c
|
3180
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_scalarmult/curve25519/ref/$(DEPDIR)/libsodium_la-smult_curve25519_ref.Tpo crypto_scalarmult/curve25519/ref/$(DEPDIR)/libsodium_la-smult_curve25519_ref.Plo
|
3181
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_scalarmult/curve25519/ref/smult_curve25519_ref.c' object='crypto_scalarmult/curve25519/ref/libsodium_la-smult_curve25519_ref.lo' libtool=yes @AMDEPBACKSLASH@
|
3182
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3183
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_scalarmult/curve25519/ref/libsodium_la-smult_curve25519_ref.lo `test -f 'crypto_scalarmult/curve25519/ref/smult_curve25519_ref.c' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/ref/smult_curve25519_ref.c
|
3184
|
+
|
3185
|
+
crypto_stream/salsa20/ref/libsodium_la-stream_salsa20_ref.lo: crypto_stream/salsa20/ref/stream_salsa20_ref.c
|
3186
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/salsa20/ref/libsodium_la-stream_salsa20_ref.lo -MD -MP -MF crypto_stream/salsa20/ref/$(DEPDIR)/libsodium_la-stream_salsa20_ref.Tpo -c -o crypto_stream/salsa20/ref/libsodium_la-stream_salsa20_ref.lo `test -f 'crypto_stream/salsa20/ref/stream_salsa20_ref.c' || echo '$(srcdir)/'`crypto_stream/salsa20/ref/stream_salsa20_ref.c
|
3187
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/salsa20/ref/$(DEPDIR)/libsodium_la-stream_salsa20_ref.Tpo crypto_stream/salsa20/ref/$(DEPDIR)/libsodium_la-stream_salsa20_ref.Plo
|
3188
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/salsa20/ref/stream_salsa20_ref.c' object='crypto_stream/salsa20/ref/libsodium_la-stream_salsa20_ref.lo' libtool=yes @AMDEPBACKSLASH@
|
3189
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3190
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/salsa20/ref/libsodium_la-stream_salsa20_ref.lo `test -f 'crypto_stream/salsa20/ref/stream_salsa20_ref.c' || echo '$(srcdir)/'`crypto_stream/salsa20/ref/stream_salsa20_ref.c
|
3191
|
+
|
3192
|
+
crypto_stream/salsa20/ref/libsodium_la-xor_salsa20_ref.lo: crypto_stream/salsa20/ref/xor_salsa20_ref.c
|
3193
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/salsa20/ref/libsodium_la-xor_salsa20_ref.lo -MD -MP -MF crypto_stream/salsa20/ref/$(DEPDIR)/libsodium_la-xor_salsa20_ref.Tpo -c -o crypto_stream/salsa20/ref/libsodium_la-xor_salsa20_ref.lo `test -f 'crypto_stream/salsa20/ref/xor_salsa20_ref.c' || echo '$(srcdir)/'`crypto_stream/salsa20/ref/xor_salsa20_ref.c
|
3194
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/salsa20/ref/$(DEPDIR)/libsodium_la-xor_salsa20_ref.Tpo crypto_stream/salsa20/ref/$(DEPDIR)/libsodium_la-xor_salsa20_ref.Plo
|
3195
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/salsa20/ref/xor_salsa20_ref.c' object='crypto_stream/salsa20/ref/libsodium_la-xor_salsa20_ref.lo' libtool=yes @AMDEPBACKSLASH@
|
3196
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
3197
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/salsa20/ref/libsodium_la-xor_salsa20_ref.lo `test -f 'crypto_stream/salsa20/ref/xor_salsa20_ref.c' || echo '$(srcdir)/'`crypto_stream/salsa20/ref/xor_salsa20_ref.c
|
3198
|
+
|
3199
|
+
mostlyclean-libtool:
|
3200
|
+
-rm -f *.lo
|
3201
|
+
|
3202
|
+
clean-libtool:
|
3203
|
+
-rm -rf .libs _libs
|
3204
|
+
-rm -rf crypto_auth/.libs crypto_auth/_libs
|
3205
|
+
-rm -rf crypto_auth/hmacsha256/.libs crypto_auth/hmacsha256/_libs
|
3206
|
+
-rm -rf crypto_auth/hmacsha256/cp/.libs crypto_auth/hmacsha256/cp/_libs
|
3207
|
+
-rm -rf crypto_auth/hmacsha512/.libs crypto_auth/hmacsha512/_libs
|
3208
|
+
-rm -rf crypto_auth/hmacsha512/cp/.libs crypto_auth/hmacsha512/cp/_libs
|
3209
|
+
-rm -rf crypto_auth/hmacsha512256/.libs crypto_auth/hmacsha512256/_libs
|
3210
|
+
-rm -rf crypto_auth/hmacsha512256/cp/.libs crypto_auth/hmacsha512256/cp/_libs
|
3211
|
+
-rm -rf crypto_box/.libs crypto_box/_libs
|
3212
|
+
-rm -rf crypto_box/curve25519xsalsa20poly1305/.libs crypto_box/curve25519xsalsa20poly1305/_libs
|
3213
|
+
-rm -rf crypto_box/curve25519xsalsa20poly1305/ref/.libs crypto_box/curve25519xsalsa20poly1305/ref/_libs
|
3214
|
+
-rm -rf crypto_core/hsalsa20/.libs crypto_core/hsalsa20/_libs
|
3215
|
+
-rm -rf crypto_core/hsalsa20/ref2/.libs crypto_core/hsalsa20/ref2/_libs
|
3216
|
+
-rm -rf crypto_core/salsa20/.libs crypto_core/salsa20/_libs
|
3217
|
+
-rm -rf crypto_core/salsa20/ref/.libs crypto_core/salsa20/ref/_libs
|
3218
|
+
-rm -rf crypto_core/salsa2012/.libs crypto_core/salsa2012/_libs
|
3219
|
+
-rm -rf crypto_core/salsa2012/ref/.libs crypto_core/salsa2012/ref/_libs
|
3220
|
+
-rm -rf crypto_core/salsa208/.libs crypto_core/salsa208/_libs
|
3221
|
+
-rm -rf crypto_core/salsa208/ref/.libs crypto_core/salsa208/ref/_libs
|
3222
|
+
-rm -rf crypto_generichash/.libs crypto_generichash/_libs
|
3223
|
+
-rm -rf crypto_generichash/blake2/.libs crypto_generichash/blake2/_libs
|
3224
|
+
-rm -rf crypto_generichash/blake2/ref/.libs crypto_generichash/blake2/ref/_libs
|
3225
|
+
-rm -rf crypto_hash/.libs crypto_hash/_libs
|
3226
|
+
-rm -rf crypto_hash/sha256/.libs crypto_hash/sha256/_libs
|
3227
|
+
-rm -rf crypto_hash/sha256/cp/.libs crypto_hash/sha256/cp/_libs
|
3228
|
+
-rm -rf crypto_hash/sha512/.libs crypto_hash/sha512/_libs
|
3229
|
+
-rm -rf crypto_hash/sha512/cp/.libs crypto_hash/sha512/cp/_libs
|
3230
|
+
-rm -rf crypto_onetimeauth/.libs crypto_onetimeauth/_libs
|
3231
|
+
-rm -rf crypto_onetimeauth/poly1305/.libs crypto_onetimeauth/poly1305/_libs
|
3232
|
+
-rm -rf crypto_onetimeauth/poly1305/donna/.libs crypto_onetimeauth/poly1305/donna/_libs
|
3233
|
+
-rm -rf crypto_pwhash/scryptxsalsa208sha256/.libs crypto_pwhash/scryptxsalsa208sha256/_libs
|
3234
|
+
-rm -rf crypto_pwhash/scryptxsalsa208sha256/nosse/.libs crypto_pwhash/scryptxsalsa208sha256/nosse/_libs
|
3235
|
+
-rm -rf crypto_pwhash/scryptxsalsa208sha256/sse/.libs crypto_pwhash/scryptxsalsa208sha256/sse/_libs
|
3236
|
+
-rm -rf crypto_scalarmult/.libs crypto_scalarmult/_libs
|
3237
|
+
-rm -rf crypto_scalarmult/curve25519/.libs crypto_scalarmult/curve25519/_libs
|
3238
|
+
-rm -rf crypto_scalarmult/curve25519/donna_c64/.libs crypto_scalarmult/curve25519/donna_c64/_libs
|
3239
|
+
-rm -rf crypto_scalarmult/curve25519/ref/.libs crypto_scalarmult/curve25519/ref/_libs
|
3240
|
+
-rm -rf crypto_secretbox/.libs crypto_secretbox/_libs
|
3241
|
+
-rm -rf crypto_secretbox/xsalsa20poly1305/.libs crypto_secretbox/xsalsa20poly1305/_libs
|
3242
|
+
-rm -rf crypto_secretbox/xsalsa20poly1305/ref/.libs crypto_secretbox/xsalsa20poly1305/ref/_libs
|
3243
|
+
-rm -rf crypto_shorthash/.libs crypto_shorthash/_libs
|
3244
|
+
-rm -rf crypto_shorthash/siphash24/.libs crypto_shorthash/siphash24/_libs
|
3245
|
+
-rm -rf crypto_shorthash/siphash24/ref/.libs crypto_shorthash/siphash24/ref/_libs
|
3246
|
+
-rm -rf crypto_sign/.libs crypto_sign/_libs
|
3247
|
+
-rm -rf crypto_sign/ed25519/.libs crypto_sign/ed25519/_libs
|
3248
|
+
-rm -rf crypto_sign/ed25519/ref10/.libs crypto_sign/ed25519/ref10/_libs
|
3249
|
+
-rm -rf crypto_sign/edwards25519sha512batch/.libs crypto_sign/edwards25519sha512batch/_libs
|
3250
|
+
-rm -rf crypto_sign/edwards25519sha512batch/ref/.libs crypto_sign/edwards25519sha512batch/ref/_libs
|
3251
|
+
-rm -rf crypto_stream/.libs crypto_stream/_libs
|
3252
|
+
-rm -rf crypto_stream/aes128ctr/.libs crypto_stream/aes128ctr/_libs
|
3253
|
+
-rm -rf crypto_stream/aes128ctr/portable/.libs crypto_stream/aes128ctr/portable/_libs
|
3254
|
+
-rm -rf crypto_stream/aes256estream/.libs crypto_stream/aes256estream/_libs
|
3255
|
+
-rm -rf crypto_stream/aes256estream/hongjun/.libs crypto_stream/aes256estream/hongjun/_libs
|
3256
|
+
-rm -rf crypto_stream/salsa20/.libs crypto_stream/salsa20/_libs
|
3257
|
+
-rm -rf crypto_stream/salsa20/amd64_xmm6/.libs crypto_stream/salsa20/amd64_xmm6/_libs
|
3258
|
+
-rm -rf crypto_stream/salsa20/ref/.libs crypto_stream/salsa20/ref/_libs
|
3259
|
+
-rm -rf crypto_stream/salsa2012/.libs crypto_stream/salsa2012/_libs
|
3260
|
+
-rm -rf crypto_stream/salsa2012/ref/.libs crypto_stream/salsa2012/ref/_libs
|
3261
|
+
-rm -rf crypto_stream/salsa208/.libs crypto_stream/salsa208/_libs
|
3262
|
+
-rm -rf crypto_stream/salsa208/ref/.libs crypto_stream/salsa208/ref/_libs
|
3263
|
+
-rm -rf crypto_stream/xsalsa20/.libs crypto_stream/xsalsa20/_libs
|
3264
|
+
-rm -rf crypto_stream/xsalsa20/ref/.libs crypto_stream/xsalsa20/ref/_libs
|
3265
|
+
-rm -rf crypto_verify/16/.libs crypto_verify/16/_libs
|
3266
|
+
-rm -rf crypto_verify/16/ref/.libs crypto_verify/16/ref/_libs
|
3267
|
+
-rm -rf crypto_verify/32/.libs crypto_verify/32/_libs
|
3268
|
+
-rm -rf crypto_verify/32/ref/.libs crypto_verify/32/ref/_libs
|
3269
|
+
-rm -rf crypto_verify/64/.libs crypto_verify/64/_libs
|
3270
|
+
-rm -rf crypto_verify/64/ref/.libs crypto_verify/64/ref/_libs
|
3271
|
+
-rm -rf randombytes/.libs randombytes/_libs
|
3272
|
+
-rm -rf randombytes/salsa20/.libs randombytes/salsa20/_libs
|
3273
|
+
-rm -rf randombytes/sysrandom/.libs randombytes/sysrandom/_libs
|
3274
|
+
-rm -rf sodium/.libs sodium/_libs
|
3275
|
+
install-defexecDATA: $(defexec_DATA)
|
3276
|
+
@$(NORMAL_INSTALL)
|
3277
|
+
@list='$(defexec_DATA)'; test -n "$(defexecdir)" || list=; \
|
3278
|
+
if test -n "$$list"; then \
|
3279
|
+
echo " $(MKDIR_P) '$(DESTDIR)$(defexecdir)'"; \
|
3280
|
+
$(MKDIR_P) "$(DESTDIR)$(defexecdir)" || exit 1; \
|
3281
|
+
fi; \
|
3282
|
+
for p in $$list; do \
|
3283
|
+
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
3284
|
+
echo "$$d$$p"; \
|
3285
|
+
done | $(am__base_list) | \
|
3286
|
+
while read files; do \
|
3287
|
+
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(defexecdir)'"; \
|
3288
|
+
$(INSTALL_DATA) $$files "$(DESTDIR)$(defexecdir)" || exit $$?; \
|
3289
|
+
done
|
3290
|
+
|
3291
|
+
uninstall-defexecDATA:
|
3292
|
+
@$(NORMAL_UNINSTALL)
|
3293
|
+
@list='$(defexec_DATA)'; test -n "$(defexecdir)" || list=; \
|
3294
|
+
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
3295
|
+
dir='$(DESTDIR)$(defexecdir)'; $(am__uninstall_files_from_dir)
|
3296
|
+
|
3297
|
+
# This directory's subdirectories are mostly independent; you can cd
|
3298
|
+
# into them and run 'make' without going through this Makefile.
|
3299
|
+
# To change the values of 'make' variables: instead of editing Makefiles,
|
3300
|
+
# (1) if the variable is set in 'config.status', edit 'config.status'
|
3301
|
+
# (which will cause the Makefiles to be regenerated when you run 'make');
|
3302
|
+
# (2) otherwise, pass the desired values on the 'make' command line.
|
3303
|
+
$(am__recursive_targets):
|
3304
|
+
@fail=; \
|
3305
|
+
if $(am__make_keepgoing); then \
|
3306
|
+
failcom='fail=yes'; \
|
3307
|
+
else \
|
3308
|
+
failcom='exit 1'; \
|
3309
|
+
fi; \
|
3310
|
+
dot_seen=no; \
|
3311
|
+
target=`echo $@ | sed s/-recursive//`; \
|
3312
|
+
case "$@" in \
|
3313
|
+
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
3314
|
+
*) list='$(SUBDIRS)' ;; \
|
3315
|
+
esac; \
|
3316
|
+
for subdir in $$list; do \
|
3317
|
+
echo "Making $$target in $$subdir"; \
|
3318
|
+
if test "$$subdir" = "."; then \
|
3319
|
+
dot_seen=yes; \
|
3320
|
+
local_target="$$target-am"; \
|
3321
|
+
else \
|
3322
|
+
local_target="$$target"; \
|
3323
|
+
fi; \
|
3324
|
+
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
3325
|
+
|| eval $$failcom; \
|
3326
|
+
done; \
|
3327
|
+
if test "$$dot_seen" = "no"; then \
|
3328
|
+
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
3329
|
+
fi; test -z "$$fail"
|
3330
|
+
|
3331
|
+
ID: $(am__tagged_files)
|
3332
|
+
$(am__define_uniq_tagged_files); mkid -fID $$unique
|
3333
|
+
tags: tags-recursive
|
3334
|
+
TAGS: tags
|
3335
|
+
|
3336
|
+
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
3337
|
+
set x; \
|
3338
|
+
here=`pwd`; \
|
3339
|
+
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
3340
|
+
include_option=--etags-include; \
|
3341
|
+
empty_fix=.; \
|
3342
|
+
else \
|
3343
|
+
include_option=--include; \
|
3344
|
+
empty_fix=; \
|
3345
|
+
fi; \
|
3346
|
+
list='$(SUBDIRS)'; for subdir in $$list; do \
|
3347
|
+
if test "$$subdir" = .; then :; else \
|
3348
|
+
test ! -f $$subdir/TAGS || \
|
3349
|
+
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
|
3350
|
+
fi; \
|
3351
|
+
done; \
|
3352
|
+
$(am__define_uniq_tagged_files); \
|
3353
|
+
shift; \
|
3354
|
+
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
3355
|
+
test -n "$$unique" || unique=$$empty_fix; \
|
3356
|
+
if test $$# -gt 0; then \
|
3357
|
+
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
3358
|
+
"$$@" $$unique; \
|
3359
|
+
else \
|
3360
|
+
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
3361
|
+
$$unique; \
|
3362
|
+
fi; \
|
3363
|
+
fi
|
3364
|
+
ctags: ctags-recursive
|
3365
|
+
|
3366
|
+
CTAGS: ctags
|
3367
|
+
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
3368
|
+
$(am__define_uniq_tagged_files); \
|
3369
|
+
test -z "$(CTAGS_ARGS)$$unique" \
|
3370
|
+
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
3371
|
+
$$unique
|
3372
|
+
|
3373
|
+
GTAGS:
|
3374
|
+
here=`$(am__cd) $(top_builddir) && pwd` \
|
3375
|
+
&& $(am__cd) $(top_srcdir) \
|
3376
|
+
&& gtags -i $(GTAGS_ARGS) "$$here"
|
3377
|
+
cscopelist: cscopelist-recursive
|
3378
|
+
|
3379
|
+
cscopelist-am: $(am__tagged_files)
|
3380
|
+
list='$(am__tagged_files)'; \
|
3381
|
+
case "$(srcdir)" in \
|
3382
|
+
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
|
3383
|
+
*) sdir=$(subdir)/$(srcdir) ;; \
|
3384
|
+
esac; \
|
3385
|
+
for i in $$list; do \
|
3386
|
+
if test -f "$$i"; then \
|
3387
|
+
echo "$(subdir)/$$i"; \
|
3388
|
+
else \
|
3389
|
+
echo "$$sdir/$$i"; \
|
3390
|
+
fi; \
|
3391
|
+
done >> $(top_builddir)/cscope.files
|
3392
|
+
|
3393
|
+
distclean-tags:
|
3394
|
+
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
3395
|
+
|
3396
|
+
distdir: $(DISTFILES)
|
3397
|
+
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
3398
|
+
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
3399
|
+
list='$(DISTFILES)'; \
|
3400
|
+
dist_files=`for file in $$list; do echo $$file; done | \
|
3401
|
+
sed -e "s|^$$srcdirstrip/||;t" \
|
3402
|
+
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
3403
|
+
case $$dist_files in \
|
3404
|
+
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
3405
|
+
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
3406
|
+
sort -u` ;; \
|
3407
|
+
esac; \
|
3408
|
+
for file in $$dist_files; do \
|
3409
|
+
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
3410
|
+
if test -d $$d/$$file; then \
|
3411
|
+
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
3412
|
+
if test -d "$(distdir)/$$file"; then \
|
3413
|
+
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
3414
|
+
fi; \
|
3415
|
+
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
3416
|
+
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
3417
|
+
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
3418
|
+
fi; \
|
3419
|
+
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
3420
|
+
else \
|
3421
|
+
test -f "$(distdir)/$$file" \
|
3422
|
+
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
3423
|
+
|| exit 1; \
|
3424
|
+
fi; \
|
3425
|
+
done
|
3426
|
+
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
3427
|
+
if test "$$subdir" = .; then :; else \
|
3428
|
+
$(am__make_dryrun) \
|
3429
|
+
|| test -d "$(distdir)/$$subdir" \
|
3430
|
+
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|
3431
|
+
|| exit 1; \
|
3432
|
+
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
|
3433
|
+
$(am__relativize); \
|
3434
|
+
new_distdir=$$reldir; \
|
3435
|
+
dir1=$$subdir; dir2="$(top_distdir)"; \
|
3436
|
+
$(am__relativize); \
|
3437
|
+
new_top_distdir=$$reldir; \
|
3438
|
+
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
|
3439
|
+
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
|
3440
|
+
($(am__cd) $$subdir && \
|
3441
|
+
$(MAKE) $(AM_MAKEFLAGS) \
|
3442
|
+
top_distdir="$$new_top_distdir" \
|
3443
|
+
distdir="$$new_distdir" \
|
3444
|
+
am__remove_distdir=: \
|
3445
|
+
am__skip_length_check=: \
|
3446
|
+
am__skip_mode_fix=: \
|
3447
|
+
distdir) \
|
3448
|
+
|| exit 1; \
|
3449
|
+
fi; \
|
3450
|
+
done
|
3451
|
+
check-am: all-am
|
3452
|
+
check: check-recursive
|
3453
|
+
all-am: Makefile $(LTLIBRARIES) $(DATA)
|
3454
|
+
installdirs: installdirs-recursive
|
3455
|
+
installdirs-am:
|
3456
|
+
for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(defexecdir)"; do \
|
3457
|
+
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
3458
|
+
done
|
3459
|
+
install: install-recursive
|
3460
|
+
install-exec: install-exec-recursive
|
3461
|
+
install-data: install-data-recursive
|
3462
|
+
uninstall: uninstall-recursive
|
3463
|
+
|
3464
|
+
install-am: all-am
|
3465
|
+
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
3466
|
+
|
3467
|
+
installcheck: installcheck-recursive
|
3468
|
+
install-strip:
|
3469
|
+
if test -z '$(STRIP)'; then \
|
3470
|
+
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
3471
|
+
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
3472
|
+
install; \
|
3473
|
+
else \
|
3474
|
+
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
3475
|
+
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
3476
|
+
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
3477
|
+
fi
|
3478
|
+
mostlyclean-generic:
|
3479
|
+
|
3480
|
+
clean-generic:
|
3481
|
+
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
3482
|
+
|
3483
|
+
distclean-generic:
|
3484
|
+
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
3485
|
+
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
3486
|
+
-rm -f crypto_auth/$(DEPDIR)/$(am__dirstamp)
|
3487
|
+
-rm -f crypto_auth/$(am__dirstamp)
|
3488
|
+
-rm -f crypto_auth/hmacsha256/$(DEPDIR)/$(am__dirstamp)
|
3489
|
+
-rm -f crypto_auth/hmacsha256/$(am__dirstamp)
|
3490
|
+
-rm -f crypto_auth/hmacsha256/cp/$(DEPDIR)/$(am__dirstamp)
|
3491
|
+
-rm -f crypto_auth/hmacsha256/cp/$(am__dirstamp)
|
3492
|
+
-rm -f crypto_auth/hmacsha512/$(DEPDIR)/$(am__dirstamp)
|
3493
|
+
-rm -f crypto_auth/hmacsha512/$(am__dirstamp)
|
3494
|
+
-rm -f crypto_auth/hmacsha512/cp/$(DEPDIR)/$(am__dirstamp)
|
3495
|
+
-rm -f crypto_auth/hmacsha512/cp/$(am__dirstamp)
|
3496
|
+
-rm -f crypto_auth/hmacsha512256/$(DEPDIR)/$(am__dirstamp)
|
3497
|
+
-rm -f crypto_auth/hmacsha512256/$(am__dirstamp)
|
3498
|
+
-rm -f crypto_auth/hmacsha512256/cp/$(DEPDIR)/$(am__dirstamp)
|
3499
|
+
-rm -f crypto_auth/hmacsha512256/cp/$(am__dirstamp)
|
3500
|
+
-rm -f crypto_box/$(DEPDIR)/$(am__dirstamp)
|
3501
|
+
-rm -f crypto_box/$(am__dirstamp)
|
3502
|
+
-rm -f crypto_box/curve25519xsalsa20poly1305/$(DEPDIR)/$(am__dirstamp)
|
3503
|
+
-rm -f crypto_box/curve25519xsalsa20poly1305/$(am__dirstamp)
|
3504
|
+
-rm -f crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR)/$(am__dirstamp)
|
3505
|
+
-rm -f crypto_box/curve25519xsalsa20poly1305/ref/$(am__dirstamp)
|
3506
|
+
-rm -f crypto_core/hsalsa20/$(DEPDIR)/$(am__dirstamp)
|
3507
|
+
-rm -f crypto_core/hsalsa20/$(am__dirstamp)
|
3508
|
+
-rm -f crypto_core/hsalsa20/ref2/$(DEPDIR)/$(am__dirstamp)
|
3509
|
+
-rm -f crypto_core/hsalsa20/ref2/$(am__dirstamp)
|
3510
|
+
-rm -f crypto_core/salsa20/$(DEPDIR)/$(am__dirstamp)
|
3511
|
+
-rm -f crypto_core/salsa20/$(am__dirstamp)
|
3512
|
+
-rm -f crypto_core/salsa20/ref/$(DEPDIR)/$(am__dirstamp)
|
3513
|
+
-rm -f crypto_core/salsa20/ref/$(am__dirstamp)
|
3514
|
+
-rm -f crypto_core/salsa2012/$(DEPDIR)/$(am__dirstamp)
|
3515
|
+
-rm -f crypto_core/salsa2012/$(am__dirstamp)
|
3516
|
+
-rm -f crypto_core/salsa2012/ref/$(DEPDIR)/$(am__dirstamp)
|
3517
|
+
-rm -f crypto_core/salsa2012/ref/$(am__dirstamp)
|
3518
|
+
-rm -f crypto_core/salsa208/$(DEPDIR)/$(am__dirstamp)
|
3519
|
+
-rm -f crypto_core/salsa208/$(am__dirstamp)
|
3520
|
+
-rm -f crypto_core/salsa208/ref/$(DEPDIR)/$(am__dirstamp)
|
3521
|
+
-rm -f crypto_core/salsa208/ref/$(am__dirstamp)
|
3522
|
+
-rm -f crypto_generichash/$(DEPDIR)/$(am__dirstamp)
|
3523
|
+
-rm -f crypto_generichash/$(am__dirstamp)
|
3524
|
+
-rm -f crypto_generichash/blake2/$(DEPDIR)/$(am__dirstamp)
|
3525
|
+
-rm -f crypto_generichash/blake2/$(am__dirstamp)
|
3526
|
+
-rm -f crypto_generichash/blake2/ref/$(DEPDIR)/$(am__dirstamp)
|
3527
|
+
-rm -f crypto_generichash/blake2/ref/$(am__dirstamp)
|
3528
|
+
-rm -f crypto_hash/$(DEPDIR)/$(am__dirstamp)
|
3529
|
+
-rm -f crypto_hash/$(am__dirstamp)
|
3530
|
+
-rm -f crypto_hash/sha256/$(DEPDIR)/$(am__dirstamp)
|
3531
|
+
-rm -f crypto_hash/sha256/$(am__dirstamp)
|
3532
|
+
-rm -f crypto_hash/sha256/cp/$(DEPDIR)/$(am__dirstamp)
|
3533
|
+
-rm -f crypto_hash/sha256/cp/$(am__dirstamp)
|
3534
|
+
-rm -f crypto_hash/sha512/$(DEPDIR)/$(am__dirstamp)
|
3535
|
+
-rm -f crypto_hash/sha512/$(am__dirstamp)
|
3536
|
+
-rm -f crypto_hash/sha512/cp/$(DEPDIR)/$(am__dirstamp)
|
3537
|
+
-rm -f crypto_hash/sha512/cp/$(am__dirstamp)
|
3538
|
+
-rm -f crypto_onetimeauth/$(DEPDIR)/$(am__dirstamp)
|
3539
|
+
-rm -f crypto_onetimeauth/$(am__dirstamp)
|
3540
|
+
-rm -f crypto_onetimeauth/poly1305/$(DEPDIR)/$(am__dirstamp)
|
3541
|
+
-rm -f crypto_onetimeauth/poly1305/$(am__dirstamp)
|
3542
|
+
-rm -f crypto_onetimeauth/poly1305/donna/$(DEPDIR)/$(am__dirstamp)
|
3543
|
+
-rm -f crypto_onetimeauth/poly1305/donna/$(am__dirstamp)
|
3544
|
+
-rm -f crypto_pwhash/scryptxsalsa208sha256/$(DEPDIR)/$(am__dirstamp)
|
3545
|
+
-rm -f crypto_pwhash/scryptxsalsa208sha256/$(am__dirstamp)
|
3546
|
+
-rm -f crypto_pwhash/scryptxsalsa208sha256/nosse/$(DEPDIR)/$(am__dirstamp)
|
3547
|
+
-rm -f crypto_pwhash/scryptxsalsa208sha256/nosse/$(am__dirstamp)
|
3548
|
+
-rm -f crypto_pwhash/scryptxsalsa208sha256/sse/$(DEPDIR)/$(am__dirstamp)
|
3549
|
+
-rm -f crypto_pwhash/scryptxsalsa208sha256/sse/$(am__dirstamp)
|
3550
|
+
-rm -f crypto_scalarmult/$(DEPDIR)/$(am__dirstamp)
|
3551
|
+
-rm -f crypto_scalarmult/$(am__dirstamp)
|
3552
|
+
-rm -f crypto_scalarmult/curve25519/$(DEPDIR)/$(am__dirstamp)
|
3553
|
+
-rm -f crypto_scalarmult/curve25519/$(am__dirstamp)
|
3554
|
+
-rm -f crypto_scalarmult/curve25519/donna_c64/$(DEPDIR)/$(am__dirstamp)
|
3555
|
+
-rm -f crypto_scalarmult/curve25519/donna_c64/$(am__dirstamp)
|
3556
|
+
-rm -f crypto_scalarmult/curve25519/ref/$(DEPDIR)/$(am__dirstamp)
|
3557
|
+
-rm -f crypto_scalarmult/curve25519/ref/$(am__dirstamp)
|
3558
|
+
-rm -f crypto_secretbox/$(DEPDIR)/$(am__dirstamp)
|
3559
|
+
-rm -f crypto_secretbox/$(am__dirstamp)
|
3560
|
+
-rm -f crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/$(am__dirstamp)
|
3561
|
+
-rm -f crypto_secretbox/xsalsa20poly1305/$(am__dirstamp)
|
3562
|
+
-rm -f crypto_secretbox/xsalsa20poly1305/ref/$(DEPDIR)/$(am__dirstamp)
|
3563
|
+
-rm -f crypto_secretbox/xsalsa20poly1305/ref/$(am__dirstamp)
|
3564
|
+
-rm -f crypto_shorthash/$(DEPDIR)/$(am__dirstamp)
|
3565
|
+
-rm -f crypto_shorthash/$(am__dirstamp)
|
3566
|
+
-rm -f crypto_shorthash/siphash24/$(DEPDIR)/$(am__dirstamp)
|
3567
|
+
-rm -f crypto_shorthash/siphash24/$(am__dirstamp)
|
3568
|
+
-rm -f crypto_shorthash/siphash24/ref/$(DEPDIR)/$(am__dirstamp)
|
3569
|
+
-rm -f crypto_shorthash/siphash24/ref/$(am__dirstamp)
|
3570
|
+
-rm -f crypto_sign/$(DEPDIR)/$(am__dirstamp)
|
3571
|
+
-rm -f crypto_sign/$(am__dirstamp)
|
3572
|
+
-rm -f crypto_sign/ed25519/$(DEPDIR)/$(am__dirstamp)
|
3573
|
+
-rm -f crypto_sign/ed25519/$(am__dirstamp)
|
3574
|
+
-rm -f crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
3575
|
+
-rm -f crypto_sign/ed25519/ref10/$(am__dirstamp)
|
3576
|
+
-rm -f crypto_sign/edwards25519sha512batch/$(DEPDIR)/$(am__dirstamp)
|
3577
|
+
-rm -f crypto_sign/edwards25519sha512batch/$(am__dirstamp)
|
3578
|
+
-rm -f crypto_sign/edwards25519sha512batch/ref/$(DEPDIR)/$(am__dirstamp)
|
3579
|
+
-rm -f crypto_sign/edwards25519sha512batch/ref/$(am__dirstamp)
|
3580
|
+
-rm -f crypto_stream/$(DEPDIR)/$(am__dirstamp)
|
3581
|
+
-rm -f crypto_stream/$(am__dirstamp)
|
3582
|
+
-rm -f crypto_stream/aes128ctr/$(DEPDIR)/$(am__dirstamp)
|
3583
|
+
-rm -f crypto_stream/aes128ctr/$(am__dirstamp)
|
3584
|
+
-rm -f crypto_stream/aes128ctr/portable/$(DEPDIR)/$(am__dirstamp)
|
3585
|
+
-rm -f crypto_stream/aes128ctr/portable/$(am__dirstamp)
|
3586
|
+
-rm -f crypto_stream/aes256estream/$(DEPDIR)/$(am__dirstamp)
|
3587
|
+
-rm -f crypto_stream/aes256estream/$(am__dirstamp)
|
3588
|
+
-rm -f crypto_stream/aes256estream/hongjun/$(DEPDIR)/$(am__dirstamp)
|
3589
|
+
-rm -f crypto_stream/aes256estream/hongjun/$(am__dirstamp)
|
3590
|
+
-rm -f crypto_stream/salsa20/$(DEPDIR)/$(am__dirstamp)
|
3591
|
+
-rm -f crypto_stream/salsa20/$(am__dirstamp)
|
3592
|
+
-rm -f crypto_stream/salsa20/amd64_xmm6/$(DEPDIR)/$(am__dirstamp)
|
3593
|
+
-rm -f crypto_stream/salsa20/amd64_xmm6/$(am__dirstamp)
|
3594
|
+
-rm -f crypto_stream/salsa20/ref/$(DEPDIR)/$(am__dirstamp)
|
3595
|
+
-rm -f crypto_stream/salsa20/ref/$(am__dirstamp)
|
3596
|
+
-rm -f crypto_stream/salsa2012/$(DEPDIR)/$(am__dirstamp)
|
3597
|
+
-rm -f crypto_stream/salsa2012/$(am__dirstamp)
|
3598
|
+
-rm -f crypto_stream/salsa2012/ref/$(DEPDIR)/$(am__dirstamp)
|
3599
|
+
-rm -f crypto_stream/salsa2012/ref/$(am__dirstamp)
|
3600
|
+
-rm -f crypto_stream/salsa208/$(DEPDIR)/$(am__dirstamp)
|
3601
|
+
-rm -f crypto_stream/salsa208/$(am__dirstamp)
|
3602
|
+
-rm -f crypto_stream/salsa208/ref/$(DEPDIR)/$(am__dirstamp)
|
3603
|
+
-rm -f crypto_stream/salsa208/ref/$(am__dirstamp)
|
3604
|
+
-rm -f crypto_stream/xsalsa20/$(DEPDIR)/$(am__dirstamp)
|
3605
|
+
-rm -f crypto_stream/xsalsa20/$(am__dirstamp)
|
3606
|
+
-rm -f crypto_stream/xsalsa20/ref/$(DEPDIR)/$(am__dirstamp)
|
3607
|
+
-rm -f crypto_stream/xsalsa20/ref/$(am__dirstamp)
|
3608
|
+
-rm -f crypto_verify/16/$(DEPDIR)/$(am__dirstamp)
|
3609
|
+
-rm -f crypto_verify/16/$(am__dirstamp)
|
3610
|
+
-rm -f crypto_verify/16/ref/$(DEPDIR)/$(am__dirstamp)
|
3611
|
+
-rm -f crypto_verify/16/ref/$(am__dirstamp)
|
3612
|
+
-rm -f crypto_verify/32/$(DEPDIR)/$(am__dirstamp)
|
3613
|
+
-rm -f crypto_verify/32/$(am__dirstamp)
|
3614
|
+
-rm -f crypto_verify/32/ref/$(DEPDIR)/$(am__dirstamp)
|
3615
|
+
-rm -f crypto_verify/32/ref/$(am__dirstamp)
|
3616
|
+
-rm -f crypto_verify/64/$(DEPDIR)/$(am__dirstamp)
|
3617
|
+
-rm -f crypto_verify/64/$(am__dirstamp)
|
3618
|
+
-rm -f crypto_verify/64/ref/$(DEPDIR)/$(am__dirstamp)
|
3619
|
+
-rm -f crypto_verify/64/ref/$(am__dirstamp)
|
3620
|
+
-rm -f randombytes/$(DEPDIR)/$(am__dirstamp)
|
3621
|
+
-rm -f randombytes/$(am__dirstamp)
|
3622
|
+
-rm -f randombytes/salsa20/$(DEPDIR)/$(am__dirstamp)
|
3623
|
+
-rm -f randombytes/salsa20/$(am__dirstamp)
|
3624
|
+
-rm -f randombytes/sysrandom/$(DEPDIR)/$(am__dirstamp)
|
3625
|
+
-rm -f randombytes/sysrandom/$(am__dirstamp)
|
3626
|
+
-rm -f sodium/$(DEPDIR)/$(am__dirstamp)
|
3627
|
+
-rm -f sodium/$(am__dirstamp)
|
3628
|
+
|
3629
|
+
maintainer-clean-generic:
|
3630
|
+
@echo "This command is intended for maintainers to use"
|
3631
|
+
@echo "it deletes files that may require special tools to rebuild."
|
3632
|
+
clean: clean-recursive
|
3633
|
+
|
3634
|
+
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
|
3635
|
+
mostlyclean-am
|
3636
|
+
|
3637
|
+
distclean: distclean-recursive
|
3638
|
+
-rm -rf crypto_auth/$(DEPDIR) crypto_auth/hmacsha256/$(DEPDIR) crypto_auth/hmacsha256/cp/$(DEPDIR) crypto_auth/hmacsha512/$(DEPDIR) crypto_auth/hmacsha512/cp/$(DEPDIR) crypto_auth/hmacsha512256/$(DEPDIR) crypto_auth/hmacsha512256/cp/$(DEPDIR) crypto_box/$(DEPDIR) crypto_box/curve25519xsalsa20poly1305/$(DEPDIR) crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR) crypto_core/hsalsa20/$(DEPDIR) crypto_core/hsalsa20/ref2/$(DEPDIR) crypto_core/salsa20/$(DEPDIR) crypto_core/salsa20/ref/$(DEPDIR) crypto_core/salsa2012/$(DEPDIR) crypto_core/salsa2012/ref/$(DEPDIR) crypto_core/salsa208/$(DEPDIR) crypto_core/salsa208/ref/$(DEPDIR) crypto_generichash/$(DEPDIR) crypto_generichash/blake2/$(DEPDIR) crypto_generichash/blake2/ref/$(DEPDIR) crypto_hash/$(DEPDIR) crypto_hash/sha256/$(DEPDIR) crypto_hash/sha256/cp/$(DEPDIR) crypto_hash/sha512/$(DEPDIR) crypto_hash/sha512/cp/$(DEPDIR) crypto_onetimeauth/$(DEPDIR) crypto_onetimeauth/poly1305/$(DEPDIR) crypto_onetimeauth/poly1305/donna/$(DEPDIR) crypto_pwhash/scryptxsalsa208sha256/$(DEPDIR) crypto_pwhash/scryptxsalsa208sha256/nosse/$(DEPDIR) crypto_pwhash/scryptxsalsa208sha256/sse/$(DEPDIR) crypto_scalarmult/$(DEPDIR) crypto_scalarmult/curve25519/$(DEPDIR) crypto_scalarmult/curve25519/donna_c64/$(DEPDIR) crypto_scalarmult/curve25519/ref/$(DEPDIR) crypto_secretbox/$(DEPDIR) crypto_secretbox/xsalsa20poly1305/$(DEPDIR) crypto_secretbox/xsalsa20poly1305/ref/$(DEPDIR) crypto_shorthash/$(DEPDIR) crypto_shorthash/siphash24/$(DEPDIR) crypto_shorthash/siphash24/ref/$(DEPDIR) crypto_sign/$(DEPDIR) crypto_sign/ed25519/$(DEPDIR) crypto_sign/ed25519/ref10/$(DEPDIR) crypto_sign/edwards25519sha512batch/$(DEPDIR) crypto_sign/edwards25519sha512batch/ref/$(DEPDIR) crypto_stream/$(DEPDIR) crypto_stream/aes128ctr/$(DEPDIR) crypto_stream/aes128ctr/portable/$(DEPDIR) crypto_stream/aes256estream/$(DEPDIR) crypto_stream/aes256estream/hongjun/$(DEPDIR) crypto_stream/salsa20/$(DEPDIR) crypto_stream/salsa20/amd64_xmm6/$(DEPDIR) crypto_stream/salsa20/ref/$(DEPDIR) crypto_stream/salsa2012/$(DEPDIR) crypto_stream/salsa2012/ref/$(DEPDIR) crypto_stream/salsa208/$(DEPDIR) crypto_stream/salsa208/ref/$(DEPDIR) crypto_stream/xsalsa20/$(DEPDIR) crypto_stream/xsalsa20/ref/$(DEPDIR) crypto_verify/16/$(DEPDIR) crypto_verify/16/ref/$(DEPDIR) crypto_verify/32/$(DEPDIR) crypto_verify/32/ref/$(DEPDIR) crypto_verify/64/$(DEPDIR) crypto_verify/64/ref/$(DEPDIR) randombytes/$(DEPDIR) randombytes/salsa20/$(DEPDIR) randombytes/sysrandom/$(DEPDIR) sodium/$(DEPDIR)
|
3639
|
+
-rm -f Makefile
|
3640
|
+
distclean-am: clean-am distclean-compile distclean-generic \
|
3641
|
+
distclean-tags
|
3642
|
+
|
3643
|
+
dvi: dvi-recursive
|
3644
|
+
|
3645
|
+
dvi-am:
|
3646
|
+
|
3647
|
+
html: html-recursive
|
3648
|
+
|
3649
|
+
html-am:
|
3650
|
+
|
3651
|
+
info: info-recursive
|
3652
|
+
|
3653
|
+
info-am:
|
3654
|
+
|
3655
|
+
install-data-am:
|
3656
|
+
|
3657
|
+
install-dvi: install-dvi-recursive
|
3658
|
+
|
3659
|
+
install-dvi-am:
|
3660
|
+
|
3661
|
+
install-exec-am: install-defexecDATA install-libLTLIBRARIES
|
3662
|
+
|
3663
|
+
install-html: install-html-recursive
|
3664
|
+
|
3665
|
+
install-html-am:
|
3666
|
+
|
3667
|
+
install-info: install-info-recursive
|
3668
|
+
|
3669
|
+
install-info-am:
|
3670
|
+
|
3671
|
+
install-man:
|
3672
|
+
|
3673
|
+
install-pdf: install-pdf-recursive
|
3674
|
+
|
3675
|
+
install-pdf-am:
|
3676
|
+
|
3677
|
+
install-ps: install-ps-recursive
|
3678
|
+
|
3679
|
+
install-ps-am:
|
3680
|
+
|
3681
|
+
installcheck-am:
|
3682
|
+
|
3683
|
+
maintainer-clean: maintainer-clean-recursive
|
3684
|
+
-rm -rf crypto_auth/$(DEPDIR) crypto_auth/hmacsha256/$(DEPDIR) crypto_auth/hmacsha256/cp/$(DEPDIR) crypto_auth/hmacsha512/$(DEPDIR) crypto_auth/hmacsha512/cp/$(DEPDIR) crypto_auth/hmacsha512256/$(DEPDIR) crypto_auth/hmacsha512256/cp/$(DEPDIR) crypto_box/$(DEPDIR) crypto_box/curve25519xsalsa20poly1305/$(DEPDIR) crypto_box/curve25519xsalsa20poly1305/ref/$(DEPDIR) crypto_core/hsalsa20/$(DEPDIR) crypto_core/hsalsa20/ref2/$(DEPDIR) crypto_core/salsa20/$(DEPDIR) crypto_core/salsa20/ref/$(DEPDIR) crypto_core/salsa2012/$(DEPDIR) crypto_core/salsa2012/ref/$(DEPDIR) crypto_core/salsa208/$(DEPDIR) crypto_core/salsa208/ref/$(DEPDIR) crypto_generichash/$(DEPDIR) crypto_generichash/blake2/$(DEPDIR) crypto_generichash/blake2/ref/$(DEPDIR) crypto_hash/$(DEPDIR) crypto_hash/sha256/$(DEPDIR) crypto_hash/sha256/cp/$(DEPDIR) crypto_hash/sha512/$(DEPDIR) crypto_hash/sha512/cp/$(DEPDIR) crypto_onetimeauth/$(DEPDIR) crypto_onetimeauth/poly1305/$(DEPDIR) crypto_onetimeauth/poly1305/donna/$(DEPDIR) crypto_pwhash/scryptxsalsa208sha256/$(DEPDIR) crypto_pwhash/scryptxsalsa208sha256/nosse/$(DEPDIR) crypto_pwhash/scryptxsalsa208sha256/sse/$(DEPDIR) crypto_scalarmult/$(DEPDIR) crypto_scalarmult/curve25519/$(DEPDIR) crypto_scalarmult/curve25519/donna_c64/$(DEPDIR) crypto_scalarmult/curve25519/ref/$(DEPDIR) crypto_secretbox/$(DEPDIR) crypto_secretbox/xsalsa20poly1305/$(DEPDIR) crypto_secretbox/xsalsa20poly1305/ref/$(DEPDIR) crypto_shorthash/$(DEPDIR) crypto_shorthash/siphash24/$(DEPDIR) crypto_shorthash/siphash24/ref/$(DEPDIR) crypto_sign/$(DEPDIR) crypto_sign/ed25519/$(DEPDIR) crypto_sign/ed25519/ref10/$(DEPDIR) crypto_sign/edwards25519sha512batch/$(DEPDIR) crypto_sign/edwards25519sha512batch/ref/$(DEPDIR) crypto_stream/$(DEPDIR) crypto_stream/aes128ctr/$(DEPDIR) crypto_stream/aes128ctr/portable/$(DEPDIR) crypto_stream/aes256estream/$(DEPDIR) crypto_stream/aes256estream/hongjun/$(DEPDIR) crypto_stream/salsa20/$(DEPDIR) crypto_stream/salsa20/amd64_xmm6/$(DEPDIR) crypto_stream/salsa20/ref/$(DEPDIR) crypto_stream/salsa2012/$(DEPDIR) crypto_stream/salsa2012/ref/$(DEPDIR) crypto_stream/salsa208/$(DEPDIR) crypto_stream/salsa208/ref/$(DEPDIR) crypto_stream/xsalsa20/$(DEPDIR) crypto_stream/xsalsa20/ref/$(DEPDIR) crypto_verify/16/$(DEPDIR) crypto_verify/16/ref/$(DEPDIR) crypto_verify/32/$(DEPDIR) crypto_verify/32/ref/$(DEPDIR) crypto_verify/64/$(DEPDIR) crypto_verify/64/ref/$(DEPDIR) randombytes/$(DEPDIR) randombytes/salsa20/$(DEPDIR) randombytes/sysrandom/$(DEPDIR) sodium/$(DEPDIR)
|
3685
|
+
-rm -f Makefile
|
3686
|
+
maintainer-clean-am: distclean-am maintainer-clean-generic
|
3687
|
+
|
3688
|
+
mostlyclean: mostlyclean-recursive
|
3689
|
+
|
3690
|
+
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
3691
|
+
mostlyclean-libtool
|
3692
|
+
|
3693
|
+
pdf: pdf-recursive
|
3694
|
+
|
3695
|
+
pdf-am:
|
3696
|
+
|
3697
|
+
ps: ps-recursive
|
3698
|
+
|
3699
|
+
ps-am:
|
3700
|
+
|
3701
|
+
uninstall-am: uninstall-defexecDATA uninstall-libLTLIBRARIES
|
3702
|
+
|
3703
|
+
.MAKE: $(am__recursive_targets) install-am install-strip
|
3704
|
+
|
3705
|
+
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
|
3706
|
+
check-am clean clean-generic clean-libLTLIBRARIES \
|
3707
|
+
clean-libtool cscopelist-am ctags ctags-am distclean \
|
3708
|
+
distclean-compile distclean-generic distclean-libtool \
|
3709
|
+
distclean-tags distdir dvi dvi-am html html-am info info-am \
|
3710
|
+
install install-am install-data install-data-am \
|
3711
|
+
install-defexecDATA install-dvi install-dvi-am install-exec \
|
3712
|
+
install-exec-am install-html install-html-am install-info \
|
3713
|
+
install-info-am install-libLTLIBRARIES install-man install-pdf \
|
3714
|
+
install-pdf-am install-ps install-ps-am install-strip \
|
3715
|
+
installcheck installcheck-am installdirs installdirs-am \
|
3716
|
+
maintainer-clean maintainer-clean-generic mostlyclean \
|
3717
|
+
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
|
3718
|
+
pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
|
3719
|
+
uninstall-defexecDATA uninstall-libLTLIBRARIES
|
3720
|
+
|
3721
|
+
@HAVE_LD_OUTPUT_DEF_TRUE@libsodium-$(DLL_VERSION).def: libsodium.la
|
3722
|
+
|
3723
|
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
3724
|
+
# Otherwise a system limit (for SysV at least) may be exceeded.
|
3725
|
+
.NOEXPORT:
|