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