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