OSDN Git Service

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