rbnacl-libsodium 1.0.15 → 1.0.15.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGES.md +4 -0
- data/lib/rbnacl/libsodium/version.rb +1 -1
- data/vendor/libsodium/Makefile.in +4 -1
- data/vendor/libsodium/aclocal.m4 +1 -0
- data/vendor/libsodium/autom4te.cache/output.1 +540 -161
- data/vendor/libsodium/autom4te.cache/output.3 +20629 -0
- data/vendor/libsodium/autom4te.cache/requests +654 -409
- data/vendor/libsodium/autom4te.cache/traces.1 +724 -657
- data/vendor/libsodium/autom4te.cache/traces.3 +4243 -0
- data/vendor/libsodium/builds/Makefile.in +548 -0
- data/vendor/libsodium/configure +540 -161
- data/vendor/libsodium/contrib/Makefile.in +3 -1
- data/vendor/libsodium/dist-build/Makefile.in +3 -1
- data/vendor/libsodium/msvc-scripts/Makefile.in +3 -1
- data/vendor/libsodium/src/Makefile.in +3 -1
- data/vendor/libsodium/src/libsodium/Makefile.in +88 -145
- data/vendor/libsodium/src/libsodium/include/Makefile.in +9 -5
- data/vendor/libsodium/test/Makefile.in +3 -1
- data/vendor/libsodium/test/default/Makefile.in +143 -52
- metadata +4 -1
@@ -89,7 +89,8 @@ build_triplet = @build@
|
|
89
89
|
host_triplet = @host@
|
90
90
|
subdir = contrib
|
91
91
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
92
|
-
am__aclocal_m4_deps = $(top_srcdir)/m4/
|
92
|
+
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_catchable_abrt.m4 \
|
93
|
+
$(top_srcdir)/m4/ax_check_catchable_segv.m4 \
|
93
94
|
$(top_srcdir)/m4/ax_check_compile_flag.m4 \
|
94
95
|
$(top_srcdir)/m4/ax_check_define.m4 \
|
95
96
|
$(top_srcdir)/m4/ax_check_link_flag.m4 \
|
@@ -145,6 +146,7 @@ CFLAGS = @CFLAGS@
|
|
145
146
|
CFLAGS_AESNI = @CFLAGS_AESNI@
|
146
147
|
CFLAGS_AVX = @CFLAGS_AVX@
|
147
148
|
CFLAGS_AVX2 = @CFLAGS_AVX2@
|
149
|
+
CFLAGS_AVX512F = @CFLAGS_AVX512F@
|
148
150
|
CFLAGS_MMX = @CFLAGS_MMX@
|
149
151
|
CFLAGS_PCLMUL = @CFLAGS_PCLMUL@
|
150
152
|
CFLAGS_SSE2 = @CFLAGS_SSE2@
|
@@ -89,7 +89,8 @@ build_triplet = @build@
|
|
89
89
|
host_triplet = @host@
|
90
90
|
subdir = dist-build
|
91
91
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
92
|
-
am__aclocal_m4_deps = $(top_srcdir)/m4/
|
92
|
+
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_catchable_abrt.m4 \
|
93
|
+
$(top_srcdir)/m4/ax_check_catchable_segv.m4 \
|
93
94
|
$(top_srcdir)/m4/ax_check_compile_flag.m4 \
|
94
95
|
$(top_srcdir)/m4/ax_check_define.m4 \
|
95
96
|
$(top_srcdir)/m4/ax_check_link_flag.m4 \
|
@@ -145,6 +146,7 @@ CFLAGS = @CFLAGS@
|
|
145
146
|
CFLAGS_AESNI = @CFLAGS_AESNI@
|
146
147
|
CFLAGS_AVX = @CFLAGS_AVX@
|
147
148
|
CFLAGS_AVX2 = @CFLAGS_AVX2@
|
149
|
+
CFLAGS_AVX512F = @CFLAGS_AVX512F@
|
148
150
|
CFLAGS_MMX = @CFLAGS_MMX@
|
149
151
|
CFLAGS_PCLMUL = @CFLAGS_PCLMUL@
|
150
152
|
CFLAGS_SSE2 = @CFLAGS_SSE2@
|
@@ -89,7 +89,8 @@ build_triplet = @build@
|
|
89
89
|
host_triplet = @host@
|
90
90
|
subdir = msvc-scripts
|
91
91
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
92
|
-
am__aclocal_m4_deps = $(top_srcdir)/m4/
|
92
|
+
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_catchable_abrt.m4 \
|
93
|
+
$(top_srcdir)/m4/ax_check_catchable_segv.m4 \
|
93
94
|
$(top_srcdir)/m4/ax_check_compile_flag.m4 \
|
94
95
|
$(top_srcdir)/m4/ax_check_define.m4 \
|
95
96
|
$(top_srcdir)/m4/ax_check_link_flag.m4 \
|
@@ -145,6 +146,7 @@ CFLAGS = @CFLAGS@
|
|
145
146
|
CFLAGS_AESNI = @CFLAGS_AESNI@
|
146
147
|
CFLAGS_AVX = @CFLAGS_AVX@
|
147
148
|
CFLAGS_AVX2 = @CFLAGS_AVX2@
|
149
|
+
CFLAGS_AVX512F = @CFLAGS_AVX512F@
|
148
150
|
CFLAGS_MMX = @CFLAGS_MMX@
|
149
151
|
CFLAGS_PCLMUL = @CFLAGS_PCLMUL@
|
150
152
|
CFLAGS_SSE2 = @CFLAGS_SSE2@
|
@@ -89,7 +89,8 @@ build_triplet = @build@
|
|
89
89
|
host_triplet = @host@
|
90
90
|
subdir = src
|
91
91
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
92
|
-
am__aclocal_m4_deps = $(top_srcdir)/m4/
|
92
|
+
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_catchable_abrt.m4 \
|
93
|
+
$(top_srcdir)/m4/ax_check_catchable_segv.m4 \
|
93
94
|
$(top_srcdir)/m4/ax_check_compile_flag.m4 \
|
94
95
|
$(top_srcdir)/m4/ax_check_define.m4 \
|
95
96
|
$(top_srcdir)/m4/ax_check_link_flag.m4 \
|
@@ -205,6 +206,7 @@ CFLAGS = @CFLAGS@
|
|
205
206
|
CFLAGS_AESNI = @CFLAGS_AESNI@
|
206
207
|
CFLAGS_AVX = @CFLAGS_AVX@
|
207
208
|
CFLAGS_AVX2 = @CFLAGS_AVX2@
|
209
|
+
CFLAGS_AVX512F = @CFLAGS_AVX512F@
|
208
210
|
CFLAGS_MMX = @CFLAGS_MMX@
|
209
211
|
CFLAGS_PCLMUL = @CFLAGS_PCLMUL@
|
210
212
|
CFLAGS_SSE2 = @CFLAGS_SSE2@
|
@@ -145,16 +145,6 @@ host_triplet = @host@
|
|
145
145
|
@MINIMAL_FALSE@ crypto_shorthash/siphash24/shorthash_siphashx24.c \
|
146
146
|
@MINIMAL_FALSE@ crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c \
|
147
147
|
@MINIMAL_FALSE@ crypto_sign/ed25519/ref10/obsolete.c \
|
148
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c \
|
149
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c \
|
150
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/common.h \
|
151
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/consts.h \
|
152
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/consts_aes128ctr.c \
|
153
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/int128.h \
|
154
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/int128_aes128ctr.c \
|
155
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c \
|
156
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c \
|
157
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/stream_aes128ctr.c \
|
158
148
|
@MINIMAL_FALSE@ crypto_stream/salsa2012/ref/stream_salsa2012_ref.c \
|
159
149
|
@MINIMAL_FALSE@ crypto_stream/salsa2012/stream_salsa2012.c \
|
160
150
|
@MINIMAL_FALSE@ crypto_stream/salsa208/ref/stream_salsa208_ref.c \
|
@@ -174,7 +164,8 @@ host_triplet = @host@
|
|
174
164
|
|
175
165
|
subdir = src/libsodium
|
176
166
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
177
|
-
am__aclocal_m4_deps = $(top_srcdir)/m4/
|
167
|
+
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_catchable_abrt.m4 \
|
168
|
+
$(top_srcdir)/m4/ax_check_catchable_segv.m4 \
|
178
169
|
$(top_srcdir)/m4/ax_check_compile_flag.m4 \
|
179
170
|
$(top_srcdir)/m4/ax_check_define.m4 \
|
180
171
|
$(top_srcdir)/m4/ax_check_link_flag.m4 \
|
@@ -240,8 +231,14 @@ libavx2_la_OBJECTS = $(am_libavx2_la_OBJECTS)
|
|
240
231
|
libavx2_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
241
232
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
242
233
|
$(libavx2_la_LDFLAGS) $(LDFLAGS) -o $@
|
234
|
+
libavx512f_la_LIBADD =
|
235
|
+
am_libavx512f_la_OBJECTS = crypto_pwhash/argon2/libavx512f_la-argon2-fill-block-avx512f.lo
|
236
|
+
libavx512f_la_OBJECTS = $(am_libavx512f_la_OBJECTS)
|
237
|
+
libavx512f_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
238
|
+
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
239
|
+
$(libavx512f_la_LDFLAGS) $(LDFLAGS) -o $@
|
243
240
|
libsodium_la_DEPENDENCIES = libaesni.la libsse2.la libssse3.la \
|
244
|
-
libsse41.la libavx2.la
|
241
|
+
libsse41.la libavx2.la libavx512f.la
|
245
242
|
am__libsodium_la_SOURCES_DIST = \
|
246
243
|
crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c \
|
247
244
|
crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c \
|
@@ -298,6 +295,7 @@ am__libsodium_la_SOURCES_DIST = \
|
|
298
295
|
crypto_secretbox/crypto_secretbox.c \
|
299
296
|
crypto_secretbox/crypto_secretbox_easy.c \
|
300
297
|
crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c \
|
298
|
+
crypto_secretstream/xchacha20poly1305/secretstream_xchacha20poly1305.c \
|
301
299
|
crypto_shorthash/crypto_shorthash.c \
|
302
300
|
crypto_shorthash/siphash24/shorthash_siphash24.c \
|
303
301
|
crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c \
|
@@ -320,7 +318,8 @@ am__libsodium_la_SOURCES_DIST = \
|
|
320
318
|
include/sodium/private/implementations.h \
|
321
319
|
include/sodium/private/mutex.h \
|
322
320
|
include/sodium/private/sse2_64_32.h randombytes/randombytes.c \
|
323
|
-
sodium/
|
321
|
+
sodium/codecs.c sodium/core.c sodium/runtime.c sodium/utils.c \
|
322
|
+
sodium/version.c \
|
324
323
|
randombytes/salsa20/randombytes_salsa20_random.c \
|
325
324
|
randombytes/nativeclient/randombytes_nativeclient.c \
|
326
325
|
randombytes/sysrandom/randombytes_sysrandom.c \
|
@@ -359,16 +358,6 @@ am__libsodium_la_SOURCES_DIST = \
|
|
359
358
|
crypto_shorthash/siphash24/shorthash_siphashx24.c \
|
360
359
|
crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c \
|
361
360
|
crypto_sign/ed25519/ref10/obsolete.c \
|
362
|
-
crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c \
|
363
|
-
crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c \
|
364
|
-
crypto_stream/aes128ctr/nacl/common.h \
|
365
|
-
crypto_stream/aes128ctr/nacl/consts.h \
|
366
|
-
crypto_stream/aes128ctr/nacl/consts_aes128ctr.c \
|
367
|
-
crypto_stream/aes128ctr/nacl/int128.h \
|
368
|
-
crypto_stream/aes128ctr/nacl/int128_aes128ctr.c \
|
369
|
-
crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c \
|
370
|
-
crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c \
|
371
|
-
crypto_stream/aes128ctr/stream_aes128ctr.c \
|
372
361
|
crypto_stream/salsa2012/ref/stream_salsa2012_ref.c \
|
373
362
|
crypto_stream/salsa2012/stream_salsa2012.c \
|
374
363
|
crypto_stream/salsa208/ref/stream_salsa208_ref.c \
|
@@ -397,13 +386,6 @@ am__libsodium_la_SOURCES_DIST = \
|
|
397
386
|
@MINIMAL_FALSE@ crypto_shorthash/siphash24/libsodium_la-shorthash_siphashx24.lo \
|
398
387
|
@MINIMAL_FALSE@ crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphashx24_ref.lo \
|
399
388
|
@MINIMAL_FALSE@ crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo \
|
400
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/libsodium_la-afternm_aes128ctr.lo \
|
401
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/libsodium_la-beforenm_aes128ctr.lo \
|
402
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/libsodium_la-consts_aes128ctr.lo \
|
403
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/libsodium_la-int128_aes128ctr.lo \
|
404
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/libsodium_la-stream_aes128ctr_nacl.lo \
|
405
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/nacl/libsodium_la-xor_afternm_aes128ctr.lo \
|
406
|
-
@MINIMAL_FALSE@ crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr.lo \
|
407
389
|
@MINIMAL_FALSE@ crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012_ref.lo \
|
408
390
|
@MINIMAL_FALSE@ crypto_stream/salsa2012/libsodium_la-stream_salsa2012.lo \
|
409
391
|
@MINIMAL_FALSE@ crypto_stream/salsa208/ref/libsodium_la-stream_salsa208_ref.lo \
|
@@ -453,6 +435,7 @@ am_libsodium_la_OBJECTS = crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_
|
|
453
435
|
crypto_secretbox/libsodium_la-crypto_secretbox.lo \
|
454
436
|
crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo \
|
455
437
|
crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305.lo \
|
438
|
+
crypto_secretstream/xchacha20poly1305/libsodium_la-secretstream_xchacha20poly1305.lo \
|
456
439
|
crypto_shorthash/libsodium_la-crypto_shorthash.lo \
|
457
440
|
crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24.lo \
|
458
441
|
crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24_ref.lo \
|
@@ -468,11 +451,12 @@ am_libsodium_la_OBJECTS = crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_
|
|
468
451
|
crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20.lo \
|
469
452
|
crypto_verify/sodium/libsodium_la-verify.lo \
|
470
453
|
randombytes/libsodium_la-randombytes.lo \
|
471
|
-
sodium/libsodium_la-
|
472
|
-
sodium/libsodium_la-
|
473
|
-
$(am__objects_1)
|
474
|
-
$(
|
475
|
-
$(
|
454
|
+
sodium/libsodium_la-codecs.lo sodium/libsodium_la-core.lo \
|
455
|
+
sodium/libsodium_la-runtime.lo sodium/libsodium_la-utils.lo \
|
456
|
+
sodium/libsodium_la-version.lo $(am__objects_1) \
|
457
|
+
$(am__objects_2) $(am__objects_3) $(am__objects_4) \
|
458
|
+
$(am__objects_5) $(am__objects_6) $(am__objects_7) \
|
459
|
+
$(am__objects_8) $(am__objects_9)
|
476
460
|
libsodium_la_OBJECTS = $(am_libsodium_la_OBJECTS)
|
477
461
|
libsodium_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
478
462
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
@@ -555,10 +539,11 @@ am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
|
|
555
539
|
am__v_CCLD_0 = @echo " CCLD " $@;
|
556
540
|
am__v_CCLD_1 =
|
557
541
|
SOURCES = $(libaesni_la_SOURCES) $(libavx2_la_SOURCES) \
|
558
|
-
$(
|
559
|
-
$(
|
542
|
+
$(libavx512f_la_SOURCES) $(libsodium_la_SOURCES) \
|
543
|
+
$(libsse2_la_SOURCES) $(libsse41_la_SOURCES) \
|
544
|
+
$(libssse3_la_SOURCES)
|
560
545
|
DIST_SOURCES = $(libaesni_la_SOURCES) $(libavx2_la_SOURCES) \
|
561
|
-
$(am__libsodium_la_SOURCES_DIST) \
|
546
|
+
$(libavx512f_la_SOURCES) $(am__libsodium_la_SOURCES_DIST) \
|
562
547
|
$(am__libsse2_la_SOURCES_DIST) $(libsse41_la_SOURCES) \
|
563
548
|
$(libssse3_la_SOURCES)
|
564
549
|
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
|
@@ -650,6 +635,7 @@ CFLAGS = @CFLAGS@
|
|
650
635
|
CFLAGS_AESNI = @CFLAGS_AESNI@
|
651
636
|
CFLAGS_AVX = @CFLAGS_AVX@
|
652
637
|
CFLAGS_AVX2 = @CFLAGS_AVX2@
|
638
|
+
CFLAGS_AVX512F = @CFLAGS_AVX512F@
|
653
639
|
CFLAGS_MMX = @CFLAGS_MMX@
|
654
640
|
CFLAGS_PCLMUL = @CFLAGS_PCLMUL@
|
655
641
|
CFLAGS_SSE2 = @CFLAGS_SSE2@
|
@@ -847,6 +833,7 @@ libsodium_la_SOURCES = \
|
|
847
833
|
crypto_secretbox/crypto_secretbox.c \
|
848
834
|
crypto_secretbox/crypto_secretbox_easy.c \
|
849
835
|
crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c \
|
836
|
+
crypto_secretstream/xchacha20poly1305/secretstream_xchacha20poly1305.c \
|
850
837
|
crypto_shorthash/crypto_shorthash.c \
|
851
838
|
crypto_shorthash/siphash24/shorthash_siphash24.c \
|
852
839
|
crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c \
|
@@ -869,10 +856,11 @@ libsodium_la_SOURCES = \
|
|
869
856
|
include/sodium/private/implementations.h \
|
870
857
|
include/sodium/private/mutex.h \
|
871
858
|
include/sodium/private/sse2_64_32.h randombytes/randombytes.c \
|
872
|
-
sodium/
|
873
|
-
$(am__append_1) $(am__append_2)
|
874
|
-
$(
|
875
|
-
$(
|
859
|
+
sodium/codecs.c sodium/core.c sodium/runtime.c sodium/utils.c \
|
860
|
+
sodium/version.c $(am__append_1) $(am__append_2) \
|
861
|
+
$(am__append_3) $(am__append_4) $(am__append_5) \
|
862
|
+
$(am__append_6) $(am__append_7) $(am__append_8) \
|
863
|
+
$(am__append_9)
|
876
864
|
noinst_HEADERS = \
|
877
865
|
crypto_scalarmult/curve25519/sandy2x/consts.S \
|
878
866
|
crypto_scalarmult/curve25519/sandy2x/fe51_mul.S \
|
@@ -894,8 +882,8 @@ libsodium_la_CPPFLAGS = \
|
|
894
882
|
SUBDIRS = \
|
895
883
|
include
|
896
884
|
|
897
|
-
libsodium_la_LIBADD = libaesni.la libsse2.la libssse3.la libsse41.la libavx2.la
|
898
|
-
noinst_LTLIBRARIES = libaesni.la libsse2.la libssse3.la libsse41.la libavx2.la
|
885
|
+
libsodium_la_LIBADD = libaesni.la libsse2.la libssse3.la libsse41.la libavx2.la libavx512f.la
|
886
|
+
noinst_LTLIBRARIES = libaesni.la libsse2.la libssse3.la libsse41.la libavx2.la libavx512f.la
|
899
887
|
libaesni_la_LDFLAGS = $(libsodium_la_LDFLAGS)
|
900
888
|
libaesni_la_CPPFLAGS = $(libsodium_la_CPPFLAGS) \
|
901
889
|
@CFLAGS_SSE2@ @CFLAGS_SSSE3@ @CFLAGS_AESNI@ @CFLAGS_PCLMUL@
|
@@ -952,6 +940,14 @@ libavx2_la_SOURCES = \
|
|
952
940
|
crypto_stream/salsa20/xmm6int/u4.h \
|
953
941
|
crypto_stream/salsa20/xmm6int/u8.h
|
954
942
|
|
943
|
+
libavx512f_la_LDFLAGS = $(libsodium_la_LDFLAGS)
|
944
|
+
libavx512f_la_CPPFLAGS = $(libsodium_la_CPPFLAGS) \
|
945
|
+
@CFLAGS_SSE2@ @CFLAGS_SSSE3@ @CFLAGS_SSE41@ @CFLAGS_AVX@ @CFLAGS_AVX2@ @CFLAGS_AVX512F@
|
946
|
+
|
947
|
+
libavx512f_la_SOURCES = \
|
948
|
+
crypto_pwhash/argon2/argon2-fill-block-avx512f.c \
|
949
|
+
crypto_pwhash/argon2/blamka-round-avx512f.h
|
950
|
+
|
955
951
|
all: all-recursive
|
956
952
|
|
957
953
|
.SUFFIXES:
|
@@ -1082,6 +1078,12 @@ crypto_stream/salsa20/xmm6int/libavx2_la-salsa20_xmm6int-avx2.lo: \
|
|
1082
1078
|
|
1083
1079
|
libavx2.la: $(libavx2_la_OBJECTS) $(libavx2_la_DEPENDENCIES) $(EXTRA_libavx2_la_DEPENDENCIES)
|
1084
1080
|
$(AM_V_CCLD)$(libavx2_la_LINK) $(libavx2_la_OBJECTS) $(libavx2_la_LIBADD) $(LIBS)
|
1081
|
+
crypto_pwhash/argon2/libavx512f_la-argon2-fill-block-avx512f.lo: \
|
1082
|
+
crypto_pwhash/argon2/$(am__dirstamp) \
|
1083
|
+
crypto_pwhash/argon2/$(DEPDIR)/$(am__dirstamp)
|
1084
|
+
|
1085
|
+
libavx512f.la: $(libavx512f_la_OBJECTS) $(libavx512f_la_DEPENDENCIES) $(EXTRA_libavx512f_la_DEPENDENCIES)
|
1086
|
+
$(AM_V_CCLD)$(libavx512f_la_LINK) $(libavx512f_la_OBJECTS) $(libavx512f_la_LIBADD) $(LIBS)
|
1085
1087
|
crypto_aead/chacha20poly1305/sodium/$(am__dirstamp):
|
1086
1088
|
@$(MKDIR_P) crypto_aead/chacha20poly1305/sodium
|
1087
1089
|
@: > crypto_aead/chacha20poly1305/sodium/$(am__dirstamp)
|
@@ -1395,6 +1397,15 @@ crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/$(am__dirstamp):
|
|
1395
1397
|
crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305.lo: \
|
1396
1398
|
crypto_secretbox/xsalsa20poly1305/$(am__dirstamp) \
|
1397
1399
|
crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/$(am__dirstamp)
|
1400
|
+
crypto_secretstream/xchacha20poly1305/$(am__dirstamp):
|
1401
|
+
@$(MKDIR_P) crypto_secretstream/xchacha20poly1305
|
1402
|
+
@: > crypto_secretstream/xchacha20poly1305/$(am__dirstamp)
|
1403
|
+
crypto_secretstream/xchacha20poly1305/$(DEPDIR)/$(am__dirstamp):
|
1404
|
+
@$(MKDIR_P) crypto_secretstream/xchacha20poly1305/$(DEPDIR)
|
1405
|
+
@: > crypto_secretstream/xchacha20poly1305/$(DEPDIR)/$(am__dirstamp)
|
1406
|
+
crypto_secretstream/xchacha20poly1305/libsodium_la-secretstream_xchacha20poly1305.lo: \
|
1407
|
+
crypto_secretstream/xchacha20poly1305/$(am__dirstamp) \
|
1408
|
+
crypto_secretstream/xchacha20poly1305/$(DEPDIR)/$(am__dirstamp)
|
1398
1409
|
crypto_shorthash/$(am__dirstamp):
|
1399
1410
|
@$(MKDIR_P) crypto_shorthash
|
1400
1411
|
@: > crypto_shorthash/$(am__dirstamp)
|
@@ -1522,6 +1533,8 @@ sodium/$(am__dirstamp):
|
|
1522
1533
|
sodium/$(DEPDIR)/$(am__dirstamp):
|
1523
1534
|
@$(MKDIR_P) sodium/$(DEPDIR)
|
1524
1535
|
@: > sodium/$(DEPDIR)/$(am__dirstamp)
|
1536
|
+
sodium/libsodium_la-codecs.lo: sodium/$(am__dirstamp) \
|
1537
|
+
sodium/$(DEPDIR)/$(am__dirstamp)
|
1525
1538
|
sodium/libsodium_la-core.lo: sodium/$(am__dirstamp) \
|
1526
1539
|
sodium/$(DEPDIR)/$(am__dirstamp)
|
1527
1540
|
sodium/libsodium_la-runtime.lo: sodium/$(am__dirstamp) \
|
@@ -1671,39 +1684,6 @@ crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphashx24_ref.lo: \
|
|
1671
1684
|
crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo: \
|
1672
1685
|
crypto_sign/ed25519/ref10/$(am__dirstamp) \
|
1673
1686
|
crypto_sign/ed25519/ref10/$(DEPDIR)/$(am__dirstamp)
|
1674
|
-
crypto_stream/aes128ctr/nacl/$(am__dirstamp):
|
1675
|
-
@$(MKDIR_P) crypto_stream/aes128ctr/nacl
|
1676
|
-
@: > crypto_stream/aes128ctr/nacl/$(am__dirstamp)
|
1677
|
-
crypto_stream/aes128ctr/nacl/$(DEPDIR)/$(am__dirstamp):
|
1678
|
-
@$(MKDIR_P) crypto_stream/aes128ctr/nacl/$(DEPDIR)
|
1679
|
-
@: > crypto_stream/aes128ctr/nacl/$(DEPDIR)/$(am__dirstamp)
|
1680
|
-
crypto_stream/aes128ctr/nacl/libsodium_la-afternm_aes128ctr.lo: \
|
1681
|
-
crypto_stream/aes128ctr/nacl/$(am__dirstamp) \
|
1682
|
-
crypto_stream/aes128ctr/nacl/$(DEPDIR)/$(am__dirstamp)
|
1683
|
-
crypto_stream/aes128ctr/nacl/libsodium_la-beforenm_aes128ctr.lo: \
|
1684
|
-
crypto_stream/aes128ctr/nacl/$(am__dirstamp) \
|
1685
|
-
crypto_stream/aes128ctr/nacl/$(DEPDIR)/$(am__dirstamp)
|
1686
|
-
crypto_stream/aes128ctr/nacl/libsodium_la-consts_aes128ctr.lo: \
|
1687
|
-
crypto_stream/aes128ctr/nacl/$(am__dirstamp) \
|
1688
|
-
crypto_stream/aes128ctr/nacl/$(DEPDIR)/$(am__dirstamp)
|
1689
|
-
crypto_stream/aes128ctr/nacl/libsodium_la-int128_aes128ctr.lo: \
|
1690
|
-
crypto_stream/aes128ctr/nacl/$(am__dirstamp) \
|
1691
|
-
crypto_stream/aes128ctr/nacl/$(DEPDIR)/$(am__dirstamp)
|
1692
|
-
crypto_stream/aes128ctr/nacl/libsodium_la-stream_aes128ctr_nacl.lo: \
|
1693
|
-
crypto_stream/aes128ctr/nacl/$(am__dirstamp) \
|
1694
|
-
crypto_stream/aes128ctr/nacl/$(DEPDIR)/$(am__dirstamp)
|
1695
|
-
crypto_stream/aes128ctr/nacl/libsodium_la-xor_afternm_aes128ctr.lo: \
|
1696
|
-
crypto_stream/aes128ctr/nacl/$(am__dirstamp) \
|
1697
|
-
crypto_stream/aes128ctr/nacl/$(DEPDIR)/$(am__dirstamp)
|
1698
|
-
crypto_stream/aes128ctr/$(am__dirstamp):
|
1699
|
-
@$(MKDIR_P) crypto_stream/aes128ctr
|
1700
|
-
@: > crypto_stream/aes128ctr/$(am__dirstamp)
|
1701
|
-
crypto_stream/aes128ctr/$(DEPDIR)/$(am__dirstamp):
|
1702
|
-
@$(MKDIR_P) crypto_stream/aes128ctr/$(DEPDIR)
|
1703
|
-
@: > crypto_stream/aes128ctr/$(DEPDIR)/$(am__dirstamp)
|
1704
|
-
crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr.lo: \
|
1705
|
-
crypto_stream/aes128ctr/$(am__dirstamp) \
|
1706
|
-
crypto_stream/aes128ctr/$(DEPDIR)/$(am__dirstamp)
|
1707
1687
|
crypto_stream/salsa2012/ref/$(am__dirstamp):
|
1708
1688
|
@$(MKDIR_P) crypto_stream/salsa2012/ref
|
1709
1689
|
@: > crypto_stream/salsa2012/ref/$(am__dirstamp)
|
@@ -1883,6 +1863,8 @@ mostlyclean-compile:
|
|
1883
1863
|
-rm -f crypto_secretbox/xchacha20poly1305/*.lo
|
1884
1864
|
-rm -f crypto_secretbox/xsalsa20poly1305/*.$(OBJEXT)
|
1885
1865
|
-rm -f crypto_secretbox/xsalsa20poly1305/*.lo
|
1866
|
+
-rm -f crypto_secretstream/xchacha20poly1305/*.$(OBJEXT)
|
1867
|
+
-rm -f crypto_secretstream/xchacha20poly1305/*.lo
|
1886
1868
|
-rm -f crypto_shorthash/*.$(OBJEXT)
|
1887
1869
|
-rm -f crypto_shorthash/*.lo
|
1888
1870
|
-rm -f crypto_shorthash/siphash24/*.$(OBJEXT)
|
@@ -1897,10 +1879,6 @@ mostlyclean-compile:
|
|
1897
1879
|
-rm -f crypto_sign/ed25519/ref10/*.lo
|
1898
1880
|
-rm -f crypto_stream/*.$(OBJEXT)
|
1899
1881
|
-rm -f crypto_stream/*.lo
|
1900
|
-
-rm -f crypto_stream/aes128ctr/*.$(OBJEXT)
|
1901
|
-
-rm -f crypto_stream/aes128ctr/*.lo
|
1902
|
-
-rm -f crypto_stream/aes128ctr/nacl/*.$(OBJEXT)
|
1903
|
-
-rm -f crypto_stream/aes128ctr/nacl/*.lo
|
1904
1882
|
-rm -f crypto_stream/chacha20/*.$(OBJEXT)
|
1905
1883
|
-rm -f crypto_stream/chacha20/*.lo
|
1906
1884
|
-rm -f crypto_stream/chacha20/dolbeau/*.$(OBJEXT)
|
@@ -1983,6 +1961,7 @@ distclean-compile:
|
|
1983
1961
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_onetimeauth/poly1305/sse2/$(DEPDIR)/libsse2_la-poly1305_sse2.Plo@am__quote@
|
1984
1962
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/$(DEPDIR)/libsodium_la-crypto_pwhash.Plo@am__quote@
|
1985
1963
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/argon2/$(DEPDIR)/libavx2_la-argon2-fill-block-avx2.Plo@am__quote@
|
1964
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/argon2/$(DEPDIR)/libavx512f_la-argon2-fill-block-avx512f.Plo@am__quote@
|
1986
1965
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-argon2-core.Plo@am__quote@
|
1987
1966
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-argon2-encoding.Plo@am__quote@
|
1988
1967
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_pwhash/argon2/$(DEPDIR)/libsodium_la-argon2-fill-block-ref.Plo@am__quote@
|
@@ -2009,6 +1988,7 @@ distclean-compile:
|
|
2009
1988
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_secretbox/$(DEPDIR)/libsodium_la-crypto_secretbox_easy.Plo@am__quote@
|
2010
1989
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_secretbox/xchacha20poly1305/$(DEPDIR)/libsodium_la-secretbox_xchacha20poly1305.Plo@am__quote@
|
2011
1990
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/libsodium_la-secretbox_xsalsa20poly1305.Plo@am__quote@
|
1991
|
+
@AMDEP_TRUE@@am__include@ @am__quote@crypto_secretstream/xchacha20poly1305/$(DEPDIR)/libsodium_la-secretstream_xchacha20poly1305.Plo@am__quote@
|
2012
1992
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_shorthash/$(DEPDIR)/libsodium_la-crypto_shorthash.Plo@am__quote@
|
2013
1993
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_shorthash/siphash24/$(DEPDIR)/libsodium_la-shorthash_siphash24.Plo@am__quote@
|
2014
1994
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_shorthash/siphash24/$(DEPDIR)/libsodium_la-shorthash_siphashx24.Plo@am__quote@
|
@@ -2021,13 +2001,6 @@ distclean-compile:
|
|
2021
2001
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-open.Plo@am__quote@
|
2022
2002
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_sign/ed25519/ref10/$(DEPDIR)/libsodium_la-sign.Plo@am__quote@
|
2023
2003
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/$(DEPDIR)/libsodium_la-crypto_stream.Plo@am__quote@
|
2024
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/$(DEPDIR)/libsodium_la-stream_aes128ctr.Plo@am__quote@
|
2025
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-afternm_aes128ctr.Plo@am__quote@
|
2026
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-beforenm_aes128ctr.Plo@am__quote@
|
2027
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-consts_aes128ctr.Plo@am__quote@
|
2028
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-int128_aes128ctr.Plo@am__quote@
|
2029
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-stream_aes128ctr_nacl.Plo@am__quote@
|
2030
|
-
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-xor_afternm_aes128ctr.Plo@am__quote@
|
2031
2004
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/chacha20/$(DEPDIR)/libsodium_la-stream_chacha20.Plo@am__quote@
|
2032
2005
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/chacha20/dolbeau/$(DEPDIR)/libavx2_la-chacha20_dolbeau-avx2.Plo@am__quote@
|
2033
2006
|
@AMDEP_TRUE@@am__include@ @am__quote@crypto_stream/chacha20/dolbeau/$(DEPDIR)/libssse3_la-chacha20_dolbeau-ssse3.Plo@am__quote@
|
@@ -2049,6 +2022,7 @@ distclean-compile:
|
|
2049
2022
|
@AMDEP_TRUE@@am__include@ @am__quote@randombytes/nativeclient/$(DEPDIR)/libsodium_la-randombytes_nativeclient.Plo@am__quote@
|
2050
2023
|
@AMDEP_TRUE@@am__include@ @am__quote@randombytes/salsa20/$(DEPDIR)/libsodium_la-randombytes_salsa20_random.Plo@am__quote@
|
2051
2024
|
@AMDEP_TRUE@@am__include@ @am__quote@randombytes/sysrandom/$(DEPDIR)/libsodium_la-randombytes_sysrandom.Plo@am__quote@
|
2025
|
+
@AMDEP_TRUE@@am__include@ @am__quote@sodium/$(DEPDIR)/libsodium_la-codecs.Plo@am__quote@
|
2052
2026
|
@AMDEP_TRUE@@am__include@ @am__quote@sodium/$(DEPDIR)/libsodium_la-core.Plo@am__quote@
|
2053
2027
|
@AMDEP_TRUE@@am__include@ @am__quote@sodium/$(DEPDIR)/libsodium_la-runtime.Plo@am__quote@
|
2054
2028
|
@AMDEP_TRUE@@am__include@ @am__quote@sodium/$(DEPDIR)/libsodium_la-utils.Plo@am__quote@
|
@@ -2151,6 +2125,13 @@ crypto_stream/salsa20/xmm6int/libavx2_la-salsa20_xmm6int-avx2.lo: crypto_stream/
|
|
2151
2125
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2152
2126
|
@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
|
2153
2127
|
|
2128
|
+
crypto_pwhash/argon2/libavx512f_la-argon2-fill-block-avx512f.lo: crypto_pwhash/argon2/argon2-fill-block-avx512f.c
|
2129
|
+
@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
|
2130
|
+
@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
|
2131
|
+
@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@
|
2132
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2133
|
+
@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
|
2134
|
+
|
2154
2135
|
crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo: crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c
|
2155
2136
|
@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
|
2156
2137
|
@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
|
@@ -2459,6 +2440,13 @@ crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305.lo: cr
|
|
2459
2440
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2460
2441
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305.lo `test -f 'crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c' || echo '$(srcdir)/'`crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c
|
2461
2442
|
|
2443
|
+
crypto_secretstream/xchacha20poly1305/libsodium_la-secretstream_xchacha20poly1305.lo: crypto_secretstream/xchacha20poly1305/secretstream_xchacha20poly1305.c
|
2444
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_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
|
2445
|
+
@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
|
2446
|
+
@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@
|
2447
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2448
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_secretstream/xchacha20poly1305/libsodium_la-secretstream_xchacha20poly1305.lo `test -f 'crypto_secretstream/xchacha20poly1305/secretstream_xchacha20poly1305.c' || echo '$(srcdir)/'`crypto_secretstream/xchacha20poly1305/secretstream_xchacha20poly1305.c
|
2449
|
+
|
2462
2450
|
crypto_shorthash/libsodium_la-crypto_shorthash.lo: crypto_shorthash/crypto_shorthash.c
|
2463
2451
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_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
|
2464
2452
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_shorthash/$(DEPDIR)/libsodium_la-crypto_shorthash.Tpo crypto_shorthash/$(DEPDIR)/libsodium_la-crypto_shorthash.Plo
|
@@ -2564,6 +2552,13 @@ randombytes/libsodium_la-randombytes.lo: randombytes/randombytes.c
|
|
2564
2552
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2565
2553
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o randombytes/libsodium_la-randombytes.lo `test -f 'randombytes/randombytes.c' || echo '$(srcdir)/'`randombytes/randombytes.c
|
2566
2554
|
|
2555
|
+
sodium/libsodium_la-codecs.lo: sodium/codecs.c
|
2556
|
+
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT 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
|
2557
|
+
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sodium/$(DEPDIR)/libsodium_la-codecs.Tpo sodium/$(DEPDIR)/libsodium_la-codecs.Plo
|
2558
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sodium/codecs.c' object='sodium/libsodium_la-codecs.lo' libtool=yes @AMDEPBACKSLASH@
|
2559
|
+
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2560
|
+
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sodium/libsodium_la-codecs.lo `test -f 'sodium/codecs.c' || echo '$(srcdir)/'`sodium/codecs.c
|
2561
|
+
|
2567
2562
|
sodium/libsodium_la-core.lo: sodium/core.c
|
2568
2563
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT 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
|
2569
2564
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) sodium/$(DEPDIR)/libsodium_la-core.Tpo sodium/$(DEPDIR)/libsodium_la-core.Plo
|
@@ -2739,55 +2734,6 @@ crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo: crypto_sign/ed25519/ref10/ob
|
|
2739
2734
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2740
2735
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo `test -f 'crypto_sign/ed25519/ref10/obsolete.c' || echo '$(srcdir)/'`crypto_sign/ed25519/ref10/obsolete.c
|
2741
2736
|
|
2742
|
-
crypto_stream/aes128ctr/nacl/libsodium_la-afternm_aes128ctr.lo: crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c
|
2743
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/nacl/libsodium_la-afternm_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-afternm_aes128ctr.Tpo -c -o crypto_stream/aes128ctr/nacl/libsodium_la-afternm_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c
|
2744
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-afternm_aes128ctr.Tpo crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-afternm_aes128ctr.Plo
|
2745
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c' object='crypto_stream/aes128ctr/nacl/libsodium_la-afternm_aes128ctr.lo' libtool=yes @AMDEPBACKSLASH@
|
2746
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2747
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/nacl/libsodium_la-afternm_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/nacl/afternm_aes128ctr.c
|
2748
|
-
|
2749
|
-
crypto_stream/aes128ctr/nacl/libsodium_la-beforenm_aes128ctr.lo: crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c
|
2750
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/nacl/libsodium_la-beforenm_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-beforenm_aes128ctr.Tpo -c -o crypto_stream/aes128ctr/nacl/libsodium_la-beforenm_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c
|
2751
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-beforenm_aes128ctr.Tpo crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-beforenm_aes128ctr.Plo
|
2752
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c' object='crypto_stream/aes128ctr/nacl/libsodium_la-beforenm_aes128ctr.lo' libtool=yes @AMDEPBACKSLASH@
|
2753
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2754
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/nacl/libsodium_la-beforenm_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/nacl/beforenm_aes128ctr.c
|
2755
|
-
|
2756
|
-
crypto_stream/aes128ctr/nacl/libsodium_la-consts_aes128ctr.lo: crypto_stream/aes128ctr/nacl/consts_aes128ctr.c
|
2757
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/nacl/libsodium_la-consts_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-consts_aes128ctr.Tpo -c -o crypto_stream/aes128ctr/nacl/libsodium_la-consts_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/nacl/consts_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/nacl/consts_aes128ctr.c
|
2758
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-consts_aes128ctr.Tpo crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-consts_aes128ctr.Plo
|
2759
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/nacl/consts_aes128ctr.c' object='crypto_stream/aes128ctr/nacl/libsodium_la-consts_aes128ctr.lo' libtool=yes @AMDEPBACKSLASH@
|
2760
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2761
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/nacl/libsodium_la-consts_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/nacl/consts_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/nacl/consts_aes128ctr.c
|
2762
|
-
|
2763
|
-
crypto_stream/aes128ctr/nacl/libsodium_la-int128_aes128ctr.lo: crypto_stream/aes128ctr/nacl/int128_aes128ctr.c
|
2764
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/nacl/libsodium_la-int128_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-int128_aes128ctr.Tpo -c -o crypto_stream/aes128ctr/nacl/libsodium_la-int128_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/nacl/int128_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/nacl/int128_aes128ctr.c
|
2765
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-int128_aes128ctr.Tpo crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-int128_aes128ctr.Plo
|
2766
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/nacl/int128_aes128ctr.c' object='crypto_stream/aes128ctr/nacl/libsodium_la-int128_aes128ctr.lo' libtool=yes @AMDEPBACKSLASH@
|
2767
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2768
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/nacl/libsodium_la-int128_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/nacl/int128_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/nacl/int128_aes128ctr.c
|
2769
|
-
|
2770
|
-
crypto_stream/aes128ctr/nacl/libsodium_la-stream_aes128ctr_nacl.lo: crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c
|
2771
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/nacl/libsodium_la-stream_aes128ctr_nacl.lo -MD -MP -MF crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-stream_aes128ctr_nacl.Tpo -c -o crypto_stream/aes128ctr/nacl/libsodium_la-stream_aes128ctr_nacl.lo `test -f 'crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c
|
2772
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-stream_aes128ctr_nacl.Tpo crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-stream_aes128ctr_nacl.Plo
|
2773
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c' object='crypto_stream/aes128ctr/nacl/libsodium_la-stream_aes128ctr_nacl.lo' libtool=yes @AMDEPBACKSLASH@
|
2774
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2775
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/nacl/libsodium_la-stream_aes128ctr_nacl.lo `test -f 'crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/nacl/stream_aes128ctr_nacl.c
|
2776
|
-
|
2777
|
-
crypto_stream/aes128ctr/nacl/libsodium_la-xor_afternm_aes128ctr.lo: crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c
|
2778
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/nacl/libsodium_la-xor_afternm_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-xor_afternm_aes128ctr.Tpo -c -o crypto_stream/aes128ctr/nacl/libsodium_la-xor_afternm_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c
|
2779
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-xor_afternm_aes128ctr.Tpo crypto_stream/aes128ctr/nacl/$(DEPDIR)/libsodium_la-xor_afternm_aes128ctr.Plo
|
2780
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c' object='crypto_stream/aes128ctr/nacl/libsodium_la-xor_afternm_aes128ctr.lo' libtool=yes @AMDEPBACKSLASH@
|
2781
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2782
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/nacl/libsodium_la-xor_afternm_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/nacl/xor_afternm_aes128ctr.c
|
2783
|
-
|
2784
|
-
crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr.lo: crypto_stream/aes128ctr/stream_aes128ctr.c
|
2785
|
-
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr.lo -MD -MP -MF crypto_stream/aes128ctr/$(DEPDIR)/libsodium_la-stream_aes128ctr.Tpo -c -o crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/stream_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/stream_aes128ctr.c
|
2786
|
-
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto_stream/aes128ctr/$(DEPDIR)/libsodium_la-stream_aes128ctr.Tpo crypto_stream/aes128ctr/$(DEPDIR)/libsodium_la-stream_aes128ctr.Plo
|
2787
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto_stream/aes128ctr/stream_aes128ctr.c' object='crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr.lo' libtool=yes @AMDEPBACKSLASH@
|
2788
|
-
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2789
|
-
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o crypto_stream/aes128ctr/libsodium_la-stream_aes128ctr.lo `test -f 'crypto_stream/aes128ctr/stream_aes128ctr.c' || echo '$(srcdir)/'`crypto_stream/aes128ctr/stream_aes128ctr.c
|
2790
|
-
|
2791
2737
|
crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012_ref.lo: crypto_stream/salsa2012/ref/stream_salsa2012_ref.c
|
2792
2738
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_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
|
2793
2739
|
@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
|
@@ -2920,6 +2866,7 @@ clean-libtool:
|
|
2920
2866
|
-rm -rf crypto_secretbox/.libs crypto_secretbox/_libs
|
2921
2867
|
-rm -rf crypto_secretbox/xchacha20poly1305/.libs crypto_secretbox/xchacha20poly1305/_libs
|
2922
2868
|
-rm -rf crypto_secretbox/xsalsa20poly1305/.libs crypto_secretbox/xsalsa20poly1305/_libs
|
2869
|
+
-rm -rf crypto_secretstream/xchacha20poly1305/.libs crypto_secretstream/xchacha20poly1305/_libs
|
2923
2870
|
-rm -rf crypto_shorthash/.libs crypto_shorthash/_libs
|
2924
2871
|
-rm -rf crypto_shorthash/siphash24/.libs crypto_shorthash/siphash24/_libs
|
2925
2872
|
-rm -rf crypto_shorthash/siphash24/ref/.libs crypto_shorthash/siphash24/ref/_libs
|
@@ -2927,8 +2874,6 @@ clean-libtool:
|
|
2927
2874
|
-rm -rf crypto_sign/ed25519/.libs crypto_sign/ed25519/_libs
|
2928
2875
|
-rm -rf crypto_sign/ed25519/ref10/.libs crypto_sign/ed25519/ref10/_libs
|
2929
2876
|
-rm -rf crypto_stream/.libs crypto_stream/_libs
|
2930
|
-
-rm -rf crypto_stream/aes128ctr/.libs crypto_stream/aes128ctr/_libs
|
2931
|
-
-rm -rf crypto_stream/aes128ctr/nacl/.libs crypto_stream/aes128ctr/nacl/_libs
|
2932
2877
|
-rm -rf crypto_stream/chacha20/.libs crypto_stream/chacha20/_libs
|
2933
2878
|
-rm -rf crypto_stream/chacha20/dolbeau/.libs crypto_stream/chacha20/dolbeau/_libs
|
2934
2879
|
-rm -rf crypto_stream/chacha20/ref/.libs crypto_stream/chacha20/ref/_libs
|
@@ -3245,6 +3190,8 @@ distclean-generic:
|
|
3245
3190
|
-rm -f crypto_secretbox/xchacha20poly1305/$(am__dirstamp)
|
3246
3191
|
-rm -f crypto_secretbox/xsalsa20poly1305/$(DEPDIR)/$(am__dirstamp)
|
3247
3192
|
-rm -f crypto_secretbox/xsalsa20poly1305/$(am__dirstamp)
|
3193
|
+
-rm -f crypto_secretstream/xchacha20poly1305/$(DEPDIR)/$(am__dirstamp)
|
3194
|
+
-rm -f crypto_secretstream/xchacha20poly1305/$(am__dirstamp)
|
3248
3195
|
-rm -f crypto_shorthash/$(DEPDIR)/$(am__dirstamp)
|
3249
3196
|
-rm -f crypto_shorthash/$(am__dirstamp)
|
3250
3197
|
-rm -f crypto_shorthash/siphash24/$(DEPDIR)/$(am__dirstamp)
|
@@ -3259,10 +3206,6 @@ distclean-generic:
|
|
3259
3206
|
-rm -f crypto_sign/ed25519/ref10/$(am__dirstamp)
|
3260
3207
|
-rm -f crypto_stream/$(DEPDIR)/$(am__dirstamp)
|
3261
3208
|
-rm -f crypto_stream/$(am__dirstamp)
|
3262
|
-
-rm -f crypto_stream/aes128ctr/$(DEPDIR)/$(am__dirstamp)
|
3263
|
-
-rm -f crypto_stream/aes128ctr/$(am__dirstamp)
|
3264
|
-
-rm -f crypto_stream/aes128ctr/nacl/$(DEPDIR)/$(am__dirstamp)
|
3265
|
-
-rm -f crypto_stream/aes128ctr/nacl/$(am__dirstamp)
|
3266
3209
|
-rm -f crypto_stream/chacha20/$(DEPDIR)/$(am__dirstamp)
|
3267
3210
|
-rm -f crypto_stream/chacha20/$(am__dirstamp)
|
3268
3211
|
-rm -f crypto_stream/chacha20/dolbeau/$(DEPDIR)/$(am__dirstamp)
|
@@ -3311,7 +3254,7 @@ clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
|
|
3311
3254
|
clean-noinstLTLIBRARIES mostlyclean-am
|
3312
3255
|
|
3313
3256
|
distclean: distclean-recursive
|
3314
|
-
-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/curve25519/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/donna_c64/$(DEPDIR) crypto_scalarmult/curve25519/ref10/$(DEPDIR) crypto_scalarmult/curve25519/sandy2x/$(DEPDIR) crypto_secretbox/$(DEPDIR) crypto_secretbox/xchacha20poly1305/$(DEPDIR) crypto_secretbox/xsalsa20poly1305/$(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/
|
3257
|
+
-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/curve25519/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/donna_c64/$(DEPDIR) crypto_scalarmult/curve25519/ref10/$(DEPDIR) crypto_scalarmult/curve25519/sandy2x/$(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)
|
3315
3258
|
-rm -f Makefile
|
3316
3259
|
distclean-am: clean-am distclean-compile distclean-generic \
|
3317
3260
|
distclean-tags
|
@@ -3357,7 +3300,7 @@ install-ps-am:
|
|
3357
3300
|
installcheck-am:
|
3358
3301
|
|
3359
3302
|
maintainer-clean: maintainer-clean-recursive
|
3360
|
-
-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/curve25519/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/donna_c64/$(DEPDIR) crypto_scalarmult/curve25519/ref10/$(DEPDIR) crypto_scalarmult/curve25519/sandy2x/$(DEPDIR) crypto_secretbox/$(DEPDIR) crypto_secretbox/xchacha20poly1305/$(DEPDIR) crypto_secretbox/xsalsa20poly1305/$(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/
|
3303
|
+
-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/curve25519/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/donna_c64/$(DEPDIR) crypto_scalarmult/curve25519/ref10/$(DEPDIR) crypto_scalarmult/curve25519/sandy2x/$(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)
|
3361
3304
|
-rm -f Makefile
|
3362
3305
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
3363
3306
|
|