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