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