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