OSDN Git Service

modified src/strokes.txt
[kp123/kp123.git] / Makefile
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # Makefile.  Generated from Makefile.in by configure.
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
17
18 pkgdatadir = $(datadir)/kp123
19 pkgincludedir = $(includedir)/kp123
20 pkglibdir = $(libdir)/kp123
21 pkglibexecdir = $(libexecdir)/kp123
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 = i686-pc-linux-gnu
35 host_triplet = i686-pc-linux-gnu
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 = ${SHELL} /home/iev/prog/kp123/missing --run aclocal-1.11
108 AMTAR = ${SHELL} /home/iev/prog/kp123/missing --run tar
109 AR = ar
110 AUTOCONF = ${SHELL} /home/iev/prog/kp123/missing --run autoconf
111 AUTOHEADER = ${SHELL} /home/iev/prog/kp123/missing --run autoheader
112 AUTOMAKE = ${SHELL} /home/iev/prog/kp123/missing --run automake-1.11
113 AWK = mawk
114 CC = gcc
115 CCDEPMODE = depmode=gcc3
116 CFLAGS = -gstabs -O0
117 CPP = gcc -E
118 CPPFLAGS = 
119 CYGPATH_W = echo
120 DEFS = -DHAVE_CONFIG_H
121 DEPDIR = .deps
122 DSYMUTIL = 
123 DUMPBIN = 
124 ECHO_C = 
125 ECHO_N = -n
126 ECHO_T = 
127 EGREP = /bin/grep -E
128 EXEEXT = 
129 FGREP = /bin/grep -F
130 GMODULE_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include  
131 GMODULE_LIBS = -Wl,--export-dynamic -pthread -L/usr/lib/i386-linux-gnu -lgmodule-2.0 -lrt -lglib-2.0  
132 GREP = /bin/grep
133 GTK_CFLAGS = -pthread -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pixman-1  
134 GTK_LIBS = -pthread -L/usr/lib/i386-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  
135 INSTALL = /usr/bin/install -c
136 INSTALL_DATA = ${INSTALL} -m 644
137 INSTALL_PROGRAM = ${INSTALL}
138 INSTALL_SCRIPT = ${INSTALL}
139 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
140 LD = /usr/bin/ld
141 LDFLAGS = 
142 LIBOBJS = 
143 LIBS = 
144 LIBTOOL = $(SHELL) $(top_builddir)/libtool
145 LIPO = 
146 LN_S = ln -s
147 LTLIBOBJS = 
148 MAKEINFO = ${SHELL} /home/iev/prog/kp123/missing --run makeinfo
149 MKDIR_P = /bin/mkdir -p
150 NM = /usr/bin/nm -B
151 NMEDIT = 
152 OBJDUMP = objdump
153 OBJEXT = o
154 OTOOL = 
155 OTOOL64 = 
156 PACKAGE = kp123
157 PACKAGE_BUGREPORT = evgeny@sourceforge.jp
158 PACKAGE_NAME = kp123
159 PACKAGE_STRING = kp123 0.1
160 PACKAGE_TARNAME = kp123
161 PACKAGE_URL = 
162 PACKAGE_VERSION = 0.1
163 PATH_SEPARATOR = :
164 PKG_CONFIG = /usr/bin/pkg-config
165 PKG_CONFIG_LIBDIR = 
166 PKG_CONFIG_PATH = 
167 RANLIB = ranlib
168 SED = /bin/sed
169 SET_MAKE = 
170 SHELL = /bin/bash
171 STRIP = strip
172 VERSION = 0.1
173 abs_builddir = /home/iev/prog/kp123
174 abs_srcdir = /home/iev/prog/kp123
175 abs_top_builddir = /home/iev/prog/kp123
176 abs_top_srcdir = /home/iev/prog/kp123
177 ac_ct_CC = gcc
178 ac_ct_DUMPBIN = 
179 am__include = include
180 am__leading_dot = .
181 am__quote = 
182 am__tar = ${AMTAR} chof - "$$tardir"
183 am__untar = ${AMTAR} xf -
184 bindir = ${exec_prefix}/bin
185 build = i686-pc-linux-gnu
186 build_alias = 
187 build_cpu = i686
188 build_os = linux-gnu
189 build_vendor = pc
190 builddir = .
191 datadir = ${datarootdir}
192 datarootdir = ${prefix}/share
193 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
194 dvidir = ${docdir}
195 exec_prefix = ${prefix}
196 host = i686-pc-linux-gnu
197 host_alias = 
198 host_cpu = i686
199 host_os = linux-gnu
200 host_vendor = pc
201 htmldir = ${docdir}
202 includedir = ${prefix}/include
203 infodir = ${datarootdir}/info
204 install_sh = ${SHELL} /home/iev/prog/kp123/install-sh
205 libdir = ${exec_prefix}/lib
206 libexecdir = ${exec_prefix}/libexec
207 localedir = ${datarootdir}/locale
208 localstatedir = ${prefix}/var
209 mandir = ${datarootdir}/man
210 mkdir_p = /bin/mkdir -p
211 oldincludedir = /usr/include
212 pdfdir = ${docdir}
213 prefix = /usr/local
214 program_transform_name = s,x,x,
215 psdir = ${docdir}
216 sbindir = ${exec_prefix}/sbin
217 sharedstatedir = ${prefix}/com
218 srcdir = .
219 sysconfdir = ${prefix}/etc
220 target_alias = 
221 top_build_prefix = 
222 top_builddir = .
223 top_srcdir = .
224 SUBDIRS = src
225 ACLOCAL_AMFLAGS = -I m4
226 all: config.h
227         $(MAKE) $(AM_MAKEFLAGS) all-recursive
228
229 .SUFFIXES:
230 am--refresh:
231         @:
232 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
233         @for dep in $?; do \
234           case '$(am__configure_deps)' in \
235             *$$dep*) \
236               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
237               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
238                 && exit 0; \
239               exit 1;; \
240           esac; \
241         done; \
242         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
243         $(am__cd) $(top_srcdir) && \
244           $(AUTOMAKE) --gnu Makefile
245 .PRECIOUS: Makefile
246 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
247         @case '$?' in \
248           *config.status*) \
249             echo ' $(SHELL) ./config.status'; \
250             $(SHELL) ./config.status;; \
251           *) \
252             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
253             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
254         esac;
255
256 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
257         $(SHELL) ./config.status --recheck
258
259 $(top_srcdir)/configure:  $(am__configure_deps)
260         $(am__cd) $(srcdir) && $(AUTOCONF)
261 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
262         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
263 $(am__aclocal_m4_deps):
264
265 config.h: stamp-h1
266         @if test ! -f $@; then \
267           rm -f stamp-h1; \
268           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
269         else :; fi
270
271 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
272         @rm -f stamp-h1
273         cd $(top_builddir) && $(SHELL) ./config.status config.h
274 $(srcdir)/config.h.in:  $(am__configure_deps) 
275         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
276         rm -f stamp-h1
277         touch $@
278
279 distclean-hdr:
280         -rm -f config.h stamp-h1
281
282 mostlyclean-libtool:
283         -rm -f *.lo
284
285 clean-libtool:
286         -rm -rf .libs _libs
287
288 distclean-libtool:
289         -rm -f libtool config.lt
290
291 # This directory's subdirectories are mostly independent; you can cd
292 # into them and run `make' without going through this Makefile.
293 # To change the values of `make' variables: instead of editing Makefiles,
294 # (1) if the variable is set in `config.status', edit `config.status'
295 #     (which will cause the Makefiles to be regenerated when you run `make');
296 # (2) otherwise, pass the desired values on the `make' command line.
297 $(RECURSIVE_TARGETS):
298         @fail= failcom='exit 1'; \
299         for f in x $$MAKEFLAGS; do \
300           case $$f in \
301             *=* | --[!k]*);; \
302             *k*) failcom='fail=yes';; \
303           esac; \
304         done; \
305         dot_seen=no; \
306         target=`echo $@ | sed s/-recursive//`; \
307         list='$(SUBDIRS)'; for subdir in $$list; do \
308           echo "Making $$target in $$subdir"; \
309           if test "$$subdir" = "."; then \
310             dot_seen=yes; \
311             local_target="$$target-am"; \
312           else \
313             local_target="$$target"; \
314           fi; \
315           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
316           || eval $$failcom; \
317         done; \
318         if test "$$dot_seen" = "no"; then \
319           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
320         fi; test -z "$$fail"
321
322 $(RECURSIVE_CLEAN_TARGETS):
323         @fail= failcom='exit 1'; \
324         for f in x $$MAKEFLAGS; do \
325           case $$f in \
326             *=* | --[!k]*);; \
327             *k*) failcom='fail=yes';; \
328           esac; \
329         done; \
330         dot_seen=no; \
331         case "$@" in \
332           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
333           *) list='$(SUBDIRS)' ;; \
334         esac; \
335         rev=''; for subdir in $$list; do \
336           if test "$$subdir" = "."; then :; else \
337             rev="$$subdir $$rev"; \
338           fi; \
339         done; \
340         rev="$$rev ."; \
341         target=`echo $@ | sed s/-recursive//`; \
342         for subdir in $$rev; do \
343           echo "Making $$target in $$subdir"; \
344           if test "$$subdir" = "."; then \
345             local_target="$$target-am"; \
346           else \
347             local_target="$$target"; \
348           fi; \
349           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
350           || eval $$failcom; \
351         done && test -z "$$fail"
352 tags-recursive:
353         list='$(SUBDIRS)'; for subdir in $$list; do \
354           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
355         done
356 ctags-recursive:
357         list='$(SUBDIRS)'; for subdir in $$list; do \
358           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
359         done
360
361 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
362         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
363         unique=`for i in $$list; do \
364             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365           done | \
366           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
367               END { if (nonempty) { for (i in files) print i; }; }'`; \
368         mkid -fID $$unique
369 tags: TAGS
370
371 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
372                 $(TAGS_FILES) $(LISP)
373         set x; \
374         here=`pwd`; \
375         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
376           include_option=--etags-include; \
377           empty_fix=.; \
378         else \
379           include_option=--include; \
380           empty_fix=; \
381         fi; \
382         list='$(SUBDIRS)'; for subdir in $$list; do \
383           if test "$$subdir" = .; then :; else \
384             test ! -f $$subdir/TAGS || \
385               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
386           fi; \
387         done; \
388         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
389         unique=`for i in $$list; do \
390             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
391           done | \
392           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
393               END { if (nonempty) { for (i in files) print i; }; }'`; \
394         shift; \
395         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
396           test -n "$$unique" || unique=$$empty_fix; \
397           if test $$# -gt 0; then \
398             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
399               "$$@" $$unique; \
400           else \
401             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
402               $$unique; \
403           fi; \
404         fi
405 ctags: CTAGS
406 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
407                 $(TAGS_FILES) $(LISP)
408         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
409         unique=`for i in $$list; do \
410             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
411           done | \
412           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
413               END { if (nonempty) { for (i in files) print i; }; }'`; \
414         test -z "$(CTAGS_ARGS)$$unique" \
415           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
416              $$unique
417
418 GTAGS:
419         here=`$(am__cd) $(top_builddir) && pwd` \
420           && $(am__cd) $(top_srcdir) \
421           && gtags -i $(GTAGS_ARGS) "$$here"
422
423 distclean-tags:
424         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
425
426 distdir: $(DISTFILES)
427         $(am__remove_distdir)
428         test -d "$(distdir)" || mkdir "$(distdir)"
429         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
430         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
431         list='$(DISTFILES)'; \
432           dist_files=`for file in $$list; do echo $$file; done | \
433           sed -e "s|^$$srcdirstrip/||;t" \
434               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
435         case $$dist_files in \
436           */*) $(MKDIR_P) `echo "$$dist_files" | \
437                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
438                            sort -u` ;; \
439         esac; \
440         for file in $$dist_files; do \
441           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
442           if test -d $$d/$$file; then \
443             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
444             if test -d "$(distdir)/$$file"; then \
445               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
446             fi; \
447             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
448               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
449               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
450             fi; \
451             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
452           else \
453             test -f "$(distdir)/$$file" \
454             || cp -p $$d/$$file "$(distdir)/$$file" \
455             || exit 1; \
456           fi; \
457         done
458         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
459           if test "$$subdir" = .; then :; else \
460             test -d "$(distdir)/$$subdir" \
461             || $(MKDIR_P) "$(distdir)/$$subdir" \
462             || exit 1; \
463           fi; \
464         done
465         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
466           if test "$$subdir" = .; then :; else \
467             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
468             $(am__relativize); \
469             new_distdir=$$reldir; \
470             dir1=$$subdir; dir2="$(top_distdir)"; \
471             $(am__relativize); \
472             new_top_distdir=$$reldir; \
473             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
474             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
475             ($(am__cd) $$subdir && \
476               $(MAKE) $(AM_MAKEFLAGS) \
477                 top_distdir="$$new_top_distdir" \
478                 distdir="$$new_distdir" \
479                 am__remove_distdir=: \
480                 am__skip_length_check=: \
481                 am__skip_mode_fix=: \
482                 distdir) \
483               || exit 1; \
484           fi; \
485         done
486         -test -n "$(am__skip_mode_fix)" \
487         || find "$(distdir)" -type d ! -perm -755 \
488                 -exec chmod u+rwx,go+rx {} \; -o \
489           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
490           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
491           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
492         || chmod -R a+r "$(distdir)"
493 dist-gzip: distdir
494         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
495         $(am__remove_distdir)
496
497 dist-bzip2: distdir
498         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
499         $(am__remove_distdir)
500
501 dist-lzma: distdir
502         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
503         $(am__remove_distdir)
504
505 dist-xz: distdir
506         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
507         $(am__remove_distdir)
508
509 dist-tarZ: distdir
510         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
511         $(am__remove_distdir)
512
513 dist-shar: distdir
514         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
515         $(am__remove_distdir)
516
517 dist-zip: distdir
518         -rm -f $(distdir).zip
519         zip -rq $(distdir).zip $(distdir)
520         $(am__remove_distdir)
521
522 dist dist-all: distdir
523         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
524         $(am__remove_distdir)
525
526 # This target untars the dist file and tries a VPATH configuration.  Then
527 # it guarantees that the distribution is self-contained by making another
528 # tarfile.
529 distcheck: dist
530         case '$(DIST_ARCHIVES)' in \
531         *.tar.gz*) \
532           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
533         *.tar.bz2*) \
534           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
535         *.tar.lzma*) \
536           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
537         *.tar.xz*) \
538           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
539         *.tar.Z*) \
540           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
541         *.shar.gz*) \
542           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
543         *.zip*) \
544           unzip $(distdir).zip ;;\
545         esac
546         chmod -R a-w $(distdir); chmod a+w $(distdir)
547         mkdir $(distdir)/_build
548         mkdir $(distdir)/_inst
549         chmod a-w $(distdir)
550         test -d $(distdir)/_build || exit 0; \
551         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
552           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
553           && am__cwd=`pwd` \
554           && $(am__cd) $(distdir)/_build \
555           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
556             $(DISTCHECK_CONFIGURE_FLAGS) \
557           && $(MAKE) $(AM_MAKEFLAGS) \
558           && $(MAKE) $(AM_MAKEFLAGS) dvi \
559           && $(MAKE) $(AM_MAKEFLAGS) check \
560           && $(MAKE) $(AM_MAKEFLAGS) install \
561           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
562           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
563           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
564                 distuninstallcheck \
565           && chmod -R a-w "$$dc_install_base" \
566           && ({ \
567                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
568                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
569                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
570                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
571                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
572               } || { rm -rf "$$dc_destdir"; exit 1; }) \
573           && rm -rf "$$dc_destdir" \
574           && $(MAKE) $(AM_MAKEFLAGS) dist \
575           && rm -rf $(DIST_ARCHIVES) \
576           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
577           && cd "$$am__cwd" \
578           || exit 1
579         $(am__remove_distdir)
580         @(echo "$(distdir) archives ready for distribution: "; \
581           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
582           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
583 distuninstallcheck:
584         @$(am__cd) '$(distuninstallcheck_dir)' \
585         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
586            || { echo "ERROR: files left after uninstall:" ; \
587                 if test -n "$(DESTDIR)"; then \
588                   echo "  (check DESTDIR support)"; \
589                 fi ; \
590                 $(distuninstallcheck_listfiles) ; \
591                 exit 1; } >&2
592 distcleancheck: distclean
593         @if test '$(srcdir)' = . ; then \
594           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
595           exit 1 ; \
596         fi
597         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
598           || { echo "ERROR: files left in build directory after distclean:" ; \
599                $(distcleancheck_listfiles) ; \
600                exit 1; } >&2
601 check-am: all-am
602 check: check-recursive
603 all-am: Makefile config.h
604 installdirs: installdirs-recursive
605 installdirs-am:
606 install: install-recursive
607 install-exec: install-exec-recursive
608 install-data: install-data-recursive
609 uninstall: uninstall-recursive
610
611 install-am: all-am
612         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
613
614 installcheck: installcheck-recursive
615 install-strip:
616         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
617           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
618           `test -z '$(STRIP)' || \
619             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
620 mostlyclean-generic:
621
622 clean-generic:
623
624 distclean-generic:
625         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
626         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
627
628 maintainer-clean-generic:
629         @echo "This command is intended for maintainers to use"
630         @echo "it deletes files that may require special tools to rebuild."
631 clean: clean-recursive
632
633 clean-am: clean-generic clean-libtool mostlyclean-am
634
635 distclean: distclean-recursive
636         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
637         -rm -f Makefile
638 distclean-am: clean-am distclean-generic distclean-hdr \
639         distclean-libtool distclean-tags
640
641 dvi: dvi-recursive
642
643 dvi-am:
644
645 html: html-recursive
646
647 html-am:
648
649 info: info-recursive
650
651 info-am:
652
653 install-data-am:
654
655 install-dvi: install-dvi-recursive
656
657 install-dvi-am:
658
659 install-exec-am:
660
661 install-html: install-html-recursive
662
663 install-html-am:
664
665 install-info: install-info-recursive
666
667 install-info-am:
668
669 install-man:
670
671 install-pdf: install-pdf-recursive
672
673 install-pdf-am:
674
675 install-ps: install-ps-recursive
676
677 install-ps-am:
678
679 installcheck-am:
680
681 maintainer-clean: maintainer-clean-recursive
682         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
683         -rm -rf $(top_srcdir)/autom4te.cache
684         -rm -f Makefile
685 maintainer-clean-am: distclean-am maintainer-clean-generic
686
687 mostlyclean: mostlyclean-recursive
688
689 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
690
691 pdf: pdf-recursive
692
693 pdf-am:
694
695 ps: ps-recursive
696
697 ps-am:
698
699 uninstall-am:
700
701 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
702         ctags-recursive install-am install-strip tags-recursive
703
704 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
705         all all-am am--refresh check check-am clean clean-generic \
706         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
707         dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
708         distcheck distclean distclean-generic distclean-hdr \
709         distclean-libtool distclean-tags distcleancheck distdir \
710         distuninstallcheck dvi dvi-am html html-am info info-am \
711         install install-am install-data install-data-am install-dvi \
712         install-dvi-am install-exec install-exec-am install-html \
713         install-html-am install-info install-info-am install-man \
714         install-pdf install-pdf-am install-ps install-ps-am \
715         install-strip installcheck installcheck-am installdirs \
716         installdirs-am maintainer-clean maintainer-clean-generic \
717         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
718         ps ps-am tags tags-recursive uninstall uninstall-am
719
720
721 # Tell versions [3.59,3.63) of GNU make to not export all variables.
722 # Otherwise a system limit (for SysV at least) may be exceeded.
723 .NOEXPORT: