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