OSDN Git Service

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