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