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