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