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 83 | skipping to change at line 93 | |||
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 = . | subdir = . | |||
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ | ||||
$(top_srcdir)/configure $(am__configure_deps) \ | ||||
$(srcdir)/config.h.in $(srcdir)/caca-config.in AUTHORS COPYING \ | ||||
ChangeLog NEWS README THANKS .auto/compile .auto/config.guess \ | ||||
.auto/config.sub .auto/install-sh .auto/missing \ | ||||
.auto/py-compile .auto/ltmain.sh $(top_srcdir)/.auto/compile \ | ||||
$(top_srcdir)/.auto/config.guess \ | ||||
$(top_srcdir)/.auto/config.sub $(top_srcdir)/.auto/install-sh \ | ||||
$(top_srcdir)/.auto/ltmain.sh $(top_srcdir)/.auto/missing | ||||
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 $(top_srcdir)/configure \ | ||||
$(am__configure_deps) $(am__DIST_COMMON) | ||||
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | |||
configure.lineno config.status.lineno | configure.lineno config.status.lineno | |||
mkinstalldirs = $(install_sh) -d | mkinstalldirs = $(install_sh) -d | |||
CONFIG_HEADER = config.h | CONFIG_HEADER = config.h | |||
CONFIG_CLEAN_FILES = caca-config | CONFIG_CLEAN_FILES = caca-config | |||
CONFIG_CLEAN_VPATH_FILES = | CONFIG_CLEAN_VPATH_FILES = | |||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | |||
am__vpath_adj = case $$p in \ | am__vpath_adj = case $$p in \ | |||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | |||
*) f=$$p;; \ | *) f=$$p;; \ | |||
skipping to change at line 165 | skipping to change at line 168 | |||
n|no|NO) false;; \ | n|no|NO) false;; \ | |||
*) (install-info --version) >/dev/null 2>&1;; \ | *) (install-info --version) >/dev/null 2>&1;; \ | |||
esac | esac | |||
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | |||
distclean-recursive maintainer-clean-recursive | distclean-recursive maintainer-clean-recursive | |||
am__recursive_targets = \ | am__recursive_targets = \ | |||
$(RECURSIVE_TARGETS) \ | $(RECURSIVE_TARGETS) \ | |||
$(RECURSIVE_CLEAN_TARGETS) \ | $(RECURSIVE_CLEAN_TARGETS) \ | |||
$(am__extra_recursive_targets) | $(am__extra_recursive_targets) | |||
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ | AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ | |||
cscope distdir dist dist-all distcheck | cscope distdir distdir-am dist dist-all distcheck | |||
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ | |||
$(LISP)config.h.in | config.h.in | |||
# Read a list of newline-separated strings from the standard input, | # Read a list of newline-separated strings from the standard input, | |||
# and print each of them once, without duplicates. Input order is | # and print each of them once, without duplicates. Input order is | |||
# *not* preserved. | # *not* preserved. | |||
am__uniquify_input = $(AWK) '\ | am__uniquify_input = $(AWK) '\ | |||
BEGIN { nonempty = 0; } \ | BEGIN { nonempty = 0; } \ | |||
{ items[$$0] = 1; nonempty = 1; } \ | { items[$$0] = 1; nonempty = 1; } \ | |||
END { if (nonempty) { for (i in items) print i; }; } \ | END { if (nonempty) { for (i in items) print i; }; } \ | |||
' | ' | |||
# Make sure the list of sources is unique. This is necessary because, | # Make sure the list of sources is unique. This is necessary because, | |||
# e.g., the same source file might be shared among _SOURCES variables | # e.g., the same source file might be shared among _SOURCES variables | |||
# for different programs/libraries. | # for different programs/libraries. | |||
am__define_uniq_tagged_files = \ | am__define_uniq_tagged_files = \ | |||
list='$(am__tagged_files)'; \ | list='$(am__tagged_files)'; \ | |||
unique=`for i in $$list; do \ | unique=`for i in $$list; do \ | |||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |||
done | $(am__uniquify_input)` | done | $(am__uniquify_input)` | |||
ETAGS = etags | am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/caca-config.in \ | |||
CTAGS = ctags | $(srcdir)/config.h.in $(top_srcdir)/.auto/compile \ | |||
CSCOPE = cscope | $(top_srcdir)/.auto/config.guess \ | |||
$(top_srcdir)/.auto/config.sub $(top_srcdir)/.auto/install-sh \ | ||||
$(top_srcdir)/.auto/ltmain.sh $(top_srcdir)/.auto/missing \ | ||||
$(top_srcdir)/build/autotools/common.am .auto/compile \ | ||||
.auto/config.guess .auto/config.sub .auto/depcomp \ | ||||
.auto/install-sh .auto/ltmain.sh .auto/missing \ | ||||
.auto/py-compile AUTHORS COPYING NEWS README THANKS | ||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |||
distdir = $(PACKAGE)-$(VERSION) | distdir = $(PACKAGE)-$(VERSION) | |||
top_distdir = $(distdir) | top_distdir = $(distdir) | |||
am__remove_distdir = \ | am__remove_distdir = \ | |||
if test -d "$(distdir)"; then \ | if test -d "$(distdir)"; then \ | |||
find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ | find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ | |||
&& rm -rf "$(distdir)" \ | && rm -rf "$(distdir)" \ | |||
|| { sleep 5 && rm -rf "$(distdir)"; }; \ | || { sleep 5 && rm -rf "$(distdir)"; }; \ | |||
else :; fi | else :; fi | |||
am__post_remove_distdir = $(am__remove_distdir) | am__post_remove_distdir = $(am__remove_distdir) | |||
skipping to change at line 225 | skipping to change at line 234 | |||
fi; \ | fi; \ | |||
dir0="$$dir0"/"$$first"; \ | dir0="$$dir0"/"$$first"; \ | |||
fi; \ | fi; \ | |||
fi; \ | fi; \ | |||
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ | dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ | |||
done; \ | done; \ | |||
reldir="$$dir2" | reldir="$$dir2" | |||
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 | DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 | |||
GZIP_ENV = --best | GZIP_ENV = --best | |||
DIST_TARGETS = dist-bzip2 dist-gzip | DIST_TARGETS = dist-bzip2 dist-gzip | |||
# Exists only to be overridden by the user if desired. | ||||
AM_DISTCHECK_DVI_TARGET = dvi | ||||
distuninstallcheck_listfiles = find . -type f -print | distuninstallcheck_listfiles = find . -type f -print | |||
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | |||
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' | | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' | |||
distcleancheck_listfiles = find . -type f -print | distcleancheck_listfiles = find . -type f -print | |||
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@ | |||
skipping to change at line 251 | skipping to change at line 262 | |||
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 303 | skipping to change at line 317 | |||
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 400 | skipping to change at line 415 | |||
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 | ||||
SUBDIRS = kernel caca src examples tools \ | SUBDIRS = kernel caca src examples tools \ | |||
cxx caca-sharp python ruby java \ | cxx caca-sharp python ruby java doc | |||
doc test | ||||
DIST_SUBDIRS = $(SUBDIRS) win32 | DIST_SUBDIRS = $(SUBDIRS) build | |||
EXTRA_DIST = NOTES COPYING.GPL COPYING.ISC COPYING.LGPL bootstrap build-dos buil | EXTRA_DIST = NOTES COPYING.GPL COPYING.ISC COPYING.LGPL bootstrap caca-config.in | |||
d-kernel build-win32 build-win64 caca-config.in libcaca.spec libcaca.sln | libcaca.spec libcaca.sln | |||
AUTOMAKE_OPTIONS = dist-bzip2 | AUTOMAKE_OPTIONS = dist-bzip2 | |||
bin_SCRIPTS = caca-config | bin_SCRIPTS = caca-config | |||
webhost = poulet.zoy.org | webhost = poulet.zoy.org | |||
webdir = /srv/caca.zoy.org/var/www/ | webdir = /srv/caca.zoy.org/var/www/ | |||
doxdir = /srv/caca.zoy.org/var/cache/doxygen/libcaca | doxdir = /srv/caca.zoy.org/var/cache/doxygen/libcaca | |||
all: config.h | all: config.h | |||
$(MAKE) $(AM_MAKEFLAGS) all-recursive | $(MAKE) $(AM_MAKEFLAGS) all-recursive | |||
.SUFFIXES: | .SUFFIXES: | |||
am--refresh: Makefile | am--refresh: Makefile | |||
@: | @: | |||
$(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*) \ | |||
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ | echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ | |||
$(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ | $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ | |||
&& exit 0; \ | && exit 0; \ | |||
exit 1;; \ | exit 1;; \ | |||
esac; \ | esac; \ | |||
done; \ | done; \ | |||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ | |||
$(am__cd) $(top_srcdir) && \ | $(am__cd) $(top_srcdir) && \ | |||
$(AUTOMAKE) --foreign Makefile | $(AUTOMAKE) --foreign 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*) \ | |||
echo ' $(SHELL) ./config.status'; \ | echo ' $(SHELL) ./config.status'; \ | |||
$(SHELL) ./config.status;; \ | $(SHELL) ./config.status;; \ | |||
*) \ | *) \ | |||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfil | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_ | |||
es_maybe)'; \ | remake_depfiles)'; \ | |||
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_mayb | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_ | |||
e);; \ | 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) | |||
$(SHELL) ./config.status --recheck | $(SHELL) ./config.status --recheck | |||
$(top_srcdir)/configure: $(am__configure_deps) | $(top_srcdir)/configure: $(am__configure_deps) | |||
$(am__cd) $(srcdir) && $(AUTOCONF) | $(am__cd) $(srcdir) && $(AUTOCONF) | |||
$(ACLOCAL_M4): $(am__aclocal_m4_deps) | $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |||
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | |||
$(am__aclocal_m4_deps): | $(am__aclocal_m4_deps): | |||
skipping to change at line 628 | skipping to change at line 644 | |||
if test -f "$$i"; then \ | if test -f "$$i"; then \ | |||
echo "$(subdir)/$$i"; \ | echo "$(subdir)/$$i"; \ | |||
else \ | else \ | |||
echo "$$sdir/$$i"; \ | echo "$$sdir/$$i"; \ | |||
fi; \ | fi; \ | |||
done >> $(top_builddir)/cscope.files | done >> $(top_builddir)/cscope.files | |||
distclean-tags: | distclean-tags: | |||
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |||
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files | -rm -f cscope.out cscope.in.out cscope.po.out cscope.files | |||
distdir: $(BUILT_SOURCES) | ||||
$(MAKE) $(AM_MAKEFLAGS) distdir-am | ||||
distdir: $(DISTFILES) | distdir-am: $(DISTFILES) | |||
$(am__remove_distdir) | $(am__remove_distdir) | |||
test -d "$(distdir)" || mkdir "$(distdir)" | test -d "$(distdir)" || mkdir "$(distdir)" | |||
@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" | \ | |||
skipping to change at line 694 | skipping to change at line 712 | |||
fi; \ | fi; \ | |||
done | done | |||
-test -n "$(am__skip_mode_fix)" \ | -test -n "$(am__skip_mode_fix)" \ | |||
|| find "$(distdir)" -type d ! -perm -755 \ | || find "$(distdir)" -type d ! -perm -755 \ | |||
-exec chmod u+rwx,go+rx {} \; -o \ | -exec chmod u+rwx,go+rx {} \; -o \ | |||
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ | |||
! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | |||
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ | ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ | |||
|| chmod -R a+r "$(distdir)" | || chmod -R a+r "$(distdir)" | |||
dist-gzip: distdir | dist-gzip: distdir | |||
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).ta r.gz | tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distd ir).tar.gz | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist-bzip2: distdir | dist-bzip2: distdir | |||
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir) .tar.bz2 | tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir) .tar.bz2 | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist-lzip: distdir | dist-lzip: distdir | |||
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar .lz | tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar .lz | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist-xz: distdir | dist-xz: distdir | |||
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir). tar.xz | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir). tar.xz | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist-zstd: distdir | ||||
tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19} | ||||
} >$(distdir).tar.zst | ||||
$(am__post_remove_distdir) | ||||
dist-tarZ: distdir | dist-tarZ: distdir | |||
@echo WARNING: "Support for shar distribution archives is" \ | @echo WARNING: "Support for distribution archives compressed with" \ | |||
"deprecated." >&2 | "legacy program 'compress' is deprecated." >&2 | |||
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 | |||
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist-shar: distdir | dist-shar: distdir | |||
@echo WARNING: "Support for distribution archives compressed with" \ | @echo WARNING: "Support for shar distribution archives is" \ | |||
"legacy program 'compress' is deprecated." >&2 | "deprecated." >&2 | |||
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 | |||
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz | shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist-zip: distdir | dist-zip: distdir | |||
-rm -f $(distdir).zip | -rm -f $(distdir).zip | |||
zip -rq $(distdir).zip $(distdir) | zip -rq $(distdir).zip $(distdir) | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
dist dist-all: | dist dist-all: | |||
$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' | $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' | |||
$(am__post_remove_distdir) | $(am__post_remove_distdir) | |||
# This target untars the dist file and tries a VPATH configuration. Then | # This target untars the dist file and tries a VPATH configuration. Then | |||
# it guarantees that the distribution is self-contained by making another | # it guarantees that the distribution is self-contained by making another | |||
# tarfile. | # tarfile. | |||
distcheck: dist | distcheck: dist | |||
case '$(DIST_ARCHIVES)' in \ | case '$(DIST_ARCHIVES)' in \ | |||
*.tar.gz*) \ | *.tar.gz*) \ | |||
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ | eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ | |||
*.tar.bz2*) \ | *.tar.bz2*) \ | |||
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ | bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ | |||
*.tar.lz*) \ | *.tar.lz*) \ | |||
lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ | lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ | |||
*.tar.xz*) \ | *.tar.xz*) \ | |||
xz -dc $(distdir).tar.xz | $(am__untar) ;;\ | xz -dc $(distdir).tar.xz | $(am__untar) ;;\ | |||
*.tar.Z*) \ | *.tar.Z*) \ | |||
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ | |||
*.shar.gz*) \ | *.shar.gz*) \ | |||
GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ | eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ | |||
*.zip*) \ | *.zip*) \ | |||
unzip $(distdir).zip ;;\ | unzip $(distdir).zip ;;\ | |||
*.tar.zst*) \ | ||||
zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ | ||||
esac | esac | |||
chmod -R a-w $(distdir) | chmod -R a-w $(distdir) | |||
chmod u+w $(distdir) | chmod u+w $(distdir) | |||
mkdir $(distdir)/_build $(distdir)/_inst | mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst | |||
chmod a-w $(distdir) | chmod a-w $(distdir) | |||
test -d $(distdir)/_build || exit 0; \ | test -d $(distdir)/_build || exit 0; \ | |||
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[ \\/],/,'` \ | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[ \\/],/,'` \ | |||
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | |||
&& am__cwd=`pwd` \ | && am__cwd=`pwd` \ | |||
&& $(am__cd) $(distdir)/_build \ | && $(am__cd) $(distdir)/_build/sub \ | |||
&& ../configure \ | && ../../configure \ | |||
$(AM_DISTCHECK_CONFIGURE_FLAGS) \ | $(AM_DISTCHECK_CONFIGURE_FLAGS) \ | |||
$(DISTCHECK_CONFIGURE_FLAGS) \ | $(DISTCHECK_CONFIGURE_FLAGS) \ | |||
--srcdir=.. --prefix="$$dc_install_base" \ | --srcdir=../.. --prefix="$$dc_install_base" \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) \ | && $(MAKE) $(AM_MAKEFLAGS) \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) dvi \ | && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) check \ | && $(MAKE) $(AM_MAKEFLAGS) check \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) install \ | && $(MAKE) $(AM_MAKEFLAGS) install \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \ | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \ | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | |||
distuninstallcheck \ | distuninstallcheck \ | |||
&& chmod -R a-w "$$dc_install_base" \ | && chmod -R a-w "$$dc_install_base" \ | |||
&& ({ \ | && ({ \ | |||
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \ | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ | |||
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ | |||
skipping to change at line 930 | skipping to change at line 954 | |||
ps-am: | ps-am: | |||
uninstall-am: uninstall-binSCRIPTS | uninstall-am: uninstall-binSCRIPTS | |||
.MAKE: $(am__recursive_targets) all install-am install-strip | .MAKE: $(am__recursive_targets) all install-am install-strip | |||
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ | .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ | |||
am--refresh check check-am clean clean-cscope clean-generic \ | am--refresh check check-am clean clean-cscope clean-generic \ | |||
clean-libtool cscope cscopelist-am ctags ctags-am dist \ | clean-libtool cscope cscopelist-am ctags ctags-am dist \ | |||
dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ | dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ | |||
dist-xz dist-zip distcheck distclean distclean-generic \ | dist-xz dist-zip dist-zstd distcheck distclean \ | |||
distclean-hdr distclean-libtool distclean-tags distcleancheck \ | distclean-generic distclean-hdr distclean-libtool \ | |||
distdir distuninstallcheck dvi dvi-am html html-am info \ | distclean-tags distcleancheck distdir distuninstallcheck dvi \ | |||
info-am install install-am install-binSCRIPTS install-data \ | dvi-am html html-am info info-am install install-am \ | |||
install-data-am install-dvi install-dvi-am install-exec \ | install-binSCRIPTS install-data install-data-am install-dvi \ | |||
install-exec-am install-html install-html-am install-info \ | install-dvi-am install-exec install-exec-am install-html \ | |||
install-info-am install-man install-pdf install-pdf-am \ | install-html-am install-info install-info-am install-man \ | |||
install-ps install-ps-am install-strip installcheck \ | install-pdf install-pdf-am install-ps install-ps-am \ | |||
installcheck-am installdirs installdirs-am maintainer-clean \ | install-strip installcheck installcheck-am installdirs \ | |||
maintainer-clean-generic mostlyclean mostlyclean-generic \ | installdirs-am maintainer-clean maintainer-clean-generic \ | |||
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ | mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ | |||
uninstall-am uninstall-binSCRIPTS | ps ps-am tags tags-am uninstall uninstall-am \ | |||
uninstall-binSCRIPTS | ||||
.PRECIOUS: Makefile | ||||
echo-topdir: ; echo $(top_srcdir) | ||||
echo-sources: ; echo $(SOURCES) $(EXTRA_CHECKS) | ||||
upload: upload-source upload-doc | upload: upload-source upload-doc | |||
upload-source: FORCE | upload-source: FORCE | |||
scp $(distdir).tar.gz $(webhost):$(webdir)/files/ | scp $(distdir).tar.gz $(webhost):$(webdir)/files/ | |||
upload-doc: doc/html FORCE | upload-doc: doc/html FORCE | |||
ssh $(webhost) rm -f '$(doxdir)/*' || true | ssh $(webhost) rm -f '$(doxdir)/*' || true | |||
scp -r doc/html/* $(webhost):$(doxdir)/ | scp -r doc/html/* $(webhost):$(doxdir)/ | |||
update-changelog: FORCE | ||||
git --help >/dev/null 2>&1 \ | ||||
&& test -d .git \ | ||||
&& git log --stat | awk 'function flush() { if (m != "") { print "Commi | ||||
t: " 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 | ||||
update-fonts: tools/makefont | update-fonts: tools/makefont | |||
tools/makefont mono9 "Monospace 9" 96 4 >| $(srcdir)/caca/mono9.data | tools/makefont mono9 "Monospace 9" 96 4 >| $(srcdir)/caca/mono9.data | |||
tools/makefont monobold12 "Monospace Bold 12" 96 4 >| $(srcdir)/caca/mono bold12.data | tools/makefont monobold12 "Monospace Bold 12" 96 4 >| $(srcdir)/caca/mono bold12.data | |||
# Travis CI uses “make test” instead of “make check” | ||||
test: check | ||||
echo-dirs: ; echo caca kernel src cxx examples ruby python tools | echo-dirs: ; echo caca kernel src cxx examples ruby python tools | |||
FORCE: | FORCE: | |||
# 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. 36 change blocks. | ||||
64 lines changed or deleted | 89 lines changed or added |