Home | History | Annotate | Line # | Download | only in libsodium
      1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994-2017 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 
     19 VPATH = @srcdir@
     20 am__is_gnu_make = { \
     21   if test -z '$(MAKELEVEL)'; then \
     22     false; \
     23   elif test -n '$(MAKE_HOST)'; then \
     24     true; \
     25   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
     26     true; \
     27   else \
     28     false; \
     29   fi; \
     30 }
     31 am__make_running_with_option = \
     32   case $${target_option-} in \
     33       ?) ;; \
     34       *) echo "am__make_running_with_option: internal error: invalid" \
     35               "target option '$${target_option-}' specified" >&2; \
     36          exit 1;; \
     37   esac; \
     38   has_opt=no; \
     39   sane_makeflags=$$MAKEFLAGS; \
     40   if $(am__is_gnu_make); then \
     41     sane_makeflags=$$MFLAGS; \
     42   else \
     43     case $$MAKEFLAGS in \
     44       *\\[\ \	]*) \
     45         bs=\\; \
     46         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     47           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     48     esac; \
     49   fi; \
     50   skip_next=no; \
     51   strip_trailopt () \
     52   { \
     53     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     54   }; \
     55   for flg in $$sane_makeflags; do \
     56     test $$skip_next = yes && { skip_next=no; continue; }; \
     57     case $$flg in \
     58       *=*|--*) continue;; \
     59         -*I) strip_trailopt 'I'; skip_next=yes;; \
     60       -*I?*) strip_trailopt 'I';; \
     61         -*O) strip_trailopt 'O'; skip_next=yes;; \
     62       -*O?*) strip_trailopt 'O';; \
     63         -*l) strip_trailopt 'l'; skip_next=yes;; \
     64       -*l?*) strip_trailopt 'l';; \
     65       -[dEDm]) skip_next=yes;; \
     66       -[JT]) skip_next=yes;; \
     67     esac; \
     68     case $$flg in \
     69       *$$target_option*) has_opt=yes; break;; \
     70     esac; \
     71   done; \
     72   test $$has_opt = yes
     73 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     74 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     75 pkgdatadir = $(datadir)/@PACKAGE@
     76 pkgincludedir = $(includedir)/@PACKAGE@
     77 pkglibdir = $(libdir)/@PACKAGE@
     78 pkglibexecdir = $(libexecdir)/@PACKAGE@
     79 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     80 install_sh_DATA = $(install_sh) -c -m 644
     81 install_sh_PROGRAM = $(install_sh) -c
     82 install_sh_SCRIPT = $(install_sh) -c
     83 INSTALL_HEADER = $(INSTALL_DATA)
     84 transform = $(program_transform_name)
     85 NORMAL_INSTALL = :
     86 PRE_INSTALL = :
     87 POST_INSTALL = :
     88 NORMAL_UNINSTALL = :
     89 PRE_UNINSTALL = :
     90 POST_UNINSTALL = :
     91 build_triplet = @build@
     92 host_triplet = @host@
     93 @HAVE_TI_MODE_TRUE@am__append_1 = \
     94 @HAVE_TI_MODE_TRUE@	crypto_core/ed25519/ref10/fe_51/base.h \
     95 @HAVE_TI_MODE_TRUE@	crypto_core/ed25519/ref10/fe_51/base2.h \
     96 @HAVE_TI_MODE_TRUE@	crypto_core/ed25519/ref10/fe_51/constants.h \
     97 @HAVE_TI_MODE_TRUE@	crypto_core/ed25519/ref10/fe_51/fe.h \
     98 @HAVE_TI_MODE_TRUE@	include/sodium/private/ed25519_ref10_fe_51.h
     99 
    100 @HAVE_TI_MODE_FALSE@am__append_2 = \
    101 @HAVE_TI_MODE_FALSE@	crypto_core/ed25519/ref10/fe_25_5/base.h \
    102 @HAVE_TI_MODE_FALSE@	crypto_core/ed25519/ref10/fe_25_5/base2.h \
    103 @HAVE_TI_MODE_FALSE@	crypto_core/ed25519/ref10/fe_25_5/constants.h \
    104 @HAVE_TI_MODE_FALSE@	crypto_core/ed25519/ref10/fe_25_5/fe.h \
    105 @HAVE_TI_MODE_FALSE@	include/sodium/private/ed25519_ref10_fe_25_5.h
    106 
    107 @HAVE_AMD64_ASM_TRUE@am__append_3 = \
    108 @HAVE_AMD64_ASM_TRUE@	crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S \
    109 @HAVE_AMD64_ASM_TRUE@	crypto_stream/salsa20/xmm6/salsa20_xmm6.c \
    110 @HAVE_AMD64_ASM_TRUE@	crypto_stream/salsa20/xmm6/salsa20_xmm6.h
    111 
    112 @HAVE_AMD64_ASM_FALSE@am__append_4 = \
    113 @HAVE_AMD64_ASM_FALSE@	crypto_stream/salsa20/ref/salsa20_ref.c \
    114 @HAVE_AMD64_ASM_FALSE@	crypto_stream/salsa20/ref/salsa20_ref.h
    115 
    116 @HAVE_AVX_ASM_TRUE@am__append_5 = \
    117 @HAVE_AVX_ASM_TRUE@	crypto_scalarmult/curve25519/sandy2x/consts_namespace.h \
    118 @HAVE_AVX_ASM_TRUE@	crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c \
    119 @HAVE_AVX_ASM_TRUE@	crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.h \
    120 @HAVE_AVX_ASM_TRUE@	crypto_scalarmult/curve25519/sandy2x/fe.h \
    121 @HAVE_AVX_ASM_TRUE@	crypto_scalarmult/curve25519/sandy2x/fe51.h \
    122 @HAVE_AVX_ASM_TRUE@	crypto_scalarmult/curve25519/sandy2x/fe51_invert.c \
    123 @HAVE_AVX_ASM_TRUE@	crypto_scalarmult/curve25519/sandy2x/fe51_namespace.h \
    124 @HAVE_AVX_ASM_TRUE@	crypto_scalarmult/curve25519/sandy2x/fe_frombytes_sandy2x.c \
    125 @HAVE_AVX_ASM_TRUE@	crypto_scalarmult/curve25519/sandy2x/ladder.h \
    126 @HAVE_AVX_ASM_TRUE@	crypto_scalarmult/curve25519/sandy2x/ladder_base.h \
    127 @HAVE_AVX_ASM_TRUE@	crypto_scalarmult/curve25519/sandy2x/ladder_base_namespace.h \
    128 @HAVE_AVX_ASM_TRUE@	crypto_scalarmult/curve25519/sandy2x/ladder_namespace.h \
    129 @HAVE_AVX_ASM_TRUE@	crypto_scalarmult/curve25519/sandy2x/sandy2x.S
    130 
    131 @MINIMAL_FALSE@am__append_6 = \
    132 @MINIMAL_FALSE@	crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c \
    133 @MINIMAL_FALSE@	crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c \
    134 @MINIMAL_FALSE@	crypto_core/ed25519/core_ed25519.c \
    135 @MINIMAL_FALSE@	crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c \
    136 @MINIMAL_FALSE@	crypto_pwhash/scryptsalsa208sha256/crypto_scrypt.h \
    137 @MINIMAL_FALSE@	crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c \
    138 @MINIMAL_FALSE@	crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c \
    139 @MINIMAL_FALSE@	crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.h \
    140 @MINIMAL_FALSE@	crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c \
    141 @MINIMAL_FALSE@	crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c \
    142 @MINIMAL_FALSE@	crypto_scalarmult/ed25519/ref10/scalarmult_ed25519_ref10.c \
    143 @MINIMAL_FALSE@	crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c \
    144 @MINIMAL_FALSE@	crypto_shorthash/siphash24/shorthash_siphashx24.c \
    145 @MINIMAL_FALSE@	crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c \
    146 @MINIMAL_FALSE@	crypto_sign/ed25519/ref10/obsolete.c \
    147 @MINIMAL_FALSE@	crypto_stream/salsa2012/ref/stream_salsa2012_ref.c \
    148 @MINIMAL_FALSE@	crypto_stream/salsa2012/stream_salsa2012.c \
    149 @MINIMAL_FALSE@	crypto_stream/salsa208/ref/stream_salsa208_ref.c \
    150 @MINIMAL_FALSE@	crypto_stream/salsa208/stream_salsa208.c \
    151 @MINIMAL_FALSE@	crypto_stream/xchacha20/stream_xchacha20.c
    152 
    153 @HAVE_LD_OUTPUT_DEF_TRUE@am__append_7 = -Wl,--output-def,libsodium-$(DLL_VERSION).def
    154 @EMSCRIPTEN_FALSE@am__append_8 = librdrand.la
    155 @EMSCRIPTEN_FALSE@am__append_9 = librdrand.la
    156 @EMSCRIPTEN_FALSE@@NATIVECLIENT_TRUE@am__append_10 = \
    157 @EMSCRIPTEN_FALSE@@NATIVECLIENT_TRUE@	randombytes/nativeclient/randombytes_nativeclient.c
    158 
    159 @EMSCRIPTEN_FALSE@@NATIVECLIENT_FALSE@am__append_11 = \
    160 @EMSCRIPTEN_FALSE@@NATIVECLIENT_FALSE@	randombytes/sysrandom/randombytes_sysrandom.c
    161 
    162 @MINIMAL_FALSE@am__append_12 = \
    163 @MINIMAL_FALSE@	crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c
    164 
    165 @HAVE_AMD64_ASM_FALSE@am__append_13 = \
    166 @HAVE_AMD64_ASM_FALSE@	crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c \
    167 @HAVE_AMD64_ASM_FALSE@	crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.h \
    168 @HAVE_AMD64_ASM_FALSE@	crypto_stream/salsa20/xmm6int/u0.h \
    169 @HAVE_AMD64_ASM_FALSE@	crypto_stream/salsa20/xmm6int/u1.h \
    170 @HAVE_AMD64_ASM_FALSE@	crypto_stream/salsa20/xmm6int/u4.h
    171 
    172 subdir = src/libsodium
    173 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    174 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_catchable_abrt.m4 \
    175 	$(top_srcdir)/m4/ax_check_catchable_segv.m4 \
    176 	$(top_srcdir)/m4/ax_check_compile_flag.m4 \
    177 	$(top_srcdir)/m4/ax_check_define.m4 \
    178 	$(top_srcdir)/m4/ax_check_link_flag.m4 \
    179 	$(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/ax_tls.m4 \
    180 	$(top_srcdir)/m4/ax_valgrind_check.m4 \
    181 	$(top_srcdir)/m4/ld-output-def.m4 $(top_srcdir)/m4/libtool.m4 \
    182 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
    183 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
    184 	$(top_srcdir)/configure.ac
    185 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    186 	$(ACLOCAL_M4)
    187 DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
    188 	$(am__DIST_COMMON)
    189 mkinstalldirs = $(install_sh) -d
    190 CONFIG_CLEAN_FILES =
    191 CONFIG_CLEAN_VPATH_FILES =
    192 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    193 am__vpath_adj = case $$p in \
    194     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    195     *) f=$$p;; \
    196   esac;
    197 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    198 am__install_max = 40
    199 am__nobase_strip_setup = \
    200   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    201 am__nobase_strip = \
    202   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    203 am__nobase_list = $(am__nobase_strip_setup); \
    204   for p in $$list; do echo "$$p $$p"; done | \
    205   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
    206   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    207     if (++n[$$2] == $(am__install_max)) \
    208       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    209     END { for (dir in files) print dir, files[dir] }'
    210 am__base_list = \
    211   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    212   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    213 am__uninstall_files_from_dir = { \
    214   test -z "$$files" \
    215     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    216     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
    217          $(am__cd) "$$dir" && rm -f $$files; }; \
    218   }
    219 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(defexecdir)"
    220 LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
    221 libaesni_la_LIBADD =
    222 am__dirstamp = $(am__leading_dot)dirstamp
    223 am_libaesni_la_OBJECTS = crypto_aead/aes256gcm/aesni/libaesni_la-aead_aes256gcm_aesni.lo
    224 libaesni_la_OBJECTS = $(am_libaesni_la_OBJECTS)
    225 AM_V_lt = $(am__v_lt_@AM_V@)
    226 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    227 am__v_lt_0 = --silent
    228 am__v_lt_1 = 
    229 libaesni_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    230 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    231 	$(libaesni_la_LDFLAGS) $(LDFLAGS) -o $@
    232 libavx2_la_LIBADD =
    233 am_libavx2_la_OBJECTS = crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo \
    234 	crypto_pwhash/argon2/libavx2_la-argon2-fill-block-avx2.lo \
    235 	crypto_stream/chacha20/dolbeau/libavx2_la-chacha20_dolbeau-avx2.lo \
    236 	crypto_stream/salsa20/xmm6int/libavx2_la-salsa20_xmm6int-avx2.lo
    237 libavx2_la_OBJECTS = $(am_libavx2_la_OBJECTS)
    238 libavx2_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    239 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    240 	$(libavx2_la_LDFLAGS) $(LDFLAGS) -o $@
    241 libavx512f_la_LIBADD =
    242 am_libavx512f_la_OBJECTS = crypto_pwhash/argon2/libavx512f_la-argon2-fill-block-avx512f.lo
    243 libavx512f_la_OBJECTS = $(am_libavx512f_la_OBJECTS)
    244 libavx512f_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    245 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    246 	$(libavx512f_la_LDFLAGS) $(LDFLAGS) -o $@
    247 librdrand_la_LIBADD =
    248 am_librdrand_la_OBJECTS = randombytes/salsa20/librdrand_la-randombytes_salsa20_random.lo
    249 librdrand_la_OBJECTS = $(am_librdrand_la_OBJECTS)
    250 librdrand_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    251 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    252 	$(librdrand_la_LDFLAGS) $(LDFLAGS) -o $@
    253 @EMSCRIPTEN_FALSE@am_librdrand_la_rpath =
    254 libsodium_la_DEPENDENCIES = libaesni.la libsse2.la libssse3.la \
    255 	libsse41.la libavx2.la libavx512f.la $(am__append_8)
    256 am__libsodium_la_SOURCES_DIST =  \
    257 	crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c \
    258 	crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c \
    259 	crypto_auth/crypto_auth.c \
    260 	crypto_auth/hmacsha256/auth_hmacsha256.c \
    261 	crypto_auth/hmacsha512/auth_hmacsha512.c \
    262 	crypto_auth/hmacsha512256/auth_hmacsha512256.c \
    263 	crypto_box/crypto_box.c crypto_box/crypto_box_easy.c \
    264 	crypto_box/crypto_box_seal.c \
    265 	crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c \
    266 	crypto_core/ed25519/ref10/ed25519_ref10.c \
    267 	crypto_core/hchacha20/core_hchacha20.c \
    268 	crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c \
    269 	crypto_core/hsalsa20/core_hsalsa20.c \
    270 	crypto_core/salsa/ref/core_salsa_ref.c \
    271 	crypto_generichash/crypto_generichash.c \
    272 	crypto_generichash/blake2b/generichash_blake2.c \
    273 	crypto_generichash/blake2b/ref/blake2.h \
    274 	crypto_generichash/blake2b/ref/blake2b-compress-ref.c \
    275 	crypto_generichash/blake2b/ref/blake2b-load-sse2.h \
    276 	crypto_generichash/blake2b/ref/blake2b-load-sse41.h \
    277 	crypto_generichash/blake2b/ref/blake2b-load-avx2.h \
    278 	crypto_generichash/blake2b/ref/blake2b-ref.c \
    279 	crypto_generichash/blake2b/ref/generichash_blake2b.c \
    280 	crypto_hash/crypto_hash.c crypto_hash/sha256/hash_sha256.c \
    281 	crypto_hash/sha256/cp/hash_sha256_cp.c \
    282 	crypto_hash/sha512/hash_sha512.c \
    283 	crypto_hash/sha512/cp/hash_sha512_cp.c \
    284 	crypto_kdf/blake2b/kdf_blake2b.c crypto_kdf/crypto_kdf.c \
    285 	crypto_kx/crypto_kx.c crypto_onetimeauth/crypto_onetimeauth.c \
    286 	crypto_onetimeauth/poly1305/onetimeauth_poly1305.c \
    287 	crypto_onetimeauth/poly1305/onetimeauth_poly1305.h \
    288 	crypto_onetimeauth/poly1305/donna/poly1305_donna.h \
    289 	crypto_onetimeauth/poly1305/donna/poly1305_donna32.h \
    290 	crypto_onetimeauth/poly1305/donna/poly1305_donna64.h \
    291 	crypto_onetimeauth/poly1305/donna/poly1305_donna.c \
    292 	crypto_pwhash/argon2/argon2-core.c \
    293 	crypto_pwhash/argon2/argon2-core.h \
    294 	crypto_pwhash/argon2/argon2-encoding.c \
    295 	crypto_pwhash/argon2/argon2-encoding.h \
    296 	crypto_pwhash/argon2/argon2-fill-block-ref.c \
    297 	crypto_pwhash/argon2/argon2.c crypto_pwhash/argon2/argon2.h \
    298 	crypto_pwhash/argon2/blake2b-long.c \
    299 	crypto_pwhash/argon2/blake2b-long.h \
    300 	crypto_pwhash/argon2/blamka-round-ref.h \
    301 	crypto_pwhash/argon2/pwhash_argon2i.c \
    302 	crypto_pwhash/argon2/pwhash_argon2id.c \
    303 	crypto_pwhash/crypto_pwhash.c \
    304 	crypto_scalarmult/crypto_scalarmult.c \
    305 	crypto_scalarmult/curve25519/ref10/x25519_ref10.c \
    306 	crypto_scalarmult/curve25519/ref10/x25519_ref10.h \
    307 	crypto_scalarmult/curve25519/scalarmult_curve25519.c \
    308 	crypto_scalarmult/curve25519/scalarmult_curve25519.h \
    309 	crypto_secretbox/crypto_secretbox.c \
    310 	crypto_secretbox/crypto_secretbox_easy.c \
    311 	crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c \
    312 	crypto_secretstream/xchacha20poly1305/secretstream_xchacha20poly1305.c \
    313 	crypto_shorthash/crypto_shorthash.c \
    314 	crypto_shorthash/siphash24/shorthash_siphash24.c \
    315 	crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c \
    316 	crypto_shorthash/siphash24/ref/shorthash_siphash_ref.h \
    317 	crypto_sign/crypto_sign.c crypto_sign/ed25519/sign_ed25519.c \
    318 	crypto_sign/ed25519/ref10/keypair.c \
    319 	crypto_sign/ed25519/ref10/open.c \
    320 	crypto_sign/ed25519/ref10/sign.c \
    321 	crypto_sign/ed25519/ref10/sign_ed25519_ref10.h \
    322 	crypto_stream/chacha20/stream_chacha20.c \
    323 	crypto_stream/chacha20/stream_chacha20.h \
    324 	crypto_stream/chacha20/ref/chacha20_ref.h \
    325 	crypto_stream/chacha20/ref/chacha20_ref.c \
    326 	crypto_stream/crypto_stream.c \
    327 	crypto_stream/salsa20/stream_salsa20.c \
    328 	crypto_stream/salsa20/stream_salsa20.h \
    329 	crypto_stream/xsalsa20/stream_xsalsa20.c \
    330 	crypto_verify/sodium/verify.c include/sodium/private/common.h \
    331 	include/sodium/private/ed25519_ref10.h \
    332 	include/sodium/private/implementations.h \
    333 	include/sodium/private/mutex.h \
    334 	include/sodium/private/sse2_64_32.h randombytes/randombytes.c \
    335 	sodium/codecs.c sodium/core.c sodium/runtime.c sodium/utils.c \
    336 	sodium/version.c crypto_core/ed25519/ref10/fe_51/base.h \
    337 	crypto_core/ed25519/ref10/fe_51/base2.h \
    338 	crypto_core/ed25519/ref10/fe_51/constants.h \
    339 	crypto_core/ed25519/ref10/fe_51/fe.h \
    340 	include/sodium/private/ed25519_ref10_fe_51.h \
    341 	crypto_core/ed25519/ref10/fe_25_5/base.h \
    342 	crypto_core/ed25519/ref10/fe_25_5/base2.h \
    343 	crypto_core/ed25519/ref10/fe_25_5/constants.h \
    344 	crypto_core/ed25519/ref10/fe_25_5/fe.h \
    345 	include/sodium/private/ed25519_ref10_fe_25_5.h \
    346 	crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S \
    347 	crypto_stream/salsa20/xmm6/salsa20_xmm6.c \
    348 	crypto_stream/salsa20/xmm6/salsa20_xmm6.h \
    349 	crypto_stream/salsa20/ref/salsa20_ref.c \
    350 	crypto_stream/salsa20/ref/salsa20_ref.h \
    351 	crypto_scalarmult/curve25519/sandy2x/consts_namespace.h \
    352 	crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c \
    353 	crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.h \
    354 	crypto_scalarmult/curve25519/sandy2x/fe.h \
    355 	crypto_scalarmult/curve25519/sandy2x/fe51.h \
    356 	crypto_scalarmult/curve25519/sandy2x/fe51_invert.c \
    357 	crypto_scalarmult/curve25519/sandy2x/fe51_namespace.h \
    358 	crypto_scalarmult/curve25519/sandy2x/fe_frombytes_sandy2x.c \
    359 	crypto_scalarmult/curve25519/sandy2x/ladder.h \
    360 	crypto_scalarmult/curve25519/sandy2x/ladder_base.h \
    361 	crypto_scalarmult/curve25519/sandy2x/ladder_base_namespace.h \
    362 	crypto_scalarmult/curve25519/sandy2x/ladder_namespace.h \
    363 	crypto_scalarmult/curve25519/sandy2x/sandy2x.S \
    364 	crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c \
    365 	crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c \
    366 	crypto_core/ed25519/core_ed25519.c \
    367 	crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c \
    368 	crypto_pwhash/scryptsalsa208sha256/crypto_scrypt.h \
    369 	crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c \
    370 	crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c \
    371 	crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.h \
    372 	crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c \
    373 	crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c \
    374 	crypto_scalarmult/ed25519/ref10/scalarmult_ed25519_ref10.c \
    375 	crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c \
    376 	crypto_shorthash/siphash24/shorthash_siphashx24.c \
    377 	crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c \
    378 	crypto_sign/ed25519/ref10/obsolete.c \
    379 	crypto_stream/salsa2012/ref/stream_salsa2012_ref.c \
    380 	crypto_stream/salsa2012/stream_salsa2012.c \
    381 	crypto_stream/salsa208/ref/stream_salsa208_ref.c \
    382 	crypto_stream/salsa208/stream_salsa208.c \
    383 	crypto_stream/xchacha20/stream_xchacha20.c \
    384 	randombytes/nativeclient/randombytes_nativeclient.c \
    385 	randombytes/sysrandom/randombytes_sysrandom.c
    386 am__objects_1 =
    387 @HAVE_AMD64_ASM_TRUE@am__objects_2 = crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6-asm.lo \
    388 @HAVE_AMD64_ASM_TRUE@	crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6.lo
    389 @HAVE_AMD64_ASM_FALSE@am__objects_3 = crypto_stream/salsa20/ref/libsodium_la-salsa20_ref.lo
    390 @HAVE_AVX_ASM_TRUE@am__objects_4 = crypto_scalarmult/curve25519/sandy2x/libsodium_la-curve25519_sandy2x.lo \
    391 @HAVE_AVX_ASM_TRUE@	crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe51_invert.lo \
    392 @HAVE_AVX_ASM_TRUE@	crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe_frombytes_sandy2x.lo \
    393 @HAVE_AVX_ASM_TRUE@	crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo
    394 @MINIMAL_FALSE@am__objects_5 = crypto_box/curve25519xchacha20poly1305/libsodium_la-box_curve25519xchacha20poly1305.lo \
    395 @MINIMAL_FALSE@	crypto_box/curve25519xchacha20poly1305/libsodium_la-box_seal_curve25519xchacha20poly1305.lo \
    396 @MINIMAL_FALSE@	crypto_core/ed25519/libsodium_la-core_ed25519.lo \
    397 @MINIMAL_FALSE@	crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo \
    398 @MINIMAL_FALSE@	crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo \
    399 @MINIMAL_FALSE@	crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo \
    400 @MINIMAL_FALSE@	crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo \
    401 @MINIMAL_FALSE@	crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo \
    402 @MINIMAL_FALSE@	crypto_scalarmult/ed25519/ref10/libsodium_la-scalarmult_ed25519_ref10.lo \
    403 @MINIMAL_FALSE@	crypto_secretbox/xchacha20poly1305/libsodium_la-secretbox_xchacha20poly1305.lo \
    404 @MINIMAL_FALSE@	crypto_shorthash/siphash24/libsodium_la-shorthash_siphashx24.lo \
    405 @MINIMAL_FALSE@	crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphashx24_ref.lo \
    406 @MINIMAL_FALSE@	crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo \
    407 @MINIMAL_FALSE@	crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012_ref.lo \
    408 @MINIMAL_FALSE@	crypto_stream/salsa2012/libsodium_la-stream_salsa2012.lo \
    409 @MINIMAL_FALSE@	crypto_stream/salsa208/ref/libsodium_la-stream_salsa208_ref.lo \
    410 @MINIMAL_FALSE@	crypto_stream/salsa208/libsodium_la-stream_salsa208.lo \
    411 @MINIMAL_FALSE@	crypto_stream/xchacha20/libsodium_la-stream_xchacha20.lo
    412 @EMSCRIPTEN_FALSE@@NATIVECLIENT_TRUE@am__objects_6 = randombytes/nativeclient/libsodium_la-randombytes_nativeclient.lo
    413 @EMSCRIPTEN_FALSE@@NATIVECLIENT_FALSE@am__objects_7 = randombytes/sysrandom/libsodium_la-randombytes_sysrandom.lo
    414 am_libsodium_la_OBJECTS = crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo \
    415 	crypto_aead/xchacha20poly1305/sodium/libsodium_la-aead_xchacha20poly1305.lo \
    416 	crypto_auth/libsodium_la-crypto_auth.lo \
    417 	crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256.lo \
    418 	crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512.lo \
    419 	crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256.lo \
    420 	crypto_box/libsodium_la-crypto_box.lo \
    421 	crypto_box/libsodium_la-crypto_box_easy.lo \
    422 	crypto_box/libsodium_la-crypto_box_seal.lo \
    423 	crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305.lo \
    424 	crypto_core/ed25519/ref10/libsodium_la-ed25519_ref10.lo \
    425 	crypto_core/hchacha20/libsodium_la-core_hchacha20.lo \
    426 	crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20_ref2.lo \
    427 	crypto_core/hsalsa20/libsodium_la-core_hsalsa20.lo \
    428 	crypto_core/salsa/ref/libsodium_la-core_salsa_ref.lo \
    429 	crypto_generichash/libsodium_la-crypto_generichash.lo \
    430 	crypto_generichash/blake2b/libsodium_la-generichash_blake2.lo \
    431 	crypto_generichash/blake2b/ref/libsodium_la-blake2b-compress-ref.lo \
    432 	crypto_generichash/blake2b/ref/libsodium_la-blake2b-ref.lo \
    433 	crypto_generichash/blake2b/ref/libsodium_la-generichash_blake2b.lo \
    434 	crypto_hash/libsodium_la-crypto_hash.lo \
    435 	crypto_hash/sha256/libsodium_la-hash_sha256.lo \
    436 	crypto_hash/sha256/cp/libsodium_la-hash_sha256_cp.lo \
    437 	crypto_hash/sha512/libsodium_la-hash_sha512.lo \
    438 	crypto_hash/sha512/cp/libsodium_la-hash_sha512_cp.lo \
    439 	crypto_kdf/blake2b/libsodium_la-kdf_blake2b.lo \
    440 	crypto_kdf/libsodium_la-crypto_kdf.lo \
    441 	crypto_kx/libsodium_la-crypto_kx.lo \
    442 	crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo \
    443 	crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.lo \
    444 	crypto_onetimeauth/poly1305/donna/libsodium_la-poly1305_donna.lo \
    445 	crypto_pwhash/argon2/libsodium_la-argon2-core.lo \
    446 	crypto_pwhash/argon2/libsodium_la-argon2-encoding.lo \
    447 	crypto_pwhash/argon2/libsodium_la-argon2-fill-block-ref.lo \
    448 	crypto_pwhash/argon2/libsodium_la-argon2.lo \
    449 	crypto_pwhash/argon2/libsodium_la-blake2b-long.lo \
    450 	crypto_pwhash/argon2/libsodium_la-pwhash_argon2i.lo \
    451 	crypto_pwhash/argon2/libsodium_la-pwhash_argon2id.lo \
    452 	crypto_pwhash/libsodium_la-crypto_pwhash.lo \
    453 	crypto_scalarmult/libsodium_la-crypto_scalarmult.lo \
    454 	crypto_scalarmult/curve25519/ref10/libsodium_la-x25519_ref10.lo \
    455 	crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519.lo \
    456 	crypto_secretbox/libsodium_la-crypto_secretbox.lo \
    457 	crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo \
    458 	crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305.lo \
    459 	crypto_secretstream/xchacha20poly1305/libsodium_la-secretstream_xchacha20poly1305.lo \
    460 	crypto_shorthash/libsodium_la-crypto_shorthash.lo \
    461 	crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24.lo \
    462 	crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24_ref.lo \
    463 	crypto_sign/libsodium_la-crypto_sign.lo \
    464 	crypto_sign/ed25519/libsodium_la-sign_ed25519.lo \
    465 	crypto_sign/ed25519/ref10/libsodium_la-keypair.lo \
    466 	crypto_sign/ed25519/ref10/libsodium_la-open.lo \
    467 	crypto_sign/ed25519/ref10/libsodium_la-sign.lo \
    468 	crypto_stream/chacha20/libsodium_la-stream_chacha20.lo \
    469 	crypto_stream/chacha20/ref/libsodium_la-chacha20_ref.lo \
    470 	crypto_stream/libsodium_la-crypto_stream.lo \
    471 	crypto_stream/salsa20/libsodium_la-stream_salsa20.lo \
    472 	crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20.lo \
    473 	crypto_verify/sodium/libsodium_la-verify.lo \
    474 	randombytes/libsodium_la-randombytes.lo \
    475 	sodium/libsodium_la-codecs.lo sodium/libsodium_la-core.lo \
    476 	sodium/libsodium_la-runtime.lo sodium/libsodium_la-utils.lo \
    477 	sodium/libsodium_la-version.lo $(am__objects_1) \
    478 	$(am__objects_1) $(am__objects_2) $(am__objects_3) \
    479 	$(am__objects_4) $(am__objects_5) $(am__objects_6) \
    480 	$(am__objects_7)
    481 libsodium_la_OBJECTS = $(am_libsodium_la_OBJECTS)
    482 libsodium_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    483 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    484 	$(libsodium_la_LDFLAGS) $(LDFLAGS) -o $@
    485 libsse2_la_LIBADD =
    486 am__libsse2_la_SOURCES_DIST =  \
    487 	crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c \
    488 	crypto_onetimeauth/poly1305/sse2/poly1305_sse2.h \
    489 	crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c \
    490 	crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c \
    491 	crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.h \
    492 	crypto_stream/salsa20/xmm6int/u0.h \
    493 	crypto_stream/salsa20/xmm6int/u1.h \
    494 	crypto_stream/salsa20/xmm6int/u4.h
    495 @MINIMAL_FALSE@am__objects_8 = crypto_pwhash/scryptsalsa208sha256/sse/libsse2_la-pwhash_scryptsalsa208sha256_sse.lo
    496 @HAVE_AMD64_ASM_FALSE@am__objects_9 = crypto_stream/salsa20/xmm6int/libsse2_la-salsa20_xmm6int-sse2.lo
    497 am_libsse2_la_OBJECTS =  \
    498 	crypto_onetimeauth/poly1305/sse2/libsse2_la-poly1305_sse2.lo \
    499 	$(am__objects_8) $(am__objects_9)
    500 libsse2_la_OBJECTS = $(am_libsse2_la_OBJECTS)
    501 libsse2_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    502 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    503 	$(libsse2_la_LDFLAGS) $(LDFLAGS) -o $@
    504 libsse41_la_LIBADD =
    505 am_libsse41_la_OBJECTS = crypto_generichash/blake2b/ref/libsse41_la-blake2b-compress-sse41.lo
    506 libsse41_la_OBJECTS = $(am_libsse41_la_OBJECTS)
    507 libsse41_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    508 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    509 	$(libsse41_la_LDFLAGS) $(LDFLAGS) -o $@
    510 libssse3_la_LIBADD =
    511 am_libssse3_la_OBJECTS = crypto_generichash/blake2b/ref/libssse3_la-blake2b-compress-ssse3.lo \
    512 	crypto_pwhash/argon2/libssse3_la-argon2-fill-block-ssse3.lo \
    513 	crypto_stream/chacha20/dolbeau/libssse3_la-chacha20_dolbeau-ssse3.lo
    514 libssse3_la_OBJECTS = $(am_libssse3_la_OBJECTS)
    515 libssse3_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    516 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    517 	$(libssse3_la_LDFLAGS) $(LDFLAGS) -o $@
    518 AM_V_P = $(am__v_P_@AM_V@)
    519 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    520 am__v_P_0 = false
    521 am__v_P_1 = :
    522 AM_V_GEN = $(am__v_GEN_@AM_V@)
    523 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    524 am__v_GEN_0 = @echo "  GEN     " $@;
    525 am__v_GEN_1 = 
    526 AM_V_at = $(am__v_at_@AM_V@)
    527 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    528 am__v_at_0 = @
    529 am__v_at_1 = 
    530 DEFAULT_INCLUDES = -I.@am__isrc@
    531 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
    532 am__depfiles_maybe = depfiles
    533 am__mv = mv -f
    534 CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
    535 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
    536 LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
    537 	$(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) \
    538 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    539 	$(AM_CCASFLAGS) $(CCASFLAGS)
    540 AM_V_CPPAS = $(am__v_CPPAS_@AM_V@)
    541 am__v_CPPAS_ = $(am__v_CPPAS_@AM_DEFAULT_V@)
    542 am__v_CPPAS_0 = @echo "  CPPAS   " $@;
    543 am__v_CPPAS_1 = 
    544 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    545 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    546 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    547 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
    548 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    549 	$(AM_CFLAGS) $(CFLAGS)
    550 AM_V_CC = $(am__v_CC_@AM_V@)
    551 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    552 am__v_CC_0 = @echo "  CC      " $@;
    553 am__v_CC_1 = 
    554 CCLD = $(CC)
    555 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    556 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    557 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
    558 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    559 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    560 am__v_CCLD_0 = @echo "  CCLD    " $@;
    561 am__v_CCLD_1 = 
    562 SOURCES = $(libaesni_la_SOURCES) $(libavx2_la_SOURCES) \
    563 	$(libavx512f_la_SOURCES) $(librdrand_la_SOURCES) \
    564 	$(libsodium_la_SOURCES) $(libsse2_la_SOURCES) \
    565 	$(libsse41_la_SOURCES) $(libssse3_la_SOURCES)
    566 DIST_SOURCES = $(libaesni_la_SOURCES) $(libavx2_la_SOURCES) \
    567 	$(libavx512f_la_SOURCES) $(librdrand_la_SOURCES) \
    568 	$(am__libsodium_la_SOURCES_DIST) \
    569 	$(am__libsse2_la_SOURCES_DIST) $(libsse41_la_SOURCES) \
    570 	$(libssse3_la_SOURCES)
    571 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
    572 	ctags-recursive dvi-recursive html-recursive info-recursive \
    573 	install-data-recursive install-dvi-recursive \
    574 	install-exec-recursive install-html-recursive \
    575 	install-info-recursive install-pdf-recursive \
    576 	install-ps-recursive install-recursive installcheck-recursive \
    577 	installdirs-recursive pdf-recursive ps-recursive \
    578 	tags-recursive uninstall-recursive
    579 am__can_run_installinfo = \
    580   case $$AM_UPDATE_INFO_DIR in \
    581     n|no|NO) false;; \
    582     *) (install-info --version) >/dev/null 2>&1;; \
    583   esac
    584 DATA = $(defexec_DATA)
    585 HEADERS = $(noinst_HEADERS)
    586 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
    587   distclean-recursive maintainer-clean-recursive
    588 am__recursive_targets = \
    589   $(RECURSIVE_TARGETS) \
    590   $(RECURSIVE_CLEAN_TARGETS) \
    591   $(am__extra_recursive_targets)
    592 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
    593 	distdir
    594 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    595 # Read a list of newline-separated strings from the standard input,
    596 # and print each of them once, without duplicates.  Input order is
    597 # *not* preserved.
    598 am__uniquify_input = $(AWK) '\
    599   BEGIN { nonempty = 0; } \
    600   { items[$$0] = 1; nonempty = 1; } \
    601   END { if (nonempty) { for (i in items) print i; }; } \
    602 '
    603 # Make sure the list of sources is unique.  This is necessary because,
    604 # e.g., the same source file might be shared among _SOURCES variables
    605 # for different programs/libraries.
    606 am__define_uniq_tagged_files = \
    607   list='$(am__tagged_files)'; \
    608   unique=`for i in $$list; do \
    609     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    610   done | $(am__uniquify_input)`
    611 ETAGS = etags
    612 CTAGS = ctags
    613 DIST_SUBDIRS = $(SUBDIRS)
    614 am__DIST_COMMON = $(srcdir)/Makefile.in \
    615 	$(top_srcdir)/build-aux/depcomp
    616 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    617 am__relativize = \
    618   dir0=`pwd`; \
    619   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
    620   sed_rest='s,^[^/]*/*,,'; \
    621   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
    622   sed_butlast='s,/*[^/]*$$,,'; \
    623   while test -n "$$dir1"; do \
    624     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
    625     if test "$$first" != "."; then \
    626       if test "$$first" = ".."; then \
    627         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
    628         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
    629       else \
    630         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
    631         if test "$$first2" = "$$first"; then \
    632           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
    633         else \
    634           dir2="../$$dir2"; \
    635         fi; \
    636         dir0="$$dir0"/"$$first"; \
    637       fi; \
    638     fi; \
    639     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
    640   done; \
    641   reldir="$$dir2"
    642 ACLOCAL = @ACLOCAL@
    643 ALLOCA = @ALLOCA@
    644 AMTAR = @AMTAR@
    645 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    646 AR = @AR@
    647 AS = @AS@
    648 AUTOCONF = @AUTOCONF@
    649 AUTOHEADER = @AUTOHEADER@
    650 AUTOMAKE = @AUTOMAKE@
    651 AWK = @AWK@
    652 CC = @CC@
    653 CCAS = @CCAS@
    654 CCASDEPMODE = @CCASDEPMODE@
    655 CCASFLAGS = @CCASFLAGS@
    656 CCDEPMODE = @CCDEPMODE@
    657 CFLAGS = @CFLAGS@
    658 CFLAGS_AESNI = @CFLAGS_AESNI@
    659 CFLAGS_AVX = @CFLAGS_AVX@
    660 CFLAGS_AVX2 = @CFLAGS_AVX2@
    661 CFLAGS_AVX512F = @CFLAGS_AVX512F@
    662 CFLAGS_MMX = @CFLAGS_MMX@
    663 CFLAGS_PCLMUL = @CFLAGS_PCLMUL@
    664 CFLAGS_RDRAND = @CFLAGS_RDRAND@
    665 CFLAGS_SSE2 = @CFLAGS_SSE2@
    666 CFLAGS_SSE3 = @CFLAGS_SSE3@
    667 CFLAGS_SSE41 = @CFLAGS_SSE41@
    668 CFLAGS_SSSE3 = @CFLAGS_SSSE3@
    669 CPP = @CPP@
    670 CPPFLAGS = @CPPFLAGS@
    671 CWFLAGS = @CWFLAGS@
    672 CYGPATH_W = @CYGPATH_W@
    673 DEFS = @DEFS@
    674 DEPDIR = @DEPDIR@
    675 DLLTOOL = @DLLTOOL@
    676 DLL_VERSION = @DLL_VERSION@
    677 DSYMUTIL = @DSYMUTIL@
    678 DUMPBIN = @DUMPBIN@
    679 ECHO_C = @ECHO_C@
    680 ECHO_N = @ECHO_N@
    681 ECHO_T = @ECHO_T@
    682 EGREP = @EGREP@
    683 ENABLE_VALGRIND_drd = @ENABLE_VALGRIND_drd@
    684 ENABLE_VALGRIND_helgrind = @ENABLE_VALGRIND_helgrind@
    685 ENABLE_VALGRIND_memcheck = @ENABLE_VALGRIND_memcheck@
    686 ENABLE_VALGRIND_sgcheck = @ENABLE_VALGRIND_sgcheck@
    687 EXEEXT = @EXEEXT@
    688 FGREP = @FGREP@
    689 GREP = @GREP@
    690 HAVE_AMD64_ASM_V = @HAVE_AMD64_ASM_V@
    691 HAVE_AVX_ASM_V = @HAVE_AVX_ASM_V@
    692 HAVE_CPUID_V = @HAVE_CPUID_V@
    693 HAVE_TI_MODE_V = @HAVE_TI_MODE_V@
    694 INSTALL = @INSTALL@
    695 INSTALL_DATA = @INSTALL_DATA@
    696 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    697 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    698 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    699 ISODATE = @ISODATE@
    700 LD = @LD@
    701 LDFLAGS = @LDFLAGS@
    702 LIBOBJS = @LIBOBJS@
    703 LIBS = @LIBS@
    704 LIBTOOL = @LIBTOOL@
    705 LIBTOOL_DEPS = @LIBTOOL_DEPS@
    706 LIBTOOL_EXTRA_FLAGS = @LIBTOOL_EXTRA_FLAGS@
    707 LIPO = @LIPO@
    708 LN_S = @LN_S@
    709 LTLIBOBJS = @LTLIBOBJS@
    710 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
    711 MAINT = @MAINT@
    712 MAKEINFO = @MAKEINFO@
    713 MANIFEST_TOOL = @MANIFEST_TOOL@
    714 MKDIR_P = @MKDIR_P@
    715 NM = @NM@
    716 NMEDIT = @NMEDIT@
    717 OBJDUMP = @OBJDUMP@
    718 OBJEXT = @OBJEXT@
    719 OTOOL = @OTOOL@
    720 OTOOL64 = @OTOOL64@
    721 PACKAGE = @PACKAGE@
    722 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    723 PACKAGE_NAME = @PACKAGE_NAME@
    724 PACKAGE_STRING = @PACKAGE_STRING@
    725 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    726 PACKAGE_URL = @PACKAGE_URL@
    727 PACKAGE_VERSION = @PACKAGE_VERSION@
    728 PATH_SEPARATOR = @PATH_SEPARATOR@
    729 PTHREAD_CC = @PTHREAD_CC@
    730 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
    731 PTHREAD_LIBS = @PTHREAD_LIBS@
    732 RANLIB = @RANLIB@
    733 SAFECODE_HOME = @SAFECODE_HOME@
    734 SED = @SED@
    735 SET_MAKE = @SET_MAKE@
    736 SHELL = @SHELL@
    737 SODIUM_LIBRARY_MINIMAL_DEF = @SODIUM_LIBRARY_MINIMAL_DEF@
    738 SODIUM_LIBRARY_VERSION = @SODIUM_LIBRARY_VERSION@
    739 SODIUM_LIBRARY_VERSION_MAJOR = @SODIUM_LIBRARY_VERSION_MAJOR@
    740 SODIUM_LIBRARY_VERSION_MINOR = @SODIUM_LIBRARY_VERSION_MINOR@
    741 STRIP = @STRIP@
    742 TEST_LDFLAGS = @TEST_LDFLAGS@
    743 VALGRIND = @VALGRIND@
    744 VALGRIND_ENABLED = @VALGRIND_ENABLED@
    745 VERSION = @VERSION@
    746 abs_builddir = @abs_builddir@
    747 abs_srcdir = @abs_srcdir@
    748 abs_top_builddir = @abs_top_builddir@
    749 abs_top_srcdir = @abs_top_srcdir@
    750 ac_ct_AR = @ac_ct_AR@
    751 ac_ct_CC = @ac_ct_CC@
    752 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    753 am__include = @am__include@
    754 am__leading_dot = @am__leading_dot@
    755 am__quote = @am__quote@
    756 am__tar = @am__tar@
    757 am__untar = @am__untar@
    758 ax_pthread_config = @ax_pthread_config@
    759 bindir = @bindir@
    760 build = @build@
    761 build_alias = @build_alias@
    762 build_cpu = @build_cpu@
    763 build_os = @build_os@
    764 build_vendor = @build_vendor@
    765 builddir = @builddir@
    766 datadir = @datadir@
    767 datarootdir = @datarootdir@
    768 docdir = @docdir@
    769 dvidir = @dvidir@
    770 exec_prefix = @exec_prefix@
    771 host = @host@
    772 host_alias = @host_alias@
    773 host_cpu = @host_cpu@
    774 host_os = @host_os@
    775 host_vendor = @host_vendor@
    776 htmldir = @htmldir@
    777 includedir = @includedir@
    778 infodir = @infodir@
    779 install_sh = @install_sh@
    780 libdir = @libdir@
    781 libexecdir = @libexecdir@
    782 localedir = @localedir@
    783 localstatedir = @localstatedir@
    784 mandir = @mandir@
    785 mkdir_p = @mkdir_p@
    786 oldincludedir = @oldincludedir@
    787 pdfdir = @pdfdir@
    788 prefix = @prefix@
    789 program_transform_name = @program_transform_name@
    790 psdir = @psdir@
    791 sbindir = @sbindir@
    792 sharedstatedir = @sharedstatedir@
    793 srcdir = @srcdir@
    794 sysconfdir = @sysconfdir@
    795 target_alias = @target_alias@
    796 top_build_prefix = @top_build_prefix@
    797 top_builddir = @top_builddir@
    798 top_srcdir = @top_srcdir@
    799 valgrind_enabled_tools = @valgrind_enabled_tools@
    800 valgrind_tools = @valgrind_tools@
    801 lib_LTLIBRARIES = \
    802 	libsodium.la
    803 
    804 libsodium_la_SOURCES =  \
    805 	crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c \
    806 	crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c \
    807 	crypto_auth/crypto_auth.c \
    808 	crypto_auth/hmacsha256/auth_hmacsha256.c \
    809 	crypto_auth/hmacsha512/auth_hmacsha512.c \
    810 	crypto_auth/hmacsha512256/auth_hmacsha512256.c \
    811 	crypto_box/crypto_box.c crypto_box/crypto_box_easy.c \
    812 	crypto_box/crypto_box_seal.c \
    813 	crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c \
    814 	crypto_core/ed25519/ref10/ed25519_ref10.c \
    815 	crypto_core/hchacha20/core_hchacha20.c \
    816 	crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c \
    817 	crypto_core/hsalsa20/core_hsalsa20.c \
    818 	crypto_core/salsa/ref/core_salsa_ref.c \
    819 	crypto_generichash/crypto_generichash.c \
    820 	crypto_generichash/blake2b/generichash_blake2.c \
    821 	crypto_generichash/blake2b/ref/blake2.h \
    822 	crypto_generichash/blake2b/ref/blake2b-compress-ref.c \
    823 	crypto_generichash/blake2b/ref/blake2b-load-sse2.h \
    824 	crypto_generichash/blake2b/ref/blake2b-load-sse41.h \
    825 	crypto_generichash/blake2b/ref/blake2b-load-avx2.h \
    826 	crypto_generichash/blake2b/ref/blake2b-ref.c \
    827 	crypto_generichash/blake2b/ref/generichash_blake2b.c \
    828 	crypto_hash/crypto_hash.c crypto_hash/sha256/hash_sha256.c \
    829 	crypto_hash/sha256/cp/hash_sha256_cp.c \
    830 	crypto_hash/sha512/hash_sha512.c \
    831 	crypto_hash/sha512/cp/hash_sha512_cp.c \
    832 	crypto_kdf/blake2b/kdf_blake2b.c crypto_kdf/crypto_kdf.c \
    833 	crypto_kx/crypto_kx.c crypto_onetimeauth/crypto_onetimeauth.c \
    834 	crypto_onetimeauth/poly1305/onetimeauth_poly1305.c \
    835 	crypto_onetimeauth/poly1305/onetimeauth_poly1305.h \
    836 	crypto_onetimeauth/poly1305/donna/poly1305_donna.h \
    837 	crypto_onetimeauth/poly1305/donna/poly1305_donna32.h \
    838 	crypto_onetimeauth/poly1305/donna/poly1305_donna64.h \
    839 	crypto_onetimeauth/poly1305/donna/poly1305_donna.c \
    840 	crypto_pwhash/argon2/argon2-core.c \
    841 	crypto_pwhash/argon2/argon2-core.h \
    842 	crypto_pwhash/argon2/argon2-encoding.c \
    843 	crypto_pwhash/argon2/argon2-encoding.h \
    844 	crypto_pwhash/argon2/argon2-fill-block-ref.c \
    845 	crypto_pwhash/argon2/argon2.c crypto_pwhash/argon2/argon2.h \
    846 	crypto_pwhash/argon2/blake2b-long.c \
    847 	crypto_pwhash/argon2/blake2b-long.h \
    848 	crypto_pwhash/argon2/blamka-round-ref.h \
    849 	crypto_pwhash/argon2/pwhash_argon2i.c \
    850 	crypto_pwhash/argon2/pwhash_argon2id.c \
    851 	crypto_pwhash/crypto_pwhash.c \
    852 	crypto_scalarmult/crypto_scalarmult.c \
    853 	crypto_scalarmult/curve25519/ref10/x25519_ref10.c \
    854 	crypto_scalarmult/curve25519/ref10/x25519_ref10.h \
    855 	crypto_scalarmult/curve25519/scalarmult_curve25519.c \
    856 	crypto_scalarmult/curve25519/scalarmult_curve25519.h \
    857 	crypto_secretbox/crypto_secretbox.c \
    858 	crypto_secretbox/crypto_secretbox_easy.c \
    859 	crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c \
    860 	crypto_secretstream/xchacha20poly1305/secretstream_xchacha20poly1305.c \
    861 	crypto_shorthash/crypto_shorthash.c \
    862 	crypto_shorthash/siphash24/shorthash_siphash24.c \
    863 	crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c \
    864 	crypto_shorthash/siphash24/ref/shorthash_siphash_ref.h \
    865 	crypto_sign/crypto_sign.c crypto_sign/ed25519/sign_ed25519.c \
    866 	crypto_sign/ed25519/ref10/keypair.c \
    867 	crypto_sign/ed25519/ref10/open.c \
    868 	crypto_sign/ed25519/ref10/sign.c \
    869 	crypto_sign/ed25519/ref10/sign_ed25519_ref10.h \
    870 	crypto_stream/chacha20/stream_chacha20.c \
    871 	crypto_stream/chacha20/stream_chacha20.h \
    872 	crypto_stream/chacha20/ref/chacha20_ref.h \
    873 	crypto_stream/chacha20/ref/chacha20_ref.c \
    874 	crypto_stream/crypto_stream.c \
    875 	crypto_stream/salsa20/stream_salsa20.c \
    876 	crypto_stream/salsa20/stream_salsa20.h \
    877 	crypto_stream/xsalsa20/stream_xsalsa20.c \
    878 	crypto_verify/sodium/verify.c include/sodium/private/common.h \
    879 	include/sodium/private/ed25519_ref10.h \
    880 	include/sodium/private/implementations.h \
    881 	include/sodium/private/mutex.h \
    882 	include/sodium/private/sse2_64_32.h randombytes/randombytes.c \
    883 	sodium/codecs.c sodium/core.c sodium/runtime.c sodium/utils.c \
    884 	sodium/version.c $(am__append_1) $(am__append_2) \
    885 	$(am__append_3) $(am__append_4) $(am__append_5) \
    886 	$(am__append_6) $(am__append_10) $(am__append_11)
    887 noinst_HEADERS = \
    888 	crypto_scalarmult/curve25519/sandy2x/consts.S \
    889 	crypto_scalarmult/curve25519/sandy2x/fe51_mul.S \
    890 	crypto_scalarmult/curve25519/sandy2x/fe51_nsquare.S \
    891 	crypto_scalarmult/curve25519/sandy2x/fe51_pack.S \
    892 	crypto_scalarmult/curve25519/sandy2x/ladder.S \
    893 	crypto_scalarmult/curve25519/sandy2x/ladder_base.S
    894 
    895 randombytes_salsa20_randombytes_salsa20_random_CFLAGS = @CFLAGS_RDRAND@
    896 libsodium_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -no-undefined \
    897 	$(LIBTOOL_EXTRA_FLAGS) $(am__append_7)
    898 libsodium_la_CPPFLAGS = \
    899 	$(LTDLINCL) \
    900 	-I$(srcdir)/include/sodium \
    901 	-I$(builddir)/include/sodium
    902 
    903 @HAVE_LD_OUTPUT_DEF_TRUE@defexecdir = $(bindir)
    904 @HAVE_LD_OUTPUT_DEF_TRUE@defexec_DATA = libsodium-$(DLL_VERSION).def
    905 @HAVE_LD_OUTPUT_DEF_TRUE@CLEANFILES = $(defexec_DATA)
    906 SUBDIRS = \
    907 	include
    908 
    909 libsodium_la_LIBADD = libaesni.la libsse2.la libssse3.la libsse41.la \
    910 	libavx2.la libavx512f.la $(am__append_8)
    911 noinst_LTLIBRARIES = libaesni.la libsse2.la libssse3.la libsse41.la \
    912 	libavx2.la libavx512f.la $(am__append_9)
    913 librdrand_la_LDFLAGS = $(libsodium_la_LDFLAGS)
    914 librdrand_la_CPPFLAGS = $(libsodium_la_CPPFLAGS) \
    915 	@CFLAGS_RDRAND@
    916 
    917 librdrand_la_SOURCES = \
    918 	randombytes/salsa20/randombytes_salsa20_random.c
    919 
    920 libaesni_la_LDFLAGS = $(libsodium_la_LDFLAGS)
    921 libaesni_la_CPPFLAGS = $(libsodium_la_CPPFLAGS) \
    922 	@CFLAGS_SSE2@ @CFLAGS_SSSE3@ @CFLAGS_AESNI@ @CFLAGS_PCLMUL@
    923 
    924 libaesni_la_SOURCES = \
    925 	crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c
    926 
    927 libsse2_la_LDFLAGS = $(libsodium_la_LDFLAGS)
    928 libsse2_la_CPPFLAGS = $(libsodium_la_CPPFLAGS) \
    929 	@CFLAGS_SSE2@
    930 
    931 libsse2_la_SOURCES = crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c \
    932 	crypto_onetimeauth/poly1305/sse2/poly1305_sse2.h \
    933 	$(am__append_12) $(am__append_13)
    934 libssse3_la_LDFLAGS = $(libsodium_la_LDFLAGS)
    935 libssse3_la_CPPFLAGS = $(libsodium_la_CPPFLAGS) \
    936 	@CFLAGS_SSE2@ @CFLAGS_SSSE3@
    937 
    938 libssse3_la_SOURCES = \
    939 	crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c \
    940 	crypto_generichash/blake2b/ref/blake2b-compress-ssse3.h \
    941 	crypto_pwhash/argon2/argon2-fill-block-ssse3.c \
    942 	crypto_pwhash/argon2/blamka-round-ssse3.h \
    943 	crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c \
    944 	crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.h \
    945 	crypto_stream/chacha20/dolbeau/u0.h \
    946 	crypto_stream/chacha20/dolbeau/u1.h \
    947 	crypto_stream/chacha20/dolbeau/u4.h
    948 
    949 libsse41_la_LDFLAGS = $(libsodium_la_LDFLAGS)
    950 libsse41_la_CPPFLAGS = $(libsodium_la_CPPFLAGS) \
    951 	@CFLAGS_SSE2@ @CFLAGS_SSSE3@ @CFLAGS_SSE41@
    952 
    953 libsse41_la_SOURCES = \
    954 	crypto_generichash/blake2b/ref/blake2b-compress-sse41.c \
    955 	crypto_generichash/blake2b/ref/blake2b-compress-sse41.h
    956 
    957 libavx2_la_LDFLAGS = $(libsodium_la_LDFLAGS)
    958 libavx2_la_CPPFLAGS = $(libsodium_la_CPPFLAGS) \
    959 	@CFLAGS_SSE2@ @CFLAGS_SSSE3@ @CFLAGS_SSE41@ @CFLAGS_AVX@ @CFLAGS_AVX2@
    960 
    961 libavx2_la_SOURCES = \
    962 	crypto_generichash/blake2b/ref/blake2b-compress-avx2.c \
    963 	crypto_generichash/blake2b/ref/blake2b-compress-avx2.h \
    964 	crypto_pwhash/argon2/argon2-fill-block-avx2.c \
    965 	crypto_pwhash/argon2/blamka-round-avx2.h \
    966 	crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c \
    967 	crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.h \
    968 	crypto_stream/chacha20/dolbeau/u8.h \
    969 	crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c \
    970 	crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.h \
    971 	crypto_stream/salsa20/xmm6int/u0.h \
    972 	crypto_stream/salsa20/xmm6int/u1.h \
    973 	crypto_stream/salsa20/xmm6int/u4.h \
    974 	crypto_stream/salsa20/xmm6int/u8.h
    975 
    976 libavx512f_la_LDFLAGS = $(libsodium_la_LDFLAGS)
    977 libavx512f_la_CPPFLAGS = $(libsodium_la_CPPFLAGS) \
    978 	@CFLAGS_SSE2@ @CFLAGS_SSSE3@ @CFLAGS_SSE41@ @CFLAGS_AVX@ @CFLAGS_AVX2@ @CFLAGS_AVX512F@
    979 
    980 libavx512f_la_SOURCES = \
    981 	crypto_pwhash/argon2/argon2-fill-block-avx512f.c \
    982 	crypto_pwhash/argon2/blamka-round-avx512f.h
    983 
    984 all: all-recursive
    985 
    986 .SUFFIXES:
    987 .SUFFIXES: .S .c .lo .o .obj
    988 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
    989 	@for dep in $?; do \
    990 	  case '$(am__configure_deps)' in \
    991 	    *$$dep*) \
    992 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    993 	        && { if test -f $@; then exit 0; else break; fi; }; \
    994 	      exit 1;; \
    995 	  esac; \
    996 	done; \
    997 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/libsodium/Makefile'; \
    998 	$(am__cd) $(top_srcdir) && \
    999 	  $(AUTOMAKE) --foreign src/libsodium/Makefile
   1000 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
   1001 	@case '$?' in \
   1002 	  *config.status*) \
   1003 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
   1004 	  *) \
   1005 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
   1006 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
   1007 	esac;
   1008 
   1009 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
   1010 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   1011 
   1012 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
   1013 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   1014 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
   1015 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   1016 $(am__aclocal_m4_deps):
   1017 
   1018 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
   1019 	@$(NORMAL_INSTALL)
   1020 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
   1021 	list2=; for p in $$list; do \
   1022 	  if test -f $$p; then \
   1023 	    list2="$$list2 $$p"; \
   1024 	  else :; fi; \
   1025 	done; \
   1026 	test -z "$$list2" || { \
   1027 	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
   1028 	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
   1029 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
   1030 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
   1031 	}
   1032 
   1033 uninstall-libLTLIBRARIES:
   1034 	@$(NORMAL_UNINSTALL)
   1035 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
   1036 	for p in $$list; do \
   1037 	  $(am__strip_dir) \
   1038 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
   1039 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
   1040 	done
   1041 
   1042 clean-libLTLIBRARIES:
   1043 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
   1044 	@list='$(lib_LTLIBRARIES)'; \
   1045 	locs=`for p in $$list; do echo $$p; done | \
   1046 	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
   1047 	      sort -u`; \
   1048 	test -z "$$locs" || { \
   1049 	  echo rm -f $${locs}; \
   1050 	  rm -f $${locs}; \
   1051 	}
   1052 
   1053 clean-noinstLTLIBRARIES:
   1054 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
   1055 	@list='$(noinst_LTLIBRARIES)'; \
   1056 	locs=`for p in $$list; do echo $$p; done | \
   1057 	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
   1058 	      sort -u`; \
   1059 	test -z "$$locs" || { \
   1060 	  echo rm -f $${locs}; \
   1061 	  rm -f $${locs}; \
   1062 	}
   1063 crypto_aead/aes256gcm/aesni/$(am__dirstamp):
   1064 	@$(MKDIR_P) crypto_aead/aes256gcm/aesni
   1065 	@: > crypto_aead/aes256gcm/aesni/$(am__dirstamp)
   1066 crypto_aead/aes256gcm/aesni/$(DEPDIR)/$(am__dirstamp):
   1067 	@$(MKDIR_P) crypto_aead/aes256gcm/aesni/$(DEPDIR)
   1068 	@: > crypto_aead/aes256gcm/aesni/$(DEPDIR)/$(am__dirstamp)
   1069 crypto_aead/aes256gcm/aesni/libaesni_la-aead_aes256gcm_aesni.lo:  \
   1070 	crypto_aead/aes256gcm/aesni/$(am__dirstamp) \
   1071 	crypto_aead/aes256gcm/aesni/$(DEPDIR)/$(am__dirstamp)
   1072 
   1073 libaesni.la: $(libaesni_la_OBJECTS) $(libaesni_la_DEPENDENCIES) $(EXTRA_libaesni_la_DEPENDENCIES) 
   1074 	$(AM_V_CCLD)$(libaesni_la_LINK)  $(libaesni_la_OBJECTS) $(libaesni_la_LIBADD) $(LIBS)
   1075 crypto_generichash/blake2b/ref/$(am__dirstamp):
   1076 	@$(MKDIR_P) crypto_generichash/blake2b/ref
   1077 	@: > crypto_generichash/blake2b/ref/$(am__dirstamp)
   1078 crypto_generichash/blake2b/ref/$(DEPDIR)/$(am__dirstamp):
   1079 	@$(MKDIR_P) crypto_generichash/blake2b/ref/$(DEPDIR)
   1080 	@: > crypto_generichash/blake2b/ref/$(DEPDIR)/$(am__dirstamp)
   1081 crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo:  \
   1082 	crypto_generichash/blake2b/ref/$(am__dirstamp) \
   1083 	crypto_generichash/blake2b/ref/$(DEPDIR)/$(am__dirstamp)
   1084 crypto_pwhash/argon2/$(am__dirstamp):
   1085 	@$(MKDIR_P) crypto_pwhash/argon2
   1086 	@: > crypto_pwhash/argon2/$(am__dirstamp)
   1087 crypto_pwhash/argon2/$(DEPDIR)/$(am__dirstamp):
   1088 	@$(MKDIR_P) crypto_pwhash/argon2/$(DEPDIR)
   1089 	@: > crypto_pwhash/argon2/$(DEPDIR)/$(am__dirstamp)
   1090 crypto_pwhash/argon2/libavx2_la-argon2-fill-block-avx2.lo:  \
   1091 	crypto_pwhash/argon2/$(am__dirstamp) \
   1092 	crypto_pwhash/argon2/$(DEPDIR)/$(am__dirstamp)
   1093 crypto_stream/chacha20/dolbeau/$(am__dirstamp):
   1094 	@$(MKDIR_P) crypto_stream/chacha20/dolbeau
   1095 	@: > crypto_stream/chacha20/dolbeau/$(am__dirstamp)
   1096 crypto_stream/chacha20/dolbeau/$(DEPDIR)/$(am__dirstamp):
   1097 	@$(MKDIR_P) crypto_stream/chacha20/dolbeau/$(DEPDIR)
   1098 	@: > crypto_stream/chacha20/dolbeau/$(DEPDIR)/$(am__dirstamp)
   1099 crypto_stream/chacha20/dolbeau/libavx2_la-chacha20_dolbeau-avx2.lo:  \
   1100 	crypto_stream/chacha20/dolbeau/$(am__dirstamp) \
   1101 	crypto_stream/chacha20/dolbeau/$(DEPDIR)/$(am__dirstamp)
   1102 crypto_stream/salsa20/xmm6int/$(am__dirstamp):
   1103 	@$(MKDIR_P) crypto_stream/salsa20/xmm6int
   1104 	@: > crypto_stream/salsa20/xmm6int/$(am__dirstamp)
   1105 crypto_stream/salsa20/xmm6int/$(DEPDIR)/$(am__dirstamp):
   1106 	@$(MKDIR_P) crypto_stream/salsa20/xmm6int/$(DEPDIR)
   1107 	@: > crypto_stream/salsa20/xmm6int/$(DEPDIR)/$(am__dirstamp)
   1108 crypto_stream/salsa20/xmm6int/libavx2_la-salsa20_xmm6int-avx2.lo:  \
   1109 	crypto_stream/salsa20/xmm6int/$(am__dirstamp) \
   1110 	crypto_stream/salsa20/xmm6int/$(DEPDIR)/$(am__dirstamp)
   1111 
   1112 libavx2.la: $(libavx2_la_OBJECTS) $(libavx2_la_DEPENDENCIES) $(EXTRA_libavx2_la_DEPENDENCIES) 
   1113 	$(AM_V_CCLD)$(libavx2_la_LINK)  $(libavx2_la_OBJECTS) $(libavx2_la_LIBADD) $(LIBS)
   1114 crypto_pwhash/argon2/libavx512f_la-argon2-fill-block-avx512f.lo:  \
   1115 	crypto_pwhash/argon2/$(am__dirstamp) \
   1116 	crypto_pwhash/argon2/$(DEPDIR)/$(am__dirstamp)
   1117 
   1118 libavx512f.la: $(libavx512f_la_OBJECTS) $(libavx512f_la_DEPENDENCIES) $(EXTRA_libavx512f_la_DEPENDENCIES) 
   1119 	$(AM_V_CCLD)$(libavx512f_la_LINK)  $(libavx512f_la_OBJECTS) $(libavx512f_la_LIBADD) $(LIBS)
   1120 randombytes/salsa20/$(am__dirstamp):
   1121 	@$(MKDIR_P) randombytes/salsa20
   1122 	@: > randombytes/salsa20/$(am__dirstamp)
   1123 randombytes/salsa20/$(DEPDIR)/$(am__dirstamp):
   1124 	@$(MKDIR_P) randombytes/salsa20/$(DEPDIR)
   1125 	@: > randombytes/salsa20/$(DEPDIR)/$(am__dirstamp)
   1126 randombytes/salsa20/librdrand_la-randombytes_salsa20_random.lo:  \
   1127 	randombytes/salsa20/$(am__dirstamp) \
   1128 	randombytes/salsa20/$(DEPDIR)/$(am__dirstamp)
   1129 
   1130 librdrand.la: $(librdrand_la_OBJECTS) $(librdrand_la_DEPENDENCIES) $(EXTRA_librdrand_la_DEPENDENCIES) 
   1131 	$(AM_V_CCLD)$(librdrand_la_LINK) $(am_librdrand_la_rpath) $(librdrand_la_OBJECTS) $(librdrand_la_LIBADD) $(LIBS)
   1132 crypto_aead/chacha20poly1305/sodium/$(am__dirstamp):
   1133 	@$(MKDIR_P) crypto_aead/chacha20poly1305/sodium
   1134 	@: > crypto_aead/chacha20poly1305/sodium/$(am__dirstamp)
   1135 crypto_aead/chacha20poly1305/sodium/$(DEPDIR)/$(am__dirstamp):
   1136 	@$(MKDIR_P) crypto_aead/chacha20poly1305/sodium/$(DEPDIR)
   1137 	@: > crypto_aead/chacha20poly1305/sodium/$(DEPDIR)/$(am__dirstamp)
   1138 crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo:  \
   1139 	crypto_aead/chacha20poly1305/sodium/$(am__dirstamp) \
   1140 	crypto_aead/chacha20poly1305/sodium/$(DEPDIR)/$(am__dirstamp)
   1141 crypto_aead/xchacha20poly1305/sodium/$(am__dirstamp):
   1142 	@$(MKDIR_P) crypto_aead/xchacha20poly1305/sodium
   1143 	@: > crypto_aead/xchacha20poly1305/sodium/$(am__dirstamp)
   1144 crypto_aead/xchacha20poly1305/sodium/$(DEPDIR)/$(am__dirstamp):
   1145 	@$(MKDIR_P) crypto_aead/xchacha20poly1305/sodium/$(DEPDIR)
   1146 	@: > crypto_aead/xchacha20poly1305/sodium/$(DEPDIR)/$(am__dirstamp)
   1147 crypto_aead/xchacha20poly1305/sodium/libsodium_la-aead_xchacha20poly1305.lo:  \
   1148 	crypto_aead/xchacha20poly1305/sodium/$(am__dirstamp) \
   1149 	crypto_aead/xchacha20poly1305/sodium/$(DEPDIR)/$(am__dirstamp)
   1150 crypto_auth/$(am__dirstamp):
   1151 	@$(MKDIR_P) crypto_auth
   1152 	@: > crypto_auth/$(am__dirstamp)
   1153 crypto_auth/$(DEPDIR)/$(am__dirstamp):
   1154 	@$(MKDIR_P) crypto_auth/$(DEPDIR)
   1155 	@: > crypto_auth/$(DEPDIR)/$(am__dirstamp)
   1156 crypto_auth/libsodium_la-crypto_auth.lo: crypto_auth/$(am__dirstamp) \
   1157 	crypto_auth/$(DEPDIR)/$(am__dirstamp)
   1158 crypto_auth/hmacsha256/$(am__dirstamp):
   1159 	@$(MKDIR_P) crypto_auth/hmacsha256
   1160 	@: > crypto_auth/hmacsha256/$(am__dirstamp)
   1161 crypto_auth/hmacsha256/$(DEPDIR)/$(am__dirstamp):
   1162 	@$(MKDIR_P) crypto_auth/hmacsha256/$(DEPDIR)
   1163 	@: > crypto_auth/hmacsha256/$(DEPDIR)/$(am__dirstamp)
   1164 crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256.lo:  \
   1165 	crypto_auth/hmacsha256/$(am__dirstamp) \
   1166 	crypto_auth/hmacsha256/$(DEPDIR)/$(am__dirstamp)
   1167 crypto_auth/hmacsha512/$(am__dirstamp):
   1168 	@$(MKDIR_P) crypto_auth/hmacsha512
   1169 	@: > crypto_auth/hmacsha512/$(am__dirstamp)
   1170 crypto_auth/hmacsha512/$(DEPDIR)/$(am__dirstamp):
   1171 	@$(MKDIR_P) crypto_auth/hmacsha512/$(DEPDIR)
   1172 	@: > crypto_auth/hmacsha512/$(DEPDIR)/$(am__dirstamp)
   1173 crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512.lo:  \
   1174 	crypto_auth/hmacsha512/$(am__dirstamp) \
   1175 	crypto_auth/hmacsha512/$(DEPDIR)/$(am__dirstamp)
   1176 crypto_auth/hmacsha512256/$(am__dirstamp):
   1177 	@$(MKDIR_P) crypto_auth/hmacsha512256
   1178 	@: > crypto_auth/hmacsha512256/$(am__dirstamp)
   1179 crypto_auth/hmacsha512256/$(DEPDIR)/$(am__dirstamp):
   1180 	@$(MKDIR_P) crypto_auth/hmacsha512256/$(DEPDIR)
   1181 	@: > crypto_auth/hmacsha512256/$(DEPDIR)/$(am__dirstamp)
   1182 crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256.lo:  \
   1183 	crypto_auth/hmacsha512256/$(am__dirstamp) \
   1184 	crypto_auth/hmacsha512256/$(DEPDIR)/$(am__dirstamp)
   1185 crypto_box/$(am__dirstamp):
   1186 	@$(MKDIR_P) crypto_box
   1187 	@: > crypto_box/$(am__dirstamp)
   1188 crypto_box/$(DEPDIR)/$(am__dirstamp):
   1189 	@$(MKDIR_P) crypto_box/$(DEPDIR)
   1190 	@: > crypto_box/$(DEPDIR)/$(am__dirstamp)
   1191 crypto_box/libsodium_la-crypto_box.lo: crypto_box/$(am__dirstamp) \
   1192 	crypto_box/$(DEPDIR)/$(am__dirstamp)
   1193 crypto_box/libsodium_la-crypto_box_easy.lo:  \
   1194 	crypto_box/$(am__dirstamp) \
   1195 	crypto_box/$(DEPDIR)/$(am__dirstamp)
   1196 crypto_box/libsodium_la-crypto_box_seal.lo:  \
   1197 	crypto_box/$(am__dirstamp) \
   1198 	crypto_box/$(DEPDIR)/$(am__dirstamp)
   1199 crypto_box/curve25519xsalsa20poly1305/$(am__dirstamp):
   1200 	@$(MKDIR_P) crypto_box/curve25519xsalsa20poly1305
   1201 	@: > crypto_box/curve25519xsalsa20poly1305/$(am__dirstamp)
   1202 crypto_box/curve25519xsalsa20poly1305/$(DEPDIR)/$(am__dirstamp):
   1203 	@$(MKDIR_P) crypto_box/curve25519xsalsa20poly1305/$(DEPDIR)
   1204 	@: > crypto_box/curve25519xsalsa20poly1305/$(DEPDIR)/$(am__dirstamp)
   1205 crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305.lo:  \
   1206 	crypto_box/curve25519xsalsa20poly1305/$(am__dirstamp) \
   1207 	crypto_box/curve25519xsalsa20poly1305/$(DEPDIR)/$(am__dirstamp)
   1208 crypto_core/ed25519/ref10/$(am__dirstamp):
   1209 	@$(MKDIR_P) crypto_core/ed25519/ref10
   1210 	@: > crypto_core/ed25519/ref10/$(am__dirstamp)
   1211 crypto_core/ed25519/ref10/$(DEPDIR)/$(am__dirstamp):
   1212 	@$(MKDIR_P) crypto_core/ed25519/ref10/$(DEPDIR)
   1213 	@: > crypto_core/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
   1214 crypto_core/ed25519/ref10/libsodium_la-ed25519_ref10.lo:  \
   1215 	crypto_core/ed25519/ref10/$(am__dirstamp) \
   1216 	crypto_core/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
   1217 crypto_core/hchacha20/$(am__dirstamp):
   1218 	@$(MKDIR_P) crypto_core/hchacha20
   1219 	@: > crypto_core/hchacha20/$(am__dirstamp)
   1220 crypto_core/hchacha20/$(DEPDIR)/$(am__dirstamp):
   1221 	@$(MKDIR_P) crypto_core/hchacha20/$(DEPDIR)
   1222 	@: > crypto_core/hchacha20/$(DEPDIR)/$(am__dirstamp)
   1223 crypto_core/hchacha20/libsodium_la-core_hchacha20.lo:  \
   1224 	crypto_core/hchacha20/$(am__dirstamp) \
   1225 	crypto_core/hchacha20/$(DEPDIR)/$(am__dirstamp)
   1226 crypto_core/hsalsa20/ref2/$(am__dirstamp):
   1227 	@$(MKDIR_P) crypto_core/hsalsa20/ref2
   1228 	@: > crypto_core/hsalsa20/ref2/$(am__dirstamp)
   1229 crypto_core/hsalsa20/ref2/$(DEPDIR)/$(am__dirstamp):
   1230 	@$(MKDIR_P) crypto_core/hsalsa20/ref2/$(DEPDIR)
   1231 	@: > crypto_core/hsalsa20/ref2/$(DEPDIR)/$(am__dirstamp)
   1232 crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20_ref2.lo:  \
   1233 	crypto_core/hsalsa20/ref2/$(am__dirstamp) \
   1234 	crypto_core/hsalsa20/ref2/$(DEPDIR)/$(am__dirstamp)
   1235 crypto_core/hsalsa20/$(am__dirstamp):
   1236 	@$(MKDIR_P) crypto_core/hsalsa20
   1237 	@: > crypto_core/hsalsa20/$(am__dirstamp)
   1238 crypto_core/hsalsa20/$(DEPDIR)/$(am__dirstamp):
   1239 	@$(MKDIR_P) crypto_core/hsalsa20/$(DEPDIR)
   1240 	@: > crypto_core/hsalsa20/$(DEPDIR)/$(am__dirstamp)
   1241 crypto_core/hsalsa20/libsodium_la-core_hsalsa20.lo:  \
   1242 	crypto_core/hsalsa20/$(am__dirstamp) \
   1243 	crypto_core/hsalsa20/$(DEPDIR)/$(am__dirstamp)
   1244 crypto_core/salsa/ref/$(am__dirstamp):
   1245 	@$(MKDIR_P) crypto_core/salsa/ref
   1246 	@: > crypto_core/salsa/ref/$(am__dirstamp)
   1247 crypto_core/salsa/ref/$(DEPDIR)/$(am__dirstamp):
   1248 	@$(MKDIR_P) crypto_core/salsa/ref/$(DEPDIR)
   1249 	@: > crypto_core/salsa/ref/$(DEPDIR)/$(am__dirstamp)
   1250 crypto_core/salsa/ref/libsodium_la-core_salsa_ref.lo:  \
   1251 	crypto_core/salsa/ref/$(am__dirstamp) \
   1252 	crypto_core/salsa/ref/$(DEPDIR)/$(am__dirstamp)
   1253 crypto_generichash/$(am__dirstamp):
   1254 	@$(MKDIR_P) crypto_generichash
   1255 	@: > crypto_generichash/$(am__dirstamp)
   1256 crypto_generichash/$(DEPDIR)/$(am__dirstamp):
   1257 	@$(MKDIR_P) crypto_generichash/$(DEPDIR)
   1258 	@: > crypto_generichash/$(DEPDIR)/$(am__dirstamp)
   1259 crypto_generichash/libsodium_la-crypto_generichash.lo:  \
   1260 	crypto_generichash/$(am__dirstamp) \
   1261 	crypto_generichash/$(DEPDIR)/$(am__dirstamp)
   1262 crypto_generichash/blake2b/$(am__dirstamp):
   1263 	@$(MKDIR_P) crypto_generichash/blake2b
   1264 	@: > crypto_generichash/blake2b/$(am__dirstamp)
   1265 crypto_generichash/blake2b/$(DEPDIR)/$(am__dirstamp):
   1266 	@$(MKDIR_P) crypto_generichash/blake2b/$(DEPDIR)
   1267 	@: > crypto_generichash/blake2b/$(DEPDIR)/$(am__dirstamp)
   1268 crypto_generichash/blake2b/libsodium_la-generichash_blake2.lo:  \
   1269 	crypto_generichash/blake2b/$(am__dirstamp) \
   1270 	crypto_generichash/blake2b/$(DEPDIR)/$(am__dirstamp)
   1271 crypto_generichash/blake2b/ref/libsodium_la-blake2b-compress-ref.lo:  \
   1272 	crypto_generichash/blake2b/ref/$(am__dirstamp) \
   1273 	crypto_generichash/blake2b/ref/$(DEPDIR)/$(am__dirstamp)
   1274 crypto_generichash/blake2b/ref/libsodium_la-blake2b-ref.lo:  \
   1275 	crypto_generichash/blake2b/ref/$(am__dirstamp) \
   1276 	crypto_generichash/blake2b/ref/$(DEPDIR)/$(am__dirstamp)
   1277 crypto_generichash/blake2b/ref/libsodium_la-generichash_blake2b.lo:  \
   1278 	crypto_generichash/blake2b/ref/$(am__dirstamp) \
   1279 	crypto_generichash/blake2b/ref/$(DEPDIR)/$(am__dirstamp)
   1280 crypto_hash/$(am__dirstamp):
   1281 	@$(MKDIR_P) crypto_hash
   1282 	@: > crypto_hash/$(am__dirstamp)
   1283 crypto_hash/$(DEPDIR)/$(am__dirstamp):
   1284 	@$(MKDIR_P) crypto_hash/$(DEPDIR)
   1285 	@: > crypto_hash/$(DEPDIR)/$(am__dirstamp)
   1286 crypto_hash/libsodium_la-crypto_hash.lo: crypto_hash/$(am__dirstamp) \
   1287 	crypto_hash/$(DEPDIR)/$(am__dirstamp)
   1288 crypto_hash/sha256/$(am__dirstamp):
   1289 	@$(MKDIR_P) crypto_hash/sha256
   1290 	@: > crypto_hash/sha256/$(am__dirstamp)
   1291 crypto_hash/sha256/$(DEPDIR)/$(am__dirstamp):
   1292 	@$(MKDIR_P) crypto_hash/sha256/$(DEPDIR)
   1293 	@: > crypto_hash/sha256/$(DEPDIR)/$(am__dirstamp)
   1294 crypto_hash/sha256/libsodium_la-hash_sha256.lo:  \
   1295 	crypto_hash/sha256/$(am__dirstamp) \
   1296 	crypto_hash/sha256/$(DEPDIR)/$(am__dirstamp)
   1297 crypto_hash/sha256/cp/$(am__dirstamp):
   1298 	@$(MKDIR_P) crypto_hash/sha256/cp
   1299 	@: > crypto_hash/sha256/cp/$(am__dirstamp)
   1300 crypto_hash/sha256/cp/$(DEPDIR)/$(am__dirstamp):
   1301 	@$(MKDIR_P) crypto_hash/sha256/cp/$(DEPDIR)
   1302 	@: > crypto_hash/sha256/cp/$(DEPDIR)/$(am__dirstamp)
   1303 crypto_hash/sha256/cp/libsodium_la-hash_sha256_cp.lo:  \
   1304 	crypto_hash/sha256/cp/$(am__dirstamp) \
   1305 	crypto_hash/sha256/cp/$(DEPDIR)/$(am__dirstamp)
   1306 crypto_hash/sha512/$(am__dirstamp):
   1307 	@$(MKDIR_P) crypto_hash/sha512
   1308 	@: > crypto_hash/sha512/$(am__dirstamp)
   1309 crypto_hash/sha512/$(DEPDIR)/$(am__dirstamp):
   1310 	@$(MKDIR_P) crypto_hash/sha512/$(DEPDIR)
   1311 	@: > crypto_hash/sha512/$(DEPDIR)/$(am__dirstamp)
   1312 crypto_hash/sha512/libsodium_la-hash_sha512.lo:  \
   1313 	crypto_hash/sha512/$(am__dirstamp) \
   1314 	crypto_hash/sha512/$(DEPDIR)/$(am__dirstamp)
   1315 crypto_hash/sha512/cp/$(am__dirstamp):
   1316 	@$(MKDIR_P) crypto_hash/sha512/cp
   1317 	@: > crypto_hash/sha512/cp/$(am__dirstamp)
   1318 crypto_hash/sha512/cp/$(DEPDIR)/$(am__dirstamp):
   1319 	@$(MKDIR_P) crypto_hash/sha512/cp/$(DEPDIR)
   1320 	@: > crypto_hash/sha512/cp/$(DEPDIR)/$(am__dirstamp)
   1321 crypto_hash/sha512/cp/libsodium_la-hash_sha512_cp.lo:  \
   1322 	crypto_hash/sha512/cp/$(am__dirstamp) \
   1323 	crypto_hash/sha512/cp/$(DEPDIR)/$(am__dirstamp)
   1324 crypto_kdf/blake2b/$(am__dirstamp):
   1325 	@$(MKDIR_P) crypto_kdf/blake2b
   1326 	@: > crypto_kdf/blake2b/$(am__dirstamp)
   1327 crypto_kdf/blake2b/$(DEPDIR)/$(am__dirstamp):
   1328 	@$(MKDIR_P) crypto_kdf/blake2b/$(DEPDIR)
   1329 	@: > crypto_kdf/blake2b/$(DEPDIR)/$(am__dirstamp)
   1330 crypto_kdf/blake2b/libsodium_la-kdf_blake2b.lo:  \
   1331 	crypto_kdf/blake2b/$(am__dirstamp) \
   1332 	crypto_kdf/blake2b/$(DEPDIR)/$(am__dirstamp)
   1333 crypto_kdf/$(am__dirstamp):
   1334 	@$(MKDIR_P) crypto_kdf
   1335 	@: > crypto_kdf/$(am__dirstamp)
   1336 crypto_kdf/$(DEPDIR)/$(am__dirstamp):
   1337 	@$(MKDIR_P) crypto_kdf/$(DEPDIR)
   1338 	@: > crypto_kdf/$(DEPDIR)/$(am__dirstamp)
   1339 crypto_kdf/libsodium_la-crypto_kdf.lo: crypto_kdf/$(am__dirstamp) \
   1340 	crypto_kdf/$(DEPDIR)/$(am__dirstamp)
   1341 crypto_kx/$(am__dirstamp):
   1342 	@$(MKDIR_P) crypto_kx
   1343 	@: > crypto_kx/$(am__dirstamp)
   1344 crypto_kx/$(DEPDIR)/$(am__dirstamp):
   1345 	@$(MKDIR_P) crypto_kx/$(DEPDIR)
   1346 	@: > crypto_kx/$(DEPDIR)/$(am__dirstamp)
   1347 crypto_kx/libsodium_la-crypto_kx.lo: crypto_kx/$(am__dirstamp) \
   1348 	crypto_kx/$(DEPDIR)/$(am__dirstamp)
   1349 crypto_onetimeauth/$(am__dirstamp):
   1350 	@$(MKDIR_P) crypto_onetimeauth
   1351 	@: > crypto_onetimeauth/$(am__dirstamp)
   1352 crypto_onetimeauth/$(DEPDIR)/$(am__dirstamp):
   1353 	@$(MKDIR_P) crypto_onetimeauth/$(DEPDIR)
   1354 	@: > crypto_onetimeauth/$(DEPDIR)/$(am__dirstamp)
   1355 crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo:  \
   1356 	crypto_onetimeauth/$(am__dirstamp) \
   1357 	crypto_onetimeauth/$(DEPDIR)/$(am__dirstamp)
   1358 crypto_onetimeauth/poly1305/$(am__dirstamp):
   1359 	@$(MKDIR_P) crypto_onetimeauth/poly1305
   1360 	@: > crypto_onetimeauth/poly1305/$(am__dirstamp)
   1361 crypto_onetimeauth/poly1305/$(DEPDIR)/$(am__dirstamp):
   1362 	@$(MKDIR_P) crypto_onetimeauth/poly1305/$(DEPDIR)
   1363 	@: > crypto_onetimeauth/poly1305/$(DEPDIR)/$(am__dirstamp)
   1364 crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.lo:  \
   1365 	crypto_onetimeauth/poly1305/$(am__dirstamp) \
   1366 	crypto_onetimeauth/poly1305/$(DEPDIR)/$(am__dirstamp)
   1367 crypto_onetimeauth/poly1305/donna/$(am__dirstamp):
   1368 	@$(MKDIR_P) crypto_onetimeauth/poly1305/donna
   1369 	@: > crypto_onetimeauth/poly1305/donna/$(am__dirstamp)
   1370 crypto_onetimeauth/poly1305/donna/$(DEPDIR)/$(am__dirstamp):
   1371 	@$(MKDIR_P) crypto_onetimeauth/poly1305/donna/$(DEPDIR)
   1372 	@: > crypto_onetimeauth/poly1305/donna/$(DEPDIR)/$(am__dirstamp)
   1373 crypto_onetimeauth/poly1305/donna/libsodium_la-poly1305_donna.lo:  \
   1374 	crypto_onetimeauth/poly1305/donna/$(am__dirstamp) \
   1375 	crypto_onetimeauth/poly1305/donna/$(DEPDIR)/$(am__dirstamp)
   1376 crypto_pwhash/argon2/libsodium_la-argon2-core.lo:  \
   1377 	crypto_pwhash/argon2/$(am__dirstamp) \
   1378 	crypto_pwhash/argon2/$(DEPDIR)/$(am__dirstamp)
   1379 crypto_pwhash/argon2/libsodium_la-argon2-encoding.lo:  \
   1380 	crypto_pwhash/argon2/$(am__dirstamp) \
   1381 	crypto_pwhash/argon2/$(DEPDIR)/$(am__dirstamp)
   1382 crypto_pwhash/argon2/libsodium_la-argon2-fill-block-ref.lo:  \
   1383 	crypto_pwhash/argon2/$(am__dirstamp) \
   1384 	crypto_pwhash/argon2/$(DEPDIR)/$(am__dirstamp)
   1385 crypto_pwhash/argon2/libsodium_la-argon2.lo:  \
   1386 	crypto_pwhash/argon2/$(am__dirstamp) \
   1387 	crypto_pwhash/argon2/$(DEPDIR)/$(am__dirstamp)
   1388 crypto_pwhash/argon2/libsodium_la-blake2b-long.lo:  \
   1389 	crypto_pwhash/argon2/$(am__dirstamp) \
   1390 	crypto_pwhash/argon2/$(DEPDIR)/$(am__dirstamp)
   1391 crypto_pwhash/argon2/libsodium_la-pwhash_argon2i.lo:  \
   1392 	crypto_pwhash/argon2/$(am__dirstamp) \
   1393 	crypto_pwhash/argon2/$(DEPDIR)/$(am__dirstamp)
   1394 crypto_pwhash/argon2/libsodium_la-pwhash_argon2id.lo:  \
   1395 	crypto_pwhash/argon2/$(am__dirstamp) \
   1396 	crypto_pwhash/argon2/$(DEPDIR)/$(am__dirstamp)
   1397 crypto_pwhash/$(am__dirstamp):
   1398 	@$(MKDIR_P) crypto_pwhash
   1399 	@: > crypto_pwhash/$(am__dirstamp)
   1400 crypto_pwhash/$(DEPDIR)/$(am__dirstamp):
   1401 	@$(MKDIR_P) crypto_pwhash/$(DEPDIR)
   1402 	@: > crypto_pwhash/$(DEPDIR)/$(am__dirstamp)
   1403 crypto_pwhash/libsodium_la-crypto_pwhash.lo:  \
   1404 	crypto_pwhash/$(am__dirstamp) \
   1405 	crypto_pwhash/$(DEPDIR)/$(am__dirstamp)
   1406 crypto_scalarmult/$(am__dirstamp):
   1407 	@$(MKDIR_P) crypto_scalarmult
   1408 	@: > crypto_scalarmult/$(am__dirstamp)
   1409 crypto_scalarmult/$(DEPDIR)/$(am__dirstamp):
   1410 	@$(MKDIR_P) crypto_scalarmult/$(DEPDIR)
   1411 	@: > crypto_scalarmult/$(DEPDIR)/$(am__dirstamp)
   1412 crypto_scalarmult/libsodium_la-crypto_scalarmult.lo:  \
   1413 	crypto_scalarmult/$(am__dirstamp) \
   1414 	crypto_scalarmult/$(DEPDIR)/$(am__dirstamp)
   1415 crypto_scalarmult/curve25519/ref10/$(am__dirstamp):
   1416 	@$(MKDIR_P) crypto_scalarmult/curve25519/ref10
   1417 	@: > crypto_scalarmult/curve25519/ref10/$(am__dirstamp)
   1418 crypto_scalarmult/curve25519/ref10/$(DEPDIR)/$(am__dirstamp):
   1419 	@$(MKDIR_P) crypto_scalarmult/curve25519/ref10/$(DEPDIR)
   1420 	@: > crypto_scalarmult/curve25519/ref10/$(DEPDIR)/$(am__dirstamp)
   1421 crypto_scalarmult/curve25519/ref10/libsodium_la-x25519_ref10.lo:  \
   1422 	crypto_scalarmult/curve25519/ref10/$(am__dirstamp) \
   1423 	crypto_scalarmult/curve25519/ref10/$(DEPDIR)/$(am__dirstamp)
   1424 crypto_scalarmult/curve25519/$(am__dirstamp):
   1425 	@$(MKDIR_P) crypto_scalarmult/curve25519
   1426 	@: > crypto_scalarmult/curve25519/$(am__dirstamp)
   1427 crypto_scalarmult/curve25519/$(DEPDIR)/$(am__dirstamp):
   1428 	@$(MKDIR_P) crypto_scalarmult/curve25519/$(DEPDIR)
   1429 	@: > crypto_scalarmult/curve25519/$(DEPDIR)/$(am__dirstamp)
   1430 crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519.lo:  \
   1431 	crypto_scalarmult/curve25519/$(am__dirstamp) \
   1432 	crypto_scalarmult/curve25519/$(DEPDIR)/$(am__dirstamp)
   1433 crypto_secretbox/$(am__dirstamp):
   1434 	@$(MKDIR_P) crypto_secretbox
   1435 	@: > crypto_secretbox/$(am__dirstamp)
   1436 crypto_secretbox/$(DEPDIR)/$(am__dirstamp):
   1437 	@$(MKDIR_P) crypto_secretbox/$(DEPDIR)
   1438 	@: > crypto_secretbox/$(DEPDIR)/$(am__dirstamp)
   1439 crypto_secretbox/libsodium_la-crypto_secretbox.lo:  \
   1440 	crypto_secretbox/$(am__dirstamp) \
   1441 	crypto_secretbox/$(DEPDIR)/$(am__dirstamp)
   1442 crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo:  \
   1443 	crypto_secretbox/$(am__dirstamp) \
   1444 	crypto_secretbox/$(DEPDIR)/$(am__dirstamp)
   1445 crypto_secretbox/xsalsa20poly1305/$(am__dirstamp):
   1446 	@$(MKDIR_P) crypto_secretbox/xsalsa20poly1305
   1447 	@: > crypto_secretbox/xsalsa20poly1305/$(am__dirstamp)
   1448 crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/$(am__dirstamp):
   1449 	@$(MKDIR_P) crypto_secretbox/xsalsa20poly1305/$(DEPDIR)
   1450 	@: > crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/$(am__dirstamp)
   1451 crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305.lo:  \
   1452 	crypto_secretbox/xsalsa20poly1305/$(am__dirstamp) \
   1453 	crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/$(am__dirstamp)
   1454 crypto_secretstream/xchacha20poly1305/$(am__dirstamp):
   1455 	@$(MKDIR_P) crypto_secretstream/xchacha20poly1305
   1456 	@: > crypto_secretstream/xchacha20poly1305/$(am__dirstamp)
   1457 crypto_secretstream/xchacha20poly1305/$(DEPDIR)/$(am__dirstamp):
   1458 	@$(MKDIR_P) crypto_secretstream/xchacha20poly1305/$(DEPDIR)
   1459 	@: > crypto_secretstream/xchacha20poly1305/$(DEPDIR)/$(am__dirstamp)
   1460 crypto_secretstream/xchacha20poly1305/libsodium_la-secretstream_xchacha20poly1305.lo:  \
   1461 	crypto_secretstream/xchacha20poly1305/$(am__dirstamp) \
   1462 	crypto_secretstream/xchacha20poly1305/$(DEPDIR)/$(am__dirstamp)
   1463 crypto_shorthash/$(am__dirstamp):
   1464 	@$(MKDIR_P) crypto_shorthash
   1465 	@: > crypto_shorthash/$(am__dirstamp)
   1466 crypto_shorthash/$(DEPDIR)/$(am__dirstamp):
   1467 	@$(MKDIR_P) crypto_shorthash/$(DEPDIR)
   1468 	@: > crypto_shorthash/$(DEPDIR)/$(am__dirstamp)
   1469 crypto_shorthash/libsodium_la-crypto_shorthash.lo:  \
   1470 	crypto_shorthash/$(am__dirstamp) \
   1471 	crypto_shorthash/$(DEPDIR)/$(am__dirstamp)
   1472 crypto_shorthash/siphash24/$(am__dirstamp):
   1473 	@$(MKDIR_P) crypto_shorthash/siphash24
   1474 	@: > crypto_shorthash/siphash24/$(am__dirstamp)
   1475 crypto_shorthash/siphash24/$(DEPDIR)/$(am__dirstamp):
   1476 	@$(MKDIR_P) crypto_shorthash/siphash24/$(DEPDIR)
   1477 	@: > crypto_shorthash/siphash24/$(DEPDIR)/$(am__dirstamp)
   1478 crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24.lo:  \
   1479 	crypto_shorthash/siphash24/$(am__dirstamp) \
   1480 	crypto_shorthash/siphash24/$(DEPDIR)/$(am__dirstamp)
   1481 crypto_shorthash/siphash24/ref/$(am__dirstamp):
   1482 	@$(MKDIR_P) crypto_shorthash/siphash24/ref
   1483 	@: > crypto_shorthash/siphash24/ref/$(am__dirstamp)
   1484 crypto_shorthash/siphash24/ref/$(DEPDIR)/$(am__dirstamp):
   1485 	@$(MKDIR_P) crypto_shorthash/siphash24/ref/$(DEPDIR)
   1486 	@: > crypto_shorthash/siphash24/ref/$(DEPDIR)/$(am__dirstamp)
   1487 crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24_ref.lo:  \
   1488 	crypto_shorthash/siphash24/ref/$(am__dirstamp) \
   1489 	crypto_shorthash/siphash24/ref/$(DEPDIR)/$(am__dirstamp)
   1490 crypto_sign/$(am__dirstamp):
   1491 	@$(MKDIR_P) crypto_sign
   1492 	@: > crypto_sign/$(am__dirstamp)
   1493 crypto_sign/$(DEPDIR)/$(am__dirstamp):
   1494 	@$(MKDIR_P) crypto_sign/$(DEPDIR)
   1495 	@: > crypto_sign/$(DEPDIR)/$(am__dirstamp)
   1496 crypto_sign/libsodium_la-crypto_sign.lo: crypto_sign/$(am__dirstamp) \
   1497 	crypto_sign/$(DEPDIR)/$(am__dirstamp)
   1498 crypto_sign/ed25519/$(am__dirstamp):
   1499 	@$(MKDIR_P) crypto_sign/ed25519
   1500 	@: > crypto_sign/ed25519/$(am__dirstamp)
   1501 crypto_sign/ed25519/$(DEPDIR)/$(am__dirstamp):
   1502 	@$(MKDIR_P) crypto_sign/ed25519/$(DEPDIR)
   1503 	@: > crypto_sign/ed25519/$(DEPDIR)/$(am__dirstamp)
   1504 crypto_sign/ed25519/libsodium_la-sign_ed25519.lo:  \
   1505 	crypto_sign/ed25519/$(am__dirstamp) \
   1506 	crypto_sign/ed25519/$(DEPDIR)/$(am__dirstamp)
   1507 crypto_sign/ed25519/ref10/$(am__dirstamp):
   1508 	@$(MKDIR_P) crypto_sign/ed25519/ref10
   1509 	@: > crypto_sign/ed25519/ref10/$(am__dirstamp)
   1510 crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp):
   1511 	@$(MKDIR_P) crypto_sign/ed25519/ref10/$(DEPDIR)
   1512 	@: > crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
   1513 crypto_sign/ed25519/ref10/libsodium_la-keypair.lo:  \
   1514 	crypto_sign/ed25519/ref10/$(am__dirstamp) \
   1515 	crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
   1516 crypto_sign/ed25519/ref10/libsodium_la-open.lo:  \
   1517 	crypto_sign/ed25519/ref10/$(am__dirstamp) \
   1518 	crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
   1519 crypto_sign/ed25519/ref10/libsodium_la-sign.lo:  \
   1520 	crypto_sign/ed25519/ref10/$(am__dirstamp) \
   1521 	crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
   1522 crypto_stream/chacha20/$(am__dirstamp):
   1523 	@$(MKDIR_P) crypto_stream/chacha20
   1524 	@: > crypto_stream/chacha20/$(am__dirstamp)
   1525 crypto_stream/chacha20/$(DEPDIR)/$(am__dirstamp):
   1526 	@$(MKDIR_P) crypto_stream/chacha20/$(DEPDIR)
   1527 	@: > crypto_stream/chacha20/$(DEPDIR)/$(am__dirstamp)
   1528 crypto_stream/chacha20/libsodium_la-stream_chacha20.lo:  \
   1529 	crypto_stream/chacha20/$(am__dirstamp) \
   1530 	crypto_stream/chacha20/$(DEPDIR)/$(am__dirstamp)
   1531 crypto_stream/chacha20/ref/$(am__dirstamp):
   1532 	@$(MKDIR_P) crypto_stream/chacha20/ref
   1533 	@: > crypto_stream/chacha20/ref/$(am__dirstamp)
   1534 crypto_stream/chacha20/ref/$(DEPDIR)/$(am__dirstamp):
   1535 	@$(MKDIR_P) crypto_stream/chacha20/ref/$(DEPDIR)
   1536 	@: > crypto_stream/chacha20/ref/$(DEPDIR)/$(am__dirstamp)
   1537 crypto_stream/chacha20/ref/libsodium_la-chacha20_ref.lo:  \
   1538 	crypto_stream/chacha20/ref/$(am__dirstamp) \
   1539 	crypto_stream/chacha20/ref/$(DEPDIR)/$(am__dirstamp)
   1540 crypto_stream/$(am__dirstamp):
   1541 	@$(MKDIR_P) crypto_stream
   1542 	@: > crypto_stream/$(am__dirstamp)
   1543 crypto_stream/$(DEPDIR)/$(am__dirstamp):
   1544 	@$(MKDIR_P) crypto_stream/$(DEPDIR)
   1545 	@: > crypto_stream/$(DEPDIR)/$(am__dirstamp)
   1546 crypto_stream/libsodium_la-crypto_stream.lo:  \
   1547 	crypto_stream/$(am__dirstamp) \
   1548 	crypto_stream/$(DEPDIR)/$(am__dirstamp)
   1549 crypto_stream/salsa20/$(am__dirstamp):
   1550 	@$(MKDIR_P) crypto_stream/salsa20
   1551 	@: > crypto_stream/salsa20/$(am__dirstamp)
   1552 crypto_stream/salsa20/$(DEPDIR)/$(am__dirstamp):
   1553 	@$(MKDIR_P) crypto_stream/salsa20/$(DEPDIR)
   1554 	@: > crypto_stream/salsa20/$(DEPDIR)/$(am__dirstamp)
   1555 crypto_stream/salsa20/libsodium_la-stream_salsa20.lo:  \
   1556 	crypto_stream/salsa20/$(am__dirstamp) \
   1557 	crypto_stream/salsa20/$(DEPDIR)/$(am__dirstamp)
   1558 crypto_stream/xsalsa20/$(am__dirstamp):
   1559 	@$(MKDIR_P) crypto_stream/xsalsa20
   1560 	@: > crypto_stream/xsalsa20/$(am__dirstamp)
   1561 crypto_stream/xsalsa20/$(DEPDIR)/$(am__dirstamp):
   1562 	@$(MKDIR_P) crypto_stream/xsalsa20/$(DEPDIR)
   1563 	@: > crypto_stream/xsalsa20/$(DEPDIR)/$(am__dirstamp)
   1564 crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20.lo:  \
   1565 	crypto_stream/xsalsa20/$(am__dirstamp) \
   1566 	crypto_stream/xsalsa20/$(DEPDIR)/$(am__dirstamp)
   1567 crypto_verify/sodium/$(am__dirstamp):
   1568 	@$(MKDIR_P) crypto_verify/sodium
   1569 	@: > crypto_verify/sodium/$(am__dirstamp)
   1570 crypto_verify/sodium/$(DEPDIR)/$(am__dirstamp):
   1571 	@$(MKDIR_P) crypto_verify/sodium/$(DEPDIR)
   1572 	@: > crypto_verify/sodium/$(DEPDIR)/$(am__dirstamp)
   1573 crypto_verify/sodium/libsodium_la-verify.lo:  \
   1574 	crypto_verify/sodium/$(am__dirstamp) \
   1575 	crypto_verify/sodium/$(DEPDIR)/$(am__dirstamp)
   1576 randombytes/$(am__dirstamp):
   1577 	@$(MKDIR_P) randombytes
   1578 	@: > randombytes/$(am__dirstamp)
   1579 randombytes/$(DEPDIR)/$(am__dirstamp):
   1580 	@$(MKDIR_P) randombytes/$(DEPDIR)
   1581 	@: > randombytes/$(DEPDIR)/$(am__dirstamp)
   1582 randombytes/libsodium_la-randombytes.lo: randombytes/$(am__dirstamp) \
   1583 	randombytes/$(DEPDIR)/$(am__dirstamp)
   1584 sodium/$(am__dirstamp):
   1585 	@$(MKDIR_P) sodium
   1586 	@: > sodium/$(am__dirstamp)
   1587 sodium/$(DEPDIR)/$(am__dirstamp):
   1588 	@$(MKDIR_P) sodium/$(DEPDIR)
   1589 	@: > sodium/$(DEPDIR)/$(am__dirstamp)
   1590 sodium/libsodium_la-codecs.lo: sodium/$(am__dirstamp) \
   1591 	sodium/$(DEPDIR)/$(am__dirstamp)
   1592 sodium/libsodium_la-core.lo: sodium/$(am__dirstamp) \
   1593 	sodium/$(DEPDIR)/$(am__dirstamp)
   1594 sodium/libsodium_la-runtime.lo: sodium/$(am__dirstamp) \
   1595 	sodium/$(DEPDIR)/$(am__dirstamp)
   1596 sodium/libsodium_la-utils.lo: sodium/$(am__dirstamp) \
   1597 	sodium/$(DEPDIR)/$(am__dirstamp)
   1598 sodium/libsodium_la-version.lo: sodium/$(am__dirstamp) \
   1599 	sodium/$(DEPDIR)/$(am__dirstamp)
   1600 crypto_stream/salsa20/xmm6/$(am__dirstamp):
   1601 	@$(MKDIR_P) crypto_stream/salsa20/xmm6
   1602 	@: > crypto_stream/salsa20/xmm6/$(am__dirstamp)
   1603 crypto_stream/salsa20/xmm6/$(DEPDIR)/$(am__dirstamp):
   1604 	@$(MKDIR_P) crypto_stream/salsa20/xmm6/$(DEPDIR)
   1605 	@: > crypto_stream/salsa20/xmm6/$(DEPDIR)/$(am__dirstamp)
   1606 crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6-asm.lo:  \
   1607 	crypto_stream/salsa20/xmm6/$(am__dirstamp) \
   1608 	crypto_stream/salsa20/xmm6/$(DEPDIR)/$(am__dirstamp)
   1609 crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6.lo:  \
   1610 	crypto_stream/salsa20/xmm6/$(am__dirstamp) \
   1611 	crypto_stream/salsa20/xmm6/$(DEPDIR)/$(am__dirstamp)
   1612 crypto_stream/salsa20/ref/$(am__dirstamp):
   1613 	@$(MKDIR_P) crypto_stream/salsa20/ref
   1614 	@: > crypto_stream/salsa20/ref/$(am__dirstamp)
   1615 crypto_stream/salsa20/ref/$(DEPDIR)/$(am__dirstamp):
   1616 	@$(MKDIR_P) crypto_stream/salsa20/ref/$(DEPDIR)
   1617 	@: > crypto_stream/salsa20/ref/$(DEPDIR)/$(am__dirstamp)
   1618 crypto_stream/salsa20/ref/libsodium_la-salsa20_ref.lo:  \
   1619 	crypto_stream/salsa20/ref/$(am__dirstamp) \
   1620 	crypto_stream/salsa20/ref/$(DEPDIR)/$(am__dirstamp)
   1621 crypto_scalarmult/curve25519/sandy2x/$(am__dirstamp):
   1622 	@$(MKDIR_P) crypto_scalarmult/curve25519/sandy2x
   1623 	@: > crypto_scalarmult/curve25519/sandy2x/$(am__dirstamp)
   1624 crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/$(am__dirstamp):
   1625 	@$(MKDIR_P) crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)
   1626 	@: > crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/$(am__dirstamp)
   1627 crypto_scalarmult/curve25519/sandy2x/libsodium_la-curve25519_sandy2x.lo:  \
   1628 	crypto_scalarmult/curve25519/sandy2x/$(am__dirstamp) \
   1629 	crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/$(am__dirstamp)
   1630 crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe51_invert.lo:  \
   1631 	crypto_scalarmult/curve25519/sandy2x/$(am__dirstamp) \
   1632 	crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/$(am__dirstamp)
   1633 crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe_frombytes_sandy2x.lo:  \
   1634 	crypto_scalarmult/curve25519/sandy2x/$(am__dirstamp) \
   1635 	crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/$(am__dirstamp)
   1636 crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo:  \
   1637 	crypto_scalarmult/curve25519/sandy2x/$(am__dirstamp) \
   1638 	crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/$(am__dirstamp)
   1639 crypto_box/curve25519xchacha20poly1305/$(am__dirstamp):
   1640 	@$(MKDIR_P) crypto_box/curve25519xchacha20poly1305
   1641 	@: > crypto_box/curve25519xchacha20poly1305/$(am__dirstamp)
   1642 crypto_box/curve25519xchacha20poly1305/$(DEPDIR)/$(am__dirstamp):
   1643 	@$(MKDIR_P) crypto_box/curve25519xchacha20poly1305/$(DEPDIR)
   1644 	@: > crypto_box/curve25519xchacha20poly1305/$(DEPDIR)/$(am__dirstamp)
   1645 crypto_box/curve25519xchacha20poly1305/libsodium_la-box_curve25519xchacha20poly1305.lo:  \
   1646 	crypto_box/curve25519xchacha20poly1305/$(am__dirstamp) \
   1647 	crypto_box/curve25519xchacha20poly1305/$(DEPDIR)/$(am__dirstamp)
   1648 crypto_box/curve25519xchacha20poly1305/libsodium_la-box_seal_curve25519xchacha20poly1305.lo:  \
   1649 	crypto_box/curve25519xchacha20poly1305/$(am__dirstamp) \
   1650 	crypto_box/curve25519xchacha20poly1305/$(DEPDIR)/$(am__dirstamp)
   1651 crypto_core/ed25519/$(am__dirstamp):
   1652 	@$(MKDIR_P) crypto_core/ed25519
   1653 	@: > crypto_core/ed25519/$(am__dirstamp)
   1654 crypto_core/ed25519/$(DEPDIR)/$(am__dirstamp):
   1655 	@$(MKDIR_P) crypto_core/ed25519/$(DEPDIR)
   1656 	@: > crypto_core/ed25519/$(DEPDIR)/$(am__dirstamp)
   1657 crypto_core/ed25519/libsodium_la-core_ed25519.lo:  \
   1658 	crypto_core/ed25519/$(am__dirstamp) \
   1659 	crypto_core/ed25519/$(DEPDIR)/$(am__dirstamp)
   1660 crypto_pwhash/scryptsalsa208sha256/$(am__dirstamp):
   1661 	@$(MKDIR_P) crypto_pwhash/scryptsalsa208sha256
   1662 	@: > crypto_pwhash/scryptsalsa208sha256/$(am__dirstamp)
   1663 crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/$(am__dirstamp):
   1664 	@$(MKDIR_P) crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)
   1665 	@: > crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/$(am__dirstamp)
   1666 crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo:  \
   1667 	crypto_pwhash/scryptsalsa208sha256/$(am__dirstamp) \
   1668 	crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/$(am__dirstamp)
   1669 crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo:  \
   1670 	crypto_pwhash/scryptsalsa208sha256/$(am__dirstamp) \
   1671 	crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/$(am__dirstamp)
   1672 crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo:  \
   1673 	crypto_pwhash/scryptsalsa208sha256/$(am__dirstamp) \
   1674 	crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/$(am__dirstamp)
   1675 crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo:  \
   1676 	crypto_pwhash/scryptsalsa208sha256/$(am__dirstamp) \
   1677 	crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/$(am__dirstamp)
   1678 crypto_pwhash/scryptsalsa208sha256/nosse/$(am__dirstamp):
   1679 	@$(MKDIR_P) crypto_pwhash/scryptsalsa208sha256/nosse
   1680 	@: > crypto_pwhash/scryptsalsa208sha256/nosse/$(am__dirstamp)
   1681 crypto_pwhash/scryptsalsa208sha256/nosse/$(DEPDIR)/$(am__dirstamp):
   1682 	@$(MKDIR_P) crypto_pwhash/scryptsalsa208sha256/nosse/$(DEPDIR)
   1683 	@: > crypto_pwhash/scryptsalsa208sha256/nosse/$(DEPDIR)/$(am__dirstamp)
   1684 crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo:  \
   1685 	crypto_pwhash/scryptsalsa208sha256/nosse/$(am__dirstamp) \
   1686 	crypto_pwhash/scryptsalsa208sha256/nosse/$(DEPDIR)/$(am__dirstamp)
   1687 crypto_scalarmult/ed25519/ref10/$(am__dirstamp):
   1688 	@$(MKDIR_P) crypto_scalarmult/ed25519/ref10
   1689 	@: > crypto_scalarmult/ed25519/ref10/$(am__dirstamp)
   1690 crypto_scalarmult/ed25519/ref10/$(DEPDIR)/$(am__dirstamp):
   1691 	@$(MKDIR_P) crypto_scalarmult/ed25519/ref10/$(DEPDIR)
   1692 	@: > crypto_scalarmult/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
   1693 crypto_scalarmult/ed25519/ref10/libsodium_la-scalarmult_ed25519_ref10.lo:  \
   1694 	crypto_scalarmult/ed25519/ref10/$(am__dirstamp) \
   1695 	crypto_scalarmult/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
   1696 crypto_secretbox/xchacha20poly1305/$(am__dirstamp):
   1697 	@$(MKDIR_P) crypto_secretbox/xchacha20poly1305
   1698 	@: > crypto_secretbox/xchacha20poly1305/$(am__dirstamp)
   1699 crypto_secretbox/xchacha20poly1305/$(DEPDIR)/$(am__dirstamp):
   1700 	@$(MKDIR_P) crypto_secretbox/xchacha20poly1305/$(DEPDIR)
   1701 	@: > crypto_secretbox/xchacha20poly1305/$(DEPDIR)/$(am__dirstamp)
   1702 crypto_secretbox/xchacha20poly1305/libsodium_la-secretbox_xchacha20poly1305.lo:  \
   1703 	crypto_secretbox/xchacha20poly1305/$(am__dirstamp) \
   1704 	crypto_secretbox/xchacha20poly1305/$(DEPDIR)/$(am__dirstamp)
   1705 crypto_shorthash/siphash24/libsodium_la-shorthash_siphashx24.lo:  \
   1706 	crypto_shorthash/siphash24/$(am__dirstamp) \
   1707 	crypto_shorthash/siphash24/$(DEPDIR)/$(am__dirstamp)
   1708 crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphashx24_ref.lo:  \
   1709 	crypto_shorthash/siphash24/ref/$(am__dirstamp) \
   1710 	crypto_shorthash/siphash24/ref/$(DEPDIR)/$(am__dirstamp)
   1711 crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo:  \
   1712 	crypto_sign/ed25519/ref10/$(am__dirstamp) \
   1713 	crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
   1714 crypto_stream/salsa2012/ref/$(am__dirstamp):
   1715 	@$(MKDIR_P) crypto_stream/salsa2012/ref
   1716 	@: > crypto_stream/salsa2012/ref/$(am__dirstamp)
   1717 crypto_stream/salsa2012/ref/$(DEPDIR)/$(am__dirstamp):
   1718 	@$(MKDIR_P) crypto_stream/salsa2012/ref/$(DEPDIR)
   1719 	@: > crypto_stream/salsa2012/ref/$(DEPDIR)/$(am__dirstamp)
   1720 crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012_ref.lo:  \
   1721 	crypto_stream/salsa2012/ref/$(am__dirstamp) \
   1722 	crypto_stream/salsa2012/ref/$(DEPDIR)/$(am__dirstamp)
   1723 crypto_stream/salsa2012/$(am__dirstamp):
   1724 	@$(MKDIR_P) crypto_stream/salsa2012
   1725 	@: > crypto_stream/salsa2012/$(am__dirstamp)
   1726 crypto_stream/salsa2012/$(DEPDIR)/$(am__dirstamp):
   1727 	@$(MKDIR_P) crypto_stream/salsa2012/$(DEPDIR)
   1728 	@: > crypto_stream/salsa2012/$(DEPDIR)/$(am__dirstamp)
   1729 crypto_stream/salsa2012/libsodium_la-stream_salsa2012.lo:  \
   1730 	crypto_stream/salsa2012/$(am__dirstamp) \
   1731 	crypto_stream/salsa2012/$(DEPDIR)/$(am__dirstamp)
   1732 crypto_stream/salsa208/ref/$(am__dirstamp):
   1733 	@$(MKDIR_P) crypto_stream/salsa208/ref
   1734 	@: > crypto_stream/salsa208/ref/$(am__dirstamp)
   1735 crypto_stream/salsa208/ref/$(DEPDIR)/$(am__dirstamp):
   1736 	@$(MKDIR_P) crypto_stream/salsa208/ref/$(DEPDIR)
   1737 	@: > crypto_stream/salsa208/ref/$(DEPDIR)/$(am__dirstamp)
   1738 crypto_stream/salsa208/ref/libsodium_la-stream_salsa208_ref.lo:  \
   1739 	crypto_stream/salsa208/ref/$(am__dirstamp) \
   1740 	crypto_stream/salsa208/ref/$(DEPDIR)/$(am__dirstamp)
   1741 crypto_stream/salsa208/$(am__dirstamp):
   1742 	@$(MKDIR_P) crypto_stream/salsa208
   1743 	@: > crypto_stream/salsa208/$(am__dirstamp)
   1744 crypto_stream/salsa208/$(DEPDIR)/$(am__dirstamp):
   1745 	@$(MKDIR_P) crypto_stream/salsa208/$(DEPDIR)
   1746 	@: > crypto_stream/salsa208/$(DEPDIR)/$(am__dirstamp)
   1747 crypto_stream/salsa208/libsodium_la-stream_salsa208.lo:  \
   1748 	crypto_stream/salsa208/$(am__dirstamp) \
   1749 	crypto_stream/salsa208/$(DEPDIR)/$(am__dirstamp)
   1750 crypto_stream/xchacha20/$(am__dirstamp):
   1751 	@$(MKDIR_P) crypto_stream/xchacha20
   1752 	@: > crypto_stream/xchacha20/$(am__dirstamp)
   1753 crypto_stream/xchacha20/$(DEPDIR)/$(am__dirstamp):
   1754 	@$(MKDIR_P) crypto_stream/xchacha20/$(DEPDIR)
   1755 	@: > crypto_stream/xchacha20/$(DEPDIR)/$(am__dirstamp)
   1756 crypto_stream/xchacha20/libsodium_la-stream_xchacha20.lo:  \
   1757 	crypto_stream/xchacha20/$(am__dirstamp) \
   1758 	crypto_stream/xchacha20/$(DEPDIR)/$(am__dirstamp)
   1759 randombytes/nativeclient/$(am__dirstamp):
   1760 	@$(MKDIR_P) randombytes/nativeclient
   1761 	@: > randombytes/nativeclient/$(am__dirstamp)
   1762 randombytes/nativeclient/$(DEPDIR)/$(am__dirstamp):
   1763 	@$(MKDIR_P) randombytes/nativeclient/$(DEPDIR)
   1764 	@: > randombytes/nativeclient/$(DEPDIR)/$(am__dirstamp)
   1765 randombytes/nativeclient/libsodium_la-randombytes_nativeclient.lo:  \
   1766 	randombytes/nativeclient/$(am__dirstamp) \
   1767 	randombytes/nativeclient/$(DEPDIR)/$(am__dirstamp)
   1768 randombytes/sysrandom/$(am__dirstamp):
   1769 	@$(MKDIR_P) randombytes/sysrandom
   1770 	@: > randombytes/sysrandom/$(am__dirstamp)
   1771 randombytes/sysrandom/$(DEPDIR)/$(am__dirstamp):
   1772 	@$(MKDIR_P) randombytes/sysrandom/$(DEPDIR)
   1773 	@: > randombytes/sysrandom/$(DEPDIR)/$(am__dirstamp)
   1774 randombytes/sysrandom/libsodium_la-randombytes_sysrandom.lo:  \
   1775 	randombytes/sysrandom/$(am__dirstamp) \
   1776 	randombytes/sysrandom/$(DEPDIR)/$(am__dirstamp)
   1777 
   1778 libsodium.la: $(libsodium_la_OBJECTS) $(libsodium_la_DEPENDENCIES) $(EXTRA_libsodium_la_DEPENDENCIES) 
   1779 	$(AM_V_CCLD)$(libsodium_la_LINK) -rpath $(libdir) $(libsodium_la_OBJECTS) $(libsodium_la_LIBADD) $(LIBS)
   1780 crypto_onetimeauth/poly1305/sse2/$(am__dirstamp):
   1781 	@$(MKDIR_P) crypto_onetimeauth/poly1305/sse2
   1782 	@: > crypto_onetimeauth/poly1305/sse2/$(am__dirstamp)
   1783 crypto_onetimeauth/poly1305/sse2/$(DEPDIR)/$(am__dirstamp):
   1784 	@$(MKDIR_P) crypto_onetimeauth/poly1305/sse2/$(DEPDIR)
   1785 	@: > crypto_onetimeauth/poly1305/sse2/$(DEPDIR)/$(am__dirstamp)
   1786 crypto_onetimeauth/poly1305/sse2/libsse2_la-poly1305_sse2.lo:  \
   1787 	crypto_onetimeauth/poly1305/sse2/$(am__dirstamp) \
   1788 	crypto_onetimeauth/poly1305/sse2/$(DEPDIR)/$(am__dirstamp)
   1789 crypto_pwhash/scryptsalsa208sha256/sse/$(am__dirstamp):
   1790 	@$(MKDIR_P) crypto_pwhash/scryptsalsa208sha256/sse
   1791 	@: > crypto_pwhash/scryptsalsa208sha256/sse/$(am__dirstamp)
   1792 crypto_pwhash/scryptsalsa208sha256/sse/$(DEPDIR)/$(am__dirstamp):
   1793 	@$(MKDIR_P) crypto_pwhash/scryptsalsa208sha256/sse/$(DEPDIR)
   1794 	@: > crypto_pwhash/scryptsalsa208sha256/sse/$(DEPDIR)/$(am__dirstamp)
   1795 crypto_pwhash/scryptsalsa208sha256/sse/libsse2_la-pwhash_scryptsalsa208sha256_sse.lo:  \
   1796 	crypto_pwhash/scryptsalsa208sha256/sse/$(am__dirstamp) \
   1797 	crypto_pwhash/scryptsalsa208sha256/sse/$(DEPDIR)/$(am__dirstamp)
   1798 crypto_stream/salsa20/xmm6int/libsse2_la-salsa20_xmm6int-sse2.lo:  \
   1799 	crypto_stream/salsa20/xmm6int/$(am__dirstamp) \
   1800 	crypto_stream/salsa20/xmm6int/$(DEPDIR)/$(am__dirstamp)
   1801 
   1802 libsse2.la: $(libsse2_la_OBJECTS) $(libsse2_la_DEPENDENCIES) $(EXTRA_libsse2_la_DEPENDENCIES) 
   1803 	$(AM_V_CCLD)$(libsse2_la_LINK)  $(libsse2_la_OBJECTS) $(libsse2_la_LIBADD) $(LIBS)
   1804 crypto_generichash/blake2b/ref/libsse41_la-blake2b-compress-sse41.lo:  \
   1805 	crypto_generichash/blake2b/ref/$(am__dirstamp) \
   1806 	crypto_generichash/blake2b/ref/$(DEPDIR)/$(am__dirstamp)
   1807 
   1808 libsse41.la: $(libsse41_la_OBJECTS) $(libsse41_la_DEPENDENCIES) $(EXTRA_libsse41_la_DEPENDENCIES) 
   1809 	$(AM_V_CCLD)$(libsse41_la_LINK)  $(libsse41_la_OBJECTS) $(libsse41_la_LIBADD) $(LIBS)
   1810 crypto_generichash/blake2b/ref/libssse3_la-blake2b-compress-ssse3.lo:  \
   1811 	crypto_generichash/blake2b/ref/$(am__dirstamp) \
   1812 	crypto_generichash/blake2b/ref/$(DEPDIR)/$(am__dirstamp)
   1813 crypto_pwhash/argon2/libssse3_la-argon2-fill-block-ssse3.lo:  \
   1814 	crypto_pwhash/argon2/$(am__dirstamp) \
   1815 	crypto_pwhash/argon2/$(DEPDIR)/$(am__dirstamp)
   1816 crypto_stream/chacha20/dolbeau/libssse3_la-chacha20_dolbeau-ssse3.lo:  \
   1817 	crypto_stream/chacha20/dolbeau/$(am__dirstamp) \
   1818 	crypto_stream/chacha20/dolbeau/$(DEPDIR)/$(am__dirstamp)
   1819 
   1820 libssse3.la: $(libssse3_la_OBJECTS) $(libssse3_la_DEPENDENCIES) $(EXTRA_libssse3_la_DEPENDENCIES) 
   1821 	$(AM_V_CCLD)$(libssse3_la_LINK)  $(libssse3_la_OBJECTS) $(libssse3_la_LIBADD) $(LIBS)
   1822 
   1823 mostlyclean-compile:
   1824 	-rm -f *.$(OBJEXT)
   1825 	-rm -f crypto_aead/aes256gcm/aesni/*.$(OBJEXT)
   1826 	-rm -f crypto_aead/aes256gcm/aesni/*.lo
   1827 	-rm -f crypto_aead/chacha20poly1305/sodium/*.$(OBJEXT)
   1828 	-rm -f crypto_aead/chacha20poly1305/sodium/*.lo
   1829 	-rm -f crypto_aead/xchacha20poly1305/sodium/*.$(OBJEXT)
   1830 	-rm -f crypto_aead/xchacha20poly1305/sodium/*.lo
   1831 	-rm -f crypto_auth/*.$(OBJEXT)
   1832 	-rm -f crypto_auth/*.lo
   1833 	-rm -f crypto_auth/hmacsha256/*.$(OBJEXT)
   1834 	-rm -f crypto_auth/hmacsha256/*.lo
   1835 	-rm -f crypto_auth/hmacsha512/*.$(OBJEXT)
   1836 	-rm -f crypto_auth/hmacsha512/*.lo
   1837 	-rm -f crypto_auth/hmacsha512256/*.$(OBJEXT)
   1838 	-rm -f crypto_auth/hmacsha512256/*.lo
   1839 	-rm -f crypto_box/*.$(OBJEXT)
   1840 	-rm -f crypto_box/*.lo
   1841 	-rm -f crypto_box/curve25519xchacha20poly1305/*.$(OBJEXT)
   1842 	-rm -f crypto_box/curve25519xchacha20poly1305/*.lo
   1843 	-rm -f crypto_box/curve25519xsalsa20poly1305/*.$(OBJEXT)
   1844 	-rm -f crypto_box/curve25519xsalsa20poly1305/*.lo
   1845 	-rm -f crypto_core/ed25519/*.$(OBJEXT)
   1846 	-rm -f crypto_core/ed25519/*.lo
   1847 	-rm -f crypto_core/ed25519/ref10/*.$(OBJEXT)
   1848 	-rm -f crypto_core/ed25519/ref10/*.lo
   1849 	-rm -f crypto_core/hchacha20/*.$(OBJEXT)
   1850 	-rm -f crypto_core/hchacha20/*.lo
   1851 	-rm -f crypto_core/hsalsa20/*.$(OBJEXT)
   1852 	-rm -f crypto_core/hsalsa20/*.lo
   1853 	-rm -f crypto_core/hsalsa20/ref2/*.$(OBJEXT)
   1854 	-rm -f crypto_core/hsalsa20/ref2/*.lo
   1855 	-rm -f crypto_core/salsa/ref/*.$(OBJEXT)
   1856 	-rm -f crypto_core/salsa/ref/*.lo
   1857 	-rm -f crypto_generichash/*.$(OBJEXT)
   1858 	-rm -f crypto_generichash/*.lo
   1859 	-rm -f crypto_generichash/blake2b/*.$(OBJEXT)
   1860 	-rm -f crypto_generichash/blake2b/*.lo
   1861 	-rm -f crypto_generichash/blake2b/ref/*.$(OBJEXT)
   1862 	-rm -f crypto_generichash/blake2b/ref/*.lo
   1863 	-rm -f crypto_hash/*.$(OBJEXT)
   1864 	-rm -f crypto_hash/*.lo
   1865 	-rm -f crypto_hash/sha256/*.$(OBJEXT)
   1866 	-rm -f crypto_hash/sha256/*.lo
   1867 	-rm -f crypto_hash/sha256/cp/*.$(OBJEXT)
   1868 	-rm -f crypto_hash/sha256/cp/*.lo
   1869 	-rm -f crypto_hash/sha512/*.$(OBJEXT)
   1870 	-rm -f crypto_hash/sha512/*.lo
   1871 	-rm -f crypto_hash/sha512/cp/*.$(OBJEXT)
   1872 	-rm -f crypto_hash/sha512/cp/*.lo
   1873 	-rm -f crypto_kdf/*.$(OBJEXT)
   1874 	-rm -f crypto_kdf/*.lo
   1875 	-rm -f crypto_kdf/blake2b/*.$(OBJEXT)
   1876 	-rm -f crypto_kdf/blake2b/*.lo
   1877 	-rm -f crypto_kx/*.$(OBJEXT)
   1878 	-rm -f crypto_kx/*.lo
   1879 	-rm -f crypto_onetimeauth/*.$(OBJEXT)
   1880 	-rm -f crypto_onetimeauth/*.lo
   1881 	-rm -f crypto_onetimeauth/poly1305/*.$(OBJEXT)
   1882 	-rm -f crypto_onetimeauth/poly1305/*.lo
   1883 	-rm -f crypto_onetimeauth/poly1305/donna/*.$(OBJEXT)
   1884 	-rm -f crypto_onetimeauth/poly1305/donna/*.lo
   1885 	-rm -f crypto_onetimeauth/poly1305/sse2/*.$(OBJEXT)
   1886 	-rm -f crypto_onetimeauth/poly1305/sse2/*.lo
   1887 	-rm -f crypto_pwhash/*.$(OBJEXT)
   1888 	-rm -f crypto_pwhash/*.lo
   1889 	-rm -f crypto_pwhash/argon2/*.$(OBJEXT)
   1890 	-rm -f crypto_pwhash/argon2/*.lo
   1891 	-rm -f crypto_pwhash/scryptsalsa208sha256/*.$(OBJEXT)
   1892 	-rm -f crypto_pwhash/scryptsalsa208sha256/*.lo
   1893 	-rm -f crypto_pwhash/scryptsalsa208sha256/nosse/*.$(OBJEXT)
   1894 	-rm -f crypto_pwhash/scryptsalsa208sha256/nosse/*.lo
   1895 	-rm -f crypto_pwhash/scryptsalsa208sha256/sse/*.$(OBJEXT)
   1896 	-rm -f crypto_pwhash/scryptsalsa208sha256/sse/*.lo
   1897 	-rm -f crypto_scalarmult/*.$(OBJEXT)
   1898 	-rm -f crypto_scalarmult/*.lo
   1899 	-rm -f crypto_scalarmult/curve25519/*.$(OBJEXT)
   1900 	-rm -f crypto_scalarmult/curve25519/*.lo
   1901 	-rm -f crypto_scalarmult/curve25519/ref10/*.$(OBJEXT)
   1902 	-rm -f crypto_scalarmult/curve25519/ref10/*.lo
   1903 	-rm -f crypto_scalarmult/curve25519/sandy2x/*.$(OBJEXT)
   1904 	-rm -f crypto_scalarmult/curve25519/sandy2x/*.lo
   1905 	-rm -f crypto_scalarmult/ed25519/ref10/*.$(OBJEXT)
   1906 	-rm -f crypto_scalarmult/ed25519/ref10/*.lo
   1907 	-rm -f crypto_secretbox/*.$(OBJEXT)
   1908 	-rm -f crypto_secretbox/*.lo
   1909 	-rm -f crypto_secretbox/xchacha20poly1305/*.$(OBJEXT)
   1910 	-rm -f crypto_secretbox/xchacha20poly1305/*.lo
   1911 	-rm -f crypto_secretbox/xsalsa20poly1305/*.$(OBJEXT)
   1912 	-rm -f crypto_secretbox/xsalsa20poly1305/*.lo
   1913 	-rm -f crypto_secretstream/xchacha20poly1305/*.$(OBJEXT)
   1914 	-rm -f crypto_secretstream/xchacha20poly1305/*.lo
   1915 	-rm -f crypto_shorthash/*.$(OBJEXT)
   1916 	-rm -f crypto_shorthash/*.lo
   1917 	-rm -f crypto_shorthash/siphash24/*.$(OBJEXT)
   1918 	-rm -f crypto_shorthash/siphash24/*.lo
   1919 	-rm -f crypto_shorthash/siphash24/ref/*.$(OBJEXT)
   1920 	-rm -f crypto_shorthash/siphash24/ref/*.lo
   1921 	-rm -f crypto_sign/*.$(OBJEXT)
   1922 	-rm -f crypto_sign/*.lo
   1923 	-rm -f crypto_sign/ed25519/*.$(OBJEXT)
   1924 	-rm -f crypto_sign/ed25519/*.lo
   1925 	-rm -f crypto_sign/ed25519/ref10/*.$(OBJEXT)
   1926 	-rm -f crypto_sign/ed25519/ref10/*.lo
   1927 	-rm -f crypto_stream/*.$(OBJEXT)
   1928 	-rm -f crypto_stream/*.lo
   1929 	-rm -f crypto_stream/chacha20/*.$(OBJEXT)
   1930 	-rm -f crypto_stream/chacha20/*.lo
   1931 	-rm -f crypto_stream/chacha20/dolbeau/*.$(OBJEXT)
   1932 	-rm -f crypto_stream/chacha20/dolbeau/*.lo
   1933 	-rm -f crypto_stream/chacha20/ref/*.$(OBJEXT)
   1934 	-rm -f crypto_stream/chacha20/ref/*.lo
   1935 	-rm -f crypto_stream/salsa20/*.$(OBJEXT)
   1936 	-rm -f crypto_stream/salsa20/*.lo
   1937 	-rm -f crypto_stream/salsa20/ref/*.$(OBJEXT)
   1938 	-rm -f crypto_stream/salsa20/ref/*.lo
   1939 	-rm -f crypto_stream/salsa20/xmm6/*.$(OBJEXT)
   1940 	-rm -f crypto_stream/salsa20/xmm6/*.lo
   1941 	-rm -f crypto_stream/salsa20/xmm6int/*.$(OBJEXT)
   1942 	-rm -f crypto_stream/salsa20/xmm6int/*.lo
   1943 	-rm -f crypto_stream/salsa2012/*.$(OBJEXT)
   1944 	-rm -f crypto_stream/salsa2012/*.lo
   1945 	-rm -f crypto_stream/salsa2012/ref/*.$(OBJEXT)
   1946 	-rm -f crypto_stream/salsa2012/ref/*.lo
   1947 	-rm -f crypto_stream/salsa208/*.$(OBJEXT)
   1948 	-rm -f crypto_stream/salsa208/*.lo
   1949 	-rm -f crypto_stream/salsa208/ref/*.$(OBJEXT)
   1950 	-rm -f crypto_stream/salsa208/ref/*.lo
   1951 	-rm -f crypto_stream/xchacha20/*.$(OBJEXT)
   1952 	-rm -f crypto_stream/xchacha20/*.lo
   1953 	-rm -f crypto_stream/xsalsa20/*.$(OBJEXT)
   1954 	-rm -f crypto_stream/xsalsa20/*.lo
   1955 	-rm -f crypto_verify/sodium/*.$(OBJEXT)
   1956 	-rm -f crypto_verify/sodium/*.lo
   1957 	-rm -f randombytes/*.$(OBJEXT)
   1958 	-rm -f randombytes/*.lo
   1959 	-rm -f randombytes/nativeclient/*.$(OBJEXT)
   1960 	-rm -f randombytes/nativeclient/*.lo
   1961 	-rm -f randombytes/salsa20/*.$(OBJEXT)
   1962 	-rm -f randombytes/salsa20/*.lo
   1963 	-rm -f randombytes/sysrandom/*.$(OBJEXT)
   1964 	-rm -f randombytes/sysrandom/*.lo
   1965 	-rm -f sodium/*.$(OBJEXT)
   1966 	-rm -f sodium/*.lo
   1967 
   1968 distclean-compile:
   1969 	-rm -f *.tab.c
   1970 
   1971 @AMDEP_TRUE@@am__include@ @am__quote@crypto_aead/aes256gcm/aesni/$(DEPDIR)/libaesni_la-aead_aes256gcm_aesni.Plo@am__quote@
   1972 @AMDEP_TRUE@@am__include@ @am__quote@crypto_aead/chacha20poly1305/sodium/$(DEPDIR)/libsodium_la-aead_chacha20poly1305.Plo@am__quote@
   1973 @AMDEP_TRUE@@am__include@ @am__quote@crypto_aead/xchacha20poly1305/sodium/$(DEPDIR)/libsodium_la-aead_xchacha20poly1305.Plo@am__quote@
   1974 @AMDEP_TRUE@@am__include@ @am__quote@crypto_auth/$(DEPDIR)/libsodium_la-crypto_auth.Plo@am__quote@
   1975 @AMDEP_TRUE@@am__include@ @am__quote@crypto_auth/hmacsha256/$(DEPDIR)/libsodium_la-auth_hmacsha256.Plo@am__quote@
   1976 @AMDEP_TRUE@@am__include@ @am__quote@crypto_auth/hmacsha512/$(DEPDIR)/libsodium_la-auth_hmacsha512.Plo@am__quote@
   1977 @AMDEP_TRUE@@am__include@ @am__quote@crypto_auth/hmacsha512256/$(DEPDIR)/libsodium_la-auth_hmacsha512256.Plo@am__quote@
   1978 @AMDEP_TRUE@@am__include@ @am__quote@crypto_box/$(DEPDIR)/libsodium_la-crypto_box.Plo@am__quote@
   1979 @AMDEP_TRUE@@am__include@ @am__quote@crypto_box/$(DEPDIR)/libsodium_la-crypto_box_easy.Plo@am__quote@
   1980 @AMDEP_TRUE@@am__include@ @am__quote@crypto_box/$(DEPDIR)/libsodium_la-crypto_box_seal.Plo@am__quote@
   1981 @AMDEP_TRUE@@am__include@ @am__quote@crypto_box/curve25519xchacha20poly1305/$(DEPDIR)/libsodium_la-box_curve25519xchacha20poly1305.Plo@am__quote@
   1982 @AMDEP_TRUE@@am__include@ @am__quote@crypto_box/curve25519xchacha20poly1305/$(DEPDIR)/libsodium_la-box_seal_curve25519xchacha20poly1305.Plo@am__quote@
   1983 @AMDEP_TRUE@@am__include@ @am__quote@crypto_box/curve25519xsalsa20poly1305/$(DEPDIR)/libsodium_la-box_curve25519xsalsa20poly1305.Plo@am__quote@
   1984 @AMDEP_TRUE@@am__include@ @am__quote@crypto_core/ed25519/$(DEPDIR)/libsodium_la-core_ed25519.Plo@am__quote@
   1985 @AMDEP_TRUE@@am__include@ @am__quote@crypto_core/ed25519/ref10/$(DEPDIR)/libsodium_la-ed25519_ref10.Plo@am__quote@
   1986 @AMDEP_TRUE@@am__include@ @am__quote@crypto_core/hchacha20/$(DEPDIR)/libsodium_la-core_hchacha20.Plo@am__quote@
   1987 @AMDEP_TRUE@@am__include@ @am__quote@crypto_core/hsalsa20/$(DEPDIR)/libsodium_la-core_hsalsa20.Plo@am__quote@
   1988 @AMDEP_TRUE@@am__include@ @am__quote@crypto_core/hsalsa20/ref2/$(DEPDIR)/libsodium_la-core_hsalsa20_ref2.Plo@am__quote@
   1989 @AMDEP_TRUE@@am__include@ @am__quote@crypto_core/salsa/ref/$(DEPDIR)/libsodium_la-core_salsa_ref.Plo@am__quote@
   1990 @AMDEP_TRUE@@am__include@ @am__quote@crypto_generichash/$(DEPDIR)/libsodium_la-crypto_generichash.Plo@am__quote@
   1991 @AMDEP_TRUE@@am__include@ @am__quote@crypto_generichash/blake2b/$(DEPDIR)/libsodium_la-generichash_blake2.Plo@am__quote@
   1992 @AMDEP_TRUE@@am__include@ @am__quote@crypto_generichash/blake2b/ref/$(DEPDIR)/libavx2_la-blake2b-compress-avx2.Plo@am__quote@
   1993 @AMDEP_TRUE@@am__include@ @am__quote@crypto_generichash/blake2b/ref/$(DEPDIR)/libsodium_la-blake2b-compress-ref.Plo@am__quote@
   1994 @AMDEP_TRUE@@am__include@ @am__quote@crypto_generichash/blake2b/ref/$(DEPDIR)/libsodium_la-blake2b-ref.Plo@am__quote@
   1995 @AMDEP_TRUE@@am__include@ @am__quote@crypto_generichash/blake2b/ref/$(DEPDIR)/libsodium_la-generichash_blake2b.Plo@am__quote@
   1996 @AMDEP_TRUE@@am__include@ @am__quote@crypto_generichash/blake2b/ref/$(DEPDIR)/libsse41_la-blake2b-compress-sse41.Plo@am__quote@
   1997 @AMDEP_TRUE@@am__include@ @am__quote@crypto_generichash/blake2b/ref/$(DEPDIR)/libssse3_la-blake2b-compress-ssse3.Plo@am__quote@
   1998 @AMDEP_TRUE@@am__include@ @am__quote@crypto_hash/$(DEPDIR)/libsodium_la-crypto_hash.Plo@am__quote@
   1999 @AMDEP_TRUE@@am__include@ @am__quote@crypto_hash/sha256/$(DEPDIR)/libsodium_la-hash_sha256.Plo@am__quote@
   2000 @AMDEP_TRUE@@am__include@ @am__quote@crypto_hash/sha256/cp/$(DEPDIR)/libsodium_la-hash_sha256_cp.Plo@am__quote@
   2001 @AMDEP_TRUE@@am__include@ @am__quote@crypto_hash/sha512/$(DEPDIR)/libsodium_la-hash_sha512.Plo@am__quote@
   2002 @AMDEP_TRUE@@am__include@ @am__quote@crypto_hash/sha512/cp/$(DEPDIR)/libsodium_la-hash_sha512_cp.Plo@am__quote@
   2003 @AMDEP_TRUE@@am__include@ @am__quote@crypto_kdf/$(DEPDIR)/libsodium_la-crypto_kdf.Plo@am__quote@
   2004 @AMDEP_TRUE@@am__include@ @am__quote@crypto_kdf/blake2b/$(DEPDIR)/libsodium_la-kdf_blake2b.Plo@am__quote@
   2005 @AMDEP_TRUE@@am__include@ @am__quote@crypto_kx/$(DEPDIR)/libsodium_la-crypto_kx.Plo@am__quote@
   2006 @AMDEP_TRUE@@am__include@ @am__quote@crypto_onetimeauth/$(DEPDIR)/libsodium_la-crypto_onetimeauth.Plo@am__quote@
   2007 @AMDEP_TRUE@@am__include@ @am__quote@crypto_onetimeauth/poly1305/$(DEPDIR)/libsodium_la-onetimeauth_poly1305.Plo@am__quote@
   2008 @AMDEP_TRUE@@am__include@ @am__quote@crypto_onetimeauth/poly1305/donna/$(DEPDIR)/libsodium_la-poly1305_donna.Plo@am__quote@
   2009 @AMDEP_TRUE@@am__include@ @am__quote@crypto_onetimeauth/poly1305/sse2/$(DEPDIR)/libsse2_la-poly1305_sse2.Plo@am__quote@
   2010 @AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/$(DEPDIR)/libsodium_la-crypto_pwhash.Plo@am__quote@
   2011 @AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/argon2/$(DEPDIR)/libavx2_la-argon2-fill-block-avx2.Plo@am__quote@
   2012 @AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/argon2/$(DEPDIR)/libavx512f_la-argon2-fill-block-avx512f.Plo@am__quote@
   2013 @AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-argon2-core.Plo@am__quote@
   2014 @AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-argon2-encoding.Plo@am__quote@
   2015 @AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-argon2-fill-block-ref.Plo@am__quote@
   2016 @AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-argon2.Plo@am__quote@
   2017 @AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-blake2b-long.Plo@am__quote@
   2018 @AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-pwhash_argon2i.Plo@am__quote@
   2019 @AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-pwhash_argon2id.Plo@am__quote@
   2020 @AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/argon2/$(DEPDIR)/libssse3_la-argon2-fill-block-ssse3.Plo@am__quote@
   2021 @AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-crypto_scrypt-common.Plo@am__quote@
   2022 @AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-pbkdf2-sha256.Plo@am__quote@
   2023 @AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-pwhash_scryptsalsa208sha256.Plo@am__quote@
   2024 @AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-scrypt_platform.Plo@am__quote@
   2025 @AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/scryptsalsa208sha256/nosse/$(DEPDIR)/libsodium_la-pwhash_scryptsalsa208sha256_nosse.Plo@am__quote@
   2026 @AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/scryptsalsa208sha256/sse/$(DEPDIR)/libsse2_la-pwhash_scryptsalsa208sha256_sse.Plo@am__quote@
   2027 @AMDEP_TRUE@@am__include@ @am__quote@crypto_scalarmult/$(DEPDIR)/libsodium_la-crypto_scalarmult.Plo@am__quote@
   2028 @AMDEP_TRUE@@am__include@ @am__quote@crypto_scalarmult/curve25519/$(DEPDIR)/libsodium_la-scalarmult_curve25519.Plo@am__quote@
   2029 @AMDEP_TRUE@@am__include@ @am__quote@crypto_scalarmult/curve25519/ref10/$(DEPDIR)/libsodium_la-x25519_ref10.Plo@am__quote@
   2030 @AMDEP_TRUE@@am__include@ @am__quote@crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/libsodium_la-curve25519_sandy2x.Plo@am__quote@
   2031 @AMDEP_TRUE@@am__include@ @am__quote@crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/libsodium_la-fe51_invert.Plo@am__quote@
   2032 @AMDEP_TRUE@@am__include@ @am__quote@crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/libsodium_la-fe_frombytes_sandy2x.Plo@am__quote@
   2033 @AMDEP_TRUE@@am__include@ @am__quote@crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/libsodium_la-sandy2x.Plo@am__quote@
   2034 @AMDEP_TRUE@@am__include@ @am__quote@crypto_scalarmult/ed25519/ref10/$(DEPDIR)/libsodium_la-scalarmult_ed25519_ref10.Plo@am__quote@
   2035 @AMDEP_TRUE@@am__include@ @am__quote@crypto_secretbox/$(DEPDIR)/libsodium_la-crypto_secretbox.Plo@am__quote@
   2036 @AMDEP_TRUE@@am__include@ @am__quote@crypto_secretbox/$(DEPDIR)/libsodium_la-crypto_secretbox_easy.Plo@am__quote@
   2037 @AMDEP_TRUE@@am__include@ @am__quote@crypto_secretbox/xchacha20poly1305/$(DEPDIR)/libsodium_la-secretbox_xchacha20poly1305.Plo@am__quote@
   2038 @AMDEP_TRUE@@am__include@ @am__quote@crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/libsodium_la-secretbox_xsalsa20poly1305.Plo@am__quote@
   2039 @AMDEP_TRUE@@am__include@ @am__quote@crypto_secretstream/xchacha20poly1305/$(DEPDIR)/libsodium_la-secretstream_xchacha20poly1305.Plo@am__quote@
   2040 @AMDEP_TRUE@@am__include@ @am__quote@crypto_shorthash/$(DEPDIR)/libsodium_la-crypto_shorthash.Plo@am__quote@
   2041 @AMDEP_TRUE@@am__include@ @am__quote@crypto_shorthash/siphash24/$(DEPDIR)/libsodium_la-shorthash_siphash24.Plo@am__quote@
   2042 @AMDEP_TRUE@@am__include@ @am__quote@crypto_shorthash/siphash24/$(DEPDIR)/libsodium_la-shorthash_siphashx24.Plo@am__quote@
   2043 @AMDEP_TRUE@@am__include@ @am__quote@crypto_shorthash/siphash24/ref/$(DEPDIR)/libsodium_la-shorthash_siphash24_ref.Plo@am__quote@
   2044 @AMDEP_TRUE@@am__include@ @am__quote@crypto_shorthash/siphash24/ref/$(DEPDIR)/libsodium_la-shorthash_siphashx24_ref.Plo@am__quote@
   2045 @AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/$(DEPDIR)/libsodium_la-crypto_sign.Plo@am__quote@
   2046 @AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/$(DEPDIR)/libsodium_la-sign_ed25519.Plo@am__quote@
   2047 @AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-keypair.Plo@am__quote@
   2048 @AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-obsolete.Plo@am__quote@
   2049 @AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-open.Plo@am__quote@
   2050 @AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-sign.Plo@am__quote@
   2051 @AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/$(DEPDIR)/libsodium_la-crypto_stream.Plo@am__quote@
   2052 @AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/chacha20/$(DEPDIR)/libsodium_la-stream_chacha20.Plo@am__quote@
   2053 @AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/chacha20/dolbeau/$(DEPDIR)/libavx2_la-chacha20_dolbeau-avx2.Plo@am__quote@
   2054 @AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/chacha20/dolbeau/$(DEPDIR)/libssse3_la-chacha20_dolbeau-ssse3.Plo@am__quote@
   2055 @AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/chacha20/ref/$(DEPDIR)/libsodium_la-chacha20_ref.Plo@am__quote@
   2056 @AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa20/$(DEPDIR)/libsodium_la-stream_salsa20.Plo@am__quote@
   2057 @AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa20/ref/$(DEPDIR)/libsodium_la-salsa20_ref.Plo@am__quote@
   2058 @AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa20/xmm6/$(DEPDIR)/libsodium_la-salsa20_xmm6-asm.Plo@am__quote@
   2059 @AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa20/xmm6/$(DEPDIR)/libsodium_la-salsa20_xmm6.Plo@am__quote@
   2060 @AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa20/xmm6int/$(DEPDIR)/libavx2_la-salsa20_xmm6int-avx2.Plo@am__quote@
   2061 @AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa20/xmm6int/$(DEPDIR)/libsse2_la-salsa20_xmm6int-sse2.Plo@am__quote@
   2062 @AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa2012/$(DEPDIR)/libsodium_la-stream_salsa2012.Plo@am__quote@
   2063 @AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa2012/ref/$(DEPDIR)/libsodium_la-stream_salsa2012_ref.Plo@am__quote@
   2064 @AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa208/$(DEPDIR)/libsodium_la-stream_salsa208.Plo@am__quote@
   2065 @AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/salsa208/ref/$(DEPDIR)/libsodium_la-stream_salsa208_ref.Plo@am__quote@
   2066 @AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/xchacha20/$(DEPDIR)/libsodium_la-stream_xchacha20.Plo@am__quote@
   2067 @AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/xsalsa20/$(DEPDIR)/libsodium_la-stream_xsalsa20.Plo@am__quote@
   2068 @AMDEP_TRUE@@am__include@ @am__quote@crypto_verify/sodium/$(DEPDIR)/libsodium_la-verify.Plo@am__quote@
   2069 @AMDEP_TRUE@@am__include@ @am__quote@randombytes/$(DEPDIR)/libsodium_la-randombytes.Plo@am__quote@
   2070 @AMDEP_TRUE@@am__include@ @am__quote@randombytes/nativeclient/$(DEPDIR)/libsodium_la-randombytes_nativeclient.Plo@am__quote@
   2071 @AMDEP_TRUE@@am__include@ @am__quote@randombytes/salsa20/$(DEPDIR)/librdrand_la-randombytes_salsa20_random.Plo@am__quote@
   2072 @AMDEP_TRUE@@am__include@ @am__quote@randombytes/sysrandom/$(DEPDIR)/libsodium_la-randombytes_sysrandom.Plo@am__quote@
   2073 @AMDEP_TRUE@@am__include@ @am__quote@sodium/$(DEPDIR)/libsodium_la-codecs.Plo@am__quote@
   2074 @AMDEP_TRUE@@am__include@ @am__quote@sodium/$(DEPDIR)/libsodium_la-core.Plo@am__quote@
   2075 @AMDEP_TRUE@@am__include@ @am__quote@sodium/$(DEPDIR)/libsodium_la-runtime.Plo@am__quote@
   2076 @AMDEP_TRUE@@am__include@ @am__quote@sodium/$(DEPDIR)/libsodium_la-utils.Plo@am__quote@
   2077 @AMDEP_TRUE@@am__include@ @am__quote@sodium/$(DEPDIR)/libsodium_la-version.Plo@am__quote@
   2078 
   2079 .S.o:
   2080 @am__fastdepCCAS_TRUE@	$(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
   2081 @am__fastdepCCAS_TRUE@	$(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
   2082 @am__fastdepCCAS_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
   2083 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   2084 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2085 @am__fastdepCCAS_FALSE@	$(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ $<
   2086 
   2087 .S.obj:
   2088 @am__fastdepCCAS_TRUE@	$(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
   2089 @am__fastdepCCAS_TRUE@	$(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
   2090 @am__fastdepCCAS_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
   2091 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   2092 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2093 @am__fastdepCCAS_FALSE@	$(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
   2094 
   2095 .S.lo:
   2096 @am__fastdepCCAS_TRUE@	$(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
   2097 @am__fastdepCCAS_TRUE@	$(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
   2098 @am__fastdepCCAS_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
   2099 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
   2100 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2101 @am__fastdepCCAS_FALSE@	$(AM_V_CPPAS@am__nodep@)$(LTCPPASCOMPILE) -c -o $@ $<
   2102 
   2103 crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6-asm.lo: crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S
   2104 @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/xmm6/libsodium_la-salsa20_xmm6-asm.lo -MD -MP -MF crypto_stream/salsa20/xmm6/$(DEPDIR)/libsodium_la-salsa20_xmm6-asm.Tpo -c -o crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6-asm.lo `test -f 'crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S' || echo '$(srcdir)/'`crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S
   2105 @am__fastdepCCAS_TRUE@	$(AM_V_at)$(am__mv) crypto_stream/salsa20/xmm6/$(DEPDIR)/libsodium_la-salsa20_xmm6-asm.Tpo crypto_stream/salsa20/xmm6/$(DEPDIR)/libsodium_la-salsa20_xmm6-asm.Plo
   2106 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS)source='crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S' object='crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6-asm.lo' libtool=yes @AMDEPBACKSLASH@
   2107 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2108 @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/xmm6/libsodium_la-salsa20_xmm6-asm.lo `test -f 'crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S' || echo '$(srcdir)/'`crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S
   2109 
   2110 crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo: crypto_scalarmult/curve25519/sandy2x/sandy2x.S
   2111 @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_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo -MD -MP -MF crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/libsodium_la-sandy2x.Tpo -c -o crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo `test -f 'crypto_scalarmult/curve25519/sandy2x/sandy2x.S' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/sandy2x/sandy2x.S
   2112 @am__fastdepCCAS_TRUE@	$(AM_V_at)$(am__mv) crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/libsodium_la-sandy2x.Tpo crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/libsodium_la-sandy2x.Plo
   2113 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS)source='crypto_scalarmult/curve25519/sandy2x/sandy2x.S' object='crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo' libtool=yes @AMDEPBACKSLASH@
   2114 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2115 @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_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo `test -f 'crypto_scalarmult/curve25519/sandy2x/sandy2x.S' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/sandy2x/sandy2x.S
   2116 
   2117 .c.o:
   2118 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
   2119 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
   2120 @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
   2121 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   2122 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2123 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
   2124 
   2125 .c.obj:
   2126 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
   2127 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
   2128 @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
   2129 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   2130 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2131 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
   2132 
   2133 .c.lo:
   2134 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
   2135 @am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
   2136 @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
   2137 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
   2138 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2139 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
   2140 
   2141 crypto_aead/aes256gcm/aesni/libaesni_la-aead_aes256gcm_aesni.lo: crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c
   2142 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libaesni_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_aead/aes256gcm/aesni/libaesni_la-aead_aes256gcm_aesni.lo -MD -MP -MF crypto_aead/aes256gcm/aesni/$(DEPDIR)/libaesni_la-aead_aes256gcm_aesni.Tpo -c -o crypto_aead/aes256gcm/aesni/libaesni_la-aead_aes256gcm_aesni.lo `test -f 'crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c' || echo '$(srcdir)/'`crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c
   2143 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_aead/aes256gcm/aesni/$(DEPDIR)/libaesni_la-aead_aes256gcm_aesni.Tpo crypto_aead/aes256gcm/aesni/$(DEPDIR)/libaesni_la-aead_aes256gcm_aesni.Plo
   2144 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c' object='crypto_aead/aes256gcm/aesni/libaesni_la-aead_aes256gcm_aesni.lo' libtool=yes @AMDEPBACKSLASH@
   2145 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2146 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libaesni_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_aead/aes256gcm/aesni/libaesni_la-aead_aes256gcm_aesni.lo `test -f 'crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c' || echo '$(srcdir)/'`crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c
   2147 
   2148 crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo: crypto_generichash/blake2b/ref/blake2b-compress-avx2.c
   2149 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavx2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo -MD -MP -MF crypto_generichash/blake2b/ref/$(DEPDIR)/libavx2_la-blake2b-compress-avx2.Tpo -c -o crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo `test -f 'crypto_generichash/blake2b/ref/blake2b-compress-avx2.c' || echo '$(srcdir)/'`crypto_generichash/blake2b/ref/blake2b-compress-avx2.c
   2150 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_generichash/blake2b/ref/$(DEPDIR)/libavx2_la-blake2b-compress-avx2.Tpo crypto_generichash/blake2b/ref/$(DEPDIR)/libavx2_la-blake2b-compress-avx2.Plo
   2151 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_generichash/blake2b/ref/blake2b-compress-avx2.c' object='crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo' libtool=yes @AMDEPBACKSLASH@
   2152 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2153 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavx2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo `test -f 'crypto_generichash/blake2b/ref/blake2b-compress-avx2.c' || echo '$(srcdir)/'`crypto_generichash/blake2b/ref/blake2b-compress-avx2.c
   2154 
   2155 crypto_pwhash/argon2/libavx2_la-argon2-fill-block-avx2.lo: crypto_pwhash/argon2/argon2-fill-block-avx2.c
   2156 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavx2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_pwhash/argon2/libavx2_la-argon2-fill-block-avx2.lo -MD -MP -MF crypto_pwhash/argon2/$(DEPDIR)/libavx2_la-argon2-fill-block-avx2.Tpo -c -o crypto_pwhash/argon2/libavx2_la-argon2-fill-block-avx2.lo `test -f 'crypto_pwhash/argon2/argon2-fill-block-avx2.c' || echo '$(srcdir)/'`crypto_pwhash/argon2/argon2-fill-block-avx2.c
   2157 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_pwhash/argon2/$(DEPDIR)/libavx2_la-argon2-fill-block-avx2.Tpo crypto_pwhash/argon2/$(DEPDIR)/libavx2_la-argon2-fill-block-avx2.Plo
   2158 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_pwhash/argon2/argon2-fill-block-avx2.c' object='crypto_pwhash/argon2/libavx2_la-argon2-fill-block-avx2.lo' libtool=yes @AMDEPBACKSLASH@
   2159 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2160 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavx2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_pwhash/argon2/libavx2_la-argon2-fill-block-avx2.lo `test -f 'crypto_pwhash/argon2/argon2-fill-block-avx2.c' || echo '$(srcdir)/'`crypto_pwhash/argon2/argon2-fill-block-avx2.c
   2161 
   2162 crypto_stream/chacha20/dolbeau/libavx2_la-chacha20_dolbeau-avx2.lo: crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c
   2163 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavx2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/chacha20/dolbeau/libavx2_la-chacha20_dolbeau-avx2.lo -MD -MP -MF crypto_stream/chacha20/dolbeau/$(DEPDIR)/libavx2_la-chacha20_dolbeau-avx2.Tpo -c -o crypto_stream/chacha20/dolbeau/libavx2_la-chacha20_dolbeau-avx2.lo `test -f 'crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c' || echo '$(srcdir)/'`crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c
   2164 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_stream/chacha20/dolbeau/$(DEPDIR)/libavx2_la-chacha20_dolbeau-avx2.Tpo crypto_stream/chacha20/dolbeau/$(DEPDIR)/libavx2_la-chacha20_dolbeau-avx2.Plo
   2165 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c' object='crypto_stream/chacha20/dolbeau/libavx2_la-chacha20_dolbeau-avx2.lo' libtool=yes @AMDEPBACKSLASH@
   2166 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2167 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavx2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/chacha20/dolbeau/libavx2_la-chacha20_dolbeau-avx2.lo `test -f 'crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c' || echo '$(srcdir)/'`crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.c
   2168 
   2169 crypto_stream/salsa20/xmm6int/libavx2_la-salsa20_xmm6int-avx2.lo: crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c
   2170 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavx2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/salsa20/xmm6int/libavx2_la-salsa20_xmm6int-avx2.lo -MD -MP -MF crypto_stream/salsa20/xmm6int/$(DEPDIR)/libavx2_la-salsa20_xmm6int-avx2.Tpo -c -o crypto_stream/salsa20/xmm6int/libavx2_la-salsa20_xmm6int-avx2.lo `test -f 'crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c' || echo '$(srcdir)/'`crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c
   2171 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_stream/salsa20/xmm6int/$(DEPDIR)/libavx2_la-salsa20_xmm6int-avx2.Tpo crypto_stream/salsa20/xmm6int/$(DEPDIR)/libavx2_la-salsa20_xmm6int-avx2.Plo
   2172 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c' object='crypto_stream/salsa20/xmm6int/libavx2_la-salsa20_xmm6int-avx2.lo' libtool=yes @AMDEPBACKSLASH@
   2173 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2174 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavx2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/salsa20/xmm6int/libavx2_la-salsa20_xmm6int-avx2.lo `test -f 'crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c' || echo '$(srcdir)/'`crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c
   2175 
   2176 crypto_pwhash/argon2/libavx512f_la-argon2-fill-block-avx512f.lo: crypto_pwhash/argon2/argon2-fill-block-avx512f.c
   2177 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavx512f_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_pwhash/argon2/libavx512f_la-argon2-fill-block-avx512f.lo -MD -MP -MF crypto_pwhash/argon2/$(DEPDIR)/libavx512f_la-argon2-fill-block-avx512f.Tpo -c -o crypto_pwhash/argon2/libavx512f_la-argon2-fill-block-avx512f.lo `test -f 'crypto_pwhash/argon2/argon2-fill-block-avx512f.c' || echo '$(srcdir)/'`crypto_pwhash/argon2/argon2-fill-block-avx512f.c
   2178 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_pwhash/argon2/$(DEPDIR)/libavx512f_la-argon2-fill-block-avx512f.Tpo crypto_pwhash/argon2/$(DEPDIR)/libavx512f_la-argon2-fill-block-avx512f.Plo
   2179 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_pwhash/argon2/argon2-fill-block-avx512f.c' object='crypto_pwhash/argon2/libavx512f_la-argon2-fill-block-avx512f.lo' libtool=yes @AMDEPBACKSLASH@
   2180 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2181 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavx512f_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_pwhash/argon2/libavx512f_la-argon2-fill-block-avx512f.lo `test -f 'crypto_pwhash/argon2/argon2-fill-block-avx512f.c' || echo '$(srcdir)/'`crypto_pwhash/argon2/argon2-fill-block-avx512f.c
   2182 
   2183 randombytes/salsa20/librdrand_la-randombytes_salsa20_random.lo: randombytes/salsa20/randombytes_salsa20_random.c
   2184 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librdrand_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT randombytes/salsa20/librdrand_la-randombytes_salsa20_random.lo -MD -MP -MF randombytes/salsa20/$(DEPDIR)/librdrand_la-randombytes_salsa20_random.Tpo -c -o randombytes/salsa20/librdrand_la-randombytes_salsa20_random.lo `test -f 'randombytes/salsa20/randombytes_salsa20_random.c' || echo '$(srcdir)/'`randombytes/salsa20/randombytes_salsa20_random.c
   2185 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) randombytes/salsa20/$(DEPDIR)/librdrand_la-randombytes_salsa20_random.Tpo randombytes/salsa20/$(DEPDIR)/librdrand_la-randombytes_salsa20_random.Plo
   2186 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='randombytes/salsa20/randombytes_salsa20_random.c' object='randombytes/salsa20/librdrand_la-randombytes_salsa20_random.lo' libtool=yes @AMDEPBACKSLASH@
   2187 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2188 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(librdrand_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o randombytes/salsa20/librdrand_la-randombytes_salsa20_random.lo `test -f 'randombytes/salsa20/randombytes_salsa20_random.c' || echo '$(srcdir)/'`randombytes/salsa20/randombytes_salsa20_random.c
   2189 
   2190 crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo: crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c
   2191 @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_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo -MD -MP -MF crypto_aead/chacha20poly1305/sodium/$(DEPDIR)/libsodium_la-aead_chacha20poly1305.Tpo -c -o crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo `test -f 'crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c' || echo '$(srcdir)/'`crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c
   2192 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_aead/chacha20poly1305/sodium/$(DEPDIR)/libsodium_la-aead_chacha20poly1305.Tpo crypto_aead/chacha20poly1305/sodium/$(DEPDIR)/libsodium_la-aead_chacha20poly1305.Plo
   2193 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c' object='crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo' libtool=yes @AMDEPBACKSLASH@
   2194 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2195 @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_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo `test -f 'crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c' || echo '$(srcdir)/'`crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c
   2196 
   2197 crypto_aead/xchacha20poly1305/sodium/libsodium_la-aead_xchacha20poly1305.lo: crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c
   2198 @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_aead/xchacha20poly1305/sodium/libsodium_la-aead_xchacha20poly1305.lo -MD -MP -MF crypto_aead/xchacha20poly1305/sodium/$(DEPDIR)/libsodium_la-aead_xchacha20poly1305.Tpo -c -o crypto_aead/xchacha20poly1305/sodium/libsodium_la-aead_xchacha20poly1305.lo `test -f 'crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c' || echo '$(srcdir)/'`crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c
   2199 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_aead/xchacha20poly1305/sodium/$(DEPDIR)/libsodium_la-aead_xchacha20poly1305.Tpo crypto_aead/xchacha20poly1305/sodium/$(DEPDIR)/libsodium_la-aead_xchacha20poly1305.Plo
   2200 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c' object='crypto_aead/xchacha20poly1305/sodium/libsodium_la-aead_xchacha20poly1305.lo' libtool=yes @AMDEPBACKSLASH@
   2201 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2202 @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_aead/xchacha20poly1305/sodium/libsodium_la-aead_xchacha20poly1305.lo `test -f 'crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c' || echo '$(srcdir)/'`crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c
   2203 
   2204 crypto_auth/libsodium_la-crypto_auth.lo: crypto_auth/crypto_auth.c
   2205 @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
   2206 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_auth/$(DEPDIR)/libsodium_la-crypto_auth.Tpo crypto_auth/$(DEPDIR)/libsodium_la-crypto_auth.Plo
   2207 @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@
   2208 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2209 @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
   2210 
   2211 crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256.lo: crypto_auth/hmacsha256/auth_hmacsha256.c
   2212 @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.lo -MD -MP -MF crypto_auth/hmacsha256/$(DEPDIR)/libsodium_la-auth_hmacsha256.Tpo -c -o crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256.lo `test -f 'crypto_auth/hmacsha256/auth_hmacsha256.c' || echo '$(srcdir)/'`crypto_auth/hmacsha256/auth_hmacsha256.c
   2213 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_auth/hmacsha256/$(DEPDIR)/libsodium_la-auth_hmacsha256.Tpo crypto_auth/hmacsha256/$(DEPDIR)/libsodium_la-auth_hmacsha256.Plo
   2214 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_auth/hmacsha256/auth_hmacsha256.c' object='crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256.lo' libtool=yes @AMDEPBACKSLASH@
   2215 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2216 @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.lo `test -f 'crypto_auth/hmacsha256/auth_hmacsha256.c' || echo '$(srcdir)/'`crypto_auth/hmacsha256/auth_hmacsha256.c
   2217 
   2218 crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512.lo: crypto_auth/hmacsha512/auth_hmacsha512.c
   2219 @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.lo -MD -MP -MF crypto_auth/hmacsha512/$(DEPDIR)/libsodium_la-auth_hmacsha512.Tpo -c -o crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512.lo `test -f 'crypto_auth/hmacsha512/auth_hmacsha512.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512/auth_hmacsha512.c
   2220 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_auth/hmacsha512/$(DEPDIR)/libsodium_la-auth_hmacsha512.Tpo crypto_auth/hmacsha512/$(DEPDIR)/libsodium_la-auth_hmacsha512.Plo
   2221 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_auth/hmacsha512/auth_hmacsha512.c' object='crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512.lo' libtool=yes @AMDEPBACKSLASH@
   2222 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2223 @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.lo `test -f 'crypto_auth/hmacsha512/auth_hmacsha512.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512/auth_hmacsha512.c
   2224 
   2225 crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256.lo: crypto_auth/hmacsha512256/auth_hmacsha512256.c
   2226 @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.lo -MD -MP -MF crypto_auth/hmacsha512256/$(DEPDIR)/libsodium_la-auth_hmacsha512256.Tpo -c -o crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256.lo `test -f 'crypto_auth/hmacsha512256/auth_hmacsha512256.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512256/auth_hmacsha512256.c
   2227 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_auth/hmacsha512256/$(DEPDIR)/libsodium_la-auth_hmacsha512256.Tpo crypto_auth/hmacsha512256/$(DEPDIR)/libsodium_la-auth_hmacsha512256.Plo
   2228 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_auth/hmacsha512256/auth_hmacsha512256.c' object='crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256.lo' libtool=yes @AMDEPBACKSLASH@
   2229 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2230 @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.lo `test -f 'crypto_auth/hmacsha512256/auth_hmacsha512256.c' || echo '$(srcdir)/'`crypto_auth/hmacsha512256/auth_hmacsha512256.c
   2231 
   2232 crypto_box/libsodium_la-crypto_box.lo: crypto_box/crypto_box.c
   2233 @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
   2234 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_box/$(DEPDIR)/libsodium_la-crypto_box.Tpo crypto_box/$(DEPDIR)/libsodium_la-crypto_box.Plo
   2235 @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@
   2236 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2237 @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
   2238 
   2239 crypto_box/libsodium_la-crypto_box_easy.lo: crypto_box/crypto_box_easy.c
   2240 @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
   2241 @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
   2242 @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@
   2243 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2244 @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
   2245 
   2246 crypto_box/libsodium_la-crypto_box_seal.lo: crypto_box/crypto_box_seal.c
   2247 @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_seal.lo -MD -MP -MF crypto_box/$(DEPDIR)/libsodium_la-crypto_box_seal.Tpo -c -o crypto_box/libsodium_la-crypto_box_seal.lo `test -f 'crypto_box/crypto_box_seal.c' || echo '$(srcdir)/'`crypto_box/crypto_box_seal.c
   2248 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_box/$(DEPDIR)/libsodium_la-crypto_box_seal.Tpo crypto_box/$(DEPDIR)/libsodium_la-crypto_box_seal.Plo
   2249 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_box/crypto_box_seal.c' object='crypto_box/libsodium_la-crypto_box_seal.lo' libtool=yes @AMDEPBACKSLASH@
   2250 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2251 @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_seal.lo `test -f 'crypto_box/crypto_box_seal.c' || echo '$(srcdir)/'`crypto_box/crypto_box_seal.c
   2252 
   2253 crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305.lo: crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c
   2254 @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.lo -MD -MP -MF crypto_box/curve25519xsalsa20poly1305/$(DEPDIR)/libsodium_la-box_curve25519xsalsa20poly1305.Tpo -c -o crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305.lo `test -f 'crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c' || echo '$(srcdir)/'`crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c
   2255 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_box/curve25519xsalsa20poly1305/$(DEPDIR)/libsodium_la-box_curve25519xsalsa20poly1305.Tpo crypto_box/curve25519xsalsa20poly1305/$(DEPDIR)/libsodium_la-box_curve25519xsalsa20poly1305.Plo
   2256 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c' object='crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305.lo' libtool=yes @AMDEPBACKSLASH@
   2257 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2258 @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.lo `test -f 'crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c' || echo '$(srcdir)/'`crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c
   2259 
   2260 crypto_core/ed25519/ref10/libsodium_la-ed25519_ref10.lo: crypto_core/ed25519/ref10/ed25519_ref10.c
   2261 @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/ed25519/ref10/libsodium_la-ed25519_ref10.lo -MD -MP -MF crypto_core/ed25519/ref10/$(DEPDIR)/libsodium_la-ed25519_ref10.Tpo -c -o crypto_core/ed25519/ref10/libsodium_la-ed25519_ref10.lo `test -f 'crypto_core/ed25519/ref10/ed25519_ref10.c' || echo '$(srcdir)/'`crypto_core/ed25519/ref10/ed25519_ref10.c
   2262 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_core/ed25519/ref10/$(DEPDIR)/libsodium_la-ed25519_ref10.Tpo crypto_core/ed25519/ref10/$(DEPDIR)/libsodium_la-ed25519_ref10.Plo
   2263 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_core/ed25519/ref10/ed25519_ref10.c' object='crypto_core/ed25519/ref10/libsodium_la-ed25519_ref10.lo' libtool=yes @AMDEPBACKSLASH@
   2264 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2265 @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/ed25519/ref10/libsodium_la-ed25519_ref10.lo `test -f 'crypto_core/ed25519/ref10/ed25519_ref10.c' || echo '$(srcdir)/'`crypto_core/ed25519/ref10/ed25519_ref10.c
   2266 
   2267 crypto_core/hchacha20/libsodium_la-core_hchacha20.lo: crypto_core/hchacha20/core_hchacha20.c
   2268 @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/hchacha20/libsodium_la-core_hchacha20.lo -MD -MP -MF crypto_core/hchacha20/$(DEPDIR)/libsodium_la-core_hchacha20.Tpo -c -o crypto_core/hchacha20/libsodium_la-core_hchacha20.lo `test -f 'crypto_core/hchacha20/core_hchacha20.c' || echo '$(srcdir)/'`crypto_core/hchacha20/core_hchacha20.c
   2269 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_core/hchacha20/$(DEPDIR)/libsodium_la-core_hchacha20.Tpo crypto_core/hchacha20/$(DEPDIR)/libsodium_la-core_hchacha20.Plo
   2270 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_core/hchacha20/core_hchacha20.c' object='crypto_core/hchacha20/libsodium_la-core_hchacha20.lo' libtool=yes @AMDEPBACKSLASH@
   2271 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2272 @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/hchacha20/libsodium_la-core_hchacha20.lo `test -f 'crypto_core/hchacha20/core_hchacha20.c' || echo '$(srcdir)/'`crypto_core/hchacha20/core_hchacha20.c
   2273 
   2274 crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20_ref2.lo: crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c
   2275 @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_ref2.lo -MD -MP -MF crypto_core/hsalsa20/ref2/$(DEPDIR)/libsodium_la-core_hsalsa20_ref2.Tpo -c -o crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20_ref2.lo `test -f 'crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c' || echo '$(srcdir)/'`crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c
   2276 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_core/hsalsa20/ref2/$(DEPDIR)/libsodium_la-core_hsalsa20_ref2.Tpo crypto_core/hsalsa20/ref2/$(DEPDIR)/libsodium_la-core_hsalsa20_ref2.Plo
   2277 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c' object='crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20_ref2.lo' libtool=yes @AMDEPBACKSLASH@
   2278 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2279 @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_ref2.lo `test -f 'crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c' || echo '$(srcdir)/'`crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c
   2280 
   2281 crypto_core/hsalsa20/libsodium_la-core_hsalsa20.lo: crypto_core/hsalsa20/core_hsalsa20.c
   2282 @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.lo -MD -MP -MF crypto_core/hsalsa20/$(DEPDIR)/libsodium_la-core_hsalsa20.Tpo -c -o crypto_core/hsalsa20/libsodium_la-core_hsalsa20.lo `test -f 'crypto_core/hsalsa20/core_hsalsa20.c' || echo '$(srcdir)/'`crypto_core/hsalsa20/core_hsalsa20.c
   2283 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_core/hsalsa20/$(DEPDIR)/libsodium_la-core_hsalsa20.Tpo crypto_core/hsalsa20/$(DEPDIR)/libsodium_la-core_hsalsa20.Plo
   2284 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_core/hsalsa20/core_hsalsa20.c' object='crypto_core/hsalsa20/libsodium_la-core_hsalsa20.lo' libtool=yes @AMDEPBACKSLASH@
   2285 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2286 @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.lo `test -f 'crypto_core/hsalsa20/core_hsalsa20.c' || echo '$(srcdir)/'`crypto_core/hsalsa20/core_hsalsa20.c
   2287 
   2288 crypto_core/salsa/ref/libsodium_la-core_salsa_ref.lo: crypto_core/salsa/ref/core_salsa_ref.c
   2289 @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/salsa/ref/libsodium_la-core_salsa_ref.lo -MD -MP -MF crypto_core/salsa/ref/$(DEPDIR)/libsodium_la-core_salsa_ref.Tpo -c -o crypto_core/salsa/ref/libsodium_la-core_salsa_ref.lo `test -f 'crypto_core/salsa/ref/core_salsa_ref.c' || echo '$(srcdir)/'`crypto_core/salsa/ref/core_salsa_ref.c
   2290 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_core/salsa/ref/$(DEPDIR)/libsodium_la-core_salsa_ref.Tpo crypto_core/salsa/ref/$(DEPDIR)/libsodium_la-core_salsa_ref.Plo
   2291 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_core/salsa/ref/core_salsa_ref.c' object='crypto_core/salsa/ref/libsodium_la-core_salsa_ref.lo' libtool=yes @AMDEPBACKSLASH@
   2292 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2293 @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/salsa/ref/libsodium_la-core_salsa_ref.lo `test -f 'crypto_core/salsa/ref/core_salsa_ref.c' || echo '$(srcdir)/'`crypto_core/salsa/ref/core_salsa_ref.c
   2294 
   2295 crypto_generichash/libsodium_la-crypto_generichash.lo: crypto_generichash/crypto_generichash.c
   2296 @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
   2297 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_generichash/$(DEPDIR)/libsodium_la-crypto_generichash.Tpo crypto_generichash/$(DEPDIR)/libsodium_la-crypto_generichash.Plo
   2298 @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@
   2299 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2300 @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
   2301 
   2302 crypto_generichash/blake2b/libsodium_la-generichash_blake2.lo: crypto_generichash/blake2b/generichash_blake2.c
   2303 @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/blake2b/libsodium_la-generichash_blake2.lo -MD -MP -MF crypto_generichash/blake2b/$(DEPDIR)/libsodium_la-generichash_blake2.Tpo -c -o crypto_generichash/blake2b/libsodium_la-generichash_blake2.lo `test -f 'crypto_generichash/blake2b/generichash_blake2.c' || echo '$(srcdir)/'`crypto_generichash/blake2b/generichash_blake2.c
   2304 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_generichash/blake2b/$(DEPDIR)/libsodium_la-generichash_blake2.Tpo crypto_generichash/blake2b/$(DEPDIR)/libsodium_la-generichash_blake2.Plo
   2305 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_generichash/blake2b/generichash_blake2.c' object='crypto_generichash/blake2b/libsodium_la-generichash_blake2.lo' libtool=yes @AMDEPBACKSLASH@
   2306 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2307 @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/blake2b/libsodium_la-generichash_blake2.lo `test -f 'crypto_generichash/blake2b/generichash_blake2.c' || echo '$(srcdir)/'`crypto_generichash/blake2b/generichash_blake2.c
   2308 
   2309 crypto_generichash/blake2b/ref/libsodium_la-blake2b-compress-ref.lo: crypto_generichash/blake2b/ref/blake2b-compress-ref.c
   2310 @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/blake2b/ref/libsodium_la-blake2b-compress-ref.lo -MD -MP -MF crypto_generichash/blake2b/ref/$(DEPDIR)/libsodium_la-blake2b-compress-ref.Tpo -c -o crypto_generichash/blake2b/ref/libsodium_la-blake2b-compress-ref.lo `test -f 'crypto_generichash/blake2b/ref/blake2b-compress-ref.c' || echo '$(srcdir)/'`crypto_generichash/blake2b/ref/blake2b-compress-ref.c
   2311 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_generichash/blake2b/ref/$(DEPDIR)/libsodium_la-blake2b-compress-ref.Tpo crypto_generichash/blake2b/ref/$(DEPDIR)/libsodium_la-blake2b-compress-ref.Plo
   2312 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_generichash/blake2b/ref/blake2b-compress-ref.c' object='crypto_generichash/blake2b/ref/libsodium_la-blake2b-compress-ref.lo' libtool=yes @AMDEPBACKSLASH@
   2313 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2314 @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/blake2b/ref/libsodium_la-blake2b-compress-ref.lo `test -f 'crypto_generichash/blake2b/ref/blake2b-compress-ref.c' || echo '$(srcdir)/'`crypto_generichash/blake2b/ref/blake2b-compress-ref.c
   2315 
   2316 crypto_generichash/blake2b/ref/libsodium_la-blake2b-ref.lo: crypto_generichash/blake2b/ref/blake2b-ref.c
   2317 @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/blake2b/ref/libsodium_la-blake2b-ref.lo -MD -MP -MF crypto_generichash/blake2b/ref/$(DEPDIR)/libsodium_la-blake2b-ref.Tpo -c -o crypto_generichash/blake2b/ref/libsodium_la-blake2b-ref.lo `test -f 'crypto_generichash/blake2b/ref/blake2b-ref.c' || echo '$(srcdir)/'`crypto_generichash/blake2b/ref/blake2b-ref.c
   2318 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_generichash/blake2b/ref/$(DEPDIR)/libsodium_la-blake2b-ref.Tpo crypto_generichash/blake2b/ref/$(DEPDIR)/libsodium_la-blake2b-ref.Plo
   2319 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_generichash/blake2b/ref/blake2b-ref.c' object='crypto_generichash/blake2b/ref/libsodium_la-blake2b-ref.lo' libtool=yes @AMDEPBACKSLASH@
   2320 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2321 @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/blake2b/ref/libsodium_la-blake2b-ref.lo `test -f 'crypto_generichash/blake2b/ref/blake2b-ref.c' || echo '$(srcdir)/'`crypto_generichash/blake2b/ref/blake2b-ref.c
   2322 
   2323 crypto_generichash/blake2b/ref/libsodium_la-generichash_blake2b.lo: crypto_generichash/blake2b/ref/generichash_blake2b.c
   2324 @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/blake2b/ref/libsodium_la-generichash_blake2b.lo -MD -MP -MF crypto_generichash/blake2b/ref/$(DEPDIR)/libsodium_la-generichash_blake2b.Tpo -c -o crypto_generichash/blake2b/ref/libsodium_la-generichash_blake2b.lo `test -f 'crypto_generichash/blake2b/ref/generichash_blake2b.c' || echo '$(srcdir)/'`crypto_generichash/blake2b/ref/generichash_blake2b.c
   2325 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_generichash/blake2b/ref/$(DEPDIR)/libsodium_la-generichash_blake2b.Tpo crypto_generichash/blake2b/ref/$(DEPDIR)/libsodium_la-generichash_blake2b.Plo
   2326 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_generichash/blake2b/ref/generichash_blake2b.c' object='crypto_generichash/blake2b/ref/libsodium_la-generichash_blake2b.lo' libtool=yes @AMDEPBACKSLASH@
   2327 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2328 @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/blake2b/ref/libsodium_la-generichash_blake2b.lo `test -f 'crypto_generichash/blake2b/ref/generichash_blake2b.c' || echo '$(srcdir)/'`crypto_generichash/blake2b/ref/generichash_blake2b.c
   2329 
   2330 crypto_hash/libsodium_la-crypto_hash.lo: crypto_hash/crypto_hash.c
   2331 @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
   2332 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_hash/$(DEPDIR)/libsodium_la-crypto_hash.Tpo crypto_hash/$(DEPDIR)/libsodium_la-crypto_hash.Plo
   2333 @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@
   2334 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2335 @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
   2336 
   2337 crypto_hash/sha256/libsodium_la-hash_sha256.lo: crypto_hash/sha256/hash_sha256.c
   2338 @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.lo -MD -MP -MF crypto_hash/sha256/$(DEPDIR)/libsodium_la-hash_sha256.Tpo -c -o crypto_hash/sha256/libsodium_la-hash_sha256.lo `test -f 'crypto_hash/sha256/hash_sha256.c' || echo '$(srcdir)/'`crypto_hash/sha256/hash_sha256.c
   2339 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_hash/sha256/$(DEPDIR)/libsodium_la-hash_sha256.Tpo crypto_hash/sha256/$(DEPDIR)/libsodium_la-hash_sha256.Plo
   2340 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_hash/sha256/hash_sha256.c' object='crypto_hash/sha256/libsodium_la-hash_sha256.lo' libtool=yes @AMDEPBACKSLASH@
   2341 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2342 @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.lo `test -f 'crypto_hash/sha256/hash_sha256.c' || echo '$(srcdir)/'`crypto_hash/sha256/hash_sha256.c
   2343 
   2344 crypto_hash/sha256/cp/libsodium_la-hash_sha256_cp.lo: crypto_hash/sha256/cp/hash_sha256_cp.c
   2345 @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_cp.lo -MD -MP -MF crypto_hash/sha256/cp/$(DEPDIR)/libsodium_la-hash_sha256_cp.Tpo -c -o crypto_hash/sha256/cp/libsodium_la-hash_sha256_cp.lo `test -f 'crypto_hash/sha256/cp/hash_sha256_cp.c' || echo '$(srcdir)/'`crypto_hash/sha256/cp/hash_sha256_cp.c
   2346 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_hash/sha256/cp/$(DEPDIR)/libsodium_la-hash_sha256_cp.Tpo crypto_hash/sha256/cp/$(DEPDIR)/libsodium_la-hash_sha256_cp.Plo
   2347 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_hash/sha256/cp/hash_sha256_cp.c' object='crypto_hash/sha256/cp/libsodium_la-hash_sha256_cp.lo' libtool=yes @AMDEPBACKSLASH@
   2348 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2349 @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_cp.lo `test -f 'crypto_hash/sha256/cp/hash_sha256_cp.c' || echo '$(srcdir)/'`crypto_hash/sha256/cp/hash_sha256_cp.c
   2350 
   2351 crypto_hash/sha512/libsodium_la-hash_sha512.lo: crypto_hash/sha512/hash_sha512.c
   2352 @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.lo -MD -MP -MF crypto_hash/sha512/$(DEPDIR)/libsodium_la-hash_sha512.Tpo -c -o crypto_hash/sha512/libsodium_la-hash_sha512.lo `test -f 'crypto_hash/sha512/hash_sha512.c' || echo '$(srcdir)/'`crypto_hash/sha512/hash_sha512.c
   2353 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_hash/sha512/$(DEPDIR)/libsodium_la-hash_sha512.Tpo crypto_hash/sha512/$(DEPDIR)/libsodium_la-hash_sha512.Plo
   2354 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_hash/sha512/hash_sha512.c' object='crypto_hash/sha512/libsodium_la-hash_sha512.lo' libtool=yes @AMDEPBACKSLASH@
   2355 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2356 @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.lo `test -f 'crypto_hash/sha512/hash_sha512.c' || echo '$(srcdir)/'`crypto_hash/sha512/hash_sha512.c
   2357 
   2358 crypto_hash/sha512/cp/libsodium_la-hash_sha512_cp.lo: crypto_hash/sha512/cp/hash_sha512_cp.c
   2359 @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_cp.lo -MD -MP -MF crypto_hash/sha512/cp/$(DEPDIR)/libsodium_la-hash_sha512_cp.Tpo -c -o crypto_hash/sha512/cp/libsodium_la-hash_sha512_cp.lo `test -f 'crypto_hash/sha512/cp/hash_sha512_cp.c' || echo '$(srcdir)/'`crypto_hash/sha512/cp/hash_sha512_cp.c
   2360 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_hash/sha512/cp/$(DEPDIR)/libsodium_la-hash_sha512_cp.Tpo crypto_hash/sha512/cp/$(DEPDIR)/libsodium_la-hash_sha512_cp.Plo
   2361 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_hash/sha512/cp/hash_sha512_cp.c' object='crypto_hash/sha512/cp/libsodium_la-hash_sha512_cp.lo' libtool=yes @AMDEPBACKSLASH@
   2362 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2363 @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_cp.lo `test -f 'crypto_hash/sha512/cp/hash_sha512_cp.c' || echo '$(srcdir)/'`crypto_hash/sha512/cp/hash_sha512_cp.c
   2364 
   2365 crypto_kdf/blake2b/libsodium_la-kdf_blake2b.lo: crypto_kdf/blake2b/kdf_blake2b.c
   2366 @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_kdf/blake2b/libsodium_la-kdf_blake2b.lo -MD -MP -MF crypto_kdf/blake2b/$(DEPDIR)/libsodium_la-kdf_blake2b.Tpo -c -o crypto_kdf/blake2b/libsodium_la-kdf_blake2b.lo `test -f 'crypto_kdf/blake2b/kdf_blake2b.c' || echo '$(srcdir)/'`crypto_kdf/blake2b/kdf_blake2b.c
   2367 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_kdf/blake2b/$(DEPDIR)/libsodium_la-kdf_blake2b.Tpo crypto_kdf/blake2b/$(DEPDIR)/libsodium_la-kdf_blake2b.Plo
   2368 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_kdf/blake2b/kdf_blake2b.c' object='crypto_kdf/blake2b/libsodium_la-kdf_blake2b.lo' libtool=yes @AMDEPBACKSLASH@
   2369 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2370 @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_kdf/blake2b/libsodium_la-kdf_blake2b.lo `test -f 'crypto_kdf/blake2b/kdf_blake2b.c' || echo '$(srcdir)/'`crypto_kdf/blake2b/kdf_blake2b.c
   2371 
   2372 crypto_kdf/libsodium_la-crypto_kdf.lo: crypto_kdf/crypto_kdf.c
   2373 @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_kdf/libsodium_la-crypto_kdf.lo -MD -MP -MF crypto_kdf/$(DEPDIR)/libsodium_la-crypto_kdf.Tpo -c -o crypto_kdf/libsodium_la-crypto_kdf.lo `test -f 'crypto_kdf/crypto_kdf.c' || echo '$(srcdir)/'`crypto_kdf/crypto_kdf.c
   2374 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_kdf/$(DEPDIR)/libsodium_la-crypto_kdf.Tpo crypto_kdf/$(DEPDIR)/libsodium_la-crypto_kdf.Plo
   2375 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_kdf/crypto_kdf.c' object='crypto_kdf/libsodium_la-crypto_kdf.lo' libtool=yes @AMDEPBACKSLASH@
   2376 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2377 @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_kdf/libsodium_la-crypto_kdf.lo `test -f 'crypto_kdf/crypto_kdf.c' || echo '$(srcdir)/'`crypto_kdf/crypto_kdf.c
   2378 
   2379 crypto_kx/libsodium_la-crypto_kx.lo: crypto_kx/crypto_kx.c
   2380 @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_kx/libsodium_la-crypto_kx.lo -MD -MP -MF crypto_kx/$(DEPDIR)/libsodium_la-crypto_kx.Tpo -c -o crypto_kx/libsodium_la-crypto_kx.lo `test -f 'crypto_kx/crypto_kx.c' || echo '$(srcdir)/'`crypto_kx/crypto_kx.c
   2381 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_kx/$(DEPDIR)/libsodium_la-crypto_kx.Tpo crypto_kx/$(DEPDIR)/libsodium_la-crypto_kx.Plo
   2382 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_kx/crypto_kx.c' object='crypto_kx/libsodium_la-crypto_kx.lo' libtool=yes @AMDEPBACKSLASH@
   2383 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2384 @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_kx/libsodium_la-crypto_kx.lo `test -f 'crypto_kx/crypto_kx.c' || echo '$(srcdir)/'`crypto_kx/crypto_kx.c
   2385 
   2386 crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo: crypto_onetimeauth/crypto_onetimeauth.c
   2387 @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
   2388 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_onetimeauth/$(DEPDIR)/libsodium_la-crypto_onetimeauth.Tpo crypto_onetimeauth/$(DEPDIR)/libsodium_la-crypto_onetimeauth.Plo
   2389 @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@
   2390 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2391 @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
   2392 
   2393 crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.lo: crypto_onetimeauth/poly1305/onetimeauth_poly1305.c
   2394 @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
   2395 @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
   2396 @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@
   2397 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2398 @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
   2399 
   2400 crypto_onetimeauth/poly1305/donna/libsodium_la-poly1305_donna.lo: crypto_onetimeauth/poly1305/donna/poly1305_donna.c
   2401 @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-poly1305_donna.lo -MD -MP -MF crypto_onetimeauth/poly1305/donna/$(DEPDIR)/libsodium_la-poly1305_donna.Tpo -c -o crypto_onetimeauth/poly1305/donna/libsodium_la-poly1305_donna.lo `test -f 'crypto_onetimeauth/poly1305/donna/poly1305_donna.c' || echo '$(srcdir)/'`crypto_onetimeauth/poly1305/donna/poly1305_donna.c
   2402 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_onetimeauth/poly1305/donna/$(DEPDIR)/libsodium_la-poly1305_donna.Tpo crypto_onetimeauth/poly1305/donna/$(DEPDIR)/libsodium_la-poly1305_donna.Plo
   2403 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_onetimeauth/poly1305/donna/poly1305_donna.c' object='crypto_onetimeauth/poly1305/donna/libsodium_la-poly1305_donna.lo' libtool=yes @AMDEPBACKSLASH@
   2404 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2405 @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-poly1305_donna.lo `test -f 'crypto_onetimeauth/poly1305/donna/poly1305_donna.c' || echo '$(srcdir)/'`crypto_onetimeauth/poly1305/donna/poly1305_donna.c
   2406 
   2407 crypto_pwhash/argon2/libsodium_la-argon2-core.lo: crypto_pwhash/argon2/argon2-core.c
   2408 @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/argon2/libsodium_la-argon2-core.lo -MD -MP -MF crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-argon2-core.Tpo -c -o crypto_pwhash/argon2/libsodium_la-argon2-core.lo `test -f 'crypto_pwhash/argon2/argon2-core.c' || echo '$(srcdir)/'`crypto_pwhash/argon2/argon2-core.c
   2409 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-argon2-core.Tpo crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-argon2-core.Plo
   2410 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_pwhash/argon2/argon2-core.c' object='crypto_pwhash/argon2/libsodium_la-argon2-core.lo' libtool=yes @AMDEPBACKSLASH@
   2411 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2412 @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/argon2/libsodium_la-argon2-core.lo `test -f 'crypto_pwhash/argon2/argon2-core.c' || echo '$(srcdir)/'`crypto_pwhash/argon2/argon2-core.c
   2413 
   2414 crypto_pwhash/argon2/libsodium_la-argon2-encoding.lo: crypto_pwhash/argon2/argon2-encoding.c
   2415 @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/argon2/libsodium_la-argon2-encoding.lo -MD -MP -MF crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-argon2-encoding.Tpo -c -o crypto_pwhash/argon2/libsodium_la-argon2-encoding.lo `test -f 'crypto_pwhash/argon2/argon2-encoding.c' || echo '$(srcdir)/'`crypto_pwhash/argon2/argon2-encoding.c
   2416 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-argon2-encoding.Tpo crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-argon2-encoding.Plo
   2417 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_pwhash/argon2/argon2-encoding.c' object='crypto_pwhash/argon2/libsodium_la-argon2-encoding.lo' libtool=yes @AMDEPBACKSLASH@
   2418 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2419 @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/argon2/libsodium_la-argon2-encoding.lo `test -f 'crypto_pwhash/argon2/argon2-encoding.c' || echo '$(srcdir)/'`crypto_pwhash/argon2/argon2-encoding.c
   2420 
   2421 crypto_pwhash/argon2/libsodium_la-argon2-fill-block-ref.lo: crypto_pwhash/argon2/argon2-fill-block-ref.c
   2422 @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/argon2/libsodium_la-argon2-fill-block-ref.lo -MD -MP -MF crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-argon2-fill-block-ref.Tpo -c -o crypto_pwhash/argon2/libsodium_la-argon2-fill-block-ref.lo `test -f 'crypto_pwhash/argon2/argon2-fill-block-ref.c' || echo '$(srcdir)/'`crypto_pwhash/argon2/argon2-fill-block-ref.c
   2423 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-argon2-fill-block-ref.Tpo crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-argon2-fill-block-ref.Plo
   2424 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_pwhash/argon2/argon2-fill-block-ref.c' object='crypto_pwhash/argon2/libsodium_la-argon2-fill-block-ref.lo' libtool=yes @AMDEPBACKSLASH@
   2425 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2426 @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/argon2/libsodium_la-argon2-fill-block-ref.lo `test -f 'crypto_pwhash/argon2/argon2-fill-block-ref.c' || echo '$(srcdir)/'`crypto_pwhash/argon2/argon2-fill-block-ref.c
   2427 
   2428 crypto_pwhash/argon2/libsodium_la-argon2.lo: crypto_pwhash/argon2/argon2.c
   2429 @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/argon2/libsodium_la-argon2.lo -MD -MP -MF crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-argon2.Tpo -c -o crypto_pwhash/argon2/libsodium_la-argon2.lo `test -f 'crypto_pwhash/argon2/argon2.c' || echo '$(srcdir)/'`crypto_pwhash/argon2/argon2.c
   2430 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-argon2.Tpo crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-argon2.Plo
   2431 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_pwhash/argon2/argon2.c' object='crypto_pwhash/argon2/libsodium_la-argon2.lo' libtool=yes @AMDEPBACKSLASH@
   2432 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2433 @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/argon2/libsodium_la-argon2.lo `test -f 'crypto_pwhash/argon2/argon2.c' || echo '$(srcdir)/'`crypto_pwhash/argon2/argon2.c
   2434 
   2435 crypto_pwhash/argon2/libsodium_la-blake2b-long.lo: crypto_pwhash/argon2/blake2b-long.c
   2436 @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/argon2/libsodium_la-blake2b-long.lo -MD -MP -MF crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-blake2b-long.Tpo -c -o crypto_pwhash/argon2/libsodium_la-blake2b-long.lo `test -f 'crypto_pwhash/argon2/blake2b-long.c' || echo '$(srcdir)/'`crypto_pwhash/argon2/blake2b-long.c
   2437 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-blake2b-long.Tpo crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-blake2b-long.Plo
   2438 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_pwhash/argon2/blake2b-long.c' object='crypto_pwhash/argon2/libsodium_la-blake2b-long.lo' libtool=yes @AMDEPBACKSLASH@
   2439 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2440 @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/argon2/libsodium_la-blake2b-long.lo `test -f 'crypto_pwhash/argon2/blake2b-long.c' || echo '$(srcdir)/'`crypto_pwhash/argon2/blake2b-long.c
   2441 
   2442 crypto_pwhash/argon2/libsodium_la-pwhash_argon2i.lo: crypto_pwhash/argon2/pwhash_argon2i.c
   2443 @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/argon2/libsodium_la-pwhash_argon2i.lo -MD -MP -MF crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-pwhash_argon2i.Tpo -c -o crypto_pwhash/argon2/libsodium_la-pwhash_argon2i.lo `test -f 'crypto_pwhash/argon2/pwhash_argon2i.c' || echo '$(srcdir)/'`crypto_pwhash/argon2/pwhash_argon2i.c
   2444 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-pwhash_argon2i.Tpo crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-pwhash_argon2i.Plo
   2445 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_pwhash/argon2/pwhash_argon2i.c' object='crypto_pwhash/argon2/libsodium_la-pwhash_argon2i.lo' libtool=yes @AMDEPBACKSLASH@
   2446 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2447 @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/argon2/libsodium_la-pwhash_argon2i.lo `test -f 'crypto_pwhash/argon2/pwhash_argon2i.c' || echo '$(srcdir)/'`crypto_pwhash/argon2/pwhash_argon2i.c
   2448 
   2449 crypto_pwhash/argon2/libsodium_la-pwhash_argon2id.lo: crypto_pwhash/argon2/pwhash_argon2id.c
   2450 @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/argon2/libsodium_la-pwhash_argon2id.lo -MD -MP -MF crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-pwhash_argon2id.Tpo -c -o crypto_pwhash/argon2/libsodium_la-pwhash_argon2id.lo `test -f 'crypto_pwhash/argon2/pwhash_argon2id.c' || echo '$(srcdir)/'`crypto_pwhash/argon2/pwhash_argon2id.c
   2451 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-pwhash_argon2id.Tpo crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-pwhash_argon2id.Plo
   2452 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_pwhash/argon2/pwhash_argon2id.c' object='crypto_pwhash/argon2/libsodium_la-pwhash_argon2id.lo' libtool=yes @AMDEPBACKSLASH@
   2453 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2454 @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/argon2/libsodium_la-pwhash_argon2id.lo `test -f 'crypto_pwhash/argon2/pwhash_argon2id.c' || echo '$(srcdir)/'`crypto_pwhash/argon2/pwhash_argon2id.c
   2455 
   2456 crypto_pwhash/libsodium_la-crypto_pwhash.lo: crypto_pwhash/crypto_pwhash.c
   2457 @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/libsodium_la-crypto_pwhash.lo -MD -MP -MF crypto_pwhash/$(DEPDIR)/libsodium_la-crypto_pwhash.Tpo -c -o crypto_pwhash/libsodium_la-crypto_pwhash.lo `test -f 'crypto_pwhash/crypto_pwhash.c' || echo '$(srcdir)/'`crypto_pwhash/crypto_pwhash.c
   2458 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_pwhash/$(DEPDIR)/libsodium_la-crypto_pwhash.Tpo crypto_pwhash/$(DEPDIR)/libsodium_la-crypto_pwhash.Plo
   2459 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_pwhash/crypto_pwhash.c' object='crypto_pwhash/libsodium_la-crypto_pwhash.lo' libtool=yes @AMDEPBACKSLASH@
   2460 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2461 @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/libsodium_la-crypto_pwhash.lo `test -f 'crypto_pwhash/crypto_pwhash.c' || echo '$(srcdir)/'`crypto_pwhash/crypto_pwhash.c
   2462 
   2463 crypto_scalarmult/libsodium_la-crypto_scalarmult.lo: crypto_scalarmult/crypto_scalarmult.c
   2464 @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
   2465 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_scalarmult/$(DEPDIR)/libsodium_la-crypto_scalarmult.Tpo crypto_scalarmult/$(DEPDIR)/libsodium_la-crypto_scalarmult.Plo
   2466 @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@
   2467 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2468 @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
   2469 
   2470 crypto_scalarmult/curve25519/ref10/libsodium_la-x25519_ref10.lo: crypto_scalarmult/curve25519/ref10/x25519_ref10.c
   2471 @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/ref10/libsodium_la-x25519_ref10.lo -MD -MP -MF crypto_scalarmult/curve25519/ref10/$(DEPDIR)/libsodium_la-x25519_ref10.Tpo -c -o crypto_scalarmult/curve25519/ref10/libsodium_la-x25519_ref10.lo `test -f 'crypto_scalarmult/curve25519/ref10/x25519_ref10.c' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/ref10/x25519_ref10.c
   2472 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_scalarmult/curve25519/ref10/$(DEPDIR)/libsodium_la-x25519_ref10.Tpo crypto_scalarmult/curve25519/ref10/$(DEPDIR)/libsodium_la-x25519_ref10.Plo
   2473 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_scalarmult/curve25519/ref10/x25519_ref10.c' object='crypto_scalarmult/curve25519/ref10/libsodium_la-x25519_ref10.lo' libtool=yes @AMDEPBACKSLASH@
   2474 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2475 @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/ref10/libsodium_la-x25519_ref10.lo `test -f 'crypto_scalarmult/curve25519/ref10/x25519_ref10.c' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/ref10/x25519_ref10.c
   2476 
   2477 crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519.lo: crypto_scalarmult/curve25519/scalarmult_curve25519.c
   2478 @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.lo -MD -MP -MF crypto_scalarmult/curve25519/$(DEPDIR)/libsodium_la-scalarmult_curve25519.Tpo -c -o crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519.lo `test -f 'crypto_scalarmult/curve25519/scalarmult_curve25519.c' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/scalarmult_curve25519.c
   2479 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_scalarmult/curve25519/$(DEPDIR)/libsodium_la-scalarmult_curve25519.Tpo crypto_scalarmult/curve25519/$(DEPDIR)/libsodium_la-scalarmult_curve25519.Plo
   2480 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_scalarmult/curve25519/scalarmult_curve25519.c' object='crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519.lo' libtool=yes @AMDEPBACKSLASH@
   2481 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2482 @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.lo `test -f 'crypto_scalarmult/curve25519/scalarmult_curve25519.c' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/scalarmult_curve25519.c
   2483 
   2484 crypto_secretbox/libsodium_la-crypto_secretbox.lo: crypto_secretbox/crypto_secretbox.c
   2485 @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
   2486 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_secretbox/$(DEPDIR)/libsodium_la-crypto_secretbox.Tpo crypto_secretbox/$(DEPDIR)/libsodium_la-crypto_secretbox.Plo
   2487 @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@
   2488 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2489 @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
   2490 
   2491 crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo: crypto_secretbox/crypto_secretbox_easy.c
   2492 @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
   2493 @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
   2494 @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@
   2495 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2496 @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
   2497 
   2498 crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305.lo: crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c
   2499 @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.lo -MD -MP -MF crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/libsodium_la-secretbox_xsalsa20poly1305.Tpo -c -o crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305.lo `test -f 'crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c' || echo '$(srcdir)/'`crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c
   2500 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/libsodium_la-secretbox_xsalsa20poly1305.Tpo crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/libsodium_la-secretbox_xsalsa20poly1305.Plo
   2501 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c' object='crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305.lo' libtool=yes @AMDEPBACKSLASH@
   2502 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2503 @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.lo `test -f 'crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c' || echo '$(srcdir)/'`crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c
   2504 
   2505 crypto_secretstream/xchacha20poly1305/libsodium_la-secretstream_xchacha20poly1305.lo: crypto_secretstream/xchacha20poly1305/secretstream_xchacha20poly1305.c
   2506 @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_secretstream/xchacha20poly1305/libsodium_la-secretstream_xchacha20poly1305.lo -MD -MP -MF crypto_secretstream/xchacha20poly1305/$(DEPDIR)/libsodium_la-secretstream_xchacha20poly1305.Tpo -c -o crypto_secretstream/xchacha20poly1305/libsodium_la-secretstream_xchacha20poly1305.lo `test -f 'crypto_secretstream/xchacha20poly1305/secretstream_xchacha20poly1305.c' || echo '$(srcdir)/'`crypto_secretstream/xchacha20poly1305/secretstream_xchacha20poly1305.c
   2507 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_secretstream/xchacha20poly1305/$(DEPDIR)/libsodium_la-secretstream_xchacha20poly1305.Tpo crypto_secretstream/xchacha20poly1305/$(DEPDIR)/libsodium_la-secretstream_xchacha20poly1305.Plo
   2508 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_secretstream/xchacha20poly1305/secretstream_xchacha20poly1305.c' object='crypto_secretstream/xchacha20poly1305/libsodium_la-secretstream_xchacha20poly1305.lo' libtool=yes @AMDEPBACKSLASH@
   2509 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2510 @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_secretstream/xchacha20poly1305/libsodium_la-secretstream_xchacha20poly1305.lo `test -f 'crypto_secretstream/xchacha20poly1305/secretstream_xchacha20poly1305.c' || echo '$(srcdir)/'`crypto_secretstream/xchacha20poly1305/secretstream_xchacha20poly1305.c
   2511 
   2512 crypto_shorthash/libsodium_la-crypto_shorthash.lo: crypto_shorthash/crypto_shorthash.c
   2513 @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
   2514 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_shorthash/$(DEPDIR)/libsodium_la-crypto_shorthash.Tpo crypto_shorthash/$(DEPDIR)/libsodium_la-crypto_shorthash.Plo
   2515 @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@
   2516 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2517 @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
   2518 
   2519 crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24.lo: crypto_shorthash/siphash24/shorthash_siphash24.c
   2520 @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.lo -MD -MP -MF crypto_shorthash/siphash24/$(DEPDIR)/libsodium_la-shorthash_siphash24.Tpo -c -o crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24.lo `test -f 'crypto_shorthash/siphash24/shorthash_siphash24.c' || echo '$(srcdir)/'`crypto_shorthash/siphash24/shorthash_siphash24.c
   2521 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_shorthash/siphash24/$(DEPDIR)/libsodium_la-shorthash_siphash24.Tpo crypto_shorthash/siphash24/$(DEPDIR)/libsodium_la-shorthash_siphash24.Plo
   2522 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_shorthash/siphash24/shorthash_siphash24.c' object='crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24.lo' libtool=yes @AMDEPBACKSLASH@
   2523 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2524 @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.lo `test -f 'crypto_shorthash/siphash24/shorthash_siphash24.c' || echo '$(srcdir)/'`crypto_shorthash/siphash24/shorthash_siphash24.c
   2525 
   2526 crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24_ref.lo: crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c
   2527 @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_ref.lo -MD -MP -MF crypto_shorthash/siphash24/ref/$(DEPDIR)/libsodium_la-shorthash_siphash24_ref.Tpo -c -o crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24_ref.lo `test -f 'crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c' || echo '$(srcdir)/'`crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c
   2528 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_shorthash/siphash24/ref/$(DEPDIR)/libsodium_la-shorthash_siphash24_ref.Tpo crypto_shorthash/siphash24/ref/$(DEPDIR)/libsodium_la-shorthash_siphash24_ref.Plo
   2529 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c' object='crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24_ref.lo' libtool=yes @AMDEPBACKSLASH@
   2530 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2531 @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_ref.lo `test -f 'crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c' || echo '$(srcdir)/'`crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c
   2532 
   2533 crypto_sign/libsodium_la-crypto_sign.lo: crypto_sign/crypto_sign.c
   2534 @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
   2535 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_sign/$(DEPDIR)/libsodium_la-crypto_sign.Tpo crypto_sign/$(DEPDIR)/libsodium_la-crypto_sign.Plo
   2536 @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@
   2537 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2538 @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
   2539 
   2540 crypto_sign/ed25519/libsodium_la-sign_ed25519.lo: crypto_sign/ed25519/sign_ed25519.c
   2541 @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.lo -MD -MP -MF crypto_sign/ed25519/$(DEPDIR)/libsodium_la-sign_ed25519.Tpo -c -o crypto_sign/ed25519/libsodium_la-sign_ed25519.lo `test -f 'crypto_sign/ed25519/sign_ed25519.c' || echo '$(srcdir)/'`crypto_sign/ed25519/sign_ed25519.c
   2542 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_sign/ed25519/$(DEPDIR)/libsodium_la-sign_ed25519.Tpo crypto_sign/ed25519/$(DEPDIR)/libsodium_la-sign_ed25519.Plo
   2543 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_sign/ed25519/sign_ed25519.c' object='crypto_sign/ed25519/libsodium_la-sign_ed25519.lo' libtool=yes @AMDEPBACKSLASH@
   2544 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2545 @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.lo `test -f 'crypto_sign/ed25519/sign_ed25519.c' || echo '$(srcdir)/'`crypto_sign/ed25519/sign_ed25519.c
   2546 
   2547 crypto_sign/ed25519/ref10/libsodium_la-keypair.lo: crypto_sign/ed25519/ref10/keypair.c
   2548 @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
   2549 @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
   2550 @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@
   2551 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2552 @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
   2553 
   2554 crypto_sign/ed25519/ref10/libsodium_la-open.lo: crypto_sign/ed25519/ref10/open.c
   2555 @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
   2556 @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
   2557 @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@
   2558 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2559 @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
   2560 
   2561 crypto_sign/ed25519/ref10/libsodium_la-sign.lo: crypto_sign/ed25519/ref10/sign.c
   2562 @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
   2563 @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
   2564 @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@
   2565 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2566 @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
   2567 
   2568 crypto_stream/chacha20/libsodium_la-stream_chacha20.lo: crypto_stream/chacha20/stream_chacha20.c
   2569 @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/chacha20/libsodium_la-stream_chacha20.lo -MD -MP -MF crypto_stream/chacha20/$(DEPDIR)/libsodium_la-stream_chacha20.Tpo -c -o crypto_stream/chacha20/libsodium_la-stream_chacha20.lo `test -f 'crypto_stream/chacha20/stream_chacha20.c' || echo '$(srcdir)/'`crypto_stream/chacha20/stream_chacha20.c
   2570 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_stream/chacha20/$(DEPDIR)/libsodium_la-stream_chacha20.Tpo crypto_stream/chacha20/$(DEPDIR)/libsodium_la-stream_chacha20.Plo
   2571 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_stream/chacha20/stream_chacha20.c' object='crypto_stream/chacha20/libsodium_la-stream_chacha20.lo' libtool=yes @AMDEPBACKSLASH@
   2572 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2573 @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/chacha20/libsodium_la-stream_chacha20.lo `test -f 'crypto_stream/chacha20/stream_chacha20.c' || echo '$(srcdir)/'`crypto_stream/chacha20/stream_chacha20.c
   2574 
   2575 crypto_stream/chacha20/ref/libsodium_la-chacha20_ref.lo: crypto_stream/chacha20/ref/chacha20_ref.c
   2576 @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/chacha20/ref/libsodium_la-chacha20_ref.lo -MD -MP -MF crypto_stream/chacha20/ref/$(DEPDIR)/libsodium_la-chacha20_ref.Tpo -c -o crypto_stream/chacha20/ref/libsodium_la-chacha20_ref.lo `test -f 'crypto_stream/chacha20/ref/chacha20_ref.c' || echo '$(srcdir)/'`crypto_stream/chacha20/ref/chacha20_ref.c
   2577 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_stream/chacha20/ref/$(DEPDIR)/libsodium_la-chacha20_ref.Tpo crypto_stream/chacha20/ref/$(DEPDIR)/libsodium_la-chacha20_ref.Plo
   2578 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_stream/chacha20/ref/chacha20_ref.c' object='crypto_stream/chacha20/ref/libsodium_la-chacha20_ref.lo' libtool=yes @AMDEPBACKSLASH@
   2579 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2580 @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/chacha20/ref/libsodium_la-chacha20_ref.lo `test -f 'crypto_stream/chacha20/ref/chacha20_ref.c' || echo '$(srcdir)/'`crypto_stream/chacha20/ref/chacha20_ref.c
   2581 
   2582 crypto_stream/libsodium_la-crypto_stream.lo: crypto_stream/crypto_stream.c
   2583 @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
   2584 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_stream/$(DEPDIR)/libsodium_la-crypto_stream.Tpo crypto_stream/$(DEPDIR)/libsodium_la-crypto_stream.Plo
   2585 @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@
   2586 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2587 @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
   2588 
   2589 crypto_stream/salsa20/libsodium_la-stream_salsa20.lo: crypto_stream/salsa20/stream_salsa20.c
   2590 @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.lo -MD -MP -MF crypto_stream/salsa20/$(DEPDIR)/libsodium_la-stream_salsa20.Tpo -c -o crypto_stream/salsa20/libsodium_la-stream_salsa20.lo `test -f 'crypto_stream/salsa20/stream_salsa20.c' || echo '$(srcdir)/'`crypto_stream/salsa20/stream_salsa20.c
   2591 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_stream/salsa20/$(DEPDIR)/libsodium_la-stream_salsa20.Tpo crypto_stream/salsa20/$(DEPDIR)/libsodium_la-stream_salsa20.Plo
   2592 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_stream/salsa20/stream_salsa20.c' object='crypto_stream/salsa20/libsodium_la-stream_salsa20.lo' libtool=yes @AMDEPBACKSLASH@
   2593 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2594 @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.lo `test -f 'crypto_stream/salsa20/stream_salsa20.c' || echo '$(srcdir)/'`crypto_stream/salsa20/stream_salsa20.c
   2595 
   2596 crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20.lo: crypto_stream/xsalsa20/stream_xsalsa20.c
   2597 @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.lo -MD -MP -MF crypto_stream/xsalsa20/$(DEPDIR)/libsodium_la-stream_xsalsa20.Tpo -c -o crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20.lo `test -f 'crypto_stream/xsalsa20/stream_xsalsa20.c' || echo '$(srcdir)/'`crypto_stream/xsalsa20/stream_xsalsa20.c
   2598 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_stream/xsalsa20/$(DEPDIR)/libsodium_la-stream_xsalsa20.Tpo crypto_stream/xsalsa20/$(DEPDIR)/libsodium_la-stream_xsalsa20.Plo
   2599 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_stream/xsalsa20/stream_xsalsa20.c' object='crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20.lo' libtool=yes @AMDEPBACKSLASH@
   2600 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2601 @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.lo `test -f 'crypto_stream/xsalsa20/stream_xsalsa20.c' || echo '$(srcdir)/'`crypto_stream/xsalsa20/stream_xsalsa20.c
   2602 
   2603 crypto_verify/sodium/libsodium_la-verify.lo: crypto_verify/sodium/verify.c
   2604 @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/sodium/libsodium_la-verify.lo -MD -MP -MF crypto_verify/sodium/$(DEPDIR)/libsodium_la-verify.Tpo -c -o crypto_verify/sodium/libsodium_la-verify.lo `test -f 'crypto_verify/sodium/verify.c' || echo '$(srcdir)/'`crypto_verify/sodium/verify.c
   2605 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_verify/sodium/$(DEPDIR)/libsodium_la-verify.Tpo crypto_verify/sodium/$(DEPDIR)/libsodium_la-verify.Plo
   2606 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_verify/sodium/verify.c' object='crypto_verify/sodium/libsodium_la-verify.lo' libtool=yes @AMDEPBACKSLASH@
   2607 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2608 @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/sodium/libsodium_la-verify.lo `test -f 'crypto_verify/sodium/verify.c' || echo '$(srcdir)/'`crypto_verify/sodium/verify.c
   2609 
   2610 randombytes/libsodium_la-randombytes.lo: randombytes/randombytes.c
   2611 @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
   2612 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) randombytes/$(DEPDIR)/libsodium_la-randombytes.Tpo randombytes/$(DEPDIR)/libsodium_la-randombytes.Plo
   2613 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='randombytes/randombytes.c' object='randombytes/libsodium_la-randombytes.lo' libtool=yes @AMDEPBACKSLASH@
   2614 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2615 @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
   2616 
   2617 sodium/libsodium_la-codecs.lo: sodium/codecs.c
   2618 @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-codecs.lo -MD -MP -MF sodium/$(DEPDIR)/libsodium_la-codecs.Tpo -c -o sodium/libsodium_la-codecs.lo `test -f 'sodium/codecs.c' || echo '$(srcdir)/'`sodium/codecs.c
   2619 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sodium/$(DEPDIR)/libsodium_la-codecs.Tpo sodium/$(DEPDIR)/libsodium_la-codecs.Plo
   2620 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sodium/codecs.c' object='sodium/libsodium_la-codecs.lo' libtool=yes @AMDEPBACKSLASH@
   2621 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2622 @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-codecs.lo `test -f 'sodium/codecs.c' || echo '$(srcdir)/'`sodium/codecs.c
   2623 
   2624 sodium/libsodium_la-core.lo: sodium/core.c
   2625 @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
   2626 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sodium/$(DEPDIR)/libsodium_la-core.Tpo sodium/$(DEPDIR)/libsodium_la-core.Plo
   2627 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sodium/core.c' object='sodium/libsodium_la-core.lo' libtool=yes @AMDEPBACKSLASH@
   2628 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2629 @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
   2630 
   2631 sodium/libsodium_la-runtime.lo: sodium/runtime.c
   2632 @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
   2633 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sodium/$(DEPDIR)/libsodium_la-runtime.Tpo sodium/$(DEPDIR)/libsodium_la-runtime.Plo
   2634 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sodium/runtime.c' object='sodium/libsodium_la-runtime.lo' libtool=yes @AMDEPBACKSLASH@
   2635 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2636 @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
   2637 
   2638 sodium/libsodium_la-utils.lo: sodium/utils.c
   2639 @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
   2640 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sodium/$(DEPDIR)/libsodium_la-utils.Tpo sodium/$(DEPDIR)/libsodium_la-utils.Plo
   2641 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sodium/utils.c' object='sodium/libsodium_la-utils.lo' libtool=yes @AMDEPBACKSLASH@
   2642 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2643 @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
   2644 
   2645 sodium/libsodium_la-version.lo: sodium/version.c
   2646 @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
   2647 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sodium/$(DEPDIR)/libsodium_la-version.Tpo sodium/$(DEPDIR)/libsodium_la-version.Plo
   2648 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sodium/version.c' object='sodium/libsodium_la-version.lo' libtool=yes @AMDEPBACKSLASH@
   2649 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2650 @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
   2651 
   2652 crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6.lo: crypto_stream/salsa20/xmm6/salsa20_xmm6.c
   2653 @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/xmm6/libsodium_la-salsa20_xmm6.lo -MD -MP -MF crypto_stream/salsa20/xmm6/$(DEPDIR)/libsodium_la-salsa20_xmm6.Tpo -c -o crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6.lo `test -f 'crypto_stream/salsa20/xmm6/salsa20_xmm6.c' || echo '$(srcdir)/'`crypto_stream/salsa20/xmm6/salsa20_xmm6.c
   2654 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_stream/salsa20/xmm6/$(DEPDIR)/libsodium_la-salsa20_xmm6.Tpo crypto_stream/salsa20/xmm6/$(DEPDIR)/libsodium_la-salsa20_xmm6.Plo
   2655 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_stream/salsa20/xmm6/salsa20_xmm6.c' object='crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6.lo' libtool=yes @AMDEPBACKSLASH@
   2656 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2657 @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/xmm6/libsodium_la-salsa20_xmm6.lo `test -f 'crypto_stream/salsa20/xmm6/salsa20_xmm6.c' || echo '$(srcdir)/'`crypto_stream/salsa20/xmm6/salsa20_xmm6.c
   2658 
   2659 crypto_stream/salsa20/ref/libsodium_la-salsa20_ref.lo: crypto_stream/salsa20/ref/salsa20_ref.c
   2660 @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-salsa20_ref.lo -MD -MP -MF crypto_stream/salsa20/ref/$(DEPDIR)/libsodium_la-salsa20_ref.Tpo -c -o crypto_stream/salsa20/ref/libsodium_la-salsa20_ref.lo `test -f 'crypto_stream/salsa20/ref/salsa20_ref.c' || echo '$(srcdir)/'`crypto_stream/salsa20/ref/salsa20_ref.c
   2661 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_stream/salsa20/ref/$(DEPDIR)/libsodium_la-salsa20_ref.Tpo crypto_stream/salsa20/ref/$(DEPDIR)/libsodium_la-salsa20_ref.Plo
   2662 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_stream/salsa20/ref/salsa20_ref.c' object='crypto_stream/salsa20/ref/libsodium_la-salsa20_ref.lo' libtool=yes @AMDEPBACKSLASH@
   2663 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2664 @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-salsa20_ref.lo `test -f 'crypto_stream/salsa20/ref/salsa20_ref.c' || echo '$(srcdir)/'`crypto_stream/salsa20/ref/salsa20_ref.c
   2665 
   2666 crypto_scalarmult/curve25519/sandy2x/libsodium_la-curve25519_sandy2x.lo: crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c
   2667 @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/sandy2x/libsodium_la-curve25519_sandy2x.lo -MD -MP -MF crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/libsodium_la-curve25519_sandy2x.Tpo -c -o crypto_scalarmult/curve25519/sandy2x/libsodium_la-curve25519_sandy2x.lo `test -f 'crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c
   2668 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/libsodium_la-curve25519_sandy2x.Tpo crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/libsodium_la-curve25519_sandy2x.Plo
   2669 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c' object='crypto_scalarmult/curve25519/sandy2x/libsodium_la-curve25519_sandy2x.lo' libtool=yes @AMDEPBACKSLASH@
   2670 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2671 @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/sandy2x/libsodium_la-curve25519_sandy2x.lo `test -f 'crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/sandy2x/curve25519_sandy2x.c
   2672 
   2673 crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe51_invert.lo: crypto_scalarmult/curve25519/sandy2x/fe51_invert.c
   2674 @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/sandy2x/libsodium_la-fe51_invert.lo -MD -MP -MF crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/libsodium_la-fe51_invert.Tpo -c -o crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe51_invert.lo `test -f 'crypto_scalarmult/curve25519/sandy2x/fe51_invert.c' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/sandy2x/fe51_invert.c
   2675 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/libsodium_la-fe51_invert.Tpo crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/libsodium_la-fe51_invert.Plo
   2676 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_scalarmult/curve25519/sandy2x/fe51_invert.c' object='crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe51_invert.lo' libtool=yes @AMDEPBACKSLASH@
   2677 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2678 @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/sandy2x/libsodium_la-fe51_invert.lo `test -f 'crypto_scalarmult/curve25519/sandy2x/fe51_invert.c' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/sandy2x/fe51_invert.c
   2679 
   2680 crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe_frombytes_sandy2x.lo: crypto_scalarmult/curve25519/sandy2x/fe_frombytes_sandy2x.c
   2681 @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/sandy2x/libsodium_la-fe_frombytes_sandy2x.lo -MD -MP -MF crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/libsodium_la-fe_frombytes_sandy2x.Tpo -c -o crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe_frombytes_sandy2x.lo `test -f 'crypto_scalarmult/curve25519/sandy2x/fe_frombytes_sandy2x.c' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/sandy2x/fe_frombytes_sandy2x.c
   2682 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/libsodium_la-fe_frombytes_sandy2x.Tpo crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/libsodium_la-fe_frombytes_sandy2x.Plo
   2683 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_scalarmult/curve25519/sandy2x/fe_frombytes_sandy2x.c' object='crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe_frombytes_sandy2x.lo' libtool=yes @AMDEPBACKSLASH@
   2684 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2685 @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/sandy2x/libsodium_la-fe_frombytes_sandy2x.lo `test -f 'crypto_scalarmult/curve25519/sandy2x/fe_frombytes_sandy2x.c' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/sandy2x/fe_frombytes_sandy2x.c
   2686 
   2687 crypto_box/curve25519xchacha20poly1305/libsodium_la-box_curve25519xchacha20poly1305.lo: crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c
   2688 @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/curve25519xchacha20poly1305/libsodium_la-box_curve25519xchacha20poly1305.lo -MD -MP -MF crypto_box/curve25519xchacha20poly1305/$(DEPDIR)/libsodium_la-box_curve25519xchacha20poly1305.Tpo -c -o crypto_box/curve25519xchacha20poly1305/libsodium_la-box_curve25519xchacha20poly1305.lo `test -f 'crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c' || echo '$(srcdir)/'`crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c
   2689 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_box/curve25519xchacha20poly1305/$(DEPDIR)/libsodium_la-box_curve25519xchacha20poly1305.Tpo crypto_box/curve25519xchacha20poly1305/$(DEPDIR)/libsodium_la-box_curve25519xchacha20poly1305.Plo
   2690 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c' object='crypto_box/curve25519xchacha20poly1305/libsodium_la-box_curve25519xchacha20poly1305.lo' libtool=yes @AMDEPBACKSLASH@
   2691 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2692 @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/curve25519xchacha20poly1305/libsodium_la-box_curve25519xchacha20poly1305.lo `test -f 'crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c' || echo '$(srcdir)/'`crypto_box/curve25519xchacha20poly1305/box_curve25519xchacha20poly1305.c
   2693 
   2694 crypto_box/curve25519xchacha20poly1305/libsodium_la-box_seal_curve25519xchacha20poly1305.lo: crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c
   2695 @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/curve25519xchacha20poly1305/libsodium_la-box_seal_curve25519xchacha20poly1305.lo -MD -MP -MF crypto_box/curve25519xchacha20poly1305/$(DEPDIR)/libsodium_la-box_seal_curve25519xchacha20poly1305.Tpo -c -o crypto_box/curve25519xchacha20poly1305/libsodium_la-box_seal_curve25519xchacha20poly1305.lo `test -f 'crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c' || echo '$(srcdir)/'`crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c
   2696 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_box/curve25519xchacha20poly1305/$(DEPDIR)/libsodium_la-box_seal_curve25519xchacha20poly1305.Tpo crypto_box/curve25519xchacha20poly1305/$(DEPDIR)/libsodium_la-box_seal_curve25519xchacha20poly1305.Plo
   2697 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c' object='crypto_box/curve25519xchacha20poly1305/libsodium_la-box_seal_curve25519xchacha20poly1305.lo' libtool=yes @AMDEPBACKSLASH@
   2698 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2699 @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/curve25519xchacha20poly1305/libsodium_la-box_seal_curve25519xchacha20poly1305.lo `test -f 'crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c' || echo '$(srcdir)/'`crypto_box/curve25519xchacha20poly1305/box_seal_curve25519xchacha20poly1305.c
   2700 
   2701 crypto_core/ed25519/libsodium_la-core_ed25519.lo: crypto_core/ed25519/core_ed25519.c
   2702 @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/ed25519/libsodium_la-core_ed25519.lo -MD -MP -MF crypto_core/ed25519/$(DEPDIR)/libsodium_la-core_ed25519.Tpo -c -o crypto_core/ed25519/libsodium_la-core_ed25519.lo `test -f 'crypto_core/ed25519/core_ed25519.c' || echo '$(srcdir)/'`crypto_core/ed25519/core_ed25519.c
   2703 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_core/ed25519/$(DEPDIR)/libsodium_la-core_ed25519.Tpo crypto_core/ed25519/$(DEPDIR)/libsodium_la-core_ed25519.Plo
   2704 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_core/ed25519/core_ed25519.c' object='crypto_core/ed25519/libsodium_la-core_ed25519.lo' libtool=yes @AMDEPBACKSLASH@
   2705 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2706 @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/ed25519/libsodium_la-core_ed25519.lo `test -f 'crypto_core/ed25519/core_ed25519.c' || echo '$(srcdir)/'`crypto_core/ed25519/core_ed25519.c
   2707 
   2708 crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo: crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c
   2709 @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/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-crypto_scrypt-common.Tpo -c -o crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c
   2710 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-crypto_scrypt-common.Tpo crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-crypto_scrypt-common.Plo
   2711 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c' object='crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo' libtool=yes @AMDEPBACKSLASH@
   2712 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2713 @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/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c
   2714 
   2715 crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo: crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c
   2716 @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/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-scrypt_platform.Tpo -c -o crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c
   2717 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-scrypt_platform.Tpo crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-scrypt_platform.Plo
   2718 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c' object='crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo' libtool=yes @AMDEPBACKSLASH@
   2719 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2720 @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/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c
   2721 
   2722 crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo: crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c
   2723 @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/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-pbkdf2-sha256.Tpo -c -o crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c
   2724 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-pbkdf2-sha256.Tpo crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-pbkdf2-sha256.Plo
   2725 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c' object='crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo' libtool=yes @AMDEPBACKSLASH@
   2726 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2727 @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/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c
   2728 
   2729 crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo: crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c
   2730 @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/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-pwhash_scryptsalsa208sha256.Tpo -c -o crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c
   2731 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-pwhash_scryptsalsa208sha256.Tpo crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/libsodium_la-pwhash_scryptsalsa208sha256.Plo
   2732 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c' object='crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo' libtool=yes @AMDEPBACKSLASH@
   2733 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2734 @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/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c
   2735 
   2736 crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo: crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c
   2737 @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/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/nosse/$(DEPDIR)/libsodium_la-pwhash_scryptsalsa208sha256_nosse.Tpo -c -o crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c
   2738 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_pwhash/scryptsalsa208sha256/nosse/$(DEPDIR)/libsodium_la-pwhash_scryptsalsa208sha256_nosse.Tpo crypto_pwhash/scryptsalsa208sha256/nosse/$(DEPDIR)/libsodium_la-pwhash_scryptsalsa208sha256_nosse.Plo
   2739 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c' object='crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo' libtool=yes @AMDEPBACKSLASH@
   2740 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2741 @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/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c
   2742 
   2743 crypto_scalarmult/ed25519/ref10/libsodium_la-scalarmult_ed25519_ref10.lo: crypto_scalarmult/ed25519/ref10/scalarmult_ed25519_ref10.c
   2744 @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/ed25519/ref10/libsodium_la-scalarmult_ed25519_ref10.lo -MD -MP -MF crypto_scalarmult/ed25519/ref10/$(DEPDIR)/libsodium_la-scalarmult_ed25519_ref10.Tpo -c -o crypto_scalarmult/ed25519/ref10/libsodium_la-scalarmult_ed25519_ref10.lo `test -f 'crypto_scalarmult/ed25519/ref10/scalarmult_ed25519_ref10.c' || echo '$(srcdir)/'`crypto_scalarmult/ed25519/ref10/scalarmult_ed25519_ref10.c
   2745 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_scalarmult/ed25519/ref10/$(DEPDIR)/libsodium_la-scalarmult_ed25519_ref10.Tpo crypto_scalarmult/ed25519/ref10/$(DEPDIR)/libsodium_la-scalarmult_ed25519_ref10.Plo
   2746 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_scalarmult/ed25519/ref10/scalarmult_ed25519_ref10.c' object='crypto_scalarmult/ed25519/ref10/libsodium_la-scalarmult_ed25519_ref10.lo' libtool=yes @AMDEPBACKSLASH@
   2747 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2748 @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/ed25519/ref10/libsodium_la-scalarmult_ed25519_ref10.lo `test -f 'crypto_scalarmult/ed25519/ref10/scalarmult_ed25519_ref10.c' || echo '$(srcdir)/'`crypto_scalarmult/ed25519/ref10/scalarmult_ed25519_ref10.c
   2749 
   2750 crypto_secretbox/xchacha20poly1305/libsodium_la-secretbox_xchacha20poly1305.lo: crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c
   2751 @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/xchacha20poly1305/libsodium_la-secretbox_xchacha20poly1305.lo -MD -MP -MF crypto_secretbox/xchacha20poly1305/$(DEPDIR)/libsodium_la-secretbox_xchacha20poly1305.Tpo -c -o crypto_secretbox/xchacha20poly1305/libsodium_la-secretbox_xchacha20poly1305.lo `test -f 'crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c' || echo '$(srcdir)/'`crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c
   2752 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_secretbox/xchacha20poly1305/$(DEPDIR)/libsodium_la-secretbox_xchacha20poly1305.Tpo crypto_secretbox/xchacha20poly1305/$(DEPDIR)/libsodium_la-secretbox_xchacha20poly1305.Plo
   2753 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c' object='crypto_secretbox/xchacha20poly1305/libsodium_la-secretbox_xchacha20poly1305.lo' libtool=yes @AMDEPBACKSLASH@
   2754 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2755 @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/xchacha20poly1305/libsodium_la-secretbox_xchacha20poly1305.lo `test -f 'crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c' || echo '$(srcdir)/'`crypto_secretbox/xchacha20poly1305/secretbox_xchacha20poly1305.c
   2756 
   2757 crypto_shorthash/siphash24/libsodium_la-shorthash_siphashx24.lo: crypto_shorthash/siphash24/shorthash_siphashx24.c
   2758 @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_siphashx24.lo -MD -MP -MF crypto_shorthash/siphash24/$(DEPDIR)/libsodium_la-shorthash_siphashx24.Tpo -c -o crypto_shorthash/siphash24/libsodium_la-shorthash_siphashx24.lo `test -f 'crypto_shorthash/siphash24/shorthash_siphashx24.c' || echo '$(srcdir)/'`crypto_shorthash/siphash24/shorthash_siphashx24.c
   2759 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_shorthash/siphash24/$(DEPDIR)/libsodium_la-shorthash_siphashx24.Tpo crypto_shorthash/siphash24/$(DEPDIR)/libsodium_la-shorthash_siphashx24.Plo
   2760 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_shorthash/siphash24/shorthash_siphashx24.c' object='crypto_shorthash/siphash24/libsodium_la-shorthash_siphashx24.lo' libtool=yes @AMDEPBACKSLASH@
   2761 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2762 @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_siphashx24.lo `test -f 'crypto_shorthash/siphash24/shorthash_siphashx24.c' || echo '$(srcdir)/'`crypto_shorthash/siphash24/shorthash_siphashx24.c
   2763 
   2764 crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphashx24_ref.lo: crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c
   2765 @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_siphashx24_ref.lo -MD -MP -MF crypto_shorthash/siphash24/ref/$(DEPDIR)/libsodium_la-shorthash_siphashx24_ref.Tpo -c -o crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphashx24_ref.lo `test -f 'crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c' || echo '$(srcdir)/'`crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c
   2766 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_shorthash/siphash24/ref/$(DEPDIR)/libsodium_la-shorthash_siphashx24_ref.Tpo crypto_shorthash/siphash24/ref/$(DEPDIR)/libsodium_la-shorthash_siphashx24_ref.Plo
   2767 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c' object='crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphashx24_ref.lo' libtool=yes @AMDEPBACKSLASH@
   2768 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2769 @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_siphashx24_ref.lo `test -f 'crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c' || echo '$(srcdir)/'`crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c
   2770 
   2771 crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo: crypto_sign/ed25519/ref10/obsolete.c
   2772 @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-obsolete.lo -MD -MP -MF crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-obsolete.Tpo -c -o crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo `test -f 'crypto_sign/ed25519/ref10/obsolete.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/obsolete.c
   2773 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-obsolete.Tpo crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-obsolete.Plo
   2774 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_sign/ed25519/ref10/obsolete.c' object='crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo' libtool=yes @AMDEPBACKSLASH@
   2775 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2776 @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-obsolete.lo `test -f 'crypto_sign/ed25519/ref10/obsolete.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/obsolete.c
   2777 
   2778 crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012_ref.lo: crypto_stream/salsa2012/ref/stream_salsa2012_ref.c
   2779 @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_ref.lo -MD -MP -MF crypto_stream/salsa2012/ref/$(DEPDIR)/libsodium_la-stream_salsa2012_ref.Tpo -c -o crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012_ref.lo `test -f 'crypto_stream/salsa2012/ref/stream_salsa2012_ref.c' || echo '$(srcdir)/'`crypto_stream/salsa2012/ref/stream_salsa2012_ref.c
   2780 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_stream/salsa2012/ref/$(DEPDIR)/libsodium_la-stream_salsa2012_ref.Tpo crypto_stream/salsa2012/ref/$(DEPDIR)/libsodium_la-stream_salsa2012_ref.Plo
   2781 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_stream/salsa2012/ref/stream_salsa2012_ref.c' object='crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012_ref.lo' libtool=yes @AMDEPBACKSLASH@
   2782 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2783 @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_ref.lo `test -f 'crypto_stream/salsa2012/ref/stream_salsa2012_ref.c' || echo '$(srcdir)/'`crypto_stream/salsa2012/ref/stream_salsa2012_ref.c
   2784 
   2785 crypto_stream/salsa2012/libsodium_la-stream_salsa2012.lo: crypto_stream/salsa2012/stream_salsa2012.c
   2786 @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.lo -MD -MP -MF crypto_stream/salsa2012/$(DEPDIR)/libsodium_la-stream_salsa2012.Tpo -c -o crypto_stream/salsa2012/libsodium_la-stream_salsa2012.lo `test -f 'crypto_stream/salsa2012/stream_salsa2012.c' || echo '$(srcdir)/'`crypto_stream/salsa2012/stream_salsa2012.c
   2787 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_stream/salsa2012/$(DEPDIR)/libsodium_la-stream_salsa2012.Tpo crypto_stream/salsa2012/$(DEPDIR)/libsodium_la-stream_salsa2012.Plo
   2788 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_stream/salsa2012/stream_salsa2012.c' object='crypto_stream/salsa2012/libsodium_la-stream_salsa2012.lo' libtool=yes @AMDEPBACKSLASH@
   2789 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2790 @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.lo `test -f 'crypto_stream/salsa2012/stream_salsa2012.c' || echo '$(srcdir)/'`crypto_stream/salsa2012/stream_salsa2012.c
   2791 
   2792 crypto_stream/salsa208/ref/libsodium_la-stream_salsa208_ref.lo: crypto_stream/salsa208/ref/stream_salsa208_ref.c
   2793 @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_ref.lo -MD -MP -MF crypto_stream/salsa208/ref/$(DEPDIR)/libsodium_la-stream_salsa208_ref.Tpo -c -o crypto_stream/salsa208/ref/libsodium_la-stream_salsa208_ref.lo `test -f 'crypto_stream/salsa208/ref/stream_salsa208_ref.c' || echo '$(srcdir)/'`crypto_stream/salsa208/ref/stream_salsa208_ref.c
   2794 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_stream/salsa208/ref/$(DEPDIR)/libsodium_la-stream_salsa208_ref.Tpo crypto_stream/salsa208/ref/$(DEPDIR)/libsodium_la-stream_salsa208_ref.Plo
   2795 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_stream/salsa208/ref/stream_salsa208_ref.c' object='crypto_stream/salsa208/ref/libsodium_la-stream_salsa208_ref.lo' libtool=yes @AMDEPBACKSLASH@
   2796 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2797 @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_ref.lo `test -f 'crypto_stream/salsa208/ref/stream_salsa208_ref.c' || echo '$(srcdir)/'`crypto_stream/salsa208/ref/stream_salsa208_ref.c
   2798 
   2799 crypto_stream/salsa208/libsodium_la-stream_salsa208.lo: crypto_stream/salsa208/stream_salsa208.c
   2800 @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.lo -MD -MP -MF crypto_stream/salsa208/$(DEPDIR)/libsodium_la-stream_salsa208.Tpo -c -o crypto_stream/salsa208/libsodium_la-stream_salsa208.lo `test -f 'crypto_stream/salsa208/stream_salsa208.c' || echo '$(srcdir)/'`crypto_stream/salsa208/stream_salsa208.c
   2801 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_stream/salsa208/$(DEPDIR)/libsodium_la-stream_salsa208.Tpo crypto_stream/salsa208/$(DEPDIR)/libsodium_la-stream_salsa208.Plo
   2802 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_stream/salsa208/stream_salsa208.c' object='crypto_stream/salsa208/libsodium_la-stream_salsa208.lo' libtool=yes @AMDEPBACKSLASH@
   2803 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2804 @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.lo `test -f 'crypto_stream/salsa208/stream_salsa208.c' || echo '$(srcdir)/'`crypto_stream/salsa208/stream_salsa208.c
   2805 
   2806 crypto_stream/xchacha20/libsodium_la-stream_xchacha20.lo: crypto_stream/xchacha20/stream_xchacha20.c
   2807 @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/xchacha20/libsodium_la-stream_xchacha20.lo -MD -MP -MF crypto_stream/xchacha20/$(DEPDIR)/libsodium_la-stream_xchacha20.Tpo -c -o crypto_stream/xchacha20/libsodium_la-stream_xchacha20.lo `test -f 'crypto_stream/xchacha20/stream_xchacha20.c' || echo '$(srcdir)/'`crypto_stream/xchacha20/stream_xchacha20.c
   2808 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_stream/xchacha20/$(DEPDIR)/libsodium_la-stream_xchacha20.Tpo crypto_stream/xchacha20/$(DEPDIR)/libsodium_la-stream_xchacha20.Plo
   2809 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_stream/xchacha20/stream_xchacha20.c' object='crypto_stream/xchacha20/libsodium_la-stream_xchacha20.lo' libtool=yes @AMDEPBACKSLASH@
   2810 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2811 @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/xchacha20/libsodium_la-stream_xchacha20.lo `test -f 'crypto_stream/xchacha20/stream_xchacha20.c' || echo '$(srcdir)/'`crypto_stream/xchacha20/stream_xchacha20.c
   2812 
   2813 randombytes/nativeclient/libsodium_la-randombytes_nativeclient.lo: randombytes/nativeclient/randombytes_nativeclient.c
   2814 @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/nativeclient/libsodium_la-randombytes_nativeclient.lo -MD -MP -MF randombytes/nativeclient/$(DEPDIR)/libsodium_la-randombytes_nativeclient.Tpo -c -o randombytes/nativeclient/libsodium_la-randombytes_nativeclient.lo `test -f 'randombytes/nativeclient/randombytes_nativeclient.c' || echo '$(srcdir)/'`randombytes/nativeclient/randombytes_nativeclient.c
   2815 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) randombytes/nativeclient/$(DEPDIR)/libsodium_la-randombytes_nativeclient.Tpo randombytes/nativeclient/$(DEPDIR)/libsodium_la-randombytes_nativeclient.Plo
   2816 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='randombytes/nativeclient/randombytes_nativeclient.c' object='randombytes/nativeclient/libsodium_la-randombytes_nativeclient.lo' libtool=yes @AMDEPBACKSLASH@
   2817 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2818 @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/nativeclient/libsodium_la-randombytes_nativeclient.lo `test -f 'randombytes/nativeclient/randombytes_nativeclient.c' || echo '$(srcdir)/'`randombytes/nativeclient/randombytes_nativeclient.c
   2819 
   2820 randombytes/sysrandom/libsodium_la-randombytes_sysrandom.lo: randombytes/sysrandom/randombytes_sysrandom.c
   2821 @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
   2822 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) randombytes/sysrandom/$(DEPDIR)/libsodium_la-randombytes_sysrandom.Tpo randombytes/sysrandom/$(DEPDIR)/libsodium_la-randombytes_sysrandom.Plo
   2823 @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@
   2824 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2825 @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
   2826 
   2827 crypto_onetimeauth/poly1305/sse2/libsse2_la-poly1305_sse2.lo: crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c
   2828 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsse2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_onetimeauth/poly1305/sse2/libsse2_la-poly1305_sse2.lo -MD -MP -MF crypto_onetimeauth/poly1305/sse2/$(DEPDIR)/libsse2_la-poly1305_sse2.Tpo -c -o crypto_onetimeauth/poly1305/sse2/libsse2_la-poly1305_sse2.lo `test -f 'crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c' || echo '$(srcdir)/'`crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c
   2829 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_onetimeauth/poly1305/sse2/$(DEPDIR)/libsse2_la-poly1305_sse2.Tpo crypto_onetimeauth/poly1305/sse2/$(DEPDIR)/libsse2_la-poly1305_sse2.Plo
   2830 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c' object='crypto_onetimeauth/poly1305/sse2/libsse2_la-poly1305_sse2.lo' libtool=yes @AMDEPBACKSLASH@
   2831 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2832 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsse2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_onetimeauth/poly1305/sse2/libsse2_la-poly1305_sse2.lo `test -f 'crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c' || echo '$(srcdir)/'`crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c
   2833 
   2834 crypto_pwhash/scryptsalsa208sha256/sse/libsse2_la-pwhash_scryptsalsa208sha256_sse.lo: crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c
   2835 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsse2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_pwhash/scryptsalsa208sha256/sse/libsse2_la-pwhash_scryptsalsa208sha256_sse.lo -MD -MP -MF crypto_pwhash/scryptsalsa208sha256/sse/$(DEPDIR)/libsse2_la-pwhash_scryptsalsa208sha256_sse.Tpo -c -o crypto_pwhash/scryptsalsa208sha256/sse/libsse2_la-pwhash_scryptsalsa208sha256_sse.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c
   2836 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_pwhash/scryptsalsa208sha256/sse/$(DEPDIR)/libsse2_la-pwhash_scryptsalsa208sha256_sse.Tpo crypto_pwhash/scryptsalsa208sha256/sse/$(DEPDIR)/libsse2_la-pwhash_scryptsalsa208sha256_sse.Plo
   2837 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c' object='crypto_pwhash/scryptsalsa208sha256/sse/libsse2_la-pwhash_scryptsalsa208sha256_sse.lo' libtool=yes @AMDEPBACKSLASH@
   2838 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2839 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsse2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_pwhash/scryptsalsa208sha256/sse/libsse2_la-pwhash_scryptsalsa208sha256_sse.lo `test -f 'crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c' || echo '$(srcdir)/'`crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c
   2840 
   2841 crypto_stream/salsa20/xmm6int/libsse2_la-salsa20_xmm6int-sse2.lo: crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c
   2842 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsse2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/salsa20/xmm6int/libsse2_la-salsa20_xmm6int-sse2.lo -MD -MP -MF crypto_stream/salsa20/xmm6int/$(DEPDIR)/libsse2_la-salsa20_xmm6int-sse2.Tpo -c -o crypto_stream/salsa20/xmm6int/libsse2_la-salsa20_xmm6int-sse2.lo `test -f 'crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c' || echo '$(srcdir)/'`crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c
   2843 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_stream/salsa20/xmm6int/$(DEPDIR)/libsse2_la-salsa20_xmm6int-sse2.Tpo crypto_stream/salsa20/xmm6int/$(DEPDIR)/libsse2_la-salsa20_xmm6int-sse2.Plo
   2844 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c' object='crypto_stream/salsa20/xmm6int/libsse2_la-salsa20_xmm6int-sse2.lo' libtool=yes @AMDEPBACKSLASH@
   2845 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2846 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsse2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/salsa20/xmm6int/libsse2_la-salsa20_xmm6int-sse2.lo `test -f 'crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c' || echo '$(srcdir)/'`crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c
   2847 
   2848 crypto_generichash/blake2b/ref/libsse41_la-blake2b-compress-sse41.lo: crypto_generichash/blake2b/ref/blake2b-compress-sse41.c
   2849 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsse41_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_generichash/blake2b/ref/libsse41_la-blake2b-compress-sse41.lo -MD -MP -MF crypto_generichash/blake2b/ref/$(DEPDIR)/libsse41_la-blake2b-compress-sse41.Tpo -c -o crypto_generichash/blake2b/ref/libsse41_la-blake2b-compress-sse41.lo `test -f 'crypto_generichash/blake2b/ref/blake2b-compress-sse41.c' || echo '$(srcdir)/'`crypto_generichash/blake2b/ref/blake2b-compress-sse41.c
   2850 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_generichash/blake2b/ref/$(DEPDIR)/libsse41_la-blake2b-compress-sse41.Tpo crypto_generichash/blake2b/ref/$(DEPDIR)/libsse41_la-blake2b-compress-sse41.Plo
   2851 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_generichash/blake2b/ref/blake2b-compress-sse41.c' object='crypto_generichash/blake2b/ref/libsse41_la-blake2b-compress-sse41.lo' libtool=yes @AMDEPBACKSLASH@
   2852 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2853 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsse41_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_generichash/blake2b/ref/libsse41_la-blake2b-compress-sse41.lo `test -f 'crypto_generichash/blake2b/ref/blake2b-compress-sse41.c' || echo '$(srcdir)/'`crypto_generichash/blake2b/ref/blake2b-compress-sse41.c
   2854 
   2855 crypto_generichash/blake2b/ref/libssse3_la-blake2b-compress-ssse3.lo: crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c
   2856 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libssse3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_generichash/blake2b/ref/libssse3_la-blake2b-compress-ssse3.lo -MD -MP -MF crypto_generichash/blake2b/ref/$(DEPDIR)/libssse3_la-blake2b-compress-ssse3.Tpo -c -o crypto_generichash/blake2b/ref/libssse3_la-blake2b-compress-ssse3.lo `test -f 'crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c' || echo '$(srcdir)/'`crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c
   2857 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_generichash/blake2b/ref/$(DEPDIR)/libssse3_la-blake2b-compress-ssse3.Tpo crypto_generichash/blake2b/ref/$(DEPDIR)/libssse3_la-blake2b-compress-ssse3.Plo
   2858 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c' object='crypto_generichash/blake2b/ref/libssse3_la-blake2b-compress-ssse3.lo' libtool=yes @AMDEPBACKSLASH@
   2859 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2860 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libssse3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_generichash/blake2b/ref/libssse3_la-blake2b-compress-ssse3.lo `test -f 'crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c' || echo '$(srcdir)/'`crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c
   2861 
   2862 crypto_pwhash/argon2/libssse3_la-argon2-fill-block-ssse3.lo: crypto_pwhash/argon2/argon2-fill-block-ssse3.c
   2863 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libssse3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_pwhash/argon2/libssse3_la-argon2-fill-block-ssse3.lo -MD -MP -MF crypto_pwhash/argon2/$(DEPDIR)/libssse3_la-argon2-fill-block-ssse3.Tpo -c -o crypto_pwhash/argon2/libssse3_la-argon2-fill-block-ssse3.lo `test -f 'crypto_pwhash/argon2/argon2-fill-block-ssse3.c' || echo '$(srcdir)/'`crypto_pwhash/argon2/argon2-fill-block-ssse3.c
   2864 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_pwhash/argon2/$(DEPDIR)/libssse3_la-argon2-fill-block-ssse3.Tpo crypto_pwhash/argon2/$(DEPDIR)/libssse3_la-argon2-fill-block-ssse3.Plo
   2865 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_pwhash/argon2/argon2-fill-block-ssse3.c' object='crypto_pwhash/argon2/libssse3_la-argon2-fill-block-ssse3.lo' libtool=yes @AMDEPBACKSLASH@
   2866 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2867 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libssse3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_pwhash/argon2/libssse3_la-argon2-fill-block-ssse3.lo `test -f 'crypto_pwhash/argon2/argon2-fill-block-ssse3.c' || echo '$(srcdir)/'`crypto_pwhash/argon2/argon2-fill-block-ssse3.c
   2868 
   2869 crypto_stream/chacha20/dolbeau/libssse3_la-chacha20_dolbeau-ssse3.lo: crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c
   2870 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libssse3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/chacha20/dolbeau/libssse3_la-chacha20_dolbeau-ssse3.lo -MD -MP -MF crypto_stream/chacha20/dolbeau/$(DEPDIR)/libssse3_la-chacha20_dolbeau-ssse3.Tpo -c -o crypto_stream/chacha20/dolbeau/libssse3_la-chacha20_dolbeau-ssse3.lo `test -f 'crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c' || echo '$(srcdir)/'`crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c
   2871 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) crypto_stream/chacha20/dolbeau/$(DEPDIR)/libssse3_la-chacha20_dolbeau-ssse3.Tpo crypto_stream/chacha20/dolbeau/$(DEPDIR)/libssse3_la-chacha20_dolbeau-ssse3.Plo
   2872 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c' object='crypto_stream/chacha20/dolbeau/libssse3_la-chacha20_dolbeau-ssse3.lo' libtool=yes @AMDEPBACKSLASH@
   2873 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   2874 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libssse3_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/chacha20/dolbeau/libssse3_la-chacha20_dolbeau-ssse3.lo `test -f 'crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c' || echo '$(srcdir)/'`crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c
   2875 
   2876 mostlyclean-libtool:
   2877 	-rm -f *.lo
   2878 
   2879 clean-libtool:
   2880 	-rm -rf .libs _libs
   2881 	-rm -rf crypto_aead/aes256gcm/aesni/.libs crypto_aead/aes256gcm/aesni/_libs
   2882 	-rm -rf crypto_aead/chacha20poly1305/sodium/.libs crypto_aead/chacha20poly1305/sodium/_libs
   2883 	-rm -rf crypto_aead/xchacha20poly1305/sodium/.libs crypto_aead/xchacha20poly1305/sodium/_libs
   2884 	-rm -rf crypto_auth/.libs crypto_auth/_libs
   2885 	-rm -rf crypto_auth/hmacsha256/.libs crypto_auth/hmacsha256/_libs
   2886 	-rm -rf crypto_auth/hmacsha512/.libs crypto_auth/hmacsha512/_libs
   2887 	-rm -rf crypto_auth/hmacsha512256/.libs crypto_auth/hmacsha512256/_libs
   2888 	-rm -rf crypto_box/.libs crypto_box/_libs
   2889 	-rm -rf crypto_box/curve25519xchacha20poly1305/.libs crypto_box/curve25519xchacha20poly1305/_libs
   2890 	-rm -rf crypto_box/curve25519xsalsa20poly1305/.libs crypto_box/curve25519xsalsa20poly1305/_libs
   2891 	-rm -rf crypto_core/ed25519/.libs crypto_core/ed25519/_libs
   2892 	-rm -rf crypto_core/ed25519/ref10/.libs crypto_core/ed25519/ref10/_libs
   2893 	-rm -rf crypto_core/hchacha20/.libs crypto_core/hchacha20/_libs
   2894 	-rm -rf crypto_core/hsalsa20/.libs crypto_core/hsalsa20/_libs
   2895 	-rm -rf crypto_core/hsalsa20/ref2/.libs crypto_core/hsalsa20/ref2/_libs
   2896 	-rm -rf crypto_core/salsa/ref/.libs crypto_core/salsa/ref/_libs
   2897 	-rm -rf crypto_generichash/.libs crypto_generichash/_libs
   2898 	-rm -rf crypto_generichash/blake2b/.libs crypto_generichash/blake2b/_libs
   2899 	-rm -rf crypto_generichash/blake2b/ref/.libs crypto_generichash/blake2b/ref/_libs
   2900 	-rm -rf crypto_hash/.libs crypto_hash/_libs
   2901 	-rm -rf crypto_hash/sha256/.libs crypto_hash/sha256/_libs
   2902 	-rm -rf crypto_hash/sha256/cp/.libs crypto_hash/sha256/cp/_libs
   2903 	-rm -rf crypto_hash/sha512/.libs crypto_hash/sha512/_libs
   2904 	-rm -rf crypto_hash/sha512/cp/.libs crypto_hash/sha512/cp/_libs
   2905 	-rm -rf crypto_kdf/.libs crypto_kdf/_libs
   2906 	-rm -rf crypto_kdf/blake2b/.libs crypto_kdf/blake2b/_libs
   2907 	-rm -rf crypto_kx/.libs crypto_kx/_libs
   2908 	-rm -rf crypto_onetimeauth/.libs crypto_onetimeauth/_libs
   2909 	-rm -rf crypto_onetimeauth/poly1305/.libs crypto_onetimeauth/poly1305/_libs
   2910 	-rm -rf crypto_onetimeauth/poly1305/donna/.libs crypto_onetimeauth/poly1305/donna/_libs
   2911 	-rm -rf crypto_onetimeauth/poly1305/sse2/.libs crypto_onetimeauth/poly1305/sse2/_libs
   2912 	-rm -rf crypto_pwhash/.libs crypto_pwhash/_libs
   2913 	-rm -rf crypto_pwhash/argon2/.libs crypto_pwhash/argon2/_libs
   2914 	-rm -rf crypto_pwhash/scryptsalsa208sha256/.libs crypto_pwhash/scryptsalsa208sha256/_libs
   2915 	-rm -rf crypto_pwhash/scryptsalsa208sha256/nosse/.libs crypto_pwhash/scryptsalsa208sha256/nosse/_libs
   2916 	-rm -rf crypto_pwhash/scryptsalsa208sha256/sse/.libs crypto_pwhash/scryptsalsa208sha256/sse/_libs
   2917 	-rm -rf crypto_scalarmult/.libs crypto_scalarmult/_libs
   2918 	-rm -rf crypto_scalarmult/curve25519/.libs crypto_scalarmult/curve25519/_libs
   2919 	-rm -rf crypto_scalarmult/curve25519/ref10/.libs crypto_scalarmult/curve25519/ref10/_libs
   2920 	-rm -rf crypto_scalarmult/curve25519/sandy2x/.libs crypto_scalarmult/curve25519/sandy2x/_libs
   2921 	-rm -rf crypto_scalarmult/ed25519/ref10/.libs crypto_scalarmult/ed25519/ref10/_libs
   2922 	-rm -rf crypto_secretbox/.libs crypto_secretbox/_libs
   2923 	-rm -rf crypto_secretbox/xchacha20poly1305/.libs crypto_secretbox/xchacha20poly1305/_libs
   2924 	-rm -rf crypto_secretbox/xsalsa20poly1305/.libs crypto_secretbox/xsalsa20poly1305/_libs
   2925 	-rm -rf crypto_secretstream/xchacha20poly1305/.libs crypto_secretstream/xchacha20poly1305/_libs
   2926 	-rm -rf crypto_shorthash/.libs crypto_shorthash/_libs
   2927 	-rm -rf crypto_shorthash/siphash24/.libs crypto_shorthash/siphash24/_libs
   2928 	-rm -rf crypto_shorthash/siphash24/ref/.libs crypto_shorthash/siphash24/ref/_libs
   2929 	-rm -rf crypto_sign/.libs crypto_sign/_libs
   2930 	-rm -rf crypto_sign/ed25519/.libs crypto_sign/ed25519/_libs
   2931 	-rm -rf crypto_sign/ed25519/ref10/.libs crypto_sign/ed25519/ref10/_libs
   2932 	-rm -rf crypto_stream/.libs crypto_stream/_libs
   2933 	-rm -rf crypto_stream/chacha20/.libs crypto_stream/chacha20/_libs
   2934 	-rm -rf crypto_stream/chacha20/dolbeau/.libs crypto_stream/chacha20/dolbeau/_libs
   2935 	-rm -rf crypto_stream/chacha20/ref/.libs crypto_stream/chacha20/ref/_libs
   2936 	-rm -rf crypto_stream/salsa20/.libs crypto_stream/salsa20/_libs
   2937 	-rm -rf crypto_stream/salsa20/ref/.libs crypto_stream/salsa20/ref/_libs
   2938 	-rm -rf crypto_stream/salsa20/xmm6/.libs crypto_stream/salsa20/xmm6/_libs
   2939 	-rm -rf crypto_stream/salsa20/xmm6int/.libs crypto_stream/salsa20/xmm6int/_libs
   2940 	-rm -rf crypto_stream/salsa2012/.libs crypto_stream/salsa2012/_libs
   2941 	-rm -rf crypto_stream/salsa2012/ref/.libs crypto_stream/salsa2012/ref/_libs
   2942 	-rm -rf crypto_stream/salsa208/.libs crypto_stream/salsa208/_libs
   2943 	-rm -rf crypto_stream/salsa208/ref/.libs crypto_stream/salsa208/ref/_libs
   2944 	-rm -rf crypto_stream/xchacha20/.libs crypto_stream/xchacha20/_libs
   2945 	-rm -rf crypto_stream/xsalsa20/.libs crypto_stream/xsalsa20/_libs
   2946 	-rm -rf crypto_verify/sodium/.libs crypto_verify/sodium/_libs
   2947 	-rm -rf randombytes/.libs randombytes/_libs
   2948 	-rm -rf randombytes/nativeclient/.libs randombytes/nativeclient/_libs
   2949 	-rm -rf randombytes/salsa20/.libs randombytes/salsa20/_libs
   2950 	-rm -rf randombytes/sysrandom/.libs randombytes/sysrandom/_libs
   2951 	-rm -rf sodium/.libs sodium/_libs
   2952 install-defexecDATA: $(defexec_DATA)
   2953 	@$(NORMAL_INSTALL)
   2954 	@list='$(defexec_DATA)'; test -n "$(defexecdir)" || list=; \
   2955 	if test -n "$$list"; then \
   2956 	  echo " $(MKDIR_P) '$(DESTDIR)$(defexecdir)'"; \
   2957 	  $(MKDIR_P) "$(DESTDIR)$(defexecdir)" || exit 1; \
   2958 	fi; \
   2959 	for p in $$list; do \
   2960 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
   2961 	  echo "$$d$$p"; \
   2962 	done | $(am__base_list) | \
   2963 	while read files; do \
   2964 	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(defexecdir)'"; \
   2965 	  $(INSTALL_DATA) $$files "$(DESTDIR)$(defexecdir)" || exit $$?; \
   2966 	done
   2967 
   2968 uninstall-defexecDATA:
   2969 	@$(NORMAL_UNINSTALL)
   2970 	@list='$(defexec_DATA)'; test -n "$(defexecdir)" || list=; \
   2971 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
   2972 	dir='$(DESTDIR)$(defexecdir)'; $(am__uninstall_files_from_dir)
   2973 
   2974 # This directory's subdirectories are mostly independent; you can cd
   2975 # into them and run 'make' without going through this Makefile.
   2976 # To change the values of 'make' variables: instead of editing Makefiles,
   2977 # (1) if the variable is set in 'config.status', edit 'config.status'
   2978 #     (which will cause the Makefiles to be regenerated when you run 'make');
   2979 # (2) otherwise, pass the desired values on the 'make' command line.
   2980 $(am__recursive_targets):
   2981 	@fail=; \
   2982 	if $(am__make_keepgoing); then \
   2983 	  failcom='fail=yes'; \
   2984 	else \
   2985 	  failcom='exit 1'; \
   2986 	fi; \
   2987 	dot_seen=no; \
   2988 	target=`echo $@ | sed s/-recursive//`; \
   2989 	case "$@" in \
   2990 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
   2991 	  *) list='$(SUBDIRS)' ;; \
   2992 	esac; \
   2993 	for subdir in $$list; do \
   2994 	  echo "Making $$target in $$subdir"; \
   2995 	  if test "$$subdir" = "."; then \
   2996 	    dot_seen=yes; \
   2997 	    local_target="$$target-am"; \
   2998 	  else \
   2999 	    local_target="$$target"; \
   3000 	  fi; \
   3001 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
   3002 	  || eval $$failcom; \
   3003 	done; \
   3004 	if test "$$dot_seen" = "no"; then \
   3005 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
   3006 	fi; test -z "$$fail"
   3007 
   3008 ID: $(am__tagged_files)
   3009 	$(am__define_uniq_tagged_files); mkid -fID $$unique
   3010 tags: tags-recursive
   3011 TAGS: tags
   3012 
   3013 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
   3014 	set x; \
   3015 	here=`pwd`; \
   3016 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
   3017 	  include_option=--etags-include; \
   3018 	  empty_fix=.; \
   3019 	else \
   3020 	  include_option=--include; \
   3021 	  empty_fix=; \
   3022 	fi; \
   3023 	list='$(SUBDIRS)'; for subdir in $$list; do \
   3024 	  if test "$$subdir" = .; then :; else \
   3025 	    test ! -f $$subdir/TAGS || \
   3026 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
   3027 	  fi; \
   3028 	done; \
   3029 	$(am__define_uniq_tagged_files); \
   3030 	shift; \
   3031 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
   3032 	  test -n "$$unique" || unique=$$empty_fix; \
   3033 	  if test $$# -gt 0; then \
   3034 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   3035 	      "$$@" $$unique; \
   3036 	  else \
   3037 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   3038 	      $$unique; \
   3039 	  fi; \
   3040 	fi
   3041 ctags: ctags-recursive
   3042 
   3043 CTAGS: ctags
   3044 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
   3045 	$(am__define_uniq_tagged_files); \
   3046 	test -z "$(CTAGS_ARGS)$$unique" \
   3047 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
   3048 	     $$unique
   3049 
   3050 GTAGS:
   3051 	here=`$(am__cd) $(top_builddir) && pwd` \
   3052 	  && $(am__cd) $(top_srcdir) \
   3053 	  && gtags -i $(GTAGS_ARGS) "$$here"
   3054 cscopelist: cscopelist-recursive
   3055 
   3056 cscopelist-am: $(am__tagged_files)
   3057 	list='$(am__tagged_files)'; \
   3058 	case "$(srcdir)" in \
   3059 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
   3060 	  *) sdir=$(subdir)/$(srcdir) ;; \
   3061 	esac; \
   3062 	for i in $$list; do \
   3063 	  if test -f "$$i"; then \
   3064 	    echo "$(subdir)/$$i"; \
   3065 	  else \
   3066 	    echo "$$sdir/$$i"; \
   3067 	  fi; \
   3068 	done >> $(top_builddir)/cscope.files
   3069 
   3070 distclean-tags:
   3071 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
   3072 
   3073 distdir: $(DISTFILES)
   3074 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   3075 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   3076 	list='$(DISTFILES)'; \
   3077 	  dist_files=`for file in $$list; do echo $$file; done | \
   3078 	  sed -e "s|^$$srcdirstrip/||;t" \
   3079 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
   3080 	case $$dist_files in \
   3081 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
   3082 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
   3083 			   sort -u` ;; \
   3084 	esac; \
   3085 	for file in $$dist_files; do \
   3086 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
   3087 	  if test -d $$d/$$file; then \
   3088 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
   3089 	    if test -d "$(distdir)/$$file"; then \
   3090 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   3091 	    fi; \
   3092 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
   3093 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
   3094 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   3095 	    fi; \
   3096 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
   3097 	  else \
   3098 	    test -f "$(distdir)/$$file" \
   3099 	    || cp -p $$d/$$file "$(distdir)/$$file" \
   3100 	    || exit 1; \
   3101 	  fi; \
   3102 	done
   3103 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
   3104 	  if test "$$subdir" = .; then :; else \
   3105 	    $(am__make_dryrun) \
   3106 	      || test -d "$(distdir)/$$subdir" \
   3107 	      || $(MKDIR_P) "$(distdir)/$$subdir" \
   3108 	      || exit 1; \
   3109 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
   3110 	    $(am__relativize); \
   3111 	    new_distdir=$$reldir; \
   3112 	    dir1=$$subdir; dir2="$(top_distdir)"; \
   3113 	    $(am__relativize); \
   3114 	    new_top_distdir=$$reldir; \
   3115 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
   3116 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
   3117 	    ($(am__cd) $$subdir && \
   3118 	      $(MAKE) $(AM_MAKEFLAGS) \
   3119 	        top_distdir="$$new_top_distdir" \
   3120 	        distdir="$$new_distdir" \
   3121 		am__remove_distdir=: \
   3122 		am__skip_length_check=: \
   3123 		am__skip_mode_fix=: \
   3124 	        distdir) \
   3125 	      || exit 1; \
   3126 	  fi; \
   3127 	done
   3128 check-am: all-am
   3129 check: check-recursive
   3130 all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
   3131 installdirs: installdirs-recursive
   3132 installdirs-am:
   3133 	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(defexecdir)"; do \
   3134 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
   3135 	done
   3136 install: install-recursive
   3137 install-exec: install-exec-recursive
   3138 install-data: install-data-recursive
   3139 uninstall: uninstall-recursive
   3140 
   3141 install-am: all-am
   3142 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   3143 
   3144 installcheck: installcheck-recursive
   3145 install-strip:
   3146 	if test -z '$(STRIP)'; then \
   3147 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   3148 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   3149 	      install; \
   3150 	else \
   3151 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   3152 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   3153 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
   3154 	fi
   3155 mostlyclean-generic:
   3156 
   3157 clean-generic:
   3158 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
   3159 
   3160 distclean-generic:
   3161 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
   3162 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
   3163 	-rm -f crypto_aead/aes256gcm/aesni/$(DEPDIR)/$(am__dirstamp)
   3164 	-rm -f crypto_aead/aes256gcm/aesni/$(am__dirstamp)
   3165 	-rm -f crypto_aead/chacha20poly1305/sodium/$(DEPDIR)/$(am__dirstamp)
   3166 	-rm -f crypto_aead/chacha20poly1305/sodium/$(am__dirstamp)
   3167 	-rm -f crypto_aead/xchacha20poly1305/sodium/$(DEPDIR)/$(am__dirstamp)
   3168 	-rm -f crypto_aead/xchacha20poly1305/sodium/$(am__dirstamp)
   3169 	-rm -f crypto_auth/$(DEPDIR)/$(am__dirstamp)
   3170 	-rm -f crypto_auth/$(am__dirstamp)
   3171 	-rm -f crypto_auth/hmacsha256/$(DEPDIR)/$(am__dirstamp)
   3172 	-rm -f crypto_auth/hmacsha256/$(am__dirstamp)
   3173 	-rm -f crypto_auth/hmacsha512/$(DEPDIR)/$(am__dirstamp)
   3174 	-rm -f crypto_auth/hmacsha512/$(am__dirstamp)
   3175 	-rm -f crypto_auth/hmacsha512256/$(DEPDIR)/$(am__dirstamp)
   3176 	-rm -f crypto_auth/hmacsha512256/$(am__dirstamp)
   3177 	-rm -f crypto_box/$(DEPDIR)/$(am__dirstamp)
   3178 	-rm -f crypto_box/$(am__dirstamp)
   3179 	-rm -f crypto_box/curve25519xchacha20poly1305/$(DEPDIR)/$(am__dirstamp)
   3180 	-rm -f crypto_box/curve25519xchacha20poly1305/$(am__dirstamp)
   3181 	-rm -f crypto_box/curve25519xsalsa20poly1305/$(DEPDIR)/$(am__dirstamp)
   3182 	-rm -f crypto_box/curve25519xsalsa20poly1305/$(am__dirstamp)
   3183 	-rm -f crypto_core/ed25519/$(DEPDIR)/$(am__dirstamp)
   3184 	-rm -f crypto_core/ed25519/$(am__dirstamp)
   3185 	-rm -f crypto_core/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
   3186 	-rm -f crypto_core/ed25519/ref10/$(am__dirstamp)
   3187 	-rm -f crypto_core/hchacha20/$(DEPDIR)/$(am__dirstamp)
   3188 	-rm -f crypto_core/hchacha20/$(am__dirstamp)
   3189 	-rm -f crypto_core/hsalsa20/$(DEPDIR)/$(am__dirstamp)
   3190 	-rm -f crypto_core/hsalsa20/$(am__dirstamp)
   3191 	-rm -f crypto_core/hsalsa20/ref2/$(DEPDIR)/$(am__dirstamp)
   3192 	-rm -f crypto_core/hsalsa20/ref2/$(am__dirstamp)
   3193 	-rm -f crypto_core/salsa/ref/$(DEPDIR)/$(am__dirstamp)
   3194 	-rm -f crypto_core/salsa/ref/$(am__dirstamp)
   3195 	-rm -f crypto_generichash/$(DEPDIR)/$(am__dirstamp)
   3196 	-rm -f crypto_generichash/$(am__dirstamp)
   3197 	-rm -f crypto_generichash/blake2b/$(DEPDIR)/$(am__dirstamp)
   3198 	-rm -f crypto_generichash/blake2b/$(am__dirstamp)
   3199 	-rm -f crypto_generichash/blake2b/ref/$(DEPDIR)/$(am__dirstamp)
   3200 	-rm -f crypto_generichash/blake2b/ref/$(am__dirstamp)
   3201 	-rm -f crypto_hash/$(DEPDIR)/$(am__dirstamp)
   3202 	-rm -f crypto_hash/$(am__dirstamp)
   3203 	-rm -f crypto_hash/sha256/$(DEPDIR)/$(am__dirstamp)
   3204 	-rm -f crypto_hash/sha256/$(am__dirstamp)
   3205 	-rm -f crypto_hash/sha256/cp/$(DEPDIR)/$(am__dirstamp)
   3206 	-rm -f crypto_hash/sha256/cp/$(am__dirstamp)
   3207 	-rm -f crypto_hash/sha512/$(DEPDIR)/$(am__dirstamp)
   3208 	-rm -f crypto_hash/sha512/$(am__dirstamp)
   3209 	-rm -f crypto_hash/sha512/cp/$(DEPDIR)/$(am__dirstamp)
   3210 	-rm -f crypto_hash/sha512/cp/$(am__dirstamp)
   3211 	-rm -f crypto_kdf/$(DEPDIR)/$(am__dirstamp)
   3212 	-rm -f crypto_kdf/$(am__dirstamp)
   3213 	-rm -f crypto_kdf/blake2b/$(DEPDIR)/$(am__dirstamp)
   3214 	-rm -f crypto_kdf/blake2b/$(am__dirstamp)
   3215 	-rm -f crypto_kx/$(DEPDIR)/$(am__dirstamp)
   3216 	-rm -f crypto_kx/$(am__dirstamp)
   3217 	-rm -f crypto_onetimeauth/$(DEPDIR)/$(am__dirstamp)
   3218 	-rm -f crypto_onetimeauth/$(am__dirstamp)
   3219 	-rm -f crypto_onetimeauth/poly1305/$(DEPDIR)/$(am__dirstamp)
   3220 	-rm -f crypto_onetimeauth/poly1305/$(am__dirstamp)
   3221 	-rm -f crypto_onetimeauth/poly1305/donna/$(DEPDIR)/$(am__dirstamp)
   3222 	-rm -f crypto_onetimeauth/poly1305/donna/$(am__dirstamp)
   3223 	-rm -f crypto_onetimeauth/poly1305/sse2/$(DEPDIR)/$(am__dirstamp)
   3224 	-rm -f crypto_onetimeauth/poly1305/sse2/$(am__dirstamp)
   3225 	-rm -f crypto_pwhash/$(DEPDIR)/$(am__dirstamp)
   3226 	-rm -f crypto_pwhash/$(am__dirstamp)
   3227 	-rm -f crypto_pwhash/argon2/$(DEPDIR)/$(am__dirstamp)
   3228 	-rm -f crypto_pwhash/argon2/$(am__dirstamp)
   3229 	-rm -f crypto_pwhash/scryptsalsa208sha256/$(DEPDIR)/$(am__dirstamp)
   3230 	-rm -f crypto_pwhash/scryptsalsa208sha256/$(am__dirstamp)
   3231 	-rm -f crypto_pwhash/scryptsalsa208sha256/nosse/$(DEPDIR)/$(am__dirstamp)
   3232 	-rm -f crypto_pwhash/scryptsalsa208sha256/nosse/$(am__dirstamp)
   3233 	-rm -f crypto_pwhash/scryptsalsa208sha256/sse/$(DEPDIR)/$(am__dirstamp)
   3234 	-rm -f crypto_pwhash/scryptsalsa208sha256/sse/$(am__dirstamp)
   3235 	-rm -f crypto_scalarmult/$(DEPDIR)/$(am__dirstamp)
   3236 	-rm -f crypto_scalarmult/$(am__dirstamp)
   3237 	-rm -f crypto_scalarmult/curve25519/$(DEPDIR)/$(am__dirstamp)
   3238 	-rm -f crypto_scalarmult/curve25519/$(am__dirstamp)
   3239 	-rm -f crypto_scalarmult/curve25519/ref10/$(DEPDIR)/$(am__dirstamp)
   3240 	-rm -f crypto_scalarmult/curve25519/ref10/$(am__dirstamp)
   3241 	-rm -f crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/$(am__dirstamp)
   3242 	-rm -f crypto_scalarmult/curve25519/sandy2x/$(am__dirstamp)
   3243 	-rm -f crypto_scalarmult/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
   3244 	-rm -f crypto_scalarmult/ed25519/ref10/$(am__dirstamp)
   3245 	-rm -f crypto_secretbox/$(DEPDIR)/$(am__dirstamp)
   3246 	-rm -f crypto_secretbox/$(am__dirstamp)
   3247 	-rm -f crypto_secretbox/xchacha20poly1305/$(DEPDIR)/$(am__dirstamp)
   3248 	-rm -f crypto_secretbox/xchacha20poly1305/$(am__dirstamp)
   3249 	-rm -f crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/$(am__dirstamp)
   3250 	-rm -f crypto_secretbox/xsalsa20poly1305/$(am__dirstamp)
   3251 	-rm -f crypto_secretstream/xchacha20poly1305/$(DEPDIR)/$(am__dirstamp)
   3252 	-rm -f crypto_secretstream/xchacha20poly1305/$(am__dirstamp)
   3253 	-rm -f crypto_shorthash/$(DEPDIR)/$(am__dirstamp)
   3254 	-rm -f crypto_shorthash/$(am__dirstamp)
   3255 	-rm -f crypto_shorthash/siphash24/$(DEPDIR)/$(am__dirstamp)
   3256 	-rm -f crypto_shorthash/siphash24/$(am__dirstamp)
   3257 	-rm -f crypto_shorthash/siphash24/ref/$(DEPDIR)/$(am__dirstamp)
   3258 	-rm -f crypto_shorthash/siphash24/ref/$(am__dirstamp)
   3259 	-rm -f crypto_sign/$(DEPDIR)/$(am__dirstamp)
   3260 	-rm -f crypto_sign/$(am__dirstamp)
   3261 	-rm -f crypto_sign/ed25519/$(DEPDIR)/$(am__dirstamp)
   3262 	-rm -f crypto_sign/ed25519/$(am__dirstamp)
   3263 	-rm -f crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
   3264 	-rm -f crypto_sign/ed25519/ref10/$(am__dirstamp)
   3265 	-rm -f crypto_stream/$(DEPDIR)/$(am__dirstamp)
   3266 	-rm -f crypto_stream/$(am__dirstamp)
   3267 	-rm -f crypto_stream/chacha20/$(DEPDIR)/$(am__dirstamp)
   3268 	-rm -f crypto_stream/chacha20/$(am__dirstamp)
   3269 	-rm -f crypto_stream/chacha20/dolbeau/$(DEPDIR)/$(am__dirstamp)
   3270 	-rm -f crypto_stream/chacha20/dolbeau/$(am__dirstamp)
   3271 	-rm -f crypto_stream/chacha20/ref/$(DEPDIR)/$(am__dirstamp)
   3272 	-rm -f crypto_stream/chacha20/ref/$(am__dirstamp)
   3273 	-rm -f crypto_stream/salsa20/$(DEPDIR)/$(am__dirstamp)
   3274 	-rm -f crypto_stream/salsa20/$(am__dirstamp)
   3275 	-rm -f crypto_stream/salsa20/ref/$(DEPDIR)/$(am__dirstamp)
   3276 	-rm -f crypto_stream/salsa20/ref/$(am__dirstamp)
   3277 	-rm -f crypto_stream/salsa20/xmm6/$(DEPDIR)/$(am__dirstamp)
   3278 	-rm -f crypto_stream/salsa20/xmm6/$(am__dirstamp)
   3279 	-rm -f crypto_stream/salsa20/xmm6int/$(DEPDIR)/$(am__dirstamp)
   3280 	-rm -f crypto_stream/salsa20/xmm6int/$(am__dirstamp)
   3281 	-rm -f crypto_stream/salsa2012/$(DEPDIR)/$(am__dirstamp)
   3282 	-rm -f crypto_stream/salsa2012/$(am__dirstamp)
   3283 	-rm -f crypto_stream/salsa2012/ref/$(DEPDIR)/$(am__dirstamp)
   3284 	-rm -f crypto_stream/salsa2012/ref/$(am__dirstamp)
   3285 	-rm -f crypto_stream/salsa208/$(DEPDIR)/$(am__dirstamp)
   3286 	-rm -f crypto_stream/salsa208/$(am__dirstamp)
   3287 	-rm -f crypto_stream/salsa208/ref/$(DEPDIR)/$(am__dirstamp)
   3288 	-rm -f crypto_stream/salsa208/ref/$(am__dirstamp)
   3289 	-rm -f crypto_stream/xchacha20/$(DEPDIR)/$(am__dirstamp)
   3290 	-rm -f crypto_stream/xchacha20/$(am__dirstamp)
   3291 	-rm -f crypto_stream/xsalsa20/$(DEPDIR)/$(am__dirstamp)
   3292 	-rm -f crypto_stream/xsalsa20/$(am__dirstamp)
   3293 	-rm -f crypto_verify/sodium/$(DEPDIR)/$(am__dirstamp)
   3294 	-rm -f crypto_verify/sodium/$(am__dirstamp)
   3295 	-rm -f randombytes/$(DEPDIR)/$(am__dirstamp)
   3296 	-rm -f randombytes/$(am__dirstamp)
   3297 	-rm -f randombytes/nativeclient/$(DEPDIR)/$(am__dirstamp)
   3298 	-rm -f randombytes/nativeclient/$(am__dirstamp)
   3299 	-rm -f randombytes/salsa20/$(DEPDIR)/$(am__dirstamp)
   3300 	-rm -f randombytes/salsa20/$(am__dirstamp)
   3301 	-rm -f randombytes/sysrandom/$(DEPDIR)/$(am__dirstamp)
   3302 	-rm -f randombytes/sysrandom/$(am__dirstamp)
   3303 	-rm -f sodium/$(DEPDIR)/$(am__dirstamp)
   3304 	-rm -f sodium/$(am__dirstamp)
   3305 
   3306 maintainer-clean-generic:
   3307 	@echo "This command is intended for maintainers to use"
   3308 	@echo "it deletes files that may require special tools to rebuild."
   3309 clean: clean-recursive
   3310 
   3311 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
   3312 	clean-noinstLTLIBRARIES mostlyclean-am
   3313 
   3314 distclean: distclean-recursive
   3315 	-rm -rf crypto_aead/aes256gcm/aesni/$(DEPDIR) crypto_aead/chacha20poly1305/sodium/$(DEPDIR) crypto_aead/xchacha20poly1305/sodium/$(DEPDIR) crypto_auth/$(DEPDIR) crypto_auth/hmacsha256/$(DEPDIR) crypto_auth/hmacsha512/$(DEPDIR) crypto_auth/hmacsha512256/$(DEPDIR) crypto_box/$(DEPDIR) crypto_box/curve25519xchacha20poly1305/$(DEPDIR) crypto_box/curve25519xsalsa20poly1305/$(DEPDIR) crypto_core/ed25519/$(DEPDIR) crypto_core/ed25519/ref10/$(DEPDIR) crypto_core/hchacha20/$(DEPDIR) crypto_core/hsalsa20/$(DEPDIR) crypto_core/hsalsa20/ref2/$(DEPDIR) crypto_core/salsa/ref/$(DEPDIR) crypto_generichash/$(DEPDIR) crypto_generichash/blake2b/$(DEPDIR) crypto_generichash/blake2b/ref/$(DEPDIR) crypto_hash/$(DEPDIR) crypto_hash/sha256/$(DEPDIR) crypto_hash/sha256/cp/$(DEPDIR) crypto_hash/sha512/$(DEPDIR) crypto_hash/sha512/cp/$(DEPDIR) crypto_kdf/$(DEPDIR) crypto_kdf/blake2b/$(DEPDIR) crypto_kx/$(DEPDIR) crypto_onetimeauth/$(DEPDIR) crypto_onetimeauth/poly1305/$(DEPDIR) crypto_onetimeauth/poly1305/donna/$(DEPDIR) crypto_onetimeauth/poly1305/sse2/$(DEPDIR) crypto_pwhash/$(DEPDIR) crypto_pwhash/argon2/$(DEPDIR) crypto_pwhash/scryptsalsa208sha256/$(DEPDIR) crypto_pwhash/scryptsalsa208sha256/nosse/$(DEPDIR) crypto_pwhash/scryptsalsa208sha256/sse/$(DEPDIR) crypto_scalarmult/$(DEPDIR) crypto_scalarmult/curve25519/$(DEPDIR) crypto_scalarmult/curve25519/ref10/$(DEPDIR) crypto_scalarmult/curve25519/sandy2x/$(DEPDIR) crypto_scalarmult/ed25519/ref10/$(DEPDIR) crypto_secretbox/$(DEPDIR) crypto_secretbox/xchacha20poly1305/$(DEPDIR) crypto_secretbox/xsalsa20poly1305/$(DEPDIR) crypto_secretstream/xchacha20poly1305/$(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_stream/$(DEPDIR) crypto_stream/chacha20/$(DEPDIR) crypto_stream/chacha20/dolbeau/$(DEPDIR) crypto_stream/chacha20/ref/$(DEPDIR) crypto_stream/salsa20/$(DEPDIR) crypto_stream/salsa20/ref/$(DEPDIR) crypto_stream/salsa20/xmm6/$(DEPDIR) crypto_stream/salsa20/xmm6int/$(DEPDIR) crypto_stream/salsa2012/$(DEPDIR) crypto_stream/salsa2012/ref/$(DEPDIR) crypto_stream/salsa208/$(DEPDIR) crypto_stream/salsa208/ref/$(DEPDIR) crypto_stream/xchacha20/$(DEPDIR) crypto_stream/xsalsa20/$(DEPDIR) crypto_verify/sodium/$(DEPDIR) randombytes/$(DEPDIR) randombytes/nativeclient/$(DEPDIR) randombytes/salsa20/$(DEPDIR) randombytes/sysrandom/$(DEPDIR) sodium/$(DEPDIR)
   3316 	-rm -f Makefile
   3317 distclean-am: clean-am distclean-compile distclean-generic \
   3318 	distclean-tags
   3319 
   3320 dvi: dvi-recursive
   3321 
   3322 dvi-am:
   3323 
   3324 html: html-recursive
   3325 
   3326 html-am:
   3327 
   3328 info: info-recursive
   3329 
   3330 info-am:
   3331 
   3332 install-data-am:
   3333 
   3334 install-dvi: install-dvi-recursive
   3335 
   3336 install-dvi-am:
   3337 
   3338 install-exec-am: install-defexecDATA install-libLTLIBRARIES
   3339 
   3340 install-html: install-html-recursive
   3341 
   3342 install-html-am:
   3343 
   3344 install-info: install-info-recursive
   3345 
   3346 install-info-am:
   3347 
   3348 install-man:
   3349 
   3350 install-pdf: install-pdf-recursive
   3351 
   3352 install-pdf-am:
   3353 
   3354 install-ps: install-ps-recursive
   3355 
   3356 install-ps-am:
   3357 
   3358 installcheck-am:
   3359 
   3360 maintainer-clean: maintainer-clean-recursive
   3361 	-rm -rf crypto_aead/aes256gcm/aesni/$(DEPDIR) crypto_aead/chacha20poly1305/sodium/$(DEPDIR) crypto_aead/xchacha20poly1305/sodium/$(DEPDIR) crypto_auth/$(DEPDIR) crypto_auth/hmacsha256/$(DEPDIR) crypto_auth/hmacsha512/$(DEPDIR) crypto_auth/hmacsha512256/$(DEPDIR) crypto_box/$(DEPDIR) crypto_box/curve25519xchacha20poly1305/$(DEPDIR) crypto_box/curve25519xsalsa20poly1305/$(DEPDIR) crypto_core/ed25519/$(DEPDIR) crypto_core/ed25519/ref10/$(DEPDIR) crypto_core/hchacha20/$(DEPDIR) crypto_core/hsalsa20/$(DEPDIR) crypto_core/hsalsa20/ref2/$(DEPDIR) crypto_core/salsa/ref/$(DEPDIR) crypto_generichash/$(DEPDIR) crypto_generichash/blake2b/$(DEPDIR) crypto_generichash/blake2b/ref/$(DEPDIR) crypto_hash/$(DEPDIR) crypto_hash/sha256/$(DEPDIR) crypto_hash/sha256/cp/$(DEPDIR) crypto_hash/sha512/$(DEPDIR) crypto_hash/sha512/cp/$(DEPDIR) crypto_kdf/$(DEPDIR) crypto_kdf/blake2b/$(DEPDIR) crypto_kx/$(DEPDIR) crypto_onetimeauth/$(DEPDIR) crypto_onetimeauth/poly1305/$(DEPDIR) crypto_onetimeauth/poly1305/donna/$(DEPDIR) crypto_onetimeauth/poly1305/sse2/$(DEPDIR) crypto_pwhash/$(DEPDIR) crypto_pwhash/argon2/$(DEPDIR) crypto_pwhash/scryptsalsa208sha256/$(DEPDIR) crypto_pwhash/scryptsalsa208sha256/nosse/$(DEPDIR) crypto_pwhash/scryptsalsa208sha256/sse/$(DEPDIR) crypto_scalarmult/$(DEPDIR) crypto_scalarmult/curve25519/$(DEPDIR) crypto_scalarmult/curve25519/ref10/$(DEPDIR) crypto_scalarmult/curve25519/sandy2x/$(DEPDIR) crypto_scalarmult/ed25519/ref10/$(DEPDIR) crypto_secretbox/$(DEPDIR) crypto_secretbox/xchacha20poly1305/$(DEPDIR) crypto_secretbox/xsalsa20poly1305/$(DEPDIR) crypto_secretstream/xchacha20poly1305/$(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_stream/$(DEPDIR) crypto_stream/chacha20/$(DEPDIR) crypto_stream/chacha20/dolbeau/$(DEPDIR) crypto_stream/chacha20/ref/$(DEPDIR) crypto_stream/salsa20/$(DEPDIR) crypto_stream/salsa20/ref/$(DEPDIR) crypto_stream/salsa20/xmm6/$(DEPDIR) crypto_stream/salsa20/xmm6int/$(DEPDIR) crypto_stream/salsa2012/$(DEPDIR) crypto_stream/salsa2012/ref/$(DEPDIR) crypto_stream/salsa208/$(DEPDIR) crypto_stream/salsa208/ref/$(DEPDIR) crypto_stream/xchacha20/$(DEPDIR) crypto_stream/xsalsa20/$(DEPDIR) crypto_verify/sodium/$(DEPDIR) randombytes/$(DEPDIR) randombytes/nativeclient/$(DEPDIR) randombytes/salsa20/$(DEPDIR) randombytes/sysrandom/$(DEPDIR) sodium/$(DEPDIR)
   3362 	-rm -f Makefile
   3363 maintainer-clean-am: distclean-am maintainer-clean-generic
   3364 
   3365 mostlyclean: mostlyclean-recursive
   3366 
   3367 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
   3368 	mostlyclean-libtool
   3369 
   3370 pdf: pdf-recursive
   3371 
   3372 pdf-am:
   3373 
   3374 ps: ps-recursive
   3375 
   3376 ps-am:
   3377 
   3378 uninstall-am: uninstall-defexecDATA uninstall-libLTLIBRARIES
   3379 
   3380 .MAKE: $(am__recursive_targets) install-am install-strip
   3381 
   3382 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
   3383 	check-am clean clean-generic clean-libLTLIBRARIES \
   3384 	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
   3385 	ctags-am distclean distclean-compile distclean-generic \
   3386 	distclean-libtool distclean-tags distdir dvi dvi-am html \
   3387 	html-am info info-am install install-am install-data \
   3388 	install-data-am install-defexecDATA install-dvi install-dvi-am \
   3389 	install-exec install-exec-am install-html install-html-am \
   3390 	install-info install-info-am install-libLTLIBRARIES \
   3391 	install-man install-pdf install-pdf-am install-ps \
   3392 	install-ps-am install-strip installcheck installcheck-am \
   3393 	installdirs installdirs-am maintainer-clean \
   3394 	maintainer-clean-generic mostlyclean mostlyclean-compile \
   3395 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
   3396 	tags tags-am uninstall uninstall-am uninstall-defexecDATA \
   3397 	uninstall-libLTLIBRARIES
   3398 
   3399 .PRECIOUS: Makefile
   3400 
   3401 @HAVE_LD_OUTPUT_DEF_TRUE@libsodium-$(DLL_VERSION).def: libsodium.la
   3402 
   3403 # Tell versions [3.59,3.63) of GNU make to not export all variables.
   3404 # Otherwise a system limit (for SysV at least) may be exceeded.
   3405 .NOEXPORT:
   3406