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