libsodium 1.0.8
[tomato.git] / release / src / router / libsodium / dist-build / Makefile.in
blob9774ce4997a6d477832c8236f03666abfd09264f
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
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.
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.
15 @SET_MAKE@
16 VPATH = @srcdir@
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 subdir = dist-build
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
93 $(top_srcdir)/m4/ax_check_define.m4 \
94 $(top_srcdir)/m4/ax_check_link_flag.m4 \
95 $(top_srcdir)/m4/ld-output-def.m4 $(top_srcdir)/m4/libtool.m4 \
96 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
97 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
98 $(top_srcdir)/configure.ac
99 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100 $(ACLOCAL_M4)
101 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
102 mkinstalldirs = $(install_sh) -d
103 CONFIG_CLEAN_FILES =
104 CONFIG_CLEAN_VPATH_FILES =
105 AM_V_P = $(am__v_P_@AM_V@)
106 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107 am__v_P_0 = false
108 am__v_P_1 = :
109 AM_V_GEN = $(am__v_GEN_@AM_V@)
110 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111 am__v_GEN_0 = @echo " GEN " $@;
112 am__v_GEN_1 =
113 AM_V_at = $(am__v_at_@AM_V@)
114 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115 am__v_at_0 = @
116 am__v_at_1 =
117 SOURCES =
118 DIST_SOURCES =
119 am__can_run_installinfo = \
120 case $$AM_UPDATE_INFO_DIR in \
121 n|no|NO) false;; \
122 *) (install-info --version) >/dev/null 2>&1;; \
123 esac
124 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
125 am__DIST_COMMON = $(srcdir)/Makefile.in
126 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
127 ACLOCAL = @ACLOCAL@
128 AMTAR = @AMTAR@
129 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
130 AR = @AR@
131 AS = @AS@
132 AUTOCONF = @AUTOCONF@
133 AUTOHEADER = @AUTOHEADER@
134 AUTOMAKE = @AUTOMAKE@
135 AWK = @AWK@
136 CC = @CC@
137 CCAS = @CCAS@
138 CCASDEPMODE = @CCASDEPMODE@
139 CCASFLAGS = @CCASFLAGS@
140 CCDEPMODE = @CCDEPMODE@
141 CFLAGS = @CFLAGS@
142 CFLAGS_AESNI = @CFLAGS_AESNI@
143 CFLAGS_MMX = @CFLAGS_MMX@
144 CFLAGS_PCLMUL = @CFLAGS_PCLMUL@
145 CFLAGS_SSE2 = @CFLAGS_SSE2@
146 CFLAGS_SSE3 = @CFLAGS_SSE3@
147 CFLAGS_SSE41 = @CFLAGS_SSE41@
148 CFLAGS_SSSE3 = @CFLAGS_SSSE3@
149 CPP = @CPP@
150 CPPFLAGS = @CPPFLAGS@
151 CWFLAGS = @CWFLAGS@
152 CYGPATH_W = @CYGPATH_W@
153 DEFS = @DEFS@
154 DEPDIR = @DEPDIR@
155 DLLTOOL = @DLLTOOL@
156 DLL_VERSION = @DLL_VERSION@
157 DSYMUTIL = @DSYMUTIL@
158 DUMPBIN = @DUMPBIN@
159 ECHO_C = @ECHO_C@
160 ECHO_N = @ECHO_N@
161 ECHO_T = @ECHO_T@
162 EGREP = @EGREP@
163 EXEEXT = @EXEEXT@
164 FGREP = @FGREP@
165 GREP = @GREP@
166 HAVE_AMD64_ASM_V = @HAVE_AMD64_ASM_V@
167 HAVE_AVX_ASM_V = @HAVE_AVX_ASM_V@
168 HAVE_CPUID_V = @HAVE_CPUID_V@
169 HAVE_TI_MODE_V = @HAVE_TI_MODE_V@
170 INSTALL = @INSTALL@
171 INSTALL_DATA = @INSTALL_DATA@
172 INSTALL_PROGRAM = @INSTALL_PROGRAM@
173 INSTALL_SCRIPT = @INSTALL_SCRIPT@
174 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
175 ISODATE = @ISODATE@
176 LD = @LD@
177 LDFLAGS = @LDFLAGS@
178 LIBOBJS = @LIBOBJS@
179 LIBS = @LIBS@
180 LIBTOOL = @LIBTOOL@
181 LIBTOOL_DEPS = @LIBTOOL_DEPS@
182 LIBTOOL_EXTRA_FLAGS = @LIBTOOL_EXTRA_FLAGS@
183 LIPO = @LIPO@
184 LN_S = @LN_S@
185 LTLIBOBJS = @LTLIBOBJS@
186 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
187 MAINT = @MAINT@
188 MAKEINFO = @MAKEINFO@
189 MANIFEST_TOOL = @MANIFEST_TOOL@
190 MKDIR_P = @MKDIR_P@
191 NM = @NM@
192 NMEDIT = @NMEDIT@
193 OBJDUMP = @OBJDUMP@
194 OBJEXT = @OBJEXT@
195 OTOOL = @OTOOL@
196 OTOOL64 = @OTOOL64@
197 PACKAGE = @PACKAGE@
198 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
199 PACKAGE_NAME = @PACKAGE_NAME@
200 PACKAGE_STRING = @PACKAGE_STRING@
201 PACKAGE_TARNAME = @PACKAGE_TARNAME@
202 PACKAGE_URL = @PACKAGE_URL@
203 PACKAGE_VERSION = @PACKAGE_VERSION@
204 PATH_SEPARATOR = @PATH_SEPARATOR@
205 RANLIB = @RANLIB@
206 SAFECODE_HOME = @SAFECODE_HOME@
207 SED = @SED@
208 SET_MAKE = @SET_MAKE@
209 SHELL = @SHELL@
210 SODIUM_LIBRARY_VERSION = @SODIUM_LIBRARY_VERSION@
211 SODIUM_LIBRARY_VERSION_MAJOR = @SODIUM_LIBRARY_VERSION_MAJOR@
212 SODIUM_LIBRARY_VERSION_MINOR = @SODIUM_LIBRARY_VERSION_MINOR@
213 STRIP = @STRIP@
214 TEST_LDFLAGS = @TEST_LDFLAGS@
215 VERSION = @VERSION@
216 abs_builddir = @abs_builddir@
217 abs_srcdir = @abs_srcdir@
218 abs_top_builddir = @abs_top_builddir@
219 abs_top_srcdir = @abs_top_srcdir@
220 ac_ct_AR = @ac_ct_AR@
221 ac_ct_CC = @ac_ct_CC@
222 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
223 am__include = @am__include@
224 am__leading_dot = @am__leading_dot@
225 am__quote = @am__quote@
226 am__tar = @am__tar@
227 am__untar = @am__untar@
228 bindir = @bindir@
229 build = @build@
230 build_alias = @build_alias@
231 build_cpu = @build_cpu@
232 build_os = @build_os@
233 build_vendor = @build_vendor@
234 builddir = @builddir@
235 datadir = @datadir@
236 datarootdir = @datarootdir@
237 docdir = @docdir@
238 dvidir = @dvidir@
239 exec_prefix = @exec_prefix@
240 host = @host@
241 host_alias = @host_alias@
242 host_cpu = @host_cpu@
243 host_os = @host_os@
244 host_vendor = @host_vendor@
245 htmldir = @htmldir@
246 includedir = @includedir@
247 infodir = @infodir@
248 install_sh = @install_sh@
249 libdir = @libdir@
250 libexecdir = @libexecdir@
251 localedir = @localedir@
252 localstatedir = @localstatedir@
253 mandir = @mandir@
254 mkdir_p = @mkdir_p@
255 oldincludedir = @oldincludedir@
256 pdfdir = @pdfdir@
257 prefix = @prefix@
258 program_transform_name = @program_transform_name@
259 psdir = @psdir@
260 sbindir = @sbindir@
261 sharedstatedir = @sharedstatedir@
262 srcdir = @srcdir@
263 sysconfdir = @sysconfdir@
264 target_alias = @target_alias@
265 top_build_prefix = @top_build_prefix@
266 top_builddir = @top_builddir@
267 top_srcdir = @top_srcdir@
268 EXTRA_DIST = \
269 android-build.sh \
270 android-arm.sh \
271 android-armv7-a.sh \
272 android-armv8-a.sh \
273 android-mips32.sh \
274 android-mips64.sh \
275 android-x86.sh \
276 android-x86-64.sh \
277 emscripten.sh \
278 ios.sh \
279 msys2-win32.sh \
280 msys2-win64.sh \
281 nativeclient.sh
283 all: all-am
285 .SUFFIXES:
286 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
287 @for dep in $?; do \
288 case '$(am__configure_deps)' in \
289 *$$dep*) \
290 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
291 && { if test -f $@; then exit 0; else break; fi; }; \
292 exit 1;; \
293 esac; \
294 done; \
295 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign dist-build/Makefile'; \
296 $(am__cd) $(top_srcdir) && \
297 $(AUTOMAKE) --foreign dist-build/Makefile
298 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
299 @case '$?' in \
300 *config.status*) \
301 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
302 *) \
303 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
304 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
305 esac;
307 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
308 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
310 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
311 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
312 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
313 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
314 $(am__aclocal_m4_deps):
316 mostlyclean-libtool:
317 -rm -f *.lo
319 clean-libtool:
320 -rm -rf .libs _libs
321 tags TAGS:
323 ctags CTAGS:
325 cscope cscopelist:
328 distdir: $(DISTFILES)
329 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
330 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
331 list='$(DISTFILES)'; \
332 dist_files=`for file in $$list; do echo $$file; done | \
333 sed -e "s|^$$srcdirstrip/||;t" \
334 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
335 case $$dist_files in \
336 */*) $(MKDIR_P) `echo "$$dist_files" | \
337 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
338 sort -u` ;; \
339 esac; \
340 for file in $$dist_files; do \
341 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
342 if test -d $$d/$$file; then \
343 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
344 if test -d "$(distdir)/$$file"; then \
345 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
346 fi; \
347 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
348 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
349 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
350 fi; \
351 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
352 else \
353 test -f "$(distdir)/$$file" \
354 || cp -p $$d/$$file "$(distdir)/$$file" \
355 || exit 1; \
356 fi; \
357 done
358 check-am: all-am
359 check: check-am
360 all-am: Makefile
361 installdirs:
362 install: install-am
363 install-exec: install-exec-am
364 install-data: install-data-am
365 uninstall: uninstall-am
367 install-am: all-am
368 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
370 installcheck: installcheck-am
371 install-strip:
372 if test -z '$(STRIP)'; then \
373 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
374 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
375 install; \
376 else \
377 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
378 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
379 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
381 mostlyclean-generic:
383 clean-generic:
385 distclean-generic:
386 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
387 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
389 maintainer-clean-generic:
390 @echo "This command is intended for maintainers to use"
391 @echo "it deletes files that may require special tools to rebuild."
392 clean: clean-am
394 clean-am: clean-generic clean-libtool mostlyclean-am
396 distclean: distclean-am
397 -rm -f Makefile
398 distclean-am: clean-am distclean-generic
400 dvi: dvi-am
402 dvi-am:
404 html: html-am
406 html-am:
408 info: info-am
410 info-am:
412 install-data-am:
414 install-dvi: install-dvi-am
416 install-dvi-am:
418 install-exec-am:
420 install-html: install-html-am
422 install-html-am:
424 install-info: install-info-am
426 install-info-am:
428 install-man:
430 install-pdf: install-pdf-am
432 install-pdf-am:
434 install-ps: install-ps-am
436 install-ps-am:
438 installcheck-am:
440 maintainer-clean: maintainer-clean-am
441 -rm -f Makefile
442 maintainer-clean-am: distclean-am maintainer-clean-generic
444 mostlyclean: mostlyclean-am
446 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
448 pdf: pdf-am
450 pdf-am:
452 ps: ps-am
454 ps-am:
456 uninstall-am:
458 .MAKE: install-am install-strip
460 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
461 cscopelist-am ctags-am distclean distclean-generic \
462 distclean-libtool distdir dvi dvi-am html html-am info info-am \
463 install install-am install-data install-data-am install-dvi \
464 install-dvi-am install-exec install-exec-am install-html \
465 install-html-am install-info install-info-am install-man \
466 install-pdf install-pdf-am install-ps install-ps-am \
467 install-strip installcheck installcheck-am installdirs \
468 maintainer-clean maintainer-clean-generic mostlyclean \
469 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
470 tags-am uninstall uninstall-am
472 .PRECIOUS: Makefile
475 # Tell versions [3.59,3.63) of GNU make to not export all variables.
476 # Otherwise a system limit (for SysV at least) may be exceeded.
477 .NOEXPORT: