1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20  case $${target_option-} in \
21      ?) ;; \
22      *) echo "am__make_running_with_option: internal error: invalid" \
23              "target option '$${target_option-}' specified" >&2; \
24         exit 1;; \
25  esac; \
26  has_opt=no; \
27  sane_makeflags=$$MAKEFLAGS; \
28  if $(am__is_gnu_make); then \
29    sane_makeflags=$$MFLAGS; \
30  else \
31    case $$MAKEFLAGS in \
32      *\\[\ \	]*) \
33        bs=\\; \
34        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
36    esac; \
37  fi; \
38  skip_next=no; \
39  strip_trailopt () \
40  { \
41    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42  }; \
43  for flg in $$sane_makeflags; do \
44    test $$skip_next = yes && { skip_next=no; continue; }; \
45    case $$flg in \
46      *=*|--*) continue;; \
47        -*I) strip_trailopt 'I'; skip_next=yes;; \
48      -*I?*) strip_trailopt 'I';; \
49        -*O) strip_trailopt 'O'; skip_next=yes;; \
50      -*O?*) strip_trailopt 'O';; \
51        -*l) strip_trailopt 'l'; skip_next=yes;; \
52      -*l?*) strip_trailopt 'l';; \
53      -[dEDm]) skip_next=yes;; \
54      -[JT]) skip_next=yes;; \
55    esac; \
56    case $$flg in \
57      *$$target_option*) has_opt=yes; break;; \
58    esac; \
59  done; \
60  test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63pkgdatadir = $(datadir)/@PACKAGE@
64pkgincludedir = $(includedir)/@PACKAGE@
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = @build@
80host_triplet = @host@
81target_triplet = @target@
82subdir = .
83DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84	$(top_srcdir)/configure $(am__configure_deps) \
85	$(srcdir)/config.h.in $(srcdir)/caca-config.in AUTHORS COPYING \
86	ChangeLog NEWS README THANKS .auto/compile .auto/config.guess \
87	.auto/config.sub .auto/install-sh .auto/missing \
88	.auto/py-compile .auto/ltmain.sh $(top_srcdir)/.auto/compile \
89	$(top_srcdir)/.auto/config.guess \
90	$(top_srcdir)/.auto/config.sub $(top_srcdir)/.auto/install-sh \
91	$(top_srcdir)/.auto/ltmain.sh $(top_srcdir)/.auto/missing
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/configure.ac
94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95	$(ACLOCAL_M4)
96am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
97 configure.lineno config.status.lineno
98mkinstalldirs = $(install_sh) -d
99CONFIG_HEADER = config.h
100CONFIG_CLEAN_FILES = caca-config
101CONFIG_CLEAN_VPATH_FILES =
102am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
103am__vpath_adj = case $$p in \
104    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
105    *) f=$$p;; \
106  esac;
107am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
108am__install_max = 40
109am__nobase_strip_setup = \
110  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
111am__nobase_strip = \
112  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
113am__nobase_list = $(am__nobase_strip_setup); \
114  for p in $$list; do echo "$$p $$p"; done | \
115  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
116  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
117    if (++n[$$2] == $(am__install_max)) \
118      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
119    END { for (dir in files) print dir, files[dir] }'
120am__base_list = \
121  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
122  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
123am__uninstall_files_from_dir = { \
124  test -z "$$files" \
125    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
126    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
127         $(am__cd) "$$dir" && rm -f $$files; }; \
128  }
129am__installdirs = "$(DESTDIR)$(bindir)"
130SCRIPTS = $(bin_SCRIPTS)
131AM_V_P = $(am__v_P_@AM_V@)
132am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
133am__v_P_0 = false
134am__v_P_1 = :
135AM_V_GEN = $(am__v_GEN_@AM_V@)
136am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
137am__v_GEN_0 = @echo "  GEN     " $@;
138am__v_GEN_1 =
139AM_V_at = $(am__v_at_@AM_V@)
140am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
141am__v_at_0 = @
142am__v_at_1 =
143SOURCES =
144DIST_SOURCES =
145RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
146	ctags-recursive dvi-recursive html-recursive info-recursive \
147	install-data-recursive install-dvi-recursive \
148	install-exec-recursive install-html-recursive \
149	install-info-recursive install-pdf-recursive \
150	install-ps-recursive install-recursive installcheck-recursive \
151	installdirs-recursive pdf-recursive ps-recursive \
152	tags-recursive uninstall-recursive
153am__can_run_installinfo = \
154  case $$AM_UPDATE_INFO_DIR in \
155    n|no|NO) false;; \
156    *) (install-info --version) >/dev/null 2>&1;; \
157  esac
158RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
159  distclean-recursive maintainer-clean-recursive
160am__recursive_targets = \
161  $(RECURSIVE_TARGETS) \
162  $(RECURSIVE_CLEAN_TARGETS) \
163  $(am__extra_recursive_targets)
164AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
165	cscope distdir dist dist-all distcheck
166am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
167	$(LISP)config.h.in
168# Read a list of newline-separated strings from the standard input,
169# and print each of them once, without duplicates.  Input order is
170# *not* preserved.
171am__uniquify_input = $(AWK) '\
172  BEGIN { nonempty = 0; } \
173  { items[$$0] = 1; nonempty = 1; } \
174  END { if (nonempty) { for (i in items) print i; }; } \
175'
176# Make sure the list of sources is unique.  This is necessary because,
177# e.g., the same source file might be shared among _SOURCES variables
178# for different programs/libraries.
179am__define_uniq_tagged_files = \
180  list='$(am__tagged_files)'; \
181  unique=`for i in $$list; do \
182    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
183  done | $(am__uniquify_input)`
184ETAGS = etags
185CTAGS = ctags
186CSCOPE = cscope
187DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
188distdir = $(PACKAGE)-$(VERSION)
189top_distdir = $(distdir)
190am__remove_distdir = \
191  if test -d "$(distdir)"; then \
192    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
193      && rm -rf "$(distdir)" \
194      || { sleep 5 && rm -rf "$(distdir)"; }; \
195  else :; fi
196am__post_remove_distdir = $(am__remove_distdir)
197am__relativize = \
198  dir0=`pwd`; \
199  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
200  sed_rest='s,^[^/]*/*,,'; \
201  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
202  sed_butlast='s,/*[^/]*$$,,'; \
203  while test -n "$$dir1"; do \
204    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
205    if test "$$first" != "."; then \
206      if test "$$first" = ".."; then \
207        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
208        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
209      else \
210        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
211        if test "$$first2" = "$$first"; then \
212          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
213        else \
214          dir2="../$$dir2"; \
215        fi; \
216        dir0="$$dir0"/"$$first"; \
217      fi; \
218    fi; \
219    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
220  done; \
221  reldir="$$dir2"
222DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
223GZIP_ENV = --best
224DIST_TARGETS = dist-bzip2 dist-gzip
225distuninstallcheck_listfiles = find . -type f -print
226am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
227  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
228distcleancheck_listfiles = find . -type f -print
229ACLOCAL = @ACLOCAL@
230AMTAR = @AMTAR@
231AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
232AR = @AR@
233AS = @AS@
234AUTOCONF = @AUTOCONF@
235AUTOHEADER = @AUTOHEADER@
236AUTOMAKE = @AUTOMAKE@
237AWK = @AWK@
238CACA_CFLAGS = @CACA_CFLAGS@
239CACA_LIBS = @CACA_LIBS@
240CC = @CC@
241CCAS = @CCAS@
242CCASDEPMODE = @CCASDEPMODE@
243CCASFLAGS = @CCASFLAGS@
244CCDEPMODE = @CCDEPMODE@
245CFLAGS = @CFLAGS@
246CPP = @CPP@
247CPPFLAGS = @CPPFLAGS@
248CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
249CPPUNIT_LIBS = @CPPUNIT_LIBS@
250CSC = @CSC@
251CXX = @CXX@
252CXXCPP = @CXXCPP@
253CXXDEPMODE = @CXXDEPMODE@
254CXXFLAGS = @CXXFLAGS@
255CYGPATH_W = @CYGPATH_W@
256DEFS = @DEFS@
257DEPDIR = @DEPDIR@
258DLLTOOL = @DLLTOOL@
259DOXYGEN = @DOXYGEN@
260DSYMUTIL = @DSYMUTIL@
261DUMPBIN = @DUMPBIN@
262DVIPS = @DVIPS@
263ECHO_C = @ECHO_C@
264ECHO_N = @ECHO_N@
265ECHO_T = @ECHO_T@
266EGREP = @EGREP@
267EXEEXT = @EXEEXT@
268FGREP = @FGREP@
269FTGL_CFLAGS = @FTGL_CFLAGS@
270FTGL_LIBS = @FTGL_LIBS@
271GACUTIL = @GACUTIL@
272GETOPT_LIBS = @GETOPT_LIBS@
273GL_CFLAGS = @GL_CFLAGS@
274GL_LIBS = @GL_LIBS@
275GMCS = @GMCS@
276GREP = @GREP@
277IMLIB2_CFLAGS = @IMLIB2_CFLAGS@
278IMLIB2_LIBS = @IMLIB2_LIBS@
279INSTALL = @INSTALL@
280INSTALL_DATA = @INSTALL_DATA@
281INSTALL_PROGRAM = @INSTALL_PROGRAM@
282INSTALL_SCRIPT = @INSTALL_SCRIPT@
283INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
284JAR = @JAR@
285JAVAC = @JAVAC@
286JAVAH = @JAVAH@
287JAVA_CFLAGS = @JAVA_CFLAGS@
288JAVA_LIBS = @JAVA_LIBS@
289KPSEWHICH = @KPSEWHICH@
290LATEX = @LATEX@
291LD = @LD@
292LDFLAGS = @LDFLAGS@
293LIBOBJS = @LIBOBJS@
294LIBS = @LIBS@
295LIBTOOL = @LIBTOOL@
296LIPO = @LIPO@
297LN_S = @LN_S@
298LTLIBOBJS = @LTLIBOBJS@
299LT_MAJOR = @LT_MAJOR@
300LT_MICRO = @LT_MICRO@
301LT_MINOR = @LT_MINOR@
302LT_SUFFIX = @LT_SUFFIX@
303LT_VERSION = @LT_VERSION@
304MAKEINFO = @MAKEINFO@
305MANIFEST_TOOL = @MANIFEST_TOOL@
306MATH_LIBS = @MATH_LIBS@
307MKDIR_P = @MKDIR_P@
308NM = @NM@
309NMEDIT = @NMEDIT@
310OBJC = @OBJC@
311OBJCDEPMODE = @OBJCDEPMODE@
312OBJCFLAGS = @OBJCFLAGS@
313OBJDUMP = @OBJDUMP@
314OBJEXT = @OBJEXT@
315OTOOL = @OTOOL@
316OTOOL64 = @OTOOL64@
317PACKAGE = @PACKAGE@
318PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
319PACKAGE_NAME = @PACKAGE_NAME@
320PACKAGE_STRING = @PACKAGE_STRING@
321PACKAGE_TARNAME = @PACKAGE_TARNAME@
322PACKAGE_URL = @PACKAGE_URL@
323PACKAGE_VERSION = @PACKAGE_VERSION@
324PANGOFT2_CFLAGS = @PANGOFT2_CFLAGS@
325PANGOFT2_LIBS = @PANGOFT2_LIBS@
326PATH_SEPARATOR = @PATH_SEPARATOR@
327PKG_CONFIG = @PKG_CONFIG@
328PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
329PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
330PYTHON = @PYTHON@
331PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
332PYTHON_PLATFORM = @PYTHON_PLATFORM@
333PYTHON_PREFIX = @PYTHON_PREFIX@
334PYTHON_VERSION = @PYTHON_VERSION@
335RANLIB = @RANLIB@
336RUBY = @RUBY@
337RUBY_CFLAGS = @RUBY_CFLAGS@
338RUBY_LIBS = @RUBY_LIBS@
339RUBY_SITEARCHDIR = @RUBY_SITEARCHDIR@
340RUBY_SITELIBDIR = @RUBY_SITELIBDIR@
341SED = @SED@
342SET_MAKE = @SET_MAKE@
343SHELL = @SHELL@
344STRIP = @STRIP@
345VERSION = @VERSION@
346X11_CFLAGS = @X11_CFLAGS@
347X11_LIBS = @X11_LIBS@
348XMKMF = @XMKMF@
349ZLIB_LIBS = @ZLIB_LIBS@
350ZZUF = @ZZUF@
351abs_builddir = @abs_builddir@
352abs_srcdir = @abs_srcdir@
353abs_top_builddir = @abs_top_builddir@
354abs_top_srcdir = @abs_top_srcdir@
355ac_ct_AR = @ac_ct_AR@
356ac_ct_CC = @ac_ct_CC@
357ac_ct_CXX = @ac_ct_CXX@
358ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
359am__include = @am__include@
360am__leading_dot = @am__leading_dot@
361am__quote = @am__quote@
362am__tar = @am__tar@
363am__untar = @am__untar@
364bindir = @bindir@
365build = @build@
366build_alias = @build_alias@
367build_cpu = @build_cpu@
368build_os = @build_os@
369build_vendor = @build_vendor@
370builddir = @builddir@
371datadir = @datadir@
372datarootdir = @datarootdir@
373docdir = @docdir@
374dvidir = @dvidir@
375exec_prefix = @exec_prefix@
376host = @host@
377host_alias = @host_alias@
378host_cpu = @host_cpu@
379host_os = @host_os@
380host_vendor = @host_vendor@
381htmldir = @htmldir@
382includedir = @includedir@
383infodir = @infodir@
384install_sh = @install_sh@
385libdir = @libdir@
386libexecdir = @libexecdir@
387localedir = @localedir@
388localstatedir = @localstatedir@
389mandir = @mandir@
390mkdir_p = @mkdir_p@
391oldincludedir = @oldincludedir@
392pdfdir = @pdfdir@
393pkgpyexecdir = @pkgpyexecdir@
394pkgpythondir = @pkgpythondir@
395prefix = @prefix@
396program_transform_name = @program_transform_name@
397psdir = @psdir@
398pyexecdir = @pyexecdir@
399pythondir = @pythondir@
400sbindir = @sbindir@
401sharedstatedir = @sharedstatedir@
402srcdir = @srcdir@
403sysconfdir = @sysconfdir@
404target = @target@
405target_alias = @target_alias@
406target_cpu = @target_cpu@
407target_os = @target_os@
408target_vendor = @target_vendor@
409top_build_prefix = @top_build_prefix@
410top_builddir = @top_builddir@
411top_srcdir = @top_srcdir@
412SUBDIRS = kernel caca src examples tools \
413          cxx caca-sharp python ruby java \
414          doc test
415
416DIST_SUBDIRS = $(SUBDIRS) win32
417EXTRA_DIST = NOTES COPYING.GPL COPYING.ISC COPYING.LGPL bootstrap build-dos build-kernel build-win32 build-win64 caca-config.in libcaca.spec libcaca.sln
418AUTOMAKE_OPTIONS = dist-bzip2
419bin_SCRIPTS = caca-config
420webhost = poulet.zoy.org
421webdir = /srv/caca.zoy.org/var/www/
422doxdir = /srv/caca.zoy.org/var/cache/doxygen/libcaca
423all: config.h
424	$(MAKE) $(AM_MAKEFLAGS) all-recursive
425
426.SUFFIXES:
427am--refresh: Makefile
428	@:
429$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
430	@for dep in $?; do \
431	  case '$(am__configure_deps)' in \
432	    *$$dep*) \
433	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
434	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
435		&& exit 0; \
436	      exit 1;; \
437	  esac; \
438	done; \
439	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
440	$(am__cd) $(top_srcdir) && \
441	  $(AUTOMAKE) --foreign Makefile
442.PRECIOUS: Makefile
443Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
444	@case '$?' in \
445	  *config.status*) \
446	    echo ' $(SHELL) ./config.status'; \
447	    $(SHELL) ./config.status;; \
448	  *) \
449	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
450	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
451	esac;
452
453$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
454	$(SHELL) ./config.status --recheck
455
456$(top_srcdir)/configure:  $(am__configure_deps)
457	$(am__cd) $(srcdir) && $(AUTOCONF)
458$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
459	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
460$(am__aclocal_m4_deps):
461
462config.h: stamp-h1
463	@test -f $@ || rm -f stamp-h1
464	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
465
466stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
467	@rm -f stamp-h1
468	cd $(top_builddir) && $(SHELL) ./config.status config.h
469$(srcdir)/config.h.in:  $(am__configure_deps)
470	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
471	rm -f stamp-h1
472	touch $@
473
474distclean-hdr:
475	-rm -f config.h stamp-h1
476caca-config: $(top_builddir)/config.status $(srcdir)/caca-config.in
477	cd $(top_builddir) && $(SHELL) ./config.status $@
478install-binSCRIPTS: $(bin_SCRIPTS)
479	@$(NORMAL_INSTALL)
480	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
481	if test -n "$$list"; then \
482	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
483	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
484	fi; \
485	for p in $$list; do \
486	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
487	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
488	done | \
489	sed -e 'p;s,.*/,,;n' \
490	    -e 'h;s|.*|.|' \
491	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
492	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
493	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
494	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
495	      if (++n[d] == $(am__install_max)) { \
496		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
497	    else { print "f", d "/" $$4, $$1 } } \
498	  END { for (d in files) print "f", d, files[d] }' | \
499	while read type dir files; do \
500	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
501	     test -z "$$files" || { \
502	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
503	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
504	     } \
505	; done
506
507uninstall-binSCRIPTS:
508	@$(NORMAL_UNINSTALL)
509	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
510	files=`for p in $$list; do echo "$$p"; done | \
511	       sed -e 's,.*/,,;$(transform)'`; \
512	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
513
514mostlyclean-libtool:
515	-rm -f *.lo
516
517clean-libtool:
518	-rm -rf .libs _libs
519
520distclean-libtool:
521	-rm -f libtool config.lt
522
523# This directory's subdirectories are mostly independent; you can cd
524# into them and run 'make' without going through this Makefile.
525# To change the values of 'make' variables: instead of editing Makefiles,
526# (1) if the variable is set in 'config.status', edit 'config.status'
527#     (which will cause the Makefiles to be regenerated when you run 'make');
528# (2) otherwise, pass the desired values on the 'make' command line.
529$(am__recursive_targets):
530	@fail=; \
531	if $(am__make_keepgoing); then \
532	  failcom='fail=yes'; \
533	else \
534	  failcom='exit 1'; \
535	fi; \
536	dot_seen=no; \
537	target=`echo $@ | sed s/-recursive//`; \
538	case "$@" in \
539	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
540	  *) list='$(SUBDIRS)' ;; \
541	esac; \
542	for subdir in $$list; do \
543	  echo "Making $$target in $$subdir"; \
544	  if test "$$subdir" = "."; then \
545	    dot_seen=yes; \
546	    local_target="$$target-am"; \
547	  else \
548	    local_target="$$target"; \
549	  fi; \
550	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
551	  || eval $$failcom; \
552	done; \
553	if test "$$dot_seen" = "no"; then \
554	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
555	fi; test -z "$$fail"
556
557ID: $(am__tagged_files)
558	$(am__define_uniq_tagged_files); mkid -fID $$unique
559tags: tags-recursive
560TAGS: tags
561
562tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
563	set x; \
564	here=`pwd`; \
565	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
566	  include_option=--etags-include; \
567	  empty_fix=.; \
568	else \
569	  include_option=--include; \
570	  empty_fix=; \
571	fi; \
572	list='$(SUBDIRS)'; for subdir in $$list; do \
573	  if test "$$subdir" = .; then :; else \
574	    test ! -f $$subdir/TAGS || \
575	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
576	  fi; \
577	done; \
578	$(am__define_uniq_tagged_files); \
579	shift; \
580	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
581	  test -n "$$unique" || unique=$$empty_fix; \
582	  if test $$# -gt 0; then \
583	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
584	      "$$@" $$unique; \
585	  else \
586	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
587	      $$unique; \
588	  fi; \
589	fi
590ctags: ctags-recursive
591
592CTAGS: ctags
593ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
594	$(am__define_uniq_tagged_files); \
595	test -z "$(CTAGS_ARGS)$$unique" \
596	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
597	     $$unique
598
599GTAGS:
600	here=`$(am__cd) $(top_builddir) && pwd` \
601	  && $(am__cd) $(top_srcdir) \
602	  && gtags -i $(GTAGS_ARGS) "$$here"
603cscope: cscope.files
604	test ! -s cscope.files \
605	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
606clean-cscope:
607	-rm -f cscope.files
608cscope.files: clean-cscope cscopelist
609cscopelist: cscopelist-recursive
610
611cscopelist-am: $(am__tagged_files)
612	list='$(am__tagged_files)'; \
613	case "$(srcdir)" in \
614	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
615	  *) sdir=$(subdir)/$(srcdir) ;; \
616	esac; \
617	for i in $$list; do \
618	  if test -f "$$i"; then \
619	    echo "$(subdir)/$$i"; \
620	  else \
621	    echo "$$sdir/$$i"; \
622	  fi; \
623	done >> $(top_builddir)/cscope.files
624
625distclean-tags:
626	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
627	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
628
629distdir: $(DISTFILES)
630	$(am__remove_distdir)
631	test -d "$(distdir)" || mkdir "$(distdir)"
632	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
633	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
634	list='$(DISTFILES)'; \
635	  dist_files=`for file in $$list; do echo $$file; done | \
636	  sed -e "s|^$$srcdirstrip/||;t" \
637	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
638	case $$dist_files in \
639	  */*) $(MKDIR_P) `echo "$$dist_files" | \
640			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
641			   sort -u` ;; \
642	esac; \
643	for file in $$dist_files; do \
644	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
645	  if test -d $$d/$$file; then \
646	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
647	    if test -d "$(distdir)/$$file"; then \
648	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
649	    fi; \
650	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
651	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
652	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
653	    fi; \
654	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
655	  else \
656	    test -f "$(distdir)/$$file" \
657	    || cp -p $$d/$$file "$(distdir)/$$file" \
658	    || exit 1; \
659	  fi; \
660	done
661	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
662	  if test "$$subdir" = .; then :; else \
663	    $(am__make_dryrun) \
664	      || test -d "$(distdir)/$$subdir" \
665	      || $(MKDIR_P) "$(distdir)/$$subdir" \
666	      || exit 1; \
667	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
668	    $(am__relativize); \
669	    new_distdir=$$reldir; \
670	    dir1=$$subdir; dir2="$(top_distdir)"; \
671	    $(am__relativize); \
672	    new_top_distdir=$$reldir; \
673	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
674	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
675	    ($(am__cd) $$subdir && \
676	      $(MAKE) $(AM_MAKEFLAGS) \
677	        top_distdir="$$new_top_distdir" \
678	        distdir="$$new_distdir" \
679		am__remove_distdir=: \
680		am__skip_length_check=: \
681		am__skip_mode_fix=: \
682	        distdir) \
683	      || exit 1; \
684	  fi; \
685	done
686	-test -n "$(am__skip_mode_fix)" \
687	|| find "$(distdir)" -type d ! -perm -755 \
688		-exec chmod u+rwx,go+rx {} \; -o \
689	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
690	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
691	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
692	|| chmod -R a+r "$(distdir)"
693dist-gzip: distdir
694	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
695	$(am__post_remove_distdir)
696dist-bzip2: distdir
697	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
698	$(am__post_remove_distdir)
699
700dist-lzip: distdir
701	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
702	$(am__post_remove_distdir)
703
704dist-xz: distdir
705	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
706	$(am__post_remove_distdir)
707
708dist-tarZ: distdir
709	@echo WARNING: "Support for shar distribution archives is" \
710	               "deprecated." >&2
711	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
712	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
713	$(am__post_remove_distdir)
714
715dist-shar: distdir
716	@echo WARNING: "Support for distribution archives compressed with" \
717		       "legacy program 'compress' is deprecated." >&2
718	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
719	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
720	$(am__post_remove_distdir)
721
722dist-zip: distdir
723	-rm -f $(distdir).zip
724	zip -rq $(distdir).zip $(distdir)
725	$(am__post_remove_distdir)
726
727dist dist-all:
728	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
729	$(am__post_remove_distdir)
730
731# This target untars the dist file and tries a VPATH configuration.  Then
732# it guarantees that the distribution is self-contained by making another
733# tarfile.
734distcheck: dist
735	case '$(DIST_ARCHIVES)' in \
736	*.tar.gz*) \
737	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
738	*.tar.bz2*) \
739	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
740	*.tar.lz*) \
741	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
742	*.tar.xz*) \
743	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
744	*.tar.Z*) \
745	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
746	*.shar.gz*) \
747	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
748	*.zip*) \
749	  unzip $(distdir).zip ;;\
750	esac
751	chmod -R a-w $(distdir)
752	chmod u+w $(distdir)
753	mkdir $(distdir)/_build $(distdir)/_inst
754	chmod a-w $(distdir)
755	test -d $(distdir)/_build || exit 0; \
756	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
757	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
758	  && am__cwd=`pwd` \
759	  && $(am__cd) $(distdir)/_build \
760	  && ../configure \
761	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
762	    $(DISTCHECK_CONFIGURE_FLAGS) \
763	    --srcdir=.. --prefix="$$dc_install_base" \
764	  && $(MAKE) $(AM_MAKEFLAGS) \
765	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
766	  && $(MAKE) $(AM_MAKEFLAGS) check \
767	  && $(MAKE) $(AM_MAKEFLAGS) install \
768	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
769	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
770	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
771	        distuninstallcheck \
772	  && chmod -R a-w "$$dc_install_base" \
773	  && ({ \
774	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
775	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
776	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
777	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
778	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
779	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
780	  && rm -rf "$$dc_destdir" \
781	  && $(MAKE) $(AM_MAKEFLAGS) dist \
782	  && rm -rf $(DIST_ARCHIVES) \
783	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
784	  && cd "$$am__cwd" \
785	  || exit 1
786	$(am__post_remove_distdir)
787	@(echo "$(distdir) archives ready for distribution: "; \
788	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
789	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
790distuninstallcheck:
791	@test -n '$(distuninstallcheck_dir)' || { \
792	  echo 'ERROR: trying to run $@ with an empty' \
793	       '$$(distuninstallcheck_dir)' >&2; \
794	  exit 1; \
795	}; \
796	$(am__cd) '$(distuninstallcheck_dir)' || { \
797	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
798	  exit 1; \
799	}; \
800	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
801	   || { echo "ERROR: files left after uninstall:" ; \
802	        if test -n "$(DESTDIR)"; then \
803	          echo "  (check DESTDIR support)"; \
804	        fi ; \
805	        $(distuninstallcheck_listfiles) ; \
806	        exit 1; } >&2
807distcleancheck: distclean
808	@if test '$(srcdir)' = . ; then \
809	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
810	  exit 1 ; \
811	fi
812	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
813	  || { echo "ERROR: files left in build directory after distclean:" ; \
814	       $(distcleancheck_listfiles) ; \
815	       exit 1; } >&2
816check-am: all-am
817check: check-recursive
818all-am: Makefile $(SCRIPTS) config.h
819installdirs: installdirs-recursive
820installdirs-am:
821	for dir in "$(DESTDIR)$(bindir)"; do \
822	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
823	done
824install: install-recursive
825install-exec: install-exec-recursive
826install-data: install-data-recursive
827uninstall: uninstall-recursive
828
829install-am: all-am
830	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
831
832installcheck: installcheck-recursive
833install-strip:
834	if test -z '$(STRIP)'; then \
835	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
836	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
837	      install; \
838	else \
839	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
840	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
841	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
842	fi
843mostlyclean-generic:
844
845clean-generic:
846
847distclean-generic:
848	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
849	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
850
851maintainer-clean-generic:
852	@echo "This command is intended for maintainers to use"
853	@echo "it deletes files that may require special tools to rebuild."
854clean: clean-recursive
855
856clean-am: clean-generic clean-libtool mostlyclean-am
857
858distclean: distclean-recursive
859	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
860	-rm -f Makefile
861distclean-am: clean-am distclean-generic distclean-hdr \
862	distclean-libtool distclean-tags
863
864dvi: dvi-recursive
865
866dvi-am:
867
868html: html-recursive
869
870html-am:
871
872info: info-recursive
873
874info-am:
875
876install-data-am:
877
878install-dvi: install-dvi-recursive
879
880install-dvi-am:
881
882install-exec-am: install-binSCRIPTS
883
884install-html: install-html-recursive
885
886install-html-am:
887
888install-info: install-info-recursive
889
890install-info-am:
891
892install-man:
893
894install-pdf: install-pdf-recursive
895
896install-pdf-am:
897
898install-ps: install-ps-recursive
899
900install-ps-am:
901
902installcheck-am:
903
904maintainer-clean: maintainer-clean-recursive
905	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
906	-rm -rf $(top_srcdir)/autom4te.cache
907	-rm -f Makefile
908maintainer-clean-am: distclean-am maintainer-clean-generic
909
910mostlyclean: mostlyclean-recursive
911
912mostlyclean-am: mostlyclean-generic mostlyclean-libtool
913
914pdf: pdf-recursive
915
916pdf-am:
917
918ps: ps-recursive
919
920ps-am:
921
922uninstall-am: uninstall-binSCRIPTS
923
924.MAKE: $(am__recursive_targets) all install-am install-strip
925
926.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
927	am--refresh check check-am clean clean-cscope clean-generic \
928	clean-libtool cscope cscopelist-am ctags ctags-am dist \
929	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
930	dist-xz dist-zip distcheck distclean distclean-generic \
931	distclean-hdr distclean-libtool distclean-tags distcleancheck \
932	distdir distuninstallcheck dvi dvi-am html html-am info \
933	info-am install install-am install-binSCRIPTS install-data \
934	install-data-am install-dvi install-dvi-am install-exec \
935	install-exec-am install-html install-html-am install-info \
936	install-info-am install-man install-pdf install-pdf-am \
937	install-ps install-ps-am install-strip installcheck \
938	installcheck-am installdirs installdirs-am maintainer-clean \
939	maintainer-clean-generic mostlyclean mostlyclean-generic \
940	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
941	uninstall-am uninstall-binSCRIPTS
942
943
944upload: upload-source upload-doc
945
946upload-source: FORCE
947	scp $(distdir).tar.gz $(webhost):$(webdir)/files/
948
949upload-doc: doc/html FORCE
950	ssh $(webhost) rm -f '$(doxdir)/*' || true
951	scp -r doc/html/* $(webhost):$(doxdir)/
952
953update-changelog: FORCE
954	git --help >/dev/null 2>&1 \
955	  && test -d .git \
956	  && git log --stat | awk 'function flush() { if (m != "") { print "Commit: " v "\nAuthor: " a m } m=""; v="UNSUBMITTED" } { if ($$1 == "commit") flush(); else if ($$1 == "Author:") { a = $$2 } else if ($$1 == "git-svn-id:") { split($$2,tmp,"@"); v=tmp[2] } else if ($$_ != "    ") { m=m "\n" $$_ } } END { flush() }' > ChangeLog
957
958update-fonts: tools/makefont
959	tools/makefont mono9 "Monospace 9" 96 4 >| $(srcdir)/caca/mono9.data
960	tools/makefont monobold12 "Monospace Bold 12" 96 4 >| $(srcdir)/caca/monobold12.data
961
962echo-dirs: ; echo caca kernel src cxx examples ruby python tools
963
964FORCE:
965
966# Tell versions [3.59,3.63) of GNU make to not export all variables.
967# Otherwise a system limit (for SysV at least) may be exceeded.
968.NOEXPORT:
969