Imported Upstream version 1.7.4
[platform/upstream/eeze.git] / 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
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 subdir = .
38 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40         $(srcdir)/eeze.pc.in $(srcdir)/eeze.spec.in \
41         $(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \
42         INSTALL NEWS TODO compile config.guess config.sub depcomp \
43         install-sh ltmain.sh missing
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_attribute.m4 \
46         $(top_srcdir)/m4/efl_binary.m4 \
47         $(top_srcdir)/m4/efl_compiler_flag.m4 \
48         $(top_srcdir)/m4/efl_doxygen.m4 $(top_srcdir)/m4/libtool.m4 \
49         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
50         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
51         $(top_srcdir)/configure.ac
52 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53         $(ACLOCAL_M4)
54 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
55  configure.lineno config.status.lineno
56 mkinstalldirs = $(install_sh) -d
57 CONFIG_HEADER = config.h
58 CONFIG_CLEAN_FILES = eeze.pc eeze.spec
59 CONFIG_CLEAN_VPATH_FILES =
60 AM_V_GEN = $(am__v_GEN_@AM_V@)
61 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
62 am__v_GEN_0 = @echo "  GEN   " $@;
63 AM_V_at = $(am__v_at_@AM_V@)
64 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
65 am__v_at_0 = @
66 SOURCES =
67 DIST_SOURCES =
68 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
69         html-recursive info-recursive install-data-recursive \
70         install-dvi-recursive install-exec-recursive \
71         install-html-recursive install-info-recursive \
72         install-pdf-recursive install-ps-recursive install-recursive \
73         installcheck-recursive installdirs-recursive pdf-recursive \
74         ps-recursive uninstall-recursive
75 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
76 am__vpath_adj = case $$p in \
77     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
78     *) f=$$p;; \
79   esac;
80 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
81 am__install_max = 40
82 am__nobase_strip_setup = \
83   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
84 am__nobase_strip = \
85   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
86 am__nobase_list = $(am__nobase_strip_setup); \
87   for p in $$list; do echo "$$p $$p"; done | \
88   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
89   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
90     if (++n[$$2] == $(am__install_max)) \
91       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
92     END { for (dir in files) print dir, files[dir] }'
93 am__base_list = \
94   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
95   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
96 am__uninstall_files_from_dir = { \
97   test -z "$$files" \
98     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
99     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
100          $(am__cd) "$$dir" && rm -f $$files; }; \
101   }
102 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
103 DATA = $(pkgconfig_DATA)
104 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
105   distclean-recursive maintainer-clean-recursive
106 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
107         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
108         distdir dist dist-all distcheck
109 ETAGS = etags
110 CTAGS = ctags
111 DIST_SUBDIRS = $(SUBDIRS)
112 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
113 distdir = $(PACKAGE)-$(VERSION)
114 top_distdir = $(distdir)
115 am__remove_distdir = \
116   if test -d "$(distdir)"; then \
117     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
118       && rm -rf "$(distdir)" \
119       || { sleep 5 && rm -rf "$(distdir)"; }; \
120   else :; fi
121 am__relativize = \
122   dir0=`pwd`; \
123   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
124   sed_rest='s,^[^/]*/*,,'; \
125   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
126   sed_butlast='s,/*[^/]*$$,,'; \
127   while test -n "$$dir1"; do \
128     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
129     if test "$$first" != "."; then \
130       if test "$$first" = ".."; then \
131         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
132         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
133       else \
134         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
135         if test "$$first2" = "$$first"; then \
136           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
137         else \
138           dir2="../$$dir2"; \
139         fi; \
140         dir0="$$dir0"/"$$first"; \
141       fi; \
142     fi; \
143     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
144   done; \
145   reldir="$$dir2"
146 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
147 GZIP_ENV = --best
148 distuninstallcheck_listfiles = find . -type f -print
149 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
150   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
151 distcleancheck_listfiles = find . -type f -print
152 ACLOCAL = @ACLOCAL@
153 AMTAR = @AMTAR@
154 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
155 AR = @AR@
156 AUTOCONF = @AUTOCONF@
157 AUTOHEADER = @AUTOHEADER@
158 AUTOMAKE = @AUTOMAKE@
159 AWK = @AWK@
160 CC = @CC@
161 CCDEPMODE = @CCDEPMODE@
162 CFLAGS = @CFLAGS@
163 CPP = @CPP@
164 CPPFLAGS = @CPPFLAGS@
165 CYGPATH_W = @CYGPATH_W@
166 DEFS = @DEFS@
167 DEPDIR = @DEPDIR@
168 DLLTOOL = @DLLTOOL@
169 DSYMUTIL = @DSYMUTIL@
170 DUMPBIN = @DUMPBIN@
171 ECHO_C = @ECHO_C@
172 ECHO_N = @ECHO_N@
173 ECHO_T = @ECHO_T@
174 ECORE_CON_CFLAGS = @ECORE_CON_CFLAGS@
175 ECORE_CON_LIBS = @ECORE_CON_LIBS@
176 ECORE_FILE_CFLAGS = @ECORE_FILE_CFLAGS@
177 ECORE_FILE_LIBS = @ECORE_FILE_LIBS@
178 EET_CFLAGS = @EET_CFLAGS@
179 EET_LIBS = @EET_LIBS@
180 EEZE_CFLAGS = @EEZE_CFLAGS@
181 EEZE_DISK_LS_PRG = @EEZE_DISK_LS_PRG@
182 EEZE_LIBS = @EEZE_LIBS@
183 EEZE_MOUNT_PRG = @EEZE_MOUNT_PRG@
184 EEZE_SCANNER_PRG = @EEZE_SCANNER_PRG@
185 EEZE_UDEV_TEST_PRG = @EEZE_UDEV_TEST_PRG@
186 EEZE_UMOUNT_PRG = @EEZE_UMOUNT_PRG@
187 EGREP = @EGREP@
188 EXEEXT = @EXEEXT@
189 FGREP = @FGREP@
190 GREP = @GREP@
191 INSTALL = @INSTALL@
192 INSTALL_DATA = @INSTALL_DATA@
193 INSTALL_PROGRAM = @INSTALL_PROGRAM@
194 INSTALL_SCRIPT = @INSTALL_SCRIPT@
195 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
196 LD = @LD@
197 LDFLAGS = @LDFLAGS@
198 LIBMOUNT_CFLAGS = @LIBMOUNT_CFLAGS@
199 LIBMOUNT_LIBS = @LIBMOUNT_LIBS@
200 LIBOBJS = @LIBOBJS@
201 LIBS = @LIBS@
202 LIBTOOL = @LIBTOOL@
203 LIPO = @LIPO@
204 LN_S = @LN_S@
205 LTLIBOBJS = @LTLIBOBJS@
206 MAKEINFO = @MAKEINFO@
207 MANIFEST_TOOL = @MANIFEST_TOOL@
208 MKDIR_P = @MKDIR_P@
209 NM = @NM@
210 NMEDIT = @NMEDIT@
211 OBJDUMP = @OBJDUMP@
212 OBJEXT = @OBJEXT@
213 OTOOL = @OTOOL@
214 OTOOL64 = @OTOOL64@
215 PACKAGE = @PACKAGE@
216 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
217 PACKAGE_NAME = @PACKAGE_NAME@
218 PACKAGE_STRING = @PACKAGE_STRING@
219 PACKAGE_TARNAME = @PACKAGE_TARNAME@
220 PACKAGE_URL = @PACKAGE_URL@
221 PACKAGE_VERSION = @PACKAGE_VERSION@
222 PATH_SEPARATOR = @PATH_SEPARATOR@
223 PKG_CONFIG = @PKG_CONFIG@
224 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
225 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
226 RANLIB = @RANLIB@
227 SED = @SED@
228 SET_MAKE = @SET_MAKE@
229 SHELL = @SHELL@
230 STRIP = @STRIP@
231 VERSION = @VERSION@
232 VMAJ = @VMAJ@
233 abs_builddir = @abs_builddir@
234 abs_srcdir = @abs_srcdir@
235 abs_top_builddir = @abs_top_builddir@
236 abs_top_srcdir = @abs_top_srcdir@
237 ac_ct_AR = @ac_ct_AR@
238 ac_ct_CC = @ac_ct_CC@
239 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
240 am__include = @am__include@
241 am__leading_dot = @am__leading_dot@
242 am__quote = @am__quote@
243 am__tar = @am__tar@
244 am__untar = @am__untar@
245 bindir = @bindir@
246 build = @build@
247 build_alias = @build_alias@
248 build_cpu = @build_cpu@
249 build_os = @build_os@
250 build_vendor = @build_vendor@
251 builddir = @builddir@
252 datadir = @datadir@
253 datarootdir = @datarootdir@
254 docdir = @docdir@
255 dvidir = @dvidir@
256 efl_doxygen = @efl_doxygen@
257 efl_have_doxygen = @efl_have_doxygen@
258 exec_prefix = @exec_prefix@
259 host = @host@
260 host_alias = @host_alias@
261 host_cpu = @host_cpu@
262 host_os = @host_os@
263 host_vendor = @host_vendor@
264 htmldir = @htmldir@
265 includedir = @includedir@
266 infodir = @infodir@
267 install_sh = @install_sh@
268 libdir = @libdir@
269 libexecdir = @libexecdir@
270 localedir = @localedir@
271 localstatedir = @localstatedir@
272 mandir = @mandir@
273 mkdir_p = @mkdir_p@
274 oldincludedir = @oldincludedir@
275 pdfdir = @pdfdir@
276 pkgconfig_requires_private = @pkgconfig_requires_private@
277 prefix = @prefix@
278 program_transform_name = @program_transform_name@
279 psdir = @psdir@
280 release_info = @release_info@
281 requirement_eeze = @requirement_eeze@
282 sbindir = @sbindir@
283 sharedstatedir = @sharedstatedir@
284 srcdir = @srcdir@
285 sysconfdir = @sysconfdir@
286 target_alias = @target_alias@
287 top_build_prefix = @top_build_prefix@
288 top_builddir = @top_builddir@
289 top_srcdir = @top_srcdir@
290 version_info = @version_info@
291 with_eject = @with_eject@
292 with_mount = @with_mount@
293 with_umount = @with_umount@
294 ACLOCAL_AMFLAGS = -I m4
295 SUBDIRS = src doc
296 MAINTAINERCLEANFILES = \
297 Makefile.in \
298 aclocal.m4 \
299 compile \
300 config.guess \
301 config.h.in \
302 config.h.in~ \
303 config.sub \
304 configure \
305 depcomp \
306 install-sh \
307 ltconfig \
308 ltmain.sh \
309 missing \
310 eeze*doc*tar* \
311 eeze.pc \
312 eeze.spec \
313 m4/l*
314
315 pkgconfigdir = $(libdir)/pkgconfig
316 pkgconfig_DATA = eeze.pc
317 EXTRA_DIST = \
318 AUTHORS \
319 COPYING \
320 README \
321 $(pkgconfig_DATA) \
322 autogen.sh \
323 eeze.pc.in \
324 eeze.spec.in \
325 eeze.spec \
326 m4/efl_doxygen.m4
327
328 all: config.h
329         $(MAKE) $(AM_MAKEFLAGS) all-recursive
330
331 .SUFFIXES:
332 am--refresh: Makefile
333         @:
334 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
335         @for dep in $?; do \
336           case '$(am__configure_deps)' in \
337             *$$dep*) \
338               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
339               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
340                 && exit 0; \
341               exit 1;; \
342           esac; \
343         done; \
344         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
345         $(am__cd) $(top_srcdir) && \
346           $(AUTOMAKE) --gnu Makefile
347 .PRECIOUS: Makefile
348 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
349         @case '$?' in \
350           *config.status*) \
351             echo ' $(SHELL) ./config.status'; \
352             $(SHELL) ./config.status;; \
353           *) \
354             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
355             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
356         esac;
357
358 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
359         $(SHELL) ./config.status --recheck
360
361 $(top_srcdir)/configure:  $(am__configure_deps)
362         $(am__cd) $(srcdir) && $(AUTOCONF)
363 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
364         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
365 $(am__aclocal_m4_deps):
366
367 config.h: stamp-h1
368         @if test ! -f $@; then rm -f stamp-h1; else :; fi
369         @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
370
371 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
372         @rm -f stamp-h1
373         cd $(top_builddir) && $(SHELL) ./config.status config.h
374 $(srcdir)/config.h.in:  $(am__configure_deps) 
375         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
376         rm -f stamp-h1
377         touch $@
378
379 distclean-hdr:
380         -rm -f config.h stamp-h1
381 eeze.pc: $(top_builddir)/config.status $(srcdir)/eeze.pc.in
382         cd $(top_builddir) && $(SHELL) ./config.status $@
383 eeze.spec: $(top_builddir)/config.status $(srcdir)/eeze.spec.in
384         cd $(top_builddir) && $(SHELL) ./config.status $@
385
386 mostlyclean-libtool:
387         -rm -f *.lo
388
389 clean-libtool:
390         -rm -rf .libs _libs
391
392 distclean-libtool:
393         -rm -f libtool config.lt
394 install-pkgconfigDATA: $(pkgconfig_DATA)
395         @$(NORMAL_INSTALL)
396         test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
397         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
398         for p in $$list; do \
399           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
400           echo "$$d$$p"; \
401         done | $(am__base_list) | \
402         while read files; do \
403           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
404           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
405         done
406
407 uninstall-pkgconfigDATA:
408         @$(NORMAL_UNINSTALL)
409         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
410         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
411         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
412
413 # This directory's subdirectories are mostly independent; you can cd
414 # into them and run `make' without going through this Makefile.
415 # To change the values of `make' variables: instead of editing Makefiles,
416 # (1) if the variable is set in `config.status', edit `config.status'
417 #     (which will cause the Makefiles to be regenerated when you run `make');
418 # (2) otherwise, pass the desired values on the `make' command line.
419 $(RECURSIVE_TARGETS):
420         @fail= failcom='exit 1'; \
421         for f in x $$MAKEFLAGS; do \
422           case $$f in \
423             *=* | --[!k]*);; \
424             *k*) failcom='fail=yes';; \
425           esac; \
426         done; \
427         dot_seen=no; \
428         target=`echo $@ | sed s/-recursive//`; \
429         list='$(SUBDIRS)'; for subdir in $$list; do \
430           echo "Making $$target in $$subdir"; \
431           if test "$$subdir" = "."; then \
432             dot_seen=yes; \
433             local_target="$$target-am"; \
434           else \
435             local_target="$$target"; \
436           fi; \
437           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
438           || eval $$failcom; \
439         done; \
440         if test "$$dot_seen" = "no"; then \
441           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
442         fi; test -z "$$fail"
443
444 $(RECURSIVE_CLEAN_TARGETS):
445         @fail= failcom='exit 1'; \
446         for f in x $$MAKEFLAGS; do \
447           case $$f in \
448             *=* | --[!k]*);; \
449             *k*) failcom='fail=yes';; \
450           esac; \
451         done; \
452         dot_seen=no; \
453         case "$@" in \
454           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
455           *) list='$(SUBDIRS)' ;; \
456         esac; \
457         rev=''; for subdir in $$list; do \
458           if test "$$subdir" = "."; then :; else \
459             rev="$$subdir $$rev"; \
460           fi; \
461         done; \
462         rev="$$rev ."; \
463         target=`echo $@ | sed s/-recursive//`; \
464         for subdir in $$rev; do \
465           echo "Making $$target in $$subdir"; \
466           if test "$$subdir" = "."; then \
467             local_target="$$target-am"; \
468           else \
469             local_target="$$target"; \
470           fi; \
471           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
472           || eval $$failcom; \
473         done && test -z "$$fail"
474 tags-recursive:
475         list='$(SUBDIRS)'; for subdir in $$list; do \
476           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
477         done
478 ctags-recursive:
479         list='$(SUBDIRS)'; for subdir in $$list; do \
480           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
481         done
482
483 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
484         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
485         unique=`for i in $$list; do \
486             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
487           done | \
488           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
489               END { if (nonempty) { for (i in files) print i; }; }'`; \
490         mkid -fID $$unique
491 tags: TAGS
492
493 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
494                 $(TAGS_FILES) $(LISP)
495         set x; \
496         here=`pwd`; \
497         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
498           include_option=--etags-include; \
499           empty_fix=.; \
500         else \
501           include_option=--include; \
502           empty_fix=; \
503         fi; \
504         list='$(SUBDIRS)'; for subdir in $$list; do \
505           if test "$$subdir" = .; then :; else \
506             test ! -f $$subdir/TAGS || \
507               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
508           fi; \
509         done; \
510         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
511         unique=`for i in $$list; do \
512             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
513           done | \
514           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
515               END { if (nonempty) { for (i in files) print i; }; }'`; \
516         shift; \
517         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
518           test -n "$$unique" || unique=$$empty_fix; \
519           if test $$# -gt 0; then \
520             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
521               "$$@" $$unique; \
522           else \
523             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
524               $$unique; \
525           fi; \
526         fi
527 ctags: CTAGS
528 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
529                 $(TAGS_FILES) $(LISP)
530         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
531         unique=`for i in $$list; do \
532             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
533           done | \
534           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
535               END { if (nonempty) { for (i in files) print i; }; }'`; \
536         test -z "$(CTAGS_ARGS)$$unique" \
537           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
538              $$unique
539
540 GTAGS:
541         here=`$(am__cd) $(top_builddir) && pwd` \
542           && $(am__cd) $(top_srcdir) \
543           && gtags -i $(GTAGS_ARGS) "$$here"
544
545 distclean-tags:
546         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
547
548 distdir: $(DISTFILES)
549         $(am__remove_distdir)
550         test -d "$(distdir)" || mkdir "$(distdir)"
551         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
552         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
553         list='$(DISTFILES)'; \
554           dist_files=`for file in $$list; do echo $$file; done | \
555           sed -e "s|^$$srcdirstrip/||;t" \
556               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
557         case $$dist_files in \
558           */*) $(MKDIR_P) `echo "$$dist_files" | \
559                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
560                            sort -u` ;; \
561         esac; \
562         for file in $$dist_files; do \
563           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
564           if test -d $$d/$$file; then \
565             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
566             if test -d "$(distdir)/$$file"; then \
567               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
568             fi; \
569             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
570               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
571               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
572             fi; \
573             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
574           else \
575             test -f "$(distdir)/$$file" \
576             || cp -p $$d/$$file "$(distdir)/$$file" \
577             || exit 1; \
578           fi; \
579         done
580         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
581           if test "$$subdir" = .; then :; else \
582             test -d "$(distdir)/$$subdir" \
583             || $(MKDIR_P) "$(distdir)/$$subdir" \
584             || exit 1; \
585           fi; \
586         done
587         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
588           if test "$$subdir" = .; then :; else \
589             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
590             $(am__relativize); \
591             new_distdir=$$reldir; \
592             dir1=$$subdir; dir2="$(top_distdir)"; \
593             $(am__relativize); \
594             new_top_distdir=$$reldir; \
595             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
596             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
597             ($(am__cd) $$subdir && \
598               $(MAKE) $(AM_MAKEFLAGS) \
599                 top_distdir="$$new_top_distdir" \
600                 distdir="$$new_distdir" \
601                 am__remove_distdir=: \
602                 am__skip_length_check=: \
603                 am__skip_mode_fix=: \
604                 distdir) \
605               || exit 1; \
606           fi; \
607         done
608         -test -n "$(am__skip_mode_fix)" \
609         || find "$(distdir)" -type d ! -perm -755 \
610                 -exec chmod u+rwx,go+rx {} \; -o \
611           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
612           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
613           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
614         || chmod -R a+r "$(distdir)"
615 dist-gzip: distdir
616         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
617         $(am__remove_distdir)
618 dist-bzip2: distdir
619         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
620         $(am__remove_distdir)
621
622 dist-lzip: distdir
623         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
624         $(am__remove_distdir)
625
626 dist-lzma: distdir
627         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
628         $(am__remove_distdir)
629
630 dist-xz: distdir
631         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
632         $(am__remove_distdir)
633
634 dist-tarZ: distdir
635         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
636         $(am__remove_distdir)
637
638 dist-shar: distdir
639         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
640         $(am__remove_distdir)
641
642 dist-zip: distdir
643         -rm -f $(distdir).zip
644         zip -rq $(distdir).zip $(distdir)
645         $(am__remove_distdir)
646
647 dist dist-all: distdir
648         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
649         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
650         $(am__remove_distdir)
651
652 # This target untars the dist file and tries a VPATH configuration.  Then
653 # it guarantees that the distribution is self-contained by making another
654 # tarfile.
655 distcheck: dist
656         case '$(DIST_ARCHIVES)' in \
657         *.tar.gz*) \
658           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
659         *.tar.bz2*) \
660           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
661         *.tar.lzma*) \
662           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
663         *.tar.lz*) \
664           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
665         *.tar.xz*) \
666           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
667         *.tar.Z*) \
668           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
669         *.shar.gz*) \
670           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
671         *.zip*) \
672           unzip $(distdir).zip ;;\
673         esac
674         chmod -R a-w $(distdir); chmod a+w $(distdir)
675         mkdir $(distdir)/_build
676         mkdir $(distdir)/_inst
677         chmod a-w $(distdir)
678         test -d $(distdir)/_build || exit 0; \
679         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
680           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
681           && am__cwd=`pwd` \
682           && $(am__cd) $(distdir)/_build \
683           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
684             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
685             $(DISTCHECK_CONFIGURE_FLAGS) \
686           && $(MAKE) $(AM_MAKEFLAGS) \
687           && $(MAKE) $(AM_MAKEFLAGS) dvi \
688           && $(MAKE) $(AM_MAKEFLAGS) check \
689           && $(MAKE) $(AM_MAKEFLAGS) install \
690           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
691           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
692           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
693                 distuninstallcheck \
694           && chmod -R a-w "$$dc_install_base" \
695           && ({ \
696                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
697                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
698                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
699                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
700                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
701               } || { rm -rf "$$dc_destdir"; exit 1; }) \
702           && rm -rf "$$dc_destdir" \
703           && $(MAKE) $(AM_MAKEFLAGS) dist \
704           && rm -rf $(DIST_ARCHIVES) \
705           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
706           && cd "$$am__cwd" \
707           || exit 1
708         $(am__remove_distdir)
709         @(echo "$(distdir) archives ready for distribution: "; \
710           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
711           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
712 distuninstallcheck:
713         @test -n '$(distuninstallcheck_dir)' || { \
714           echo 'ERROR: trying to run $@ with an empty' \
715                '$$(distuninstallcheck_dir)' >&2; \
716           exit 1; \
717         }; \
718         $(am__cd) '$(distuninstallcheck_dir)' || { \
719           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
720           exit 1; \
721         }; \
722         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
723            || { echo "ERROR: files left after uninstall:" ; \
724                 if test -n "$(DESTDIR)"; then \
725                   echo "  (check DESTDIR support)"; \
726                 fi ; \
727                 $(distuninstallcheck_listfiles) ; \
728                 exit 1; } >&2
729 distcleancheck: distclean
730         @if test '$(srcdir)' = . ; then \
731           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
732           exit 1 ; \
733         fi
734         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
735           || { echo "ERROR: files left in build directory after distclean:" ; \
736                $(distcleancheck_listfiles) ; \
737                exit 1; } >&2
738 check-am: all-am
739 check: check-recursive
740 all-am: Makefile $(DATA) config.h
741 installdirs: installdirs-recursive
742 installdirs-am:
743         for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
744           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
745         done
746 install: install-recursive
747 install-exec: install-exec-recursive
748 install-data: install-data-recursive
749 uninstall: uninstall-recursive
750
751 install-am: all-am
752         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
753
754 installcheck: installcheck-recursive
755 install-strip:
756         if test -z '$(STRIP)'; then \
757           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
758             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
759               install; \
760         else \
761           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
762             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
763             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
764         fi
765 mostlyclean-generic:
766
767 clean-generic:
768
769 distclean-generic:
770         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
771         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
772
773 maintainer-clean-generic:
774         @echo "This command is intended for maintainers to use"
775         @echo "it deletes files that may require special tools to rebuild."
776         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
777 clean: clean-recursive
778
779 clean-am: clean-generic clean-libtool mostlyclean-am
780
781 distclean: distclean-recursive
782         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
783         -rm -f Makefile
784 distclean-am: clean-am distclean-generic distclean-hdr \
785         distclean-libtool distclean-tags
786
787 dvi: dvi-recursive
788
789 dvi-am:
790
791 html: html-recursive
792
793 html-am:
794
795 info: info-recursive
796
797 info-am:
798
799 install-data-am: install-pkgconfigDATA
800
801 install-dvi: install-dvi-recursive
802
803 install-dvi-am:
804
805 install-exec-am:
806
807 install-html: install-html-recursive
808
809 install-html-am:
810
811 install-info: install-info-recursive
812
813 install-info-am:
814
815 install-man:
816
817 install-pdf: install-pdf-recursive
818
819 install-pdf-am:
820
821 install-ps: install-ps-recursive
822
823 install-ps-am:
824
825 installcheck-am:
826
827 maintainer-clean: maintainer-clean-recursive
828         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
829         -rm -rf $(top_srcdir)/autom4te.cache
830         -rm -f Makefile
831 maintainer-clean-am: distclean-am maintainer-clean-generic
832
833 mostlyclean: mostlyclean-recursive
834
835 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
836
837 pdf: pdf-recursive
838
839 pdf-am:
840
841 ps: ps-recursive
842
843 ps-am:
844
845 uninstall-am: uninstall-pkgconfigDATA
846
847 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
848         ctags-recursive install-am install-strip tags-recursive
849
850 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
851         all all-am am--refresh check check-am clean clean-generic \
852         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
853         dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
854         dist-zip distcheck distclean distclean-generic distclean-hdr \
855         distclean-libtool distclean-tags distcleancheck distdir \
856         distuninstallcheck dvi dvi-am html html-am info info-am \
857         install install-am install-data install-data-am install-dvi \
858         install-dvi-am install-exec install-exec-am install-html \
859         install-html-am install-info install-info-am install-man \
860         install-pdf install-pdf-am install-pkgconfigDATA install-ps \
861         install-ps-am install-strip installcheck installcheck-am \
862         installdirs installdirs-am maintainer-clean \
863         maintainer-clean-generic mostlyclean mostlyclean-generic \
864         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
865         uninstall uninstall-am uninstall-pkgconfigDATA
866
867
868 .PHONY: doc install-doc
869
870 # Documentation
871
872 doc: all
873         @echo "entering doc/"
874         $(MAKE) -C doc doc
875
876 install-doc:
877         @echo "entering doc/"
878         make -C doc install-doc
879
880 # Tell versions [3.59,3.63) of GNU make to not export all variables.
881 # Otherwise a system limit (for SysV at least) may be exceeded.
882 .NOEXPORT: