dnscrypt-proxy update: 1.4.1
[tomato.git] / release / src / router / dnscrypt / src / ext / Makefile.in
blobe5820cc9a40bb9f24dd2aeb881f54889a8021291
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@
17 VPATH = @srcdir@
18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 am__make_running_with_option = \
20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
31 case $$MAKEFLAGS in \
32 *\\[\ \ ]*) \
33 bs=\\; \
34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
36 esac; \
37 fi; \
38 skip_next=no; \
39 strip_trailopt () \
40 { \
41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42 }; \
43 for flg in $$sane_makeflags; do \
44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63 pkgdatadir = $(datadir)/@PACKAGE@
64 pkgincludedir = $(includedir)/@PACKAGE@
65 pkglibdir = $(libdir)/@PACKAGE@
66 pkglibexecdir = $(libexecdir)/@PACKAGE@
67 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68 install_sh_DATA = $(install_sh) -c -m 644
69 install_sh_PROGRAM = $(install_sh) -c
70 install_sh_SCRIPT = $(install_sh) -c
71 INSTALL_HEADER = $(INSTALL_DATA)
72 transform = $(program_transform_name)
73 NORMAL_INSTALL = :
74 PRE_INSTALL = :
75 POST_INSTALL = :
76 NORMAL_UNINSTALL = :
77 PRE_UNINSTALL = :
78 POST_UNINSTALL = :
79 build_triplet = @build@
80 host_triplet = @host@
81 subdir = src/ext
82 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83 $(noinst_HEADERS)
84 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85 am__aclocal_m4_deps = $(top_srcdir)/m4/argz.m4 \
86 $(top_srcdir)/m4/ax_check_compile_flag.m4 \
87 $(top_srcdir)/m4/ax_check_link_flag.m4 \
88 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltdl.m4 \
89 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
90 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
91 $(top_srcdir)/configure.ac
92 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93 $(ACLOCAL_M4)
94 mkinstalldirs = $(install_sh) -d
95 CONFIG_HEADER = $(top_builddir)/config.h
96 CONFIG_CLEAN_FILES =
97 CONFIG_CLEAN_VPATH_FILES =
98 AM_V_P = $(am__v_P_@AM_V@)
99 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
100 am__v_P_0 = false
101 am__v_P_1 = :
102 AM_V_GEN = $(am__v_GEN_@AM_V@)
103 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
104 am__v_GEN_0 = @echo " GEN " $@;
105 am__v_GEN_1 =
106 AM_V_at = $(am__v_at_@AM_V@)
107 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
108 am__v_at_0 = @
109 am__v_at_1 =
110 SOURCES =
111 DIST_SOURCES =
112 am__can_run_installinfo = \
113 case $$AM_UPDATE_INFO_DIR in \
114 n|no|NO) false;; \
115 *) (install-info --version) >/dev/null 2>&1;; \
116 esac
117 HEADERS = $(noinst_HEADERS)
118 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
119 # Read a list of newline-separated strings from the standard input,
120 # and print each of them once, without duplicates. Input order is
121 # *not* preserved.
122 am__uniquify_input = $(AWK) '\
123 BEGIN { nonempty = 0; } \
124 { items[$$0] = 1; nonempty = 1; } \
125 END { if (nonempty) { for (i in items) print i; }; } \
127 # Make sure the list of sources is unique. This is necessary because,
128 # e.g., the same source file might be shared among _SOURCES variables
129 # for different programs/libraries.
130 am__define_uniq_tagged_files = \
131 list='$(am__tagged_files)'; \
132 unique=`for i in $$list; do \
133 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
134 done | $(am__uniquify_input)`
135 ETAGS = etags
136 CTAGS = ctags
137 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
138 ACLOCAL = @ACLOCAL@
139 AMTAR = @AMTAR@
140 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
141 AR = @AR@
142 ARGZ_H = @ARGZ_H@
143 AUTOCONF = @AUTOCONF@
144 AUTOHEADER = @AUTOHEADER@
145 AUTOMAKE = @AUTOMAKE@
146 AWK = @AWK@
147 CC = @CC@
148 CCDEPMODE = @CCDEPMODE@
149 CFLAGS = @CFLAGS@
150 CPP = @CPP@
151 CPPFLAGS = @CPPFLAGS@
152 CWFLAGS = @CWFLAGS@
153 CYGPATH_W = @CYGPATH_W@
154 DEFS = @DEFS@
155 DEPDIR = @DEPDIR@
156 DLLTOOL = @DLLTOOL@
157 DSYMUTIL = @DSYMUTIL@
158 DTRACE = @DTRACE@
159 DUMPBIN = @DUMPBIN@
160 ECHO_C = @ECHO_C@
161 ECHO_N = @ECHO_N@
162 ECHO_T = @ECHO_T@
163 EGREP = @EGREP@
164 EXEEXT = @EXEEXT@
165 FGREP = @FGREP@
166 GREP = @GREP@
167 INCLTDL = @INCLTDL@
168 INSTALL = @INSTALL@
169 INSTALL_DATA = @INSTALL_DATA@
170 INSTALL_PROGRAM = @INSTALL_PROGRAM@
171 INSTALL_SCRIPT = @INSTALL_SCRIPT@
172 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
173 ISODATE = @ISODATE@
174 LD = @LD@
175 LDFLAGS = @LDFLAGS@
176 LDNS_LIBS = @LDNS_LIBS@
177 LIBADD_DL = @LIBADD_DL@
178 LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
179 LIBADD_DLOPEN = @LIBADD_DLOPEN@
180 LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
181 LIBLTDL = @LIBLTDL@
182 LIBOBJS = @LIBOBJS@
183 LIBS = @LIBS@
184 LIBTOOL = @LIBTOOL@
185 LIBTOOL_DEPS = @LIBTOOL_DEPS@
186 LIPO = @LIPO@
187 LN_S = @LN_S@
188 LTDLDEPS = @LTDLDEPS@
189 LTDLINCL = @LTDLINCL@
190 LTDLOPEN = @LTDLOPEN@
191 LTLIBOBJS = @LTLIBOBJS@
192 LT_CONFIG_H = @LT_CONFIG_H@
193 LT_DLLOADERS = @LT_DLLOADERS@
194 LT_DLPREOPEN = @LT_DLPREOPEN@
195 MAINT = @MAINT@
196 MAKEINFO = @MAKEINFO@
197 MANIFEST_TOOL = @MANIFEST_TOOL@
198 MKDIR_P = @MKDIR_P@
199 NM = @NM@
200 NMEDIT = @NMEDIT@
201 OBJDUMP = @OBJDUMP@
202 OBJEXT = @OBJEXT@
203 OTOOL = @OTOOL@
204 OTOOL64 = @OTOOL64@
205 PACKAGE = @PACKAGE@
206 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
207 PACKAGE_NAME = @PACKAGE_NAME@
208 PACKAGE_STRING = @PACKAGE_STRING@
209 PACKAGE_TARNAME = @PACKAGE_TARNAME@
210 PACKAGE_URL = @PACKAGE_URL@
211 PACKAGE_VERSION = @PACKAGE_VERSION@
212 PATH_SEPARATOR = @PATH_SEPARATOR@
213 PROBES_SOURCE = @PROBES_SOURCE@
214 RANLIB = @RANLIB@
215 RONN = @RONN@
216 SAFECODE_HOME = @SAFECODE_HOME@
217 SED = @SED@
218 SET_MAKE = @SET_MAKE@
219 SHELL = @SHELL@
220 SIXJACK = @SIXJACK@
221 STRIP = @STRIP@
222 VERSION = @VERSION@
223 abs_builddir = @abs_builddir@
224 abs_srcdir = @abs_srcdir@
225 abs_top_builddir = @abs_top_builddir@
226 abs_top_srcdir = @abs_top_srcdir@
227 ac_ct_AR = @ac_ct_AR@
228 ac_ct_CC = @ac_ct_CC@
229 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
230 am__include = @am__include@
231 am__leading_dot = @am__leading_dot@
232 am__quote = @am__quote@
233 am__tar = @am__tar@
234 am__untar = @am__untar@
235 bindir = @bindir@
236 build = @build@
237 build_alias = @build_alias@
238 build_cpu = @build_cpu@
239 build_os = @build_os@
240 build_vendor = @build_vendor@
241 builddir = @builddir@
242 datadir = @datadir@
243 datarootdir = @datarootdir@
244 docdir = @docdir@
245 dvidir = @dvidir@
246 exec_prefix = @exec_prefix@
247 host = @host@
248 host_alias = @host_alias@
249 host_cpu = @host_cpu@
250 host_os = @host_os@
251 host_vendor = @host_vendor@
252 htmldir = @htmldir@
253 includedir = @includedir@
254 infodir = @infodir@
255 install_sh = @install_sh@
256 libdir = @libdir@
257 libexecdir = @libexecdir@
258 localedir = @localedir@
259 localstatedir = @localstatedir@
260 ltdl_LIBOBJS = @ltdl_LIBOBJS@
261 ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
262 mandir = @mandir@
263 mkdir_p = @mkdir_p@
264 oldincludedir = @oldincludedir@
265 pdfdir = @pdfdir@
266 prefix = @prefix@
267 program_transform_name = @program_transform_name@
268 psdir = @psdir@
269 sbindir = @sbindir@
270 sharedstatedir = @sharedstatedir@
271 srcdir = @srcdir@
272 subdirs = @subdirs@
273 sys_symbol_underscore = @sys_symbol_underscore@
274 sysconfdir = @sysconfdir@
275 target_alias = @target_alias@
276 top_build_prefix = @top_build_prefix@
277 top_builddir = @top_builddir@
278 top_srcdir = @top_srcdir@
279 noinst_HEADERS = \
280 queue.h
282 all: all-am
284 .SUFFIXES:
285 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
286 @for dep in $?; do \
287 case '$(am__configure_deps)' in \
288 *$$dep*) \
289 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
290 && { if test -f $@; then exit 0; else break; fi; }; \
291 exit 1;; \
292 esac; \
293 done; \
294 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/ext/Makefile'; \
295 $(am__cd) $(top_srcdir) && \
296 $(AUTOMAKE) --gnu src/ext/Makefile
297 .PRECIOUS: 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
322 ID: $(am__tagged_files)
323 $(am__define_uniq_tagged_files); mkid -fID $$unique
324 tags: tags-am
325 TAGS: tags
327 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
328 set x; \
329 here=`pwd`; \
330 $(am__define_uniq_tagged_files); \
331 shift; \
332 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
333 test -n "$$unique" || unique=$$empty_fix; \
334 if test $$# -gt 0; then \
335 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
336 "$$@" $$unique; \
337 else \
338 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
339 $$unique; \
340 fi; \
342 ctags: ctags-am
344 CTAGS: ctags
345 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
346 $(am__define_uniq_tagged_files); \
347 test -z "$(CTAGS_ARGS)$$unique" \
348 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
349 $$unique
351 GTAGS:
352 here=`$(am__cd) $(top_builddir) && pwd` \
353 && $(am__cd) $(top_srcdir) \
354 && gtags -i $(GTAGS_ARGS) "$$here"
355 cscopelist: cscopelist-am
357 cscopelist-am: $(am__tagged_files)
358 list='$(am__tagged_files)'; \
359 case "$(srcdir)" in \
360 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
361 *) sdir=$(subdir)/$(srcdir) ;; \
362 esac; \
363 for i in $$list; do \
364 if test -f "$$i"; then \
365 echo "$(subdir)/$$i"; \
366 else \
367 echo "$$sdir/$$i"; \
368 fi; \
369 done >> $(top_builddir)/cscope.files
371 distclean-tags:
372 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
374 distdir: $(DISTFILES)
375 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
376 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
377 list='$(DISTFILES)'; \
378 dist_files=`for file in $$list; do echo $$file; done | \
379 sed -e "s|^$$srcdirstrip/||;t" \
380 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
381 case $$dist_files in \
382 */*) $(MKDIR_P) `echo "$$dist_files" | \
383 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
384 sort -u` ;; \
385 esac; \
386 for file in $$dist_files; do \
387 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
388 if test -d $$d/$$file; then \
389 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
390 if test -d "$(distdir)/$$file"; then \
391 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
392 fi; \
393 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
394 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
395 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
396 fi; \
397 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
398 else \
399 test -f "$(distdir)/$$file" \
400 || cp -p $$d/$$file "$(distdir)/$$file" \
401 || exit 1; \
402 fi; \
403 done
404 check-am: all-am
405 check: check-am
406 all-am: Makefile $(HEADERS)
407 installdirs:
408 install: install-am
409 install-exec: install-exec-am
410 install-data: install-data-am
411 uninstall: uninstall-am
413 install-am: all-am
414 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
416 installcheck: installcheck-am
417 install-strip:
418 if test -z '$(STRIP)'; then \
419 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
420 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
421 install; \
422 else \
423 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
424 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
425 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
427 mostlyclean-generic:
429 clean-generic:
431 distclean-generic:
432 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
433 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
435 maintainer-clean-generic:
436 @echo "This command is intended for maintainers to use"
437 @echo "it deletes files that may require special tools to rebuild."
438 clean: clean-am
440 clean-am: clean-generic clean-libtool mostlyclean-am
442 distclean: distclean-am
443 -rm -f Makefile
444 distclean-am: clean-am distclean-generic distclean-tags
446 dvi: dvi-am
448 dvi-am:
450 html: html-am
452 html-am:
454 info: info-am
456 info-am:
458 install-data-am:
460 install-dvi: install-dvi-am
462 install-dvi-am:
464 install-exec-am:
466 install-html: install-html-am
468 install-html-am:
470 install-info: install-info-am
472 install-info-am:
474 install-man:
476 install-pdf: install-pdf-am
478 install-pdf-am:
480 install-ps: install-ps-am
482 install-ps-am:
484 installcheck-am:
486 maintainer-clean: maintainer-clean-am
487 -rm -f Makefile
488 maintainer-clean-am: distclean-am maintainer-clean-generic
490 mostlyclean: mostlyclean-am
492 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
494 pdf: pdf-am
496 pdf-am:
498 ps: ps-am
500 ps-am:
502 uninstall-am:
504 .MAKE: install-am install-strip
506 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
507 clean-libtool cscopelist-am ctags ctags-am distclean \
508 distclean-generic distclean-libtool distclean-tags distdir dvi \
509 dvi-am html html-am info info-am install install-am \
510 install-data install-data-am install-dvi install-dvi-am \
511 install-exec install-exec-am install-html install-html-am \
512 install-info install-info-am install-man install-pdf \
513 install-pdf-am install-ps install-ps-am install-strip \
514 installcheck installcheck-am installdirs maintainer-clean \
515 maintainer-clean-generic mostlyclean mostlyclean-generic \
516 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
517 uninstall-am
520 # Tell versions [3.59,3.63) of GNU make to not export all variables.
521 # Otherwise a system limit (for SysV at least) may be exceeded.
522 .NOEXPORT: