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