"Fossies" - the Fresh Open Source Software Archive 
Member "libcaca-0.99.beta20/python/Makefile.in" (19 Oct 2021, 17870 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 VPATH = @srcdir@
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 target_triplet = @target@
91 subdir = python
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
94 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95 $(ACLOCAL_M4)
96 DIST_COMMON = $(srcdir)/Makefile.am $(am__caca_PYTHON_DIST) \
97 $(am__DIST_COMMON)
98 mkinstalldirs = $(install_sh) -d
99 CONFIG_HEADER = $(top_builddir)/config.h
100 CONFIG_CLEAN_FILES =
101 CONFIG_CLEAN_VPATH_FILES =
102 AM_V_P = $(am__v_P_@AM_V@)
103 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
104 am__v_P_0 = false
105 am__v_P_1 = :
106 AM_V_GEN = $(am__v_GEN_@AM_V@)
107 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
108 am__v_GEN_0 = @echo " GEN " $@;
109 am__v_GEN_1 =
110 AM_V_at = $(am__v_at_@AM_V@)
111 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
112 am__v_at_0 = @
113 am__v_at_1 =
114 SOURCES =
115 DIST_SOURCES =
116 am__can_run_installinfo = \
117 case $$AM_UPDATE_INFO_DIR in \
118 n|no|NO) false;; \
119 *) (install-info --version) >/dev/null 2>&1;; \
120 esac
121 am__caca_PYTHON_DIST = caca/__init__.py caca/canvas.py caca/common.py \
122 caca/display.py caca/dither.py caca/font.py
123 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
124 am__vpath_adj = case $$p in \
125 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
126 *) f=$$p;; \
127 esac;
128 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
129 am__install_max = 40
130 am__nobase_strip_setup = \
131 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
132 am__nobase_strip = \
133 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
134 am__nobase_list = $(am__nobase_strip_setup); \
135 for p in $$list; do echo "$$p $$p"; done | \
136 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
137 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
138 if (++n[$$2] == $(am__install_max)) \
139 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
140 END { for (dir in files) print dir, files[dir] }'
141 am__base_list = \
142 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
143 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
144 am__uninstall_files_from_dir = { \
145 test -z "$$files" \
146 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
147 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
148 $(am__cd) "$$dir" && rm -f $$files; }; \
149 }
150 am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
151 am__installdirs = "$(DESTDIR)$(cacadir)"
152 am__pep3147_tweak = \
153 sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.pyc __pycache__/&.*.pyo|'
154 py_compile = $(top_srcdir)/.auto/py-compile
155 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
156 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/.auto/py-compile \
157 $(top_srcdir)/build/autotools/common.am
158 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
159 ACLOCAL = @ACLOCAL@
160 AMTAR = @AMTAR@
161 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
162 AR = @AR@
163 AS = @AS@
164 AUTOCONF = @AUTOCONF@
165 AUTOHEADER = @AUTOHEADER@
166 AUTOMAKE = @AUTOMAKE@
167 AWK = @AWK@
168 CACA_CFLAGS = @CACA_CFLAGS@
169 CACA_LIBS = @CACA_LIBS@
170 CC = @CC@
171 CCAS = @CCAS@
172 CCASDEPMODE = @CCASDEPMODE@
173 CCASFLAGS = @CCASFLAGS@
174 CCDEPMODE = @CCDEPMODE@
175 CFLAGS = @CFLAGS@
176 CPP = @CPP@
177 CPPFLAGS = @CPPFLAGS@
178 CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
179 CPPUNIT_LIBS = @CPPUNIT_LIBS@
180 CSC = @CSC@
181 CSCOPE = @CSCOPE@
182 CTAGS = @CTAGS@
183 CXX = @CXX@
184 CXXCPP = @CXXCPP@
185 CXXDEPMODE = @CXXDEPMODE@
186 CXXFLAGS = @CXXFLAGS@
187 CYGPATH_W = @CYGPATH_W@
188 DEFS = @DEFS@
189 DEPDIR = @DEPDIR@
190 DLLTOOL = @DLLTOOL@
191 DOXYGEN = @DOXYGEN@
192 DSYMUTIL = @DSYMUTIL@
193 DUMPBIN = @DUMPBIN@
194 DVIPS = @DVIPS@
195 ECHO_C = @ECHO_C@
196 ECHO_N = @ECHO_N@
197 ECHO_T = @ECHO_T@
198 EGREP = @EGREP@
199 ETAGS = @ETAGS@
200 EXEEXT = @EXEEXT@
201 FGREP = @FGREP@
202 FTGL_CFLAGS = @FTGL_CFLAGS@
203 FTGL_LIBS = @FTGL_LIBS@
204 GACUTIL = @GACUTIL@
205 GETOPT_LIBS = @GETOPT_LIBS@
206 GL_CFLAGS = @GL_CFLAGS@
207 GL_LIBS = @GL_LIBS@
208 GMCS = @GMCS@
209 GREP = @GREP@
210 IMLIB2_CFLAGS = @IMLIB2_CFLAGS@
211 IMLIB2_LIBS = @IMLIB2_LIBS@
212 INSTALL = @INSTALL@
213 INSTALL_DATA = @INSTALL_DATA@
214 INSTALL_PROGRAM = @INSTALL_PROGRAM@
215 INSTALL_SCRIPT = @INSTALL_SCRIPT@
216 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
217 JAR = @JAR@
218 JAVAC = @JAVAC@
219 JAVAH = @JAVAH@
220 JAVA_CFLAGS = @JAVA_CFLAGS@
221 JAVA_LIBS = @JAVA_LIBS@
222 KPSEWHICH = @KPSEWHICH@
223 LATEX = @LATEX@
224 LD = @LD@
225 LDFLAGS = @LDFLAGS@
226 LIBOBJS = @LIBOBJS@
227 LIBS = @LIBS@
228 LIBTOOL = @LIBTOOL@
229 LIPO = @LIPO@
230 LN_S = @LN_S@
231 LTLIBOBJS = @LTLIBOBJS@
232 LT_MAJOR = @LT_MAJOR@
233 LT_MICRO = @LT_MICRO@
234 LT_MINOR = @LT_MINOR@
235 LT_SUFFIX = @LT_SUFFIX@
236 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
237 LT_VERSION = @LT_VERSION@
238 MAKEINFO = @MAKEINFO@
239 MANIFEST_TOOL = @MANIFEST_TOOL@
240 MATH_LIBS = @MATH_LIBS@
241 MKDIR_P = @MKDIR_P@
242 NM = @NM@
243 NMEDIT = @NMEDIT@
244 OBJC = @OBJC@
245 OBJCDEPMODE = @OBJCDEPMODE@
246 OBJCFLAGS = @OBJCFLAGS@
247 OBJDUMP = @OBJDUMP@
248 OBJEXT = @OBJEXT@
249 OTOOL = @OTOOL@
250 OTOOL64 = @OTOOL64@
251 PACKAGE = @PACKAGE@
252 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
253 PACKAGE_NAME = @PACKAGE_NAME@
254 PACKAGE_STRING = @PACKAGE_STRING@
255 PACKAGE_TARNAME = @PACKAGE_TARNAME@
256 PACKAGE_URL = @PACKAGE_URL@
257 PACKAGE_VERSION = @PACKAGE_VERSION@
258 PANGOFT2_CFLAGS = @PANGOFT2_CFLAGS@
259 PANGOFT2_LIBS = @PANGOFT2_LIBS@
260 PATH_SEPARATOR = @PATH_SEPARATOR@
261 PKG_CONFIG = @PKG_CONFIG@
262 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
263 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
264 PYTHON = @PYTHON@
265 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
266 PYTHON_PLATFORM = @PYTHON_PLATFORM@
267 PYTHON_PREFIX = @PYTHON_PREFIX@
268 PYTHON_VERSION = @PYTHON_VERSION@
269 RANLIB = @RANLIB@
270 RUBY = @RUBY@
271 RUBY_CFLAGS = @RUBY_CFLAGS@
272 RUBY_LIBS = @RUBY_LIBS@
273 RUBY_SITEARCHDIR = @RUBY_SITEARCHDIR@
274 RUBY_SITELIBDIR = @RUBY_SITELIBDIR@
275 SED = @SED@
276 SET_MAKE = @SET_MAKE@
277 SHELL = @SHELL@
278 STRIP = @STRIP@
279 VERSION = @VERSION@
280 X11_CFLAGS = @X11_CFLAGS@
281 X11_LIBS = @X11_LIBS@
282 XMKMF = @XMKMF@
283 ZLIB_LIBS = @ZLIB_LIBS@
284 ZZUF = @ZZUF@
285 abs_builddir = @abs_builddir@
286 abs_srcdir = @abs_srcdir@
287 abs_top_builddir = @abs_top_builddir@
288 abs_top_srcdir = @abs_top_srcdir@
289 ac_ct_AR = @ac_ct_AR@
290 ac_ct_CC = @ac_ct_CC@
291 ac_ct_CXX = @ac_ct_CXX@
292 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
293 am__include = @am__include@
294 am__leading_dot = @am__leading_dot@
295 am__quote = @am__quote@
296 am__tar = @am__tar@
297 am__untar = @am__untar@
298 bindir = @bindir@
299 build = @build@
300 build_alias = @build_alias@
301 build_cpu = @build_cpu@
302 build_os = @build_os@
303 build_vendor = @build_vendor@
304 builddir = @builddir@
305 datadir = @datadir@
306 datarootdir = @datarootdir@
307 docdir = @docdir@
308 dvidir = @dvidir@
309 exec_prefix = @exec_prefix@
310 host = @host@
311 host_alias = @host_alias@
312 host_cpu = @host_cpu@
313 host_os = @host_os@
314 host_vendor = @host_vendor@
315 htmldir = @htmldir@
316 includedir = @includedir@
317 infodir = @infodir@
318 install_sh = @install_sh@
319 libdir = @libdir@
320 libexecdir = @libexecdir@
321 localedir = @localedir@
322 localstatedir = @localstatedir@
323 mandir = @mandir@
324 mkdir_p = @mkdir_p@
325 oldincludedir = @oldincludedir@
326 pdfdir = @pdfdir@
327 pkgpyexecdir = @pkgpyexecdir@
328 pkgpythondir = @pkgpythondir@
329 prefix = @prefix@
330 program_transform_name = @program_transform_name@
331 psdir = @psdir@
332 pyexecdir = @pyexecdir@
333 pythondir = @pythondir@
334 runstatedir = @runstatedir@
335 sbindir = @sbindir@
336 sharedstatedir = @sharedstatedir@
337 srcdir = @srcdir@
338 sysconfdir = @sysconfdir@
339 target = @target@
340 target_alias = @target_alias@
341 target_cpu = @target_cpu@
342 target_os = @target_os@
343 target_vendor = @target_vendor@
344 top_build_prefix = @top_build_prefix@
345 top_builddir = @top_builddir@
346 top_srcdir = @top_srcdir@
347 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -I$(top_builddir)/caca
348 @USE_PYTHON_TRUE@cacadir = $(pythondir)/caca
349 @USE_PYTHON_TRUE@caca_PYTHON = \
350 @USE_PYTHON_TRUE@ caca/__init__.py \
351 @USE_PYTHON_TRUE@ caca/canvas.py \
352 @USE_PYTHON_TRUE@ caca/common.py \
353 @USE_PYTHON_TRUE@ caca/display.py \
354 @USE_PYTHON_TRUE@ caca/dither.py \
355 @USE_PYTHON_TRUE@ caca/font.py
356
357 @USE_PYTHON_TRUE@EXTRA_CHECKS = $(caca_PYTHON)
358 EXTRA_DIST = \
359 setup.py \
360 examples/blit.py \
361 examples/cacainfo.py \
362 examples/colors.py \
363 examples/drawing.py \
364 examples/driver.py \
365 examples/event.py \
366 examples/figfont.py \
367 examples/frames.py \
368 examples/img2txt.py \
369 examples/gol.py \
370 examples/text.py
371
372 all: all-am
373
374 .SUFFIXES:
375 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/build/autotools/common.am $(am__configure_deps)
376 @for dep in $?; do \
377 case '$(am__configure_deps)' in \
378 *$$dep*) \
379 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
380 && { if test -f $@; then exit 0; else break; fi; }; \
381 exit 1;; \
382 esac; \
383 done; \
384 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign python/Makefile'; \
385 $(am__cd) $(top_srcdir) && \
386 $(AUTOMAKE) --foreign python/Makefile
387 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
388 @case '$?' in \
389 *config.status*) \
390 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
391 *) \
392 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
393 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
394 esac;
395 $(top_srcdir)/build/autotools/common.am $(am__empty):
396
397 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
398 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
399
400 $(top_srcdir)/configure: $(am__configure_deps)
401 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
402 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
403 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
404 $(am__aclocal_m4_deps):
405
406 mostlyclean-libtool:
407 -rm -f *.lo
408
409 clean-libtool:
410 -rm -rf .libs _libs
411 install-cacaPYTHON: $(caca_PYTHON)
412 @$(NORMAL_INSTALL)
413 @list='$(caca_PYTHON)'; dlist=; list2=; test -n "$(cacadir)" || list=; \
414 if test -n "$$list"; then \
415 echo " $(MKDIR_P) '$(DESTDIR)$(cacadir)'"; \
416 $(MKDIR_P) "$(DESTDIR)$(cacadir)" || exit 1; \
417 fi; \
418 for p in $$list; do \
419 if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
420 if test -f $$b$$p; then \
421 $(am__strip_dir) \
422 dlist="$$dlist $$f"; \
423 list2="$$list2 $$b$$p"; \
424 else :; fi; \
425 done; \
426 for file in $$list2; do echo $$file; done | $(am__base_list) | \
427 while read files; do \
428 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(cacadir)'"; \
429 $(INSTALL_DATA) $$files "$(DESTDIR)$(cacadir)" || exit $$?; \
430 done || exit $$?; \
431 if test -n "$$dlist"; then \
432 $(am__py_compile) --destdir "$(DESTDIR)" \
433 --basedir "$(cacadir)" $$dlist; \
434 else :; fi
435
436 uninstall-cacaPYTHON:
437 @$(NORMAL_UNINSTALL)
438 @list='$(caca_PYTHON)'; test -n "$(cacadir)" || list=; \
439 py_files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
440 test -n "$$py_files" || exit 0; \
441 dir='$(DESTDIR)$(cacadir)'; \
442 pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
443 pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
444 st=0; \
445 for files in "$$py_files" "$$pyc_files" "$$pyo_files"; do \
446 $(am__uninstall_files_from_dir) || st=$$?; \
447 done; \
448 dir='$(DESTDIR)$(cacadir)'; \
449 echo "$$py_files" | $(am__pep3147_tweak) | $(am__base_list) | \
450 while read files; do \
451 $(am__uninstall_files_from_dir) || st=$$?; \
452 done || exit $$?; \
453 exit $$st
454 tags TAGS:
455
456 ctags CTAGS:
457
458 cscope cscopelist:
459
460 distdir: $(BUILT_SOURCES)
461 $(MAKE) $(AM_MAKEFLAGS) distdir-am
462
463 distdir-am: $(DISTFILES)
464 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
465 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
466 list='$(DISTFILES)'; \
467 dist_files=`for file in $$list; do echo $$file; done | \
468 sed -e "s|^$$srcdirstrip/||;t" \
469 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
470 case $$dist_files in \
471 */*) $(MKDIR_P) `echo "$$dist_files" | \
472 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
473 sort -u` ;; \
474 esac; \
475 for file in $$dist_files; do \
476 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
477 if test -d $$d/$$file; then \
478 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
479 if test -d "$(distdir)/$$file"; then \
480 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
481 fi; \
482 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
483 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
484 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
485 fi; \
486 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
487 else \
488 test -f "$(distdir)/$$file" \
489 || cp -p $$d/$$file "$(distdir)/$$file" \
490 || exit 1; \
491 fi; \
492 done
493 check-am: all-am
494 check: check-am
495 all-am: Makefile
496 installdirs:
497 for dir in "$(DESTDIR)$(cacadir)"; do \
498 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
499 done
500 install: install-am
501 install-exec: install-exec-am
502 install-data: install-data-am
503 uninstall: uninstall-am
504
505 install-am: all-am
506 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
507
508 installcheck: installcheck-am
509 install-strip:
510 if test -z '$(STRIP)'; then \
511 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
512 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
513 install; \
514 else \
515 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
516 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
517 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
518 fi
519 mostlyclean-generic:
520
521 clean-generic:
522
523 distclean-generic:
524 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
525 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
526
527 maintainer-clean-generic:
528 @echo "This command is intended for maintainers to use"
529 @echo "it deletes files that may require special tools to rebuild."
530 clean: clean-am
531
532 clean-am: clean-generic clean-libtool mostlyclean-am
533
534 distclean: distclean-am
535 -rm -f Makefile
536 distclean-am: clean-am distclean-generic
537
538 dvi: dvi-am
539
540 dvi-am:
541
542 html: html-am
543
544 html-am:
545
546 info: info-am
547
548 info-am:
549
550 install-data-am: install-cacaPYTHON
551
552 install-dvi: install-dvi-am
553
554 install-dvi-am:
555
556 install-exec-am:
557
558 install-html: install-html-am
559
560 install-html-am:
561
562 install-info: install-info-am
563
564 install-info-am:
565
566 install-man:
567
568 install-pdf: install-pdf-am
569
570 install-pdf-am:
571
572 install-ps: install-ps-am
573
574 install-ps-am:
575
576 installcheck-am:
577
578 maintainer-clean: maintainer-clean-am
579 -rm -f Makefile
580 maintainer-clean-am: distclean-am maintainer-clean-generic
581
582 mostlyclean: mostlyclean-am
583
584 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
585
586 pdf: pdf-am
587
588 pdf-am:
589
590 ps: ps-am
591
592 ps-am:
593
594 uninstall-am: uninstall-cacaPYTHON
595
596 .MAKE: install-am install-strip
597
598 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
599 cscopelist-am ctags-am distclean distclean-generic \
600 distclean-libtool distdir dvi dvi-am html html-am info info-am \
601 install install-am install-cacaPYTHON install-data \
602 install-data-am install-dvi install-dvi-am install-exec \
603 install-exec-am install-html install-html-am install-info \
604 install-info-am install-man install-pdf install-pdf-am \
605 install-ps install-ps-am install-strip installcheck \
606 installcheck-am installdirs maintainer-clean \
607 maintainer-clean-generic mostlyclean mostlyclean-generic \
608 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
609 uninstall-am uninstall-cacaPYTHON
610
611 .PRECIOUS: Makefile
612
613
614 echo-topdir: ; echo $(top_srcdir)
615 echo-sources: ; echo $(SOURCES) $(EXTRA_CHECKS)
616
617 # Tell versions [3.59,3.63) of GNU make to not export all variables.
618 # Otherwise a system limit (for SysV at least) may be exceeded.
619 .NOEXPORT: