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