615c464070727aadc1f24a1c96cbafc919ffaf07
[platform/upstream/harfbuzz.git] / docs / Makefile.in
1 # Makefile.in generated by automake 1.14 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 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__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 am__make_running_with_option = \
19   case $${target_option-} in \
20       ?) ;; \
21       *) echo "am__make_running_with_option: internal error: invalid" \
22               "target option '$${target_option-}' specified" >&2; \
23          exit 1;; \
24   esac; \
25   has_opt=no; \
26   sane_makeflags=$$MAKEFLAGS; \
27   if $(am__is_gnu_make); then \
28     sane_makeflags=$$MFLAGS; \
29   else \
30     case $$MAKEFLAGS in \
31       *\\[\ \   ]*) \
32         bs=\\; \
33         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
35     esac; \
36   fi; \
37   skip_next=no; \
38   strip_trailopt () \
39   { \
40     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41   }; \
42   for flg in $$sane_makeflags; do \
43     test $$skip_next = yes && { skip_next=no; continue; }; \
44     case $$flg in \
45       *=*|--*) continue;; \
46         -*I) strip_trailopt 'I'; skip_next=yes;; \
47       -*I?*) strip_trailopt 'I';; \
48         -*O) strip_trailopt 'O'; skip_next=yes;; \
49       -*O?*) strip_trailopt 'O';; \
50         -*l) strip_trailopt 'l'; skip_next=yes;; \
51       -*l?*) strip_trailopt 'l';; \
52       -[dEDm]) skip_next=yes;; \
53       -[JT]) skip_next=yes;; \
54     esac; \
55     case $$flg in \
56       *$$target_option*) has_opt=yes; break;; \
57     esac; \
58   done; \
59   test $$has_opt = yes
60 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62 pkgdatadir = $(datadir)/@PACKAGE@
63 pkgincludedir = $(includedir)/@PACKAGE@
64 pkglibdir = $(libdir)/@PACKAGE@
65 pkglibexecdir = $(libexecdir)/@PACKAGE@
66 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67 install_sh_DATA = $(install_sh) -c -m 644
68 install_sh_PROGRAM = $(install_sh) -c
69 install_sh_SCRIPT = $(install_sh) -c
70 INSTALL_HEADER = $(INSTALL_DATA)
71 transform = $(program_transform_name)
72 NORMAL_INSTALL = :
73 PRE_INSTALL = :
74 POST_INSTALL = :
75 NORMAL_UNINSTALL = :
76 PRE_UNINSTALL = :
77 POST_UNINSTALL = :
78 build_triplet = @build@
79 host_triplet = @host@
80 subdir = docs
81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
82 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
83 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pthread.m4 \
84         $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/libtool.m4 \
85         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
86         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
87         $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
88 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
89         $(ACLOCAL_M4)
90 mkinstalldirs = $(install_sh) -d
91 CONFIG_HEADER = $(top_builddir)/config.h
92 CONFIG_CLEAN_FILES =
93 CONFIG_CLEAN_VPATH_FILES =
94 AM_V_P = $(am__v_P_@AM_V@)
95 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
96 am__v_P_0 = false
97 am__v_P_1 = :
98 AM_V_GEN = $(am__v_GEN_@AM_V@)
99 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
100 am__v_GEN_0 = @echo "  GEN     " $@;
101 am__v_GEN_1 = 
102 AM_V_at = $(am__v_at_@AM_V@)
103 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
104 am__v_at_0 = @
105 am__v_at_1 = 
106 SOURCES =
107 DIST_SOURCES =
108 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
109         ctags-recursive dvi-recursive html-recursive info-recursive \
110         install-data-recursive install-dvi-recursive \
111         install-exec-recursive install-html-recursive \
112         install-info-recursive install-pdf-recursive \
113         install-ps-recursive install-recursive installcheck-recursive \
114         installdirs-recursive pdf-recursive ps-recursive \
115         tags-recursive uninstall-recursive
116 am__can_run_installinfo = \
117   case $$AM_UPDATE_INFO_DIR in \
118     n|no|NO) false;; \
119     *) (install-info --version) >/dev/null 2>&1;; \
120   esac
121 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
122   distclean-recursive maintainer-clean-recursive
123 am__recursive_targets = \
124   $(RECURSIVE_TARGETS) \
125   $(RECURSIVE_CLEAN_TARGETS) \
126   $(am__extra_recursive_targets)
127 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
128         distdir
129 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
130 # Read a list of newline-separated strings from the standard input,
131 # and print each of them once, without duplicates.  Input order is
132 # *not* preserved.
133 am__uniquify_input = $(AWK) '\
134   BEGIN { nonempty = 0; } \
135   { items[$$0] = 1; nonempty = 1; } \
136   END { if (nonempty) { for (i in items) print i; }; } \
137 '
138 # Make sure the list of sources is unique.  This is necessary because,
139 # e.g., the same source file might be shared among _SOURCES variables
140 # for different programs/libraries.
141 am__define_uniq_tagged_files = \
142   list='$(am__tagged_files)'; \
143   unique=`for i in $$list; do \
144     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
145   done | $(am__uniquify_input)`
146 ETAGS = etags
147 CTAGS = ctags
148 DIST_SUBDIRS = $(SUBDIRS)
149 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
150 am__relativize = \
151   dir0=`pwd`; \
152   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
153   sed_rest='s,^[^/]*/*,,'; \
154   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
155   sed_butlast='s,/*[^/]*$$,,'; \
156   while test -n "$$dir1"; do \
157     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
158     if test "$$first" != "."; then \
159       if test "$$first" = ".."; then \
160         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
161         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
162       else \
163         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
164         if test "$$first2" = "$$first"; then \
165           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
166         else \
167           dir2="../$$dir2"; \
168         fi; \
169         dir0="$$dir0"/"$$first"; \
170       fi; \
171     fi; \
172     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
173   done; \
174   reldir="$$dir2"
175 ACLOCAL = @ACLOCAL@
176 AMTAR = @AMTAR@
177 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
178 AR = @AR@
179 AUTOCONF = @AUTOCONF@
180 AUTOHEADER = @AUTOHEADER@
181 AUTOMAKE = @AUTOMAKE@
182 AWK = @AWK@
183 CAIRO_CFLAGS = @CAIRO_CFLAGS@
184 CAIRO_FT_CFLAGS = @CAIRO_FT_CFLAGS@
185 CAIRO_FT_LIBS = @CAIRO_FT_LIBS@
186 CAIRO_LIBS = @CAIRO_LIBS@
187 CC = @CC@
188 CCDEPMODE = @CCDEPMODE@
189 CFLAGS = @CFLAGS@
190 CORETEXT_CFLAGS = @CORETEXT_CFLAGS@
191 CORETEXT_LIBS = @CORETEXT_LIBS@
192 CPP = @CPP@
193 CPPFLAGS = @CPPFLAGS@
194 CXX = @CXX@
195 CXXCPP = @CXXCPP@
196 CXXDEPMODE = @CXXDEPMODE@
197 CXXFLAGS = @CXXFLAGS@
198 CYGPATH_W = @CYGPATH_W@
199 DEFS = @DEFS@
200 DEPDIR = @DEPDIR@
201 DLLTOOL = @DLLTOOL@
202 DSYMUTIL = @DSYMUTIL@
203 DUMPBIN = @DUMPBIN@
204 ECHO_C = @ECHO_C@
205 ECHO_N = @ECHO_N@
206 ECHO_T = @ECHO_T@
207 EGREP = @EGREP@
208 EXEEXT = @EXEEXT@
209 FGREP = @FGREP@
210 FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
211 FREETYPE_LIBS = @FREETYPE_LIBS@
212 GIT = @GIT@
213 GLIB_CFLAGS = @GLIB_CFLAGS@
214 GLIB_LIBS = @GLIB_LIBS@
215 GLIB_MKENUMS = @GLIB_MKENUMS@
216 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
217 GOBJECT_LIBS = @GOBJECT_LIBS@
218 GRAPHITE2_CFLAGS = @GRAPHITE2_CFLAGS@
219 GRAPHITE2_LIBS = @GRAPHITE2_LIBS@
220 GREP = @GREP@
221 GTKDOC_CHECK = @GTKDOC_CHECK@
222 GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
223 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
224 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
225 GTKDOC_MKPDF = @GTKDOC_MKPDF@
226 GTKDOC_REBASE = @GTKDOC_REBASE@
227 HB_LIBTOOL_VERSION_INFO = @HB_LIBTOOL_VERSION_INFO@
228 HB_VERSION = @HB_VERSION@
229 HB_VERSION_MAJOR = @HB_VERSION_MAJOR@
230 HB_VERSION_MICRO = @HB_VERSION_MICRO@
231 HB_VERSION_MINOR = @HB_VERSION_MINOR@
232 HTML_DIR = @HTML_DIR@
233 ICU_CFLAGS = @ICU_CFLAGS@
234 ICU_CONFIG = @ICU_CONFIG@
235 ICU_LIBS = @ICU_LIBS@
236 INSTALL = @INSTALL@
237 INSTALL_DATA = @INSTALL_DATA@
238 INSTALL_PROGRAM = @INSTALL_PROGRAM@
239 INSTALL_SCRIPT = @INSTALL_SCRIPT@
240 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
241 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
242 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
243 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
244 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
245 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
246 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
247 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
248 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
249 LD = @LD@
250 LDFLAGS = @LDFLAGS@
251 LIBOBJS = @LIBOBJS@
252 LIBS = @LIBS@
253 LIBTOOL = @LIBTOOL@
254 LIPO = @LIPO@
255 LN_S = @LN_S@
256 LTLIBOBJS = @LTLIBOBJS@
257 MAKEINFO = @MAKEINFO@
258 MANIFEST_TOOL = @MANIFEST_TOOL@
259 MKDIR_P = @MKDIR_P@
260 NM = @NM@
261 NMEDIT = @NMEDIT@
262 OBJDUMP = @OBJDUMP@
263 OBJEXT = @OBJEXT@
264 OTOOL = @OTOOL@
265 OTOOL64 = @OTOOL64@
266 PACKAGE = @PACKAGE@
267 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
268 PACKAGE_NAME = @PACKAGE_NAME@
269 PACKAGE_STRING = @PACKAGE_STRING@
270 PACKAGE_TARNAME = @PACKAGE_TARNAME@
271 PACKAGE_URL = @PACKAGE_URL@
272 PACKAGE_VERSION = @PACKAGE_VERSION@
273 PATH_SEPARATOR = @PATH_SEPARATOR@
274 PKG_CONFIG = @PKG_CONFIG@
275 PTHREAD_CC = @PTHREAD_CC@
276 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
277 PTHREAD_LIBS = @PTHREAD_LIBS@
278 RAGEL = @RAGEL@
279 RANLIB = @RANLIB@
280 SED = @SED@
281 SET_MAKE = @SET_MAKE@
282 SHELL = @SHELL@
283 STRIP = @STRIP@
284 UNISCRIBE_CFLAGS = @UNISCRIBE_CFLAGS@
285 UNISCRIBE_LIBS = @UNISCRIBE_LIBS@
286 VERSION = @VERSION@
287 abs_builddir = @abs_builddir@
288 abs_srcdir = @abs_srcdir@
289 abs_top_builddir = @abs_top_builddir@
290 abs_top_srcdir = @abs_top_srcdir@
291 ac_ct_AR = @ac_ct_AR@
292 ac_ct_CC = @ac_ct_CC@
293 ac_ct_CXX = @ac_ct_CXX@
294 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
295 am__include = @am__include@
296 am__leading_dot = @am__leading_dot@
297 am__quote = @am__quote@
298 am__tar = @am__tar@
299 am__untar = @am__untar@
300 ax_pthread_config = @ax_pthread_config@
301 bindir = @bindir@
302 build = @build@
303 build_alias = @build_alias@
304 build_cpu = @build_cpu@
305 build_os = @build_os@
306 build_vendor = @build_vendor@
307 builddir = @builddir@
308 datadir = @datadir@
309 datarootdir = @datarootdir@
310 docdir = @docdir@
311 dvidir = @dvidir@
312 exec_prefix = @exec_prefix@
313 host = @host@
314 host_alias = @host_alias@
315 host_cpu = @host_cpu@
316 host_os = @host_os@
317 host_vendor = @host_vendor@
318 htmldir = @htmldir@
319 includedir = @includedir@
320 infodir = @infodir@
321 install_sh = @install_sh@
322 libdir = @libdir@
323 libexecdir = @libexecdir@
324 localedir = @localedir@
325 localstatedir = @localstatedir@
326 mandir = @mandir@
327 mkdir_p = @mkdir_p@
328 oldincludedir = @oldincludedir@
329 pdfdir = @pdfdir@
330 prefix = @prefix@
331 program_transform_name = @program_transform_name@
332 psdir = @psdir@
333 sbindir = @sbindir@
334 sharedstatedir = @sharedstatedir@
335 srcdir = @srcdir@
336 sysconfdir = @sysconfdir@
337 target_alias = @target_alias@
338 top_build_prefix = @top_build_prefix@
339 top_builddir = @top_builddir@
340 top_srcdir = @top_srcdir@
341 SUBDIRS = reference
342 all: all-recursive
343
344 .SUFFIXES:
345 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
346         @for dep in $?; do \
347           case '$(am__configure_deps)' in \
348             *$$dep*) \
349               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
350                 && { if test -f $@; then exit 0; else break; fi; }; \
351               exit 1;; \
352           esac; \
353         done; \
354         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits docs/Makefile'; \
355         $(am__cd) $(top_srcdir) && \
356           $(AUTOMAKE) --gnits docs/Makefile
357 .PRECIOUS: Makefile
358 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
359         @case '$?' in \
360           *config.status*) \
361             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
362           *) \
363             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
364             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
365         esac;
366
367 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
368         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
369
370 $(top_srcdir)/configure:  $(am__configure_deps)
371         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
372 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
373         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
374 $(am__aclocal_m4_deps):
375
376 mostlyclean-libtool:
377         -rm -f *.lo
378
379 clean-libtool:
380         -rm -rf .libs _libs
381
382 # This directory's subdirectories are mostly independent; you can cd
383 # into them and run 'make' without going through this Makefile.
384 # To change the values of 'make' variables: instead of editing Makefiles,
385 # (1) if the variable is set in 'config.status', edit 'config.status'
386 #     (which will cause the Makefiles to be regenerated when you run 'make');
387 # (2) otherwise, pass the desired values on the 'make' command line.
388 $(am__recursive_targets):
389         @fail=; \
390         if $(am__make_keepgoing); then \
391           failcom='fail=yes'; \
392         else \
393           failcom='exit 1'; \
394         fi; \
395         dot_seen=no; \
396         target=`echo $@ | sed s/-recursive//`; \
397         case "$@" in \
398           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
399           *) list='$(SUBDIRS)' ;; \
400         esac; \
401         for subdir in $$list; do \
402           echo "Making $$target in $$subdir"; \
403           if test "$$subdir" = "."; then \
404             dot_seen=yes; \
405             local_target="$$target-am"; \
406           else \
407             local_target="$$target"; \
408           fi; \
409           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
410           || eval $$failcom; \
411         done; \
412         if test "$$dot_seen" = "no"; then \
413           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
414         fi; test -z "$$fail"
415
416 ID: $(am__tagged_files)
417         $(am__define_uniq_tagged_files); mkid -fID $$unique
418 tags: tags-recursive
419 TAGS: tags
420
421 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
422         set x; \
423         here=`pwd`; \
424         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
425           include_option=--etags-include; \
426           empty_fix=.; \
427         else \
428           include_option=--include; \
429           empty_fix=; \
430         fi; \
431         list='$(SUBDIRS)'; for subdir in $$list; do \
432           if test "$$subdir" = .; then :; else \
433             test ! -f $$subdir/TAGS || \
434               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
435           fi; \
436         done; \
437         $(am__define_uniq_tagged_files); \
438         shift; \
439         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
440           test -n "$$unique" || unique=$$empty_fix; \
441           if test $$# -gt 0; then \
442             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
443               "$$@" $$unique; \
444           else \
445             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
446               $$unique; \
447           fi; \
448         fi
449 ctags: ctags-recursive
450
451 CTAGS: ctags
452 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
453         $(am__define_uniq_tagged_files); \
454         test -z "$(CTAGS_ARGS)$$unique" \
455           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
456              $$unique
457
458 GTAGS:
459         here=`$(am__cd) $(top_builddir) && pwd` \
460           && $(am__cd) $(top_srcdir) \
461           && gtags -i $(GTAGS_ARGS) "$$here"
462 cscopelist: cscopelist-recursive
463
464 cscopelist-am: $(am__tagged_files)
465         list='$(am__tagged_files)'; \
466         case "$(srcdir)" in \
467           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
468           *) sdir=$(subdir)/$(srcdir) ;; \
469         esac; \
470         for i in $$list; do \
471           if test -f "$$i"; then \
472             echo "$(subdir)/$$i"; \
473           else \
474             echo "$$sdir/$$i"; \
475           fi; \
476         done >> $(top_builddir)/cscope.files
477
478 distclean-tags:
479         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
480
481 distdir: $(DISTFILES)
482         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
483         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
484         list='$(DISTFILES)'; \
485           dist_files=`for file in $$list; do echo $$file; done | \
486           sed -e "s|^$$srcdirstrip/||;t" \
487               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
488         case $$dist_files in \
489           */*) $(MKDIR_P) `echo "$$dist_files" | \
490                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
491                            sort -u` ;; \
492         esac; \
493         for file in $$dist_files; do \
494           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
495           if test -d $$d/$$file; then \
496             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
497             if test -d "$(distdir)/$$file"; then \
498               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
499             fi; \
500             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
501               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
502               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
503             fi; \
504             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
505           else \
506             test -f "$(distdir)/$$file" \
507             || cp -p $$d/$$file "$(distdir)/$$file" \
508             || exit 1; \
509           fi; \
510         done
511         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
512           if test "$$subdir" = .; then :; else \
513             $(am__make_dryrun) \
514               || test -d "$(distdir)/$$subdir" \
515               || $(MKDIR_P) "$(distdir)/$$subdir" \
516               || exit 1; \
517             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
518             $(am__relativize); \
519             new_distdir=$$reldir; \
520             dir1=$$subdir; dir2="$(top_distdir)"; \
521             $(am__relativize); \
522             new_top_distdir=$$reldir; \
523             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
524             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
525             ($(am__cd) $$subdir && \
526               $(MAKE) $(AM_MAKEFLAGS) \
527                 top_distdir="$$new_top_distdir" \
528                 distdir="$$new_distdir" \
529                 am__remove_distdir=: \
530                 am__skip_length_check=: \
531                 am__skip_mode_fix=: \
532                 distdir) \
533               || exit 1; \
534           fi; \
535         done
536 check-am: all-am
537 check: check-recursive
538 all-am: Makefile
539 installdirs: installdirs-recursive
540 installdirs-am:
541 install: install-recursive
542 install-exec: install-exec-recursive
543 install-data: install-data-recursive
544 uninstall: uninstall-recursive
545
546 install-am: all-am
547         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
548
549 installcheck: installcheck-recursive
550 install-strip:
551         if test -z '$(STRIP)'; then \
552           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
553             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
554               install; \
555         else \
556           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
557             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
558             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
559         fi
560 mostlyclean-generic:
561
562 clean-generic:
563
564 distclean-generic:
565         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
566         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
567
568 maintainer-clean-generic:
569         @echo "This command is intended for maintainers to use"
570         @echo "it deletes files that may require special tools to rebuild."
571 clean: clean-recursive
572
573 clean-am: clean-generic clean-libtool mostlyclean-am
574
575 distclean: distclean-recursive
576         -rm -f Makefile
577 distclean-am: clean-am distclean-generic distclean-tags
578
579 dvi: dvi-recursive
580
581 dvi-am:
582
583 html: html-recursive
584
585 html-am:
586
587 info: info-recursive
588
589 info-am:
590
591 install-data-am:
592
593 install-dvi: install-dvi-recursive
594
595 install-dvi-am:
596
597 install-exec-am:
598
599 install-html: install-html-recursive
600
601 install-html-am:
602
603 install-info: install-info-recursive
604
605 install-info-am:
606
607 install-man:
608
609 install-pdf: install-pdf-recursive
610
611 install-pdf-am:
612
613 install-ps: install-ps-recursive
614
615 install-ps-am:
616
617 installcheck-am:
618
619 maintainer-clean: maintainer-clean-recursive
620         -rm -f Makefile
621 maintainer-clean-am: distclean-am maintainer-clean-generic
622
623 mostlyclean: mostlyclean-recursive
624
625 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
626
627 pdf: pdf-recursive
628
629 pdf-am:
630
631 ps: ps-recursive
632
633 ps-am:
634
635 uninstall-am:
636
637 .MAKE: $(am__recursive_targets) install-am install-strip
638
639 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
640         check-am clean clean-generic clean-libtool cscopelist-am ctags \
641         ctags-am distclean distclean-generic distclean-libtool \
642         distclean-tags distdir dvi dvi-am html html-am info info-am \
643         install install-am install-data install-data-am install-dvi \
644         install-dvi-am install-exec install-exec-am install-html \
645         install-html-am install-info install-info-am install-man \
646         install-pdf install-pdf-am install-ps install-ps-am \
647         install-strip installcheck installcheck-am installdirs \
648         installdirs-am maintainer-clean maintainer-clean-generic \
649         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
650         ps ps-am tags tags-am uninstall uninstall-am
651
652
653 # Tell versions [3.59,3.63) of GNU make to not export all variables.
654 # Otherwise a system limit (for SysV at least) may be exceeded.
655 .NOEXPORT: