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