Makefile.in (libcaca-0.99.beta19) | : | Makefile.in (libcaca-0.99.beta20.tar.bz2) | ||
---|---|---|---|---|
# Makefile.in generated by automake 1.14.1 from Makefile.am. | # Makefile.in generated by automake 1.16.4 from Makefile.am. | |||
# @configure_input@ | # @configure_input@ | |||
# Copyright (C) 1994-2013 Free Software Foundation, Inc. | # Copyright (C) 1994-2021 Free Software Foundation, Inc. | |||
# This Makefile.in is free software; the Free Software Foundation | # This Makefile.in is free software; the Free Software Foundation | |||
# gives unlimited permission to copy and/or distribute it, | # gives unlimited permission to copy and/or distribute it, | |||
# with or without modifications, as long as this notice is preserved. | # with or without modifications, as long as this notice is preserved. | |||
# This program is distributed in the hope that it will be useful, | # This program is distributed in the hope that it will be useful, | |||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |||
# PARTICULAR PURPOSE. | # PARTICULAR PURPOSE. | |||
@SET_MAKE@ | @SET_MAKE@ | |||
VPATH = @srcdir@ | VPATH = @srcdir@ | |||
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | am__is_gnu_make = { \ | |||
if test -z '$(MAKELEVEL)'; then \ | ||||
false; \ | ||||
elif test -n '$(MAKE_HOST)'; then \ | ||||
true; \ | ||||
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ | ||||
true; \ | ||||
else \ | ||||
false; \ | ||||
fi; \ | ||||
} | ||||
am__make_running_with_option = \ | am__make_running_with_option = \ | |||
case $${target_option-} in \ | case $${target_option-} in \ | |||
?) ;; \ | ?) ;; \ | |||
*) echo "am__make_running_with_option: internal error: invalid" \ | *) echo "am__make_running_with_option: internal error: invalid" \ | |||
"target option '$${target_option-}' specified" >&2; \ | "target option '$${target_option-}' specified" >&2; \ | |||
exit 1;; \ | exit 1;; \ | |||
esac; \ | esac; \ | |||
has_opt=no; \ | has_opt=no; \ | |||
sane_makeflags=$$MAKEFLAGS; \ | sane_makeflags=$$MAKEFLAGS; \ | |||
if $(am__is_gnu_make); then \ | if $(am__is_gnu_make); then \ | |||
skipping to change at line 82 | skipping to change at line 92 | |||
NORMAL_INSTALL = : | NORMAL_INSTALL = : | |||
PRE_INSTALL = : | PRE_INSTALL = : | |||
POST_INSTALL = : | POST_INSTALL = : | |||
NORMAL_UNINSTALL = : | NORMAL_UNINSTALL = : | |||
PRE_UNINSTALL = : | PRE_UNINSTALL = : | |||
POST_UNINSTALL = : | POST_UNINSTALL = : | |||
build_triplet = @build@ | build_triplet = @build@ | |||
host_triplet = @host@ | host_triplet = @host@ | |||
target_triplet = @target@ | target_triplet = @target@ | |||
subdir = python | subdir = python | |||
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ | ||||
$(am__caca_PYTHON_DIST) $(top_srcdir)/.auto/py-compile | ||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac | am__aclocal_m4_deps = $(top_srcdir)/configure.ac | |||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |||
$(ACLOCAL_M4) | $(ACLOCAL_M4) | |||
DIST_COMMON = $(srcdir)/Makefile.am $(am__caca_PYTHON_DIST) \ | ||||
$(am__DIST_COMMON) | ||||
mkinstalldirs = $(install_sh) -d | mkinstalldirs = $(install_sh) -d | |||
CONFIG_HEADER = $(top_builddir)/config.h | CONFIG_HEADER = $(top_builddir)/config.h | |||
CONFIG_CLEAN_FILES = | CONFIG_CLEAN_FILES = | |||
CONFIG_CLEAN_VPATH_FILES = | CONFIG_CLEAN_VPATH_FILES = | |||
AM_V_P = $(am__v_P_@AM_V@) | AM_V_P = $(am__v_P_@AM_V@) | |||
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | |||
am__v_P_0 = false | am__v_P_0 = false | |||
am__v_P_1 = : | am__v_P_1 = : | |||
AM_V_GEN = $(am__v_GEN_@AM_V@) | AM_V_GEN = $(am__v_GEN_@AM_V@) | |||
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | |||
skipping to change at line 143 | skipping to change at line 153 | |||
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | |||
am__uninstall_files_from_dir = { \ | am__uninstall_files_from_dir = { \ | |||
test -z "$$files" \ | test -z "$$files" \ | |||
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ | |||
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \ | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ | |||
$(am__cd) "$$dir" && rm -f $$files; }; \ | $(am__cd) "$$dir" && rm -f $$files; }; \ | |||
} | } | |||
am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile) | am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile) | |||
am__installdirs = "$(DESTDIR)$(cacadir)" | am__installdirs = "$(DESTDIR)$(cacadir)" | |||
am__pep3147_tweak = \ | am__pep3147_tweak = \ | |||
sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|' | sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.pyc __pycache__/&.*.pyo|' | |||
py_compile = $(top_srcdir)/.auto/py-compile | py_compile = $(top_srcdir)/.auto/py-compile | |||
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | |||
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/.auto/py-compile \ | ||||
$(top_srcdir)/build/autotools/common.am | ||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |||
ACLOCAL = @ACLOCAL@ | ACLOCAL = @ACLOCAL@ | |||
AMTAR = @AMTAR@ | AMTAR = @AMTAR@ | |||
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | |||
AR = @AR@ | AR = @AR@ | |||
AS = @AS@ | AS = @AS@ | |||
AUTOCONF = @AUTOCONF@ | AUTOCONF = @AUTOCONF@ | |||
AUTOHEADER = @AUTOHEADER@ | AUTOHEADER = @AUTOHEADER@ | |||
AUTOMAKE = @AUTOMAKE@ | AUTOMAKE = @AUTOMAKE@ | |||
AWK = @AWK@ | AWK = @AWK@ | |||
skipping to change at line 169 | skipping to change at line 181 | |||
CCAS = @CCAS@ | CCAS = @CCAS@ | |||
CCASDEPMODE = @CCASDEPMODE@ | CCASDEPMODE = @CCASDEPMODE@ | |||
CCASFLAGS = @CCASFLAGS@ | CCASFLAGS = @CCASFLAGS@ | |||
CCDEPMODE = @CCDEPMODE@ | CCDEPMODE = @CCDEPMODE@ | |||
CFLAGS = @CFLAGS@ | CFLAGS = @CFLAGS@ | |||
CPP = @CPP@ | CPP = @CPP@ | |||
CPPFLAGS = @CPPFLAGS@ | CPPFLAGS = @CPPFLAGS@ | |||
CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@ | CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@ | |||
CPPUNIT_LIBS = @CPPUNIT_LIBS@ | CPPUNIT_LIBS = @CPPUNIT_LIBS@ | |||
CSC = @CSC@ | CSC = @CSC@ | |||
CSCOPE = @CSCOPE@ | ||||
CTAGS = @CTAGS@ | ||||
CXX = @CXX@ | CXX = @CXX@ | |||
CXXCPP = @CXXCPP@ | CXXCPP = @CXXCPP@ | |||
CXXDEPMODE = @CXXDEPMODE@ | CXXDEPMODE = @CXXDEPMODE@ | |||
CXXFLAGS = @CXXFLAGS@ | CXXFLAGS = @CXXFLAGS@ | |||
CYGPATH_W = @CYGPATH_W@ | CYGPATH_W = @CYGPATH_W@ | |||
DEFS = @DEFS@ | DEFS = @DEFS@ | |||
DEPDIR = @DEPDIR@ | DEPDIR = @DEPDIR@ | |||
DLLTOOL = @DLLTOOL@ | DLLTOOL = @DLLTOOL@ | |||
DOXYGEN = @DOXYGEN@ | DOXYGEN = @DOXYGEN@ | |||
DSYMUTIL = @DSYMUTIL@ | DSYMUTIL = @DSYMUTIL@ | |||
DUMPBIN = @DUMPBIN@ | DUMPBIN = @DUMPBIN@ | |||
DVIPS = @DVIPS@ | DVIPS = @DVIPS@ | |||
ECHO_C = @ECHO_C@ | ECHO_C = @ECHO_C@ | |||
ECHO_N = @ECHO_N@ | ECHO_N = @ECHO_N@ | |||
ECHO_T = @ECHO_T@ | ECHO_T = @ECHO_T@ | |||
EGREP = @EGREP@ | EGREP = @EGREP@ | |||
ETAGS = @ETAGS@ | ||||
EXEEXT = @EXEEXT@ | EXEEXT = @EXEEXT@ | |||
FGREP = @FGREP@ | FGREP = @FGREP@ | |||
FTGL_CFLAGS = @FTGL_CFLAGS@ | FTGL_CFLAGS = @FTGL_CFLAGS@ | |||
FTGL_LIBS = @FTGL_LIBS@ | FTGL_LIBS = @FTGL_LIBS@ | |||
GACUTIL = @GACUTIL@ | GACUTIL = @GACUTIL@ | |||
GETOPT_LIBS = @GETOPT_LIBS@ | GETOPT_LIBS = @GETOPT_LIBS@ | |||
GL_CFLAGS = @GL_CFLAGS@ | GL_CFLAGS = @GL_CFLAGS@ | |||
GL_LIBS = @GL_LIBS@ | GL_LIBS = @GL_LIBS@ | |||
GMCS = @GMCS@ | GMCS = @GMCS@ | |||
GREP = @GREP@ | GREP = @GREP@ | |||
skipping to change at line 221 | skipping to change at line 236 | |||
LIBOBJS = @LIBOBJS@ | LIBOBJS = @LIBOBJS@ | |||
LIBS = @LIBS@ | LIBS = @LIBS@ | |||
LIBTOOL = @LIBTOOL@ | LIBTOOL = @LIBTOOL@ | |||
LIPO = @LIPO@ | LIPO = @LIPO@ | |||
LN_S = @LN_S@ | LN_S = @LN_S@ | |||
LTLIBOBJS = @LTLIBOBJS@ | LTLIBOBJS = @LTLIBOBJS@ | |||
LT_MAJOR = @LT_MAJOR@ | LT_MAJOR = @LT_MAJOR@ | |||
LT_MICRO = @LT_MICRO@ | LT_MICRO = @LT_MICRO@ | |||
LT_MINOR = @LT_MINOR@ | LT_MINOR = @LT_MINOR@ | |||
LT_SUFFIX = @LT_SUFFIX@ | LT_SUFFIX = @LT_SUFFIX@ | |||
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ | ||||
LT_VERSION = @LT_VERSION@ | LT_VERSION = @LT_VERSION@ | |||
MAKEINFO = @MAKEINFO@ | MAKEINFO = @MAKEINFO@ | |||
MANIFEST_TOOL = @MANIFEST_TOOL@ | MANIFEST_TOOL = @MANIFEST_TOOL@ | |||
MATH_LIBS = @MATH_LIBS@ | MATH_LIBS = @MATH_LIBS@ | |||
MKDIR_P = @MKDIR_P@ | MKDIR_P = @MKDIR_P@ | |||
NM = @NM@ | NM = @NM@ | |||
NMEDIT = @NMEDIT@ | NMEDIT = @NMEDIT@ | |||
OBJC = @OBJC@ | OBJC = @OBJC@ | |||
OBJCDEPMODE = @OBJCDEPMODE@ | OBJCDEPMODE = @OBJCDEPMODE@ | |||
OBJCFLAGS = @OBJCFLAGS@ | OBJCFLAGS = @OBJCFLAGS@ | |||
skipping to change at line 318 | skipping to change at line 334 | |||
mkdir_p = @mkdir_p@ | mkdir_p = @mkdir_p@ | |||
oldincludedir = @oldincludedir@ | oldincludedir = @oldincludedir@ | |||
pdfdir = @pdfdir@ | pdfdir = @pdfdir@ | |||
pkgpyexecdir = @pkgpyexecdir@ | pkgpyexecdir = @pkgpyexecdir@ | |||
pkgpythondir = @pkgpythondir@ | pkgpythondir = @pkgpythondir@ | |||
prefix = @prefix@ | prefix = @prefix@ | |||
program_transform_name = @program_transform_name@ | program_transform_name = @program_transform_name@ | |||
psdir = @psdir@ | psdir = @psdir@ | |||
pyexecdir = @pyexecdir@ | pyexecdir = @pyexecdir@ | |||
pythondir = @pythondir@ | pythondir = @pythondir@ | |||
runstatedir = @runstatedir@ | ||||
sbindir = @sbindir@ | sbindir = @sbindir@ | |||
sharedstatedir = @sharedstatedir@ | sharedstatedir = @sharedstatedir@ | |||
srcdir = @srcdir@ | srcdir = @srcdir@ | |||
sysconfdir = @sysconfdir@ | sysconfdir = @sysconfdir@ | |||
target = @target@ | target = @target@ | |||
target_alias = @target_alias@ | target_alias = @target_alias@ | |||
target_cpu = @target_cpu@ | target_cpu = @target_cpu@ | |||
target_os = @target_os@ | target_os = @target_os@ | |||
target_vendor = @target_vendor@ | target_vendor = @target_vendor@ | |||
top_build_prefix = @top_build_prefix@ | top_build_prefix = @top_build_prefix@ | |||
top_builddir = @top_builddir@ | top_builddir = @top_builddir@ | |||
top_srcdir = @top_srcdir@ | top_srcdir = @top_srcdir@ | |||
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -I$(top_builddir)/caca | ||||
@USE_PYTHON_TRUE@cacadir = $(pythondir)/caca | @USE_PYTHON_TRUE@cacadir = $(pythondir)/caca | |||
@USE_PYTHON_TRUE@caca_PYTHON = \ | @USE_PYTHON_TRUE@caca_PYTHON = \ | |||
@USE_PYTHON_TRUE@ caca/__init__.py \ | @USE_PYTHON_TRUE@ caca/__init__.py \ | |||
@USE_PYTHON_TRUE@ caca/canvas.py \ | @USE_PYTHON_TRUE@ caca/canvas.py \ | |||
@USE_PYTHON_TRUE@ caca/common.py \ | @USE_PYTHON_TRUE@ caca/common.py \ | |||
@USE_PYTHON_TRUE@ caca/display.py \ | @USE_PYTHON_TRUE@ caca/display.py \ | |||
@USE_PYTHON_TRUE@ caca/dither.py \ | @USE_PYTHON_TRUE@ caca/dither.py \ | |||
@USE_PYTHON_TRUE@ caca/font.py | @USE_PYTHON_TRUE@ caca/font.py | |||
@USE_PYTHON_TRUE@EXTRA_CHECKS = $(caca_PYTHON) | ||||
EXTRA_DIST = \ | EXTRA_DIST = \ | |||
setup.py \ | setup.py \ | |||
examples/blit.py \ | examples/blit.py \ | |||
examples/cacainfo.py \ | examples/cacainfo.py \ | |||
examples/colors.py \ | examples/colors.py \ | |||
examples/drawing.py \ | examples/drawing.py \ | |||
examples/driver.py \ | examples/driver.py \ | |||
examples/event.py \ | examples/event.py \ | |||
examples/figfont.py \ | examples/figfont.py \ | |||
examples/frames.py \ | examples/frames.py \ | |||
examples/img2txt.py \ | examples/img2txt.py \ | |||
examples/gol.py \ | examples/gol.py \ | |||
examples/text.py | examples/text.py | |||
all: all-am | all: all-am | |||
.SUFFIXES: | .SUFFIXES: | |||
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/build/autotools/comm on.am $(am__configure_deps) | |||
@for dep in $?; do \ | @for dep in $?; do \ | |||
case '$(am__configure_deps)' in \ | case '$(am__configure_deps)' in \ | |||
*$$dep*) \ | *$$dep*) \ | |||
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | |||
&& { if test -f $@; then exit 0; else break; fi; }; \ | && { if test -f $@; then exit 0; else break; fi; }; \ | |||
exit 1;; \ | exit 1;; \ | |||
esac; \ | esac; \ | |||
done; \ | done; \ | |||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign python/Makefile'; \ | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign python/Makefile'; \ | |||
$(am__cd) $(top_srcdir) && \ | $(am__cd) $(top_srcdir) && \ | |||
$(AUTOMAKE) --foreign python/Makefile | $(AUTOMAKE) --foreign python/Makefile | |||
.PRECIOUS: Makefile | ||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |||
@case '$?' in \ | @case '$?' in \ | |||
*config.status*) \ | *config.status*) \ | |||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |||
*) \ | *) \ | |||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $( | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $( | |||
am__depfiles_maybe)'; \ | am__maybe_remake_depfiles)'; \ | |||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__dep | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__may | |||
files_maybe);; \ | be_remake_depfiles);; \ | |||
esac; | esac; | |||
$(top_srcdir)/build/autotools/common.am $(am__empty): | ||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES) | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES) | |||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |||
$(top_srcdir)/configure: $(am__configure_deps) | $(top_srcdir)/configure: $(am__configure_deps) | |||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |||
$(ACLOCAL_M4): $(am__aclocal_m4_deps) | $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |||
$(am__aclocal_m4_deps): | $(am__aclocal_m4_deps): | |||
skipping to change at line 425 | skipping to change at line 444 | |||
else :; fi | else :; fi | |||
uninstall-cacaPYTHON: | uninstall-cacaPYTHON: | |||
@$(NORMAL_UNINSTALL) | @$(NORMAL_UNINSTALL) | |||
@list='$(caca_PYTHON)'; test -n "$(cacadir)" || list=; \ | @list='$(caca_PYTHON)'; test -n "$(cacadir)" || list=; \ | |||
py_files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | py_files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | |||
test -n "$$py_files" || exit 0; \ | test -n "$$py_files" || exit 0; \ | |||
dir='$(DESTDIR)$(cacadir)'; \ | dir='$(DESTDIR)$(cacadir)'; \ | |||
pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \ | pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \ | |||
pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \ | pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \ | |||
py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \ | ||||
echo "$$py_files_pep3147";\ | ||||
pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \ | ||||
pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \ | ||||
st=0; \ | st=0; \ | |||
for files in \ | for files in "$$py_files" "$$pyc_files" "$$pyo_files"; do \ | |||
"$$py_files" \ | ||||
"$$pyc_files" \ | ||||
"$$pyo_files" \ | ||||
"$$pyc_files_pep3147" \ | ||||
"$$pyo_files_pep3147" \ | ||||
; do \ | ||||
$(am__uninstall_files_from_dir) || st=$$?; \ | $(am__uninstall_files_from_dir) || st=$$?; \ | |||
done; \ | done; \ | |||
dir='$(DESTDIR)$(cacadir)'; \ | ||||
echo "$$py_files" | $(am__pep3147_tweak) | $(am__base_list) | \ | ||||
while read files; do \ | ||||
$(am__uninstall_files_from_dir) || st=$$?; \ | ||||
done || exit $$?; \ | ||||
exit $$st | exit $$st | |||
tags TAGS: | tags TAGS: | |||
ctags CTAGS: | ctags CTAGS: | |||
cscope cscopelist: | cscope cscopelist: | |||
distdir: $(DISTFILES) | distdir: $(BUILT_SOURCES) | |||
$(MAKE) $(AM_MAKEFLAGS) distdir-am | ||||
distdir-am: $(DISTFILES) | ||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |||
list='$(DISTFILES)'; \ | list='$(DISTFILES)'; \ | |||
dist_files=`for file in $$list; do echo $$file; done | \ | dist_files=`for file in $$list; do echo $$file; done | \ | |||
sed -e "s|^$$srcdirstrip/||;t" \ | sed -e "s|^$$srcdirstrip/||;t" \ | |||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |||
case $$dist_files in \ | case $$dist_files in \ | |||
*/*) $(MKDIR_P) `echo "$$dist_files" | \ | */*) $(MKDIR_P) `echo "$$dist_files" | \ | |||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |||
sort -u` ;; \ | sort -u` ;; \ | |||
skipping to change at line 594 | skipping to change at line 611 | |||
install install-am install-cacaPYTHON install-data \ | install install-am install-cacaPYTHON install-data \ | |||
install-data-am install-dvi install-dvi-am install-exec \ | install-data-am install-dvi install-dvi-am install-exec \ | |||
install-exec-am install-html install-html-am install-info \ | install-exec-am install-html install-html-am install-info \ | |||
install-info-am install-man install-pdf install-pdf-am \ | install-info-am install-man install-pdf install-pdf-am \ | |||
install-ps install-ps-am install-strip installcheck \ | install-ps install-ps-am install-strip installcheck \ | |||
installcheck-am installdirs maintainer-clean \ | installcheck-am installdirs maintainer-clean \ | |||
maintainer-clean-generic mostlyclean mostlyclean-generic \ | maintainer-clean-generic mostlyclean mostlyclean-generic \ | |||
mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ | mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ | |||
uninstall-am uninstall-cacaPYTHON | uninstall-am uninstall-cacaPYTHON | |||
echo-sources: ; echo $(caca_PYTHON) | .PRECIOUS: Makefile | |||
echo-topdir: ; echo $(top_srcdir) | ||||
echo-sources: ; echo $(SOURCES) $(EXTRA_CHECKS) | ||||
# Tell versions [3.59,3.63) of GNU make to not export all variables. | # Tell versions [3.59,3.63) of GNU make to not export all variables. | |||
# Otherwise a system limit (for SysV at least) may be exceeded. | # Otherwise a system limit (for SysV at least) may be exceeded. | |||
.NOEXPORT: | .NOEXPORT: | |||
End of changes. 22 change blocks. | ||||
25 lines changed or deleted | 45 lines changed or added |