Initial Import
[profile/ivi/json-glib.git] / doc / 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 = doc
37 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39 am__aclocal_m4_deps =  \
40         $(top_srcdir)/build/autotools/as-compiler-flag.m4 \
41         $(top_srcdir)/build/autotools/as-linguas.m4 \
42         $(top_srcdir)/build/autotools/gettext.m4 \
43         $(top_srcdir)/build/autotools/gtk-doc.m4 \
44         $(top_srcdir)/build/autotools/iconv.m4 \
45         $(top_srcdir)/build/autotools/intlmacosx.m4 \
46         $(top_srcdir)/build/autotools/introspection.m4 \
47         $(top_srcdir)/build/autotools/lib-ld.m4 \
48         $(top_srcdir)/build/autotools/lib-link.m4 \
49         $(top_srcdir)/build/autotools/lib-prefix.m4 \
50         $(top_srcdir)/build/autotools/libtool.m4 \
51         $(top_srcdir)/build/autotools/ltoptions.m4 \
52         $(top_srcdir)/build/autotools/ltsugar.m4 \
53         $(top_srcdir)/build/autotools/ltversion.m4 \
54         $(top_srcdir)/build/autotools/lt~obsolete.m4 \
55         $(top_srcdir)/build/autotools/nls.m4 \
56         $(top_srcdir)/build/autotools/po.m4 \
57         $(top_srcdir)/build/autotools/progtest.m4 \
58         $(top_srcdir)/configure.ac
59 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60         $(ACLOCAL_M4)
61 mkinstalldirs = $(install_sh) -d
62 CONFIG_HEADER = $(top_builddir)/config.h
63 CONFIG_CLEAN_FILES =
64 CONFIG_CLEAN_VPATH_FILES =
65 AM_V_GEN = $(am__v_GEN_$(V))
66 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
67 am__v_GEN_0 = @echo "  GEN   " $@;
68 AM_V_at = $(am__v_at_$(V))
69 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
70 am__v_at_0 = @
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 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
81   distclean-recursive maintainer-clean-recursive
82 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
83         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
84         distdir
85 ETAGS = etags
86 CTAGS = ctags
87 DIST_SUBDIRS = $(SUBDIRS)
88 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89 am__relativize = \
90   dir0=`pwd`; \
91   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
92   sed_rest='s,^[^/]*/*,,'; \
93   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
94   sed_butlast='s,/*[^/]*$$,,'; \
95   while test -n "$$dir1"; do \
96     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
97     if test "$$first" != "."; then \
98       if test "$$first" = ".."; then \
99         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
100         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
101       else \
102         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
103         if test "$$first2" = "$$first"; then \
104           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
105         else \
106           dir2="../$$dir2"; \
107         fi; \
108         dir0="$$dir0"/"$$first"; \
109       fi; \
110     fi; \
111     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
112   done; \
113   reldir="$$dir2"
114 ACLOCAL = @ACLOCAL@
115 ALL_LINGUAS = @ALL_LINGUAS@
116 AMTAR = @AMTAR@
117 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
118 AR = @AR@
119 AUTOCONF = @AUTOCONF@
120 AUTOHEADER = @AUTOHEADER@
121 AUTOMAKE = @AUTOMAKE@
122 AWK = @AWK@
123 CC = @CC@
124 CCDEPMODE = @CCDEPMODE@
125 CFLAGS = @CFLAGS@
126 CPP = @CPP@
127 CPPFLAGS = @CPPFLAGS@
128 CYGPATH_W = @CYGPATH_W@
129 DEFS = @DEFS@
130 DEPDIR = @DEPDIR@
131 DLLTOOL = @DLLTOOL@
132 DSYMUTIL = @DSYMUTIL@
133 DUMPBIN = @DUMPBIN@
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 GCOV_CFLAGS = @GCOV_CFLAGS@
141 GCOV_LDFLAGS = @GCOV_LDFLAGS@
142 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
143 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
144 GLIB_CFLAGS = @GLIB_CFLAGS@
145 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
146 GLIB_LIBS = @GLIB_LIBS@
147 GLIB_MKENUMS = @GLIB_MKENUMS@
148 GLIB_PREFIX = @GLIB_PREFIX@
149 GMSGFMT = @GMSGFMT@
150 GMSGFMT_015 = @GMSGFMT_015@
151 GOBJECT_QUERY = @GOBJECT_QUERY@
152 GREP = @GREP@
153 GTKDOC_CHECK = @GTKDOC_CHECK@
154 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
155 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
156 GTKDOC_MKPDF = @GTKDOC_MKPDF@
157 GTKDOC_REBASE = @GTKDOC_REBASE@
158 HTML_DIR = @HTML_DIR@
159 INSTALL = @INSTALL@
160 INSTALL_DATA = @INSTALL_DATA@
161 INSTALL_PROGRAM = @INSTALL_PROGRAM@
162 INSTALL_SCRIPT = @INSTALL_SCRIPT@
163 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
164 INTLLIBS = @INTLLIBS@
165 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
166 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
167 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
168 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
169 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
170 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
171 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
172 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
173 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
174 JSON_CFLAGS = @JSON_CFLAGS@
175 JSON_DEBUG_CFLAGS = @JSON_DEBUG_CFLAGS@
176 JSON_LIBS = @JSON_LIBS@
177 JSON_LT_LDFLAGS = @JSON_LT_LDFLAGS@
178 JSON_MAJOR_VERSION = @JSON_MAJOR_VERSION@
179 JSON_MICRO_VERSION = @JSON_MICRO_VERSION@
180 JSON_MINOR_VERSION = @JSON_MINOR_VERSION@
181 JSON_RELEASE_STATUS = @JSON_RELEASE_STATUS@
182 JSON_VERSION = @JSON_VERSION@
183 LD = @LD@
184 LDFLAGS = @LDFLAGS@
185 LIBICONV = @LIBICONV@
186 LIBINTL = @LIBINTL@
187 LIBOBJS = @LIBOBJS@
188 LIBS = @LIBS@
189 LIBTOOL = @LIBTOOL@
190 LIPO = @LIPO@
191 LN_S = @LN_S@
192 LTLIBICONV = @LTLIBICONV@
193 LTLIBINTL = @LTLIBINTL@
194 LTLIBOBJS = @LTLIBOBJS@
195 MAINTAINER_CFLAGS = @MAINTAINER_CFLAGS@
196 MAKEINFO = @MAKEINFO@
197 MANIFEST_TOOL = @MANIFEST_TOOL@
198 MKDIR_P = @MKDIR_P@
199 MSGFMT = @MSGFMT@
200 MSGFMT_015 = @MSGFMT_015@
201 MSGMERGE = @MSGMERGE@
202 NM = @NM@
203 NMEDIT = @NMEDIT@
204 OBJDUMP = @OBJDUMP@
205 OBJEXT = @OBJEXT@
206 OTOOL = @OTOOL@
207 OTOOL64 = @OTOOL64@
208 PACKAGE = @PACKAGE@
209 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
210 PACKAGE_NAME = @PACKAGE_NAME@
211 PACKAGE_STRING = @PACKAGE_STRING@
212 PACKAGE_TARNAME = @PACKAGE_TARNAME@
213 PACKAGE_URL = @PACKAGE_URL@
214 PACKAGE_VERSION = @PACKAGE_VERSION@
215 PATH_SEPARATOR = @PATH_SEPARATOR@
216 PKG_CONFIG = @PKG_CONFIG@
217 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
218 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
219 POSUB = @POSUB@
220 RANLIB = @RANLIB@
221 SED = @SED@
222 SET_MAKE = @SET_MAKE@
223 SHELL = @SHELL@
224 STRIP = @STRIP@
225 USE_NLS = @USE_NLS@
226 VERSION = @VERSION@
227 XGETTEXT = @XGETTEXT@
228 XGETTEXT_015 = @XGETTEXT_015@
229 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
230 abs_builddir = @abs_builddir@
231 abs_srcdir = @abs_srcdir@
232 abs_top_builddir = @abs_top_builddir@
233 abs_top_srcdir = @abs_top_srcdir@
234 ac_ct_AR = @ac_ct_AR@
235 ac_ct_CC = @ac_ct_CC@
236 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
237 am__include = @am__include@
238 am__leading_dot = @am__leading_dot@
239 am__quote = @am__quote@
240 am__tar = @am__tar@
241 am__untar = @am__untar@
242 bindir = @bindir@
243 build = @build@
244 build_alias = @build_alias@
245 build_cpu = @build_cpu@
246 build_os = @build_os@
247 build_vendor = @build_vendor@
248 builddir = @builddir@
249 datadir = @datadir@
250 datarootdir = @datarootdir@
251 docdir = @docdir@
252 dvidir = @dvidir@
253 exec_prefix = @exec_prefix@
254 host = @host@
255 host_alias = @host_alias@
256 host_cpu = @host_cpu@
257 host_os = @host_os@
258 host_vendor = @host_vendor@
259 htmldir = @htmldir@
260 includedir = @includedir@
261 infodir = @infodir@
262 install_sh = @install_sh@
263 libdir = @libdir@
264 libexecdir = @libexecdir@
265 localedir = @localedir@
266 localstatedir = @localstatedir@
267 mandir = @mandir@
268 mkdir_p = @mkdir_p@
269 oldincludedir = @oldincludedir@
270 pdfdir = @pdfdir@
271 prefix = @prefix@
272 program_transform_name = @program_transform_name@
273 psdir = @psdir@
274 sbindir = @sbindir@
275 sharedstatedir = @sharedstatedir@
276 srcdir = @srcdir@
277 sysconfdir = @sysconfdir@
278 target_alias = @target_alias@
279 top_build_prefix = @top_build_prefix@
280 top_builddir = @top_builddir@
281 top_srcdir = @top_srcdir@
282 SUBDIRS = reference
283 all: all-recursive
284
285 .SUFFIXES:
286 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
287         @for dep in $?; do \
288           case '$(am__configure_deps)' in \
289             *$$dep*) \
290               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
291                 && { if test -f $@; then exit 0; else break; fi; }; \
292               exit 1;; \
293           esac; \
294         done; \
295         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
296         $(am__cd) $(top_srcdir) && \
297           $(AUTOMAKE) --foreign doc/Makefile
298 .PRECIOUS: Makefile
299 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
300         @case '$?' in \
301           *config.status*) \
302             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
303           *) \
304             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
305             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
306         esac;
307
308 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
309         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
310
311 $(top_srcdir)/configure:  $(am__configure_deps)
312         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
313 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
314         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
315 $(am__aclocal_m4_deps):
316
317 mostlyclean-libtool:
318         -rm -f *.lo
319
320 clean-libtool:
321         -rm -rf .libs _libs
322
323 # This directory's subdirectories are mostly independent; you can cd
324 # into them and run `make' without going through this Makefile.
325 # To change the values of `make' variables: instead of editing Makefiles,
326 # (1) if the variable is set in `config.status', edit `config.status'
327 #     (which will cause the Makefiles to be regenerated when you run `make');
328 # (2) otherwise, pass the desired values on the `make' command line.
329 $(RECURSIVE_TARGETS):
330         @fail= failcom='exit 1'; \
331         for f in x $$MAKEFLAGS; do \
332           case $$f in \
333             *=* | --[!k]*);; \
334             *k*) failcom='fail=yes';; \
335           esac; \
336         done; \
337         dot_seen=no; \
338         target=`echo $@ | sed s/-recursive//`; \
339         list='$(SUBDIRS)'; for subdir in $$list; do \
340           echo "Making $$target in $$subdir"; \
341           if test "$$subdir" = "."; then \
342             dot_seen=yes; \
343             local_target="$$target-am"; \
344           else \
345             local_target="$$target"; \
346           fi; \
347           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
348           || eval $$failcom; \
349         done; \
350         if test "$$dot_seen" = "no"; then \
351           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
352         fi; test -z "$$fail"
353
354 $(RECURSIVE_CLEAN_TARGETS):
355         @fail= failcom='exit 1'; \
356         for f in x $$MAKEFLAGS; do \
357           case $$f in \
358             *=* | --[!k]*);; \
359             *k*) failcom='fail=yes';; \
360           esac; \
361         done; \
362         dot_seen=no; \
363         case "$@" in \
364           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
365           *) list='$(SUBDIRS)' ;; \
366         esac; \
367         rev=''; for subdir in $$list; do \
368           if test "$$subdir" = "."; then :; else \
369             rev="$$subdir $$rev"; \
370           fi; \
371         done; \
372         rev="$$rev ."; \
373         target=`echo $@ | sed s/-recursive//`; \
374         for subdir in $$rev; do \
375           echo "Making $$target in $$subdir"; \
376           if test "$$subdir" = "."; then \
377             local_target="$$target-am"; \
378           else \
379             local_target="$$target"; \
380           fi; \
381           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
382           || eval $$failcom; \
383         done && test -z "$$fail"
384 tags-recursive:
385         list='$(SUBDIRS)'; for subdir in $$list; do \
386           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
387         done
388 ctags-recursive:
389         list='$(SUBDIRS)'; for subdir in $$list; do \
390           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
391         done
392
393 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
394         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
395         unique=`for i in $$list; do \
396             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
397           done | \
398           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
399               END { if (nonempty) { for (i in files) print i; }; }'`; \
400         mkid -fID $$unique
401 tags: TAGS
402
403 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
404                 $(TAGS_FILES) $(LISP)
405         set x; \
406         here=`pwd`; \
407         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
408           include_option=--etags-include; \
409           empty_fix=.; \
410         else \
411           include_option=--include; \
412           empty_fix=; \
413         fi; \
414         list='$(SUBDIRS)'; for subdir in $$list; do \
415           if test "$$subdir" = .; then :; else \
416             test ! -f $$subdir/TAGS || \
417               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
418           fi; \
419         done; \
420         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
421         unique=`for i in $$list; do \
422             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
423           done | \
424           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
425               END { if (nonempty) { for (i in files) print i; }; }'`; \
426         shift; \
427         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
428           test -n "$$unique" || unique=$$empty_fix; \
429           if test $$# -gt 0; then \
430             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
431               "$$@" $$unique; \
432           else \
433             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
434               $$unique; \
435           fi; \
436         fi
437 ctags: CTAGS
438 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
439                 $(TAGS_FILES) $(LISP)
440         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
441         unique=`for i in $$list; do \
442             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
443           done | \
444           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
445               END { if (nonempty) { for (i in files) print i; }; }'`; \
446         test -z "$(CTAGS_ARGS)$$unique" \
447           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
448              $$unique
449
450 GTAGS:
451         here=`$(am__cd) $(top_builddir) && pwd` \
452           && $(am__cd) $(top_srcdir) \
453           && gtags -i $(GTAGS_ARGS) "$$here"
454
455 distclean-tags:
456         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
457
458 distdir: $(DISTFILES)
459         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
460         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
461         list='$(DISTFILES)'; \
462           dist_files=`for file in $$list; do echo $$file; done | \
463           sed -e "s|^$$srcdirstrip/||;t" \
464               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
465         case $$dist_files in \
466           */*) $(MKDIR_P) `echo "$$dist_files" | \
467                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
468                            sort -u` ;; \
469         esac; \
470         for file in $$dist_files; do \
471           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
472           if test -d $$d/$$file; then \
473             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
474             if test -d "$(distdir)/$$file"; then \
475               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
476             fi; \
477             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
478               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
479               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
480             fi; \
481             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
482           else \
483             test -f "$(distdir)/$$file" \
484             || cp -p $$d/$$file "$(distdir)/$$file" \
485             || exit 1; \
486           fi; \
487         done
488         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
489           if test "$$subdir" = .; then :; else \
490             test -d "$(distdir)/$$subdir" \
491             || $(MKDIR_P) "$(distdir)/$$subdir" \
492             || exit 1; \
493           fi; \
494         done
495         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
496           if test "$$subdir" = .; then :; else \
497             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
498             $(am__relativize); \
499             new_distdir=$$reldir; \
500             dir1=$$subdir; dir2="$(top_distdir)"; \
501             $(am__relativize); \
502             new_top_distdir=$$reldir; \
503             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
504             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
505             ($(am__cd) $$subdir && \
506               $(MAKE) $(AM_MAKEFLAGS) \
507                 top_distdir="$$new_top_distdir" \
508                 distdir="$$new_distdir" \
509                 am__remove_distdir=: \
510                 am__skip_length_check=: \
511                 am__skip_mode_fix=: \
512                 distdir) \
513               || exit 1; \
514           fi; \
515         done
516 check-am: all-am
517         $(MAKE) $(AM_MAKEFLAGS) check-local
518 check: check-recursive
519 all-am: Makefile
520 installdirs: installdirs-recursive
521 installdirs-am:
522 install: install-recursive
523 install-exec: install-exec-recursive
524 install-data: install-data-recursive
525 uninstall: uninstall-recursive
526
527 install-am: all-am
528         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
529
530 installcheck: installcheck-recursive
531 install-strip:
532         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
533           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
534           `test -z '$(STRIP)' || \
535             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
536 mostlyclean-generic:
537
538 clean-generic:
539
540 distclean-generic:
541         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
542         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
543
544 maintainer-clean-generic:
545         @echo "This command is intended for maintainers to use"
546         @echo "it deletes files that may require special tools to rebuild."
547 clean: clean-recursive
548
549 clean-am: clean-generic clean-libtool mostlyclean-am
550
551 distclean: distclean-recursive
552         -rm -f Makefile
553 distclean-am: clean-am distclean-generic distclean-tags
554
555 dvi: dvi-recursive
556
557 dvi-am:
558
559 html: html-recursive
560
561 html-am:
562
563 info: info-recursive
564
565 info-am:
566
567 install-data-am:
568
569 install-dvi: install-dvi-recursive
570
571 install-dvi-am:
572
573 install-exec-am:
574
575 install-html: install-html-recursive
576
577 install-html-am:
578
579 install-info: install-info-recursive
580
581 install-info-am:
582
583 install-man:
584
585 install-pdf: install-pdf-recursive
586
587 install-pdf-am:
588
589 install-ps: install-ps-recursive
590
591 install-ps-am:
592
593 installcheck-am:
594
595 maintainer-clean: maintainer-clean-recursive
596         -rm -f Makefile
597 maintainer-clean-am: distclean-am maintainer-clean-generic
598
599 mostlyclean: mostlyclean-recursive
600
601 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
602
603 pdf: pdf-recursive
604
605 pdf-am:
606
607 ps: ps-recursive
608
609 ps-am:
610
611 uninstall-am:
612
613 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \
614         ctags-recursive install-am install-strip tags-recursive
615
616 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
617         all all-am check check-am check-local clean clean-generic \
618         clean-libtool ctags ctags-recursive distclean \
619         distclean-generic distclean-libtool distclean-tags distdir dvi \
620         dvi-am html html-am info info-am install install-am \
621         install-data install-data-am install-dvi install-dvi-am \
622         install-exec install-exec-am install-html install-html-am \
623         install-info install-info-am install-man install-pdf \
624         install-pdf-am install-ps install-ps-am install-strip \
625         installcheck installcheck-am installdirs installdirs-am \
626         maintainer-clean maintainer-clean-generic mostlyclean \
627         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
628         tags tags-recursive uninstall uninstall-am
629
630
631 test-report:
632         @true
633
634 test:
635         @true
636
637 check-local: test
638
639 .PHONY: test-report test check-local
640
641 # Tell versions [3.59,3.63) of GNU make to not export all variables.
642 # Otherwise a system limit (for SysV at least) may be exceeded.
643 .NOEXPORT: