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