dnscrypto-proxy: Update to release 1.3.0
[tomato.git] / release / src / router / dnscrypt / Makefile.in
blob3cacde120838c8fd466a52a64829159f2e532f41
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
17 VPATH = @srcdir@
18 am__make_dryrun = \
19 { \
20 am__dry=no; \
21 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25 *) \
26 for am__flg in $$MAKEFLAGS; do \
27 case $$am__flg in \
28 *=*|--*) ;; \
29 *n*) am__dry=yes; break;; \
30 esac; \
31 done;; \
32 esac; \
33 test $$am__dry = yes; \
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkgincludedir = $(includedir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkglibexecdir = $(libexecdir)/@PACKAGE@
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40 install_sh_DATA = $(install_sh) -c -m 644
41 install_sh_PROGRAM = $(install_sh) -c
42 install_sh_SCRIPT = $(install_sh) -c
43 INSTALL_HEADER = $(INSTALL_DATA)
44 transform = $(program_transform_name)
45 NORMAL_INSTALL = :
46 PRE_INSTALL = :
47 POST_INSTALL = :
48 NORMAL_UNINSTALL = :
49 PRE_UNINSTALL = :
50 POST_UNINSTALL = :
51 build_triplet = @build@
52 host_triplet = @host@
53 @PLUGINS_TRUE@am__append_1 = \
54 @PLUGINS_TRUE@ libltdl
56 subdir = .
57 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
58 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
59 $(top_srcdir)/configure \
60 $(top_srcdir)/src/include/dnscrypt/version.h.in \
61 $(top_srcdir)/test/Makefile.in AUTHORS COPYING ChangeLog \
62 INSTALL NEWS THANKS libltdl/config/compile \
63 libltdl/config/config.guess libltdl/config/config.sub \
64 libltdl/config/depcomp libltdl/config/install-sh \
65 libltdl/config/ltmain.sh libltdl/config/missing
66 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
67 am__aclocal_m4_deps = $(top_srcdir)/m4/argz.m4 \
68 $(top_srcdir)/m4/ax_check_compile_flag.m4 \
69 $(top_srcdir)/m4/ax_check_link_flag.m4 \
70 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltdl.m4 \
71 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
72 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
73 $(top_srcdir)/configure.ac
74 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
75 $(ACLOCAL_M4)
76 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
77 configure.lineno config.status.lineno
78 mkinstalldirs = $(install_sh) -d
79 CONFIG_HEADER = config.h
80 CONFIG_CLEAN_FILES = src/include/dnscrypt/version.h test/Makefile
81 CONFIG_CLEAN_VPATH_FILES =
82 SOURCES =
83 DIST_SOURCES =
84 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
85 html-recursive info-recursive install-data-recursive \
86 install-dvi-recursive install-exec-recursive \
87 install-html-recursive install-info-recursive \
88 install-pdf-recursive install-ps-recursive install-recursive \
89 installcheck-recursive installdirs-recursive pdf-recursive \
90 ps-recursive uninstall-recursive
91 am__can_run_installinfo = \
92 case $$AM_UPDATE_INFO_DIR in \
93 n|no|NO) false;; \
94 *) (install-info --version) >/dev/null 2>&1;; \
95 esac
96 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
97 distclean-recursive maintainer-clean-recursive
98 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
99 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
100 distdir dist dist-all distcheck
101 ETAGS = etags
102 CTAGS = ctags
103 DIST_SUBDIRS = dist-build man libltdl src test
104 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
105 distdir = $(PACKAGE)-$(VERSION)
106 top_distdir = $(distdir)
107 am__remove_distdir = \
108 if test -d "$(distdir)"; then \
109 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
110 && rm -rf "$(distdir)" \
111 || { sleep 5 && rm -rf "$(distdir)"; }; \
112 else :; fi
113 am__relativize = \
114 dir0=`pwd`; \
115 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
116 sed_rest='s,^[^/]*/*,,'; \
117 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
118 sed_butlast='s,/*[^/]*$$,,'; \
119 while test -n "$$dir1"; do \
120 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
121 if test "$$first" != "."; then \
122 if test "$$first" = ".."; then \
123 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
124 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
125 else \
126 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
127 if test "$$first2" = "$$first"; then \
128 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
129 else \
130 dir2="../$$dir2"; \
131 fi; \
132 dir0="$$dir0"/"$$first"; \
133 fi; \
134 fi; \
135 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
136 done; \
137 reldir="$$dir2"
138 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
139 GZIP_ENV = --best
140 distuninstallcheck_listfiles = find . -type f -print
141 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
142 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
143 distcleancheck_listfiles = find . -type f -print
144 ACLOCAL = @ACLOCAL@
145 AMTAR = @AMTAR@
146 AR = @AR@
147 ARGZ_H = @ARGZ_H@
148 AUTOCONF = @AUTOCONF@
149 AUTOHEADER = @AUTOHEADER@
150 AUTOMAKE = @AUTOMAKE@
151 AWK = @AWK@
152 CC = @CC@
153 CCDEPMODE = @CCDEPMODE@
154 CFLAGS = @CFLAGS@
155 CPP = @CPP@
156 CPPFLAGS = @CPPFLAGS@
157 CWFLAGS = @CWFLAGS@
158 CYGPATH_W = @CYGPATH_W@
159 DEFS = @DEFS@
160 DEPDIR = @DEPDIR@
161 DLLTOOL = @DLLTOOL@
162 DSYMUTIL = @DSYMUTIL@
163 DTRACE = @DTRACE@
164 DUMPBIN = @DUMPBIN@
165 ECHO_C = @ECHO_C@
166 ECHO_N = @ECHO_N@
167 ECHO_T = @ECHO_T@
168 EGREP = @EGREP@
169 EXEEXT = @EXEEXT@
170 FGREP = @FGREP@
171 GREP = @GREP@
172 INCLTDL = @INCLTDL@
173 INSTALL = @INSTALL@
174 INSTALL_DATA = @INSTALL_DATA@
175 INSTALL_PROGRAM = @INSTALL_PROGRAM@
176 INSTALL_SCRIPT = @INSTALL_SCRIPT@
177 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
178 ISODATE = @ISODATE@
179 LD = @LD@
180 LDFLAGS = @LDFLAGS@
181 LDNS_LIBS = @LDNS_LIBS@
182 LIBADD_DL = @LIBADD_DL@
183 LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
184 LIBADD_DLOPEN = @LIBADD_DLOPEN@
185 LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
186 LIBLTDL = @LIBLTDL@
187 LIBOBJS = @LIBOBJS@
188 LIBS = @LIBS@
189 LIBTOOL = @LIBTOOL@
190 LIBTOOL_DEPS = @LIBTOOL_DEPS@
191 LIPO = @LIPO@
192 LN_S = @LN_S@
193 LTDLDEPS = @LTDLDEPS@
194 LTDLINCL = @LTDLINCL@
195 LTDLOPEN = @LTDLOPEN@
196 LTLIBOBJS = @LTLIBOBJS@
197 LT_CONFIG_H = @LT_CONFIG_H@
198 LT_DLLOADERS = @LT_DLLOADERS@
199 LT_DLPREOPEN = @LT_DLPREOPEN@
200 MAINT = @MAINT@
201 MAKEINFO = @MAKEINFO@
202 MANIFEST_TOOL = @MANIFEST_TOOL@
203 MKDIR_P = @MKDIR_P@
204 NM = @NM@
205 NMEDIT = @NMEDIT@
206 OBJDUMP = @OBJDUMP@
207 OBJEXT = @OBJEXT@
208 OTOOL = @OTOOL@
209 OTOOL64 = @OTOOL64@
210 PACKAGE = @PACKAGE@
211 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
212 PACKAGE_NAME = @PACKAGE_NAME@
213 PACKAGE_STRING = @PACKAGE_STRING@
214 PACKAGE_TARNAME = @PACKAGE_TARNAME@
215 PACKAGE_URL = @PACKAGE_URL@
216 PACKAGE_VERSION = @PACKAGE_VERSION@
217 PATH_SEPARATOR = @PATH_SEPARATOR@
218 PROBES_SOURCE = @PROBES_SOURCE@
219 RANLIB = @RANLIB@
220 RONN = @RONN@
221 SAFECODE_HOME = @SAFECODE_HOME@
222 SED = @SED@
223 SET_MAKE = @SET_MAKE@
224 SHELL = @SHELL@
225 SIXJACK = @SIXJACK@
226 STRIP = @STRIP@
227 VERSION = @VERSION@
228 abs_builddir = @abs_builddir@
229 abs_srcdir = @abs_srcdir@
230 abs_top_builddir = @abs_top_builddir@
231 abs_top_srcdir = @abs_top_srcdir@
232 ac_ct_AR = @ac_ct_AR@
233 ac_ct_CC = @ac_ct_CC@
234 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
235 am__include = @am__include@
236 am__leading_dot = @am__leading_dot@
237 am__quote = @am__quote@
238 am__tar = @am__tar@
239 am__untar = @am__untar@
240 bindir = @bindir@
241 build = @build@
242 build_alias = @build_alias@
243 build_cpu = @build_cpu@
244 build_os = @build_os@
245 build_vendor = @build_vendor@
246 builddir = @builddir@
247 datadir = @datadir@
248 datarootdir = @datarootdir@
249 docdir = @docdir@
250 dvidir = @dvidir@
251 exec_prefix = @exec_prefix@
252 host = @host@
253 host_alias = @host_alias@
254 host_cpu = @host_cpu@
255 host_os = @host_os@
256 host_vendor = @host_vendor@
257 htmldir = @htmldir@
258 includedir = @includedir@
259 infodir = @infodir@
260 install_sh = @install_sh@
261 libdir = @libdir@
262 libexecdir = @libexecdir@
263 localedir = @localedir@
264 localstatedir = @localstatedir@
265 ltdl_LIBOBJS = @ltdl_LIBOBJS@
266 ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
267 mandir = @mandir@
268 mkdir_p = @mkdir_p@
269 oldincludedir = @oldincludedir@
270 pdfdir = @pdfdir@
271 prefix = @prefix@
272 program_transform_name = @program_transform_name@
273 psdir = @psdir@
274 sbindir = @sbindir@
275 sharedstatedir = @sharedstatedir@
276 srcdir = @srcdir@
277 subdirs = @subdirs@
278 sys_symbol_underscore = @sys_symbol_underscore@
279 sysconfdir = @sysconfdir@
280 target_alias = @target_alias@
281 top_build_prefix = @top_build_prefix@
282 top_builddir = @top_builddir@
283 top_srcdir = @top_srcdir@
284 ACLOCAL_AMFLAGS = -I m4
285 AUTOMAKE_OPTIONS = gnu
286 EXTRA_DIST = \
287 README.markdown \
288 README-PLUGINS.markdown \
289 README-WINDOWS.markdown \
290 TECHNOTES \
291 THANKS \
292 autogen.sh \
293 org.dnscrypt.osx.DNSCryptProxy.plist
295 SUBDIRS = dist-build man $(am__append_1) src test
296 all: config.h
297 $(MAKE) $(AM_MAKEFLAGS) all-recursive
299 .SUFFIXES:
300 am--refresh: Makefile
302 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
303 @for dep in $?; do \
304 case '$(am__configure_deps)' in \
305 *$$dep*) \
306 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
307 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
308 && exit 0; \
309 exit 1;; \
310 esac; \
311 done; \
312 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
313 $(am__cd) $(top_srcdir) && \
314 $(AUTOMAKE) --gnu Makefile
315 .PRECIOUS: Makefile
316 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
317 @case '$?' in \
318 *config.status*) \
319 echo ' $(SHELL) ./config.status'; \
320 $(SHELL) ./config.status;; \
321 *) \
322 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
323 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
324 esac;
326 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
327 $(SHELL) ./config.status --recheck
329 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
330 $(am__cd) $(srcdir) && $(AUTOCONF)
331 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
332 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
333 $(am__aclocal_m4_deps):
335 config.h: stamp-h1
336 @if test ! -f $@; then rm -f stamp-h1; else :; fi
337 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
339 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
340 @rm -f stamp-h1
341 cd $(top_builddir) && $(SHELL) ./config.status config.h
342 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
343 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
344 rm -f stamp-h1
345 touch $@
347 distclean-hdr:
348 -rm -f config.h stamp-h1
349 src/include/dnscrypt/version.h: $(top_builddir)/config.status $(top_srcdir)/src/include/dnscrypt/version.h.in
350 cd $(top_builddir) && $(SHELL) ./config.status $@
351 test/Makefile: $(top_builddir)/config.status $(top_srcdir)/test/Makefile.in
352 cd $(top_builddir) && $(SHELL) ./config.status $@
354 mostlyclean-libtool:
355 -rm -f *.lo
357 clean-libtool:
358 -rm -rf .libs _libs
360 distclean-libtool:
361 -rm -f libtool config.lt
363 # This directory's subdirectories are mostly independent; you can cd
364 # into them and run `make' without going through this Makefile.
365 # To change the values of `make' variables: instead of editing Makefiles,
366 # (1) if the variable is set in `config.status', edit `config.status'
367 # (which will cause the Makefiles to be regenerated when you run `make');
368 # (2) otherwise, pass the desired values on the `make' command line.
369 $(RECURSIVE_TARGETS):
370 @fail= failcom='exit 1'; \
371 for f in x $$MAKEFLAGS; do \
372 case $$f in \
373 *=* | --[!k]*);; \
374 *k*) failcom='fail=yes';; \
375 esac; \
376 done; \
377 dot_seen=no; \
378 target=`echo $@ | sed s/-recursive//`; \
379 list='$(SUBDIRS)'; for subdir in $$list; do \
380 echo "Making $$target in $$subdir"; \
381 if test "$$subdir" = "."; then \
382 dot_seen=yes; \
383 local_target="$$target-am"; \
384 else \
385 local_target="$$target"; \
386 fi; \
387 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
388 || eval $$failcom; \
389 done; \
390 if test "$$dot_seen" = "no"; then \
391 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
392 fi; test -z "$$fail"
394 $(RECURSIVE_CLEAN_TARGETS):
395 @fail= failcom='exit 1'; \
396 for f in x $$MAKEFLAGS; do \
397 case $$f in \
398 *=* | --[!k]*);; \
399 *k*) failcom='fail=yes';; \
400 esac; \
401 done; \
402 dot_seen=no; \
403 case "$@" in \
404 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
405 *) list='$(SUBDIRS)' ;; \
406 esac; \
407 rev=''; for subdir in $$list; do \
408 if test "$$subdir" = "."; then :; else \
409 rev="$$subdir $$rev"; \
410 fi; \
411 done; \
412 rev="$$rev ."; \
413 target=`echo $@ | sed s/-recursive//`; \
414 for subdir in $$rev; do \
415 echo "Making $$target in $$subdir"; \
416 if test "$$subdir" = "."; then \
417 local_target="$$target-am"; \
418 else \
419 local_target="$$target"; \
420 fi; \
421 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
422 || eval $$failcom; \
423 done && test -z "$$fail"
424 tags-recursive:
425 list='$(SUBDIRS)'; for subdir in $$list; do \
426 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
427 done
428 ctags-recursive:
429 list='$(SUBDIRS)'; for subdir in $$list; do \
430 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
431 done
433 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
434 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
435 unique=`for i in $$list; do \
436 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
437 done | \
438 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
439 END { if (nonempty) { for (i in files) print i; }; }'`; \
440 mkid -fID $$unique
441 tags: TAGS
443 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
444 $(TAGS_FILES) $(LISP)
445 set x; \
446 here=`pwd`; \
447 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
448 include_option=--etags-include; \
449 empty_fix=.; \
450 else \
451 include_option=--include; \
452 empty_fix=; \
453 fi; \
454 list='$(SUBDIRS)'; for subdir in $$list; do \
455 if test "$$subdir" = .; then :; else \
456 test ! -f $$subdir/TAGS || \
457 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
458 fi; \
459 done; \
460 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
461 unique=`for i in $$list; do \
462 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
463 done | \
464 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
465 END { if (nonempty) { for (i in files) print i; }; }'`; \
466 shift; \
467 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
468 test -n "$$unique" || unique=$$empty_fix; \
469 if test $$# -gt 0; then \
470 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
471 "$$@" $$unique; \
472 else \
473 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
474 $$unique; \
475 fi; \
477 ctags: CTAGS
478 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
479 $(TAGS_FILES) $(LISP)
480 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
481 unique=`for i in $$list; do \
482 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
483 done | \
484 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
485 END { if (nonempty) { for (i in files) print i; }; }'`; \
486 test -z "$(CTAGS_ARGS)$$unique" \
487 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
488 $$unique
490 GTAGS:
491 here=`$(am__cd) $(top_builddir) && pwd` \
492 && $(am__cd) $(top_srcdir) \
493 && gtags -i $(GTAGS_ARGS) "$$here"
495 distclean-tags:
496 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
498 distdir: $(DISTFILES)
499 $(am__remove_distdir)
500 test -d "$(distdir)" || mkdir "$(distdir)"
501 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
502 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
503 list='$(DISTFILES)'; \
504 dist_files=`for file in $$list; do echo $$file; done | \
505 sed -e "s|^$$srcdirstrip/||;t" \
506 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
507 case $$dist_files in \
508 */*) $(MKDIR_P) `echo "$$dist_files" | \
509 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
510 sort -u` ;; \
511 esac; \
512 for file in $$dist_files; do \
513 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
514 if test -d $$d/$$file; then \
515 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
516 if test -d "$(distdir)/$$file"; then \
517 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
518 fi; \
519 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
520 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
521 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
522 fi; \
523 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
524 else \
525 test -f "$(distdir)/$$file" \
526 || cp -p $$d/$$file "$(distdir)/$$file" \
527 || exit 1; \
528 fi; \
529 done
530 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
531 if test "$$subdir" = .; then :; else \
532 $(am__make_dryrun) \
533 || test -d "$(distdir)/$$subdir" \
534 || $(MKDIR_P) "$(distdir)/$$subdir" \
535 || exit 1; \
536 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
537 $(am__relativize); \
538 new_distdir=$$reldir; \
539 dir1=$$subdir; dir2="$(top_distdir)"; \
540 $(am__relativize); \
541 new_top_distdir=$$reldir; \
542 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
543 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
544 ($(am__cd) $$subdir && \
545 $(MAKE) $(AM_MAKEFLAGS) \
546 top_distdir="$$new_top_distdir" \
547 distdir="$$new_distdir" \
548 am__remove_distdir=: \
549 am__skip_length_check=: \
550 am__skip_mode_fix=: \
551 distdir) \
552 || exit 1; \
553 fi; \
554 done
555 -test -n "$(am__skip_mode_fix)" \
556 || find "$(distdir)" -type d ! -perm -755 \
557 -exec chmod u+rwx,go+rx {} \; -o \
558 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
559 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
560 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
561 || chmod -R a+r "$(distdir)"
562 dist-gzip: distdir
563 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
564 $(am__remove_distdir)
565 dist-bzip2: distdir
566 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
567 $(am__remove_distdir)
569 dist-lzip: distdir
570 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
571 $(am__remove_distdir)
573 dist-lzma: distdir
574 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
575 $(am__remove_distdir)
577 dist-xz: distdir
578 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
579 $(am__remove_distdir)
581 dist-tarZ: distdir
582 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
583 $(am__remove_distdir)
585 dist-shar: distdir
586 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
587 $(am__remove_distdir)
589 dist-zip: distdir
590 -rm -f $(distdir).zip
591 zip -rq $(distdir).zip $(distdir)
592 $(am__remove_distdir)
594 dist dist-all: distdir
595 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
596 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
597 $(am__remove_distdir)
599 # This target untars the dist file and tries a VPATH configuration. Then
600 # it guarantees that the distribution is self-contained by making another
601 # tarfile.
602 distcheck: dist
603 case '$(DIST_ARCHIVES)' in \
604 *.tar.gz*) \
605 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
606 *.tar.bz2*) \
607 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
608 *.tar.lzma*) \
609 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
610 *.tar.lz*) \
611 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
612 *.tar.xz*) \
613 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
614 *.tar.Z*) \
615 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
616 *.shar.gz*) \
617 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
618 *.zip*) \
619 unzip $(distdir).zip ;;\
620 esac
621 chmod -R a-w $(distdir); chmod u+w $(distdir)
622 mkdir $(distdir)/_build
623 mkdir $(distdir)/_inst
624 chmod a-w $(distdir)
625 test -d $(distdir)/_build || exit 0; \
626 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
627 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
628 && am__cwd=`pwd` \
629 && $(am__cd) $(distdir)/_build \
630 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
631 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
632 $(DISTCHECK_CONFIGURE_FLAGS) \
633 && $(MAKE) $(AM_MAKEFLAGS) \
634 && $(MAKE) $(AM_MAKEFLAGS) dvi \
635 && $(MAKE) $(AM_MAKEFLAGS) check \
636 && $(MAKE) $(AM_MAKEFLAGS) install \
637 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
638 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
639 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
640 distuninstallcheck \
641 && chmod -R a-w "$$dc_install_base" \
642 && ({ \
643 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
644 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
645 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
646 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
647 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
648 } || { rm -rf "$$dc_destdir"; exit 1; }) \
649 && rm -rf "$$dc_destdir" \
650 && $(MAKE) $(AM_MAKEFLAGS) dist \
651 && rm -rf $(DIST_ARCHIVES) \
652 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
653 && cd "$$am__cwd" \
654 || exit 1
655 $(am__remove_distdir)
656 @(echo "$(distdir) archives ready for distribution: "; \
657 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
658 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
659 distuninstallcheck:
660 @test -n '$(distuninstallcheck_dir)' || { \
661 echo 'ERROR: trying to run $@ with an empty' \
662 '$$(distuninstallcheck_dir)' >&2; \
663 exit 1; \
664 }; \
665 $(am__cd) '$(distuninstallcheck_dir)' || { \
666 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
667 exit 1; \
668 }; \
669 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
670 || { echo "ERROR: files left after uninstall:" ; \
671 if test -n "$(DESTDIR)"; then \
672 echo " (check DESTDIR support)"; \
673 fi ; \
674 $(distuninstallcheck_listfiles) ; \
675 exit 1; } >&2
676 distcleancheck: distclean
677 @if test '$(srcdir)' = . ; then \
678 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
679 exit 1 ; \
681 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
682 || { echo "ERROR: files left in build directory after distclean:" ; \
683 $(distcleancheck_listfiles) ; \
684 exit 1; } >&2
685 check-am: all-am
686 check: check-recursive
687 all-am: Makefile config.h
688 installdirs: installdirs-recursive
689 installdirs-am:
690 install: install-recursive
691 install-exec: install-exec-recursive
692 install-data: install-data-recursive
693 uninstall: uninstall-recursive
695 install-am: all-am
696 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
698 installcheck: installcheck-recursive
699 install-strip:
700 if test -z '$(STRIP)'; then \
701 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
702 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
703 install; \
704 else \
705 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
706 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
707 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
709 mostlyclean-generic:
711 clean-generic:
713 distclean-generic:
714 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
715 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
717 maintainer-clean-generic:
718 @echo "This command is intended for maintainers to use"
719 @echo "it deletes files that may require special tools to rebuild."
720 clean: clean-recursive
722 clean-am: clean-generic clean-libtool mostlyclean-am
724 distclean: distclean-recursive
725 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
726 -rm -f Makefile
727 distclean-am: clean-am distclean-generic distclean-hdr \
728 distclean-libtool distclean-tags
730 dvi: dvi-recursive
732 dvi-am:
734 html: html-recursive
736 html-am:
738 info: info-recursive
740 info-am:
742 install-data-am:
744 install-dvi: install-dvi-recursive
746 install-dvi-am:
748 install-exec-am:
750 install-html: install-html-recursive
752 install-html-am:
754 install-info: install-info-recursive
756 install-info-am:
758 install-man:
760 install-pdf: install-pdf-recursive
762 install-pdf-am:
764 install-ps: install-ps-recursive
766 install-ps-am:
768 installcheck-am:
770 maintainer-clean: maintainer-clean-recursive
771 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
772 -rm -rf $(top_srcdir)/autom4te.cache
773 -rm -f Makefile
774 maintainer-clean-am: distclean-am maintainer-clean-generic
776 mostlyclean: mostlyclean-recursive
778 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
780 pdf: pdf-recursive
782 pdf-am:
784 ps: ps-recursive
786 ps-am:
788 uninstall-am:
790 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
791 ctags-recursive install-am install-strip tags-recursive
793 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
794 all all-am am--refresh check check-am clean clean-generic \
795 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
796 dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
797 dist-zip distcheck distclean distclean-generic distclean-hdr \
798 distclean-libtool distclean-tags distcleancheck distdir \
799 distuninstallcheck dvi dvi-am html html-am info info-am \
800 install install-am install-data install-data-am install-dvi \
801 install-dvi-am install-exec install-exec-am install-html \
802 install-html-am install-info install-info-am install-man \
803 install-pdf install-pdf-am install-ps install-ps-am \
804 install-strip installcheck installcheck-am installdirs \
805 installdirs-am maintainer-clean maintainer-clean-generic \
806 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
807 ps ps-am tags tags-recursive uninstall uninstall-am
810 # Tell versions [3.59,3.63) of GNU make to not export all variables.
811 # Otherwise a system limit (for SysV at least) may be exceeded.
812 .NOEXPORT: