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