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