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