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