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 85 | skipping to change at line 95 | |||
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@ | |||
@USE_PLUGINS_FALSE@am__append_1 = driver/x11.c driver/gl.c | @USE_PLUGINS_FALSE@am__append_1 = driver/x11.c driver/gl.c | |||
@USE_COCOA_TRUE@am__append_2 = driver/cocoa.m | @USE_COCOA_TRUE@am__append_2 = driver/cocoa.m | |||
subdir = caca | subdir = caca | |||
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ | ||||
$(srcdir)/caca.pc.in $(top_srcdir)/.auto/depcomp \ | ||||
$(include_HEADERS) | ||||
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 $(include_HEADERS) \ | ||||
$(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 = caca.pc | CONFIG_CLEAN_FILES = caca.pc | |||
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;; \ | |||
esac; | esac; | |||
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | |||
skipping to change at line 130 | skipping to change at line 139 | |||
|| { 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__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(plugindir)" \ | am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(plugindir)" \ | |||
"$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)" | "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)" | |||
LTLIBRARIES = $(lib_LTLIBRARIES) $(plugin_LTLIBRARIES) | LTLIBRARIES = $(lib_LTLIBRARIES) $(plugin_LTLIBRARIES) | |||
am__DEPENDENCIES_1 = | am__DEPENDENCIES_1 = | |||
am__libcaca_la_SOURCES_DIST = caca.c caca.h caca_types.h \ | am__libcaca_la_SOURCES_DIST = caca.c caca.h caca_types.h \ | |||
caca_internals.h caca_debug.h caca_prof.h caca_stubs.h \ | caca_internals.h caca_debug.h caca_prof.h caca_stubs.h \ | |||
caca_conio.c caca_conio.h caca0.c caca0.h canvas.c dirty.c \ | caca_conio.c caca_conio.h caca0.c caca0.h canvas.c dirty.c \ | |||
string.c legacy.c transform.c charset.c attr.c line.c box.c \ | string.c transform.c charset.c attr.c line.c box.c conic.c \ | |||
conic.c triangle.c frame.c dither.c font.c file.c figfont.c \ | triangle.c frame.c dither.c font.c file.c figfont.c graphics.c \ | |||
graphics.c event.c time.c prof.c getopt.c codec/import.c \ | event.c time.c prof.c getopt.c codec/import.c codec/export.c \ | |||
codec/export.c codec/codec.h codec/text.c driver/conio.c \ | codec/codec.h codec/text.c driver/conio.c driver/ncurses.c \ | |||
driver/ncurses.c driver/null.c driver/raw.c driver/slang.c \ | driver/null.c driver/raw.c driver/slang.c driver/vga.c \ | |||
driver/vga.c driver/win32.c driver/x11.c driver/gl.c \ | driver/win32.c driver/x11.c driver/gl.c driver/cocoa.m | |||
driver/cocoa.m | ||||
am__dirstamp = $(am__leading_dot)dirstamp | am__dirstamp = $(am__leading_dot)dirstamp | |||
am__objects_1 = codec/libcaca_la-import.lo codec/libcaca_la-export.lo \ | am__objects_1 = codec/libcaca_la-import.lo codec/libcaca_la-export.lo \ | |||
codec/libcaca_la-text.lo | codec/libcaca_la-text.lo | |||
@USE_PLUGINS_FALSE@am__objects_2 = driver/libcaca_la-x11.lo \ | @USE_PLUGINS_FALSE@am__objects_2 = driver/libcaca_la-x11.lo \ | |||
@USE_PLUGINS_FALSE@ driver/libcaca_la-gl.lo | @USE_PLUGINS_FALSE@ driver/libcaca_la-gl.lo | |||
@USE_COCOA_TRUE@am__objects_3 = driver/libcaca_la-cocoa.lo | @USE_COCOA_TRUE@am__objects_3 = driver/libcaca_la-cocoa.lo | |||
am__objects_4 = driver/libcaca_la-conio.lo \ | am__objects_4 = driver/libcaca_la-conio.lo \ | |||
driver/libcaca_la-ncurses.lo driver/libcaca_la-null.lo \ | driver/libcaca_la-ncurses.lo driver/libcaca_la-null.lo \ | |||
driver/libcaca_la-raw.lo driver/libcaca_la-slang.lo \ | driver/libcaca_la-raw.lo driver/libcaca_la-slang.lo \ | |||
driver/libcaca_la-vga.lo driver/libcaca_la-win32.lo \ | driver/libcaca_la-vga.lo driver/libcaca_la-win32.lo \ | |||
$(am__objects_2) $(am__objects_3) | $(am__objects_2) $(am__objects_3) | |||
am_libcaca_la_OBJECTS = libcaca_la-caca.lo libcaca_la-caca_conio.lo \ | am_libcaca_la_OBJECTS = libcaca_la-caca.lo libcaca_la-caca_conio.lo \ | |||
libcaca_la-caca0.lo libcaca_la-canvas.lo libcaca_la-dirty.lo \ | libcaca_la-caca0.lo libcaca_la-canvas.lo libcaca_la-dirty.lo \ | |||
libcaca_la-string.lo libcaca_la-legacy.lo \ | libcaca_la-string.lo libcaca_la-transform.lo \ | |||
libcaca_la-transform.lo libcaca_la-charset.lo \ | libcaca_la-charset.lo libcaca_la-attr.lo libcaca_la-line.lo \ | |||
libcaca_la-attr.lo libcaca_la-line.lo libcaca_la-box.lo \ | libcaca_la-box.lo libcaca_la-conic.lo libcaca_la-triangle.lo \ | |||
libcaca_la-conic.lo libcaca_la-triangle.lo libcaca_la-frame.lo \ | libcaca_la-frame.lo libcaca_la-dither.lo libcaca_la-font.lo \ | |||
libcaca_la-dither.lo libcaca_la-font.lo libcaca_la-file.lo \ | libcaca_la-file.lo libcaca_la-figfont.lo \ | |||
libcaca_la-figfont.lo libcaca_la-graphics.lo \ | libcaca_la-graphics.lo libcaca_la-event.lo libcaca_la-time.lo \ | |||
libcaca_la-event.lo libcaca_la-time.lo libcaca_la-prof.lo \ | libcaca_la-prof.lo libcaca_la-getopt.lo $(am__objects_1) \ | |||
libcaca_la-getopt.lo $(am__objects_1) $(am__objects_4) | $(am__objects_4) | |||
libcaca_la_OBJECTS = $(am_libcaca_la_OBJECTS) | libcaca_la_OBJECTS = $(am_libcaca_la_OBJECTS) | |||
AM_V_lt = $(am__v_lt_@AM_V@) | AM_V_lt = $(am__v_lt_@AM_V@) | |||
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) | am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) | |||
am__v_lt_0 = --silent | am__v_lt_0 = --silent | |||
am__v_lt_1 = | am__v_lt_1 = | |||
libcaca_la_LINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ | libcaca_la_LINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ | |||
$(LIBTOOLFLAGS) --mode=link $(OBJCLD) $(AM_OBJCFLAGS) \ | $(LIBTOOLFLAGS) --mode=link $(OBJCLD) $(AM_OBJCFLAGS) \ | |||
$(OBJCFLAGS) $(libcaca_la_LDFLAGS) $(LDFLAGS) -o $@ | $(OBJCFLAGS) $(libcaca_la_LDFLAGS) $(LDFLAGS) -o $@ | |||
@USE_PLUGINS_TRUE@libgl_plugin_la_DEPENDENCIES = libcaca.la \ | @USE_PLUGINS_TRUE@libgl_plugin_la_DEPENDENCIES = libcaca.la \ | |||
@USE_PLUGINS_TRUE@ $(am__DEPENDENCIES_1) | @USE_PLUGINS_TRUE@ $(am__DEPENDENCIES_1) | |||
skipping to change at line 202 | skipping to change at line 210 | |||
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@) | |||
am__v_GEN_0 = @echo " GEN " $@; | am__v_GEN_0 = @echo " GEN " $@; | |||
am__v_GEN_1 = | am__v_GEN_1 = | |||
AM_V_at = $(am__v_at_@AM_V@) | AM_V_at = $(am__v_at_@AM_V@) | |||
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | |||
am__v_at_0 = @ | am__v_at_0 = @ | |||
am__v_at_1 = | am__v_at_1 = | |||
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) | |||
depcomp = $(SHELL) $(top_srcdir)/.auto/depcomp | depcomp = $(SHELL) $(top_srcdir)/.auto/depcomp | |||
am__depfiles_maybe = depfiles | am__maybe_remake_depfiles = depfiles | |||
am__depfiles_remade = ./$(DEPDIR)/libcaca_la-attr.Plo \ | ||||
./$(DEPDIR)/libcaca_la-box.Plo ./$(DEPDIR)/libcaca_la-caca.Plo \ | ||||
./$(DEPDIR)/libcaca_la-caca0.Plo \ | ||||
./$(DEPDIR)/libcaca_la-caca_conio.Plo \ | ||||
./$(DEPDIR)/libcaca_la-canvas.Plo \ | ||||
./$(DEPDIR)/libcaca_la-charset.Plo \ | ||||
./$(DEPDIR)/libcaca_la-conic.Plo \ | ||||
./$(DEPDIR)/libcaca_la-dirty.Plo \ | ||||
./$(DEPDIR)/libcaca_la-dither.Plo \ | ||||
./$(DEPDIR)/libcaca_la-event.Plo \ | ||||
./$(DEPDIR)/libcaca_la-figfont.Plo \ | ||||
./$(DEPDIR)/libcaca_la-file.Plo \ | ||||
./$(DEPDIR)/libcaca_la-font.Plo \ | ||||
./$(DEPDIR)/libcaca_la-frame.Plo \ | ||||
./$(DEPDIR)/libcaca_la-getopt.Plo \ | ||||
./$(DEPDIR)/libcaca_la-graphics.Plo \ | ||||
./$(DEPDIR)/libcaca_la-line.Plo \ | ||||
./$(DEPDIR)/libcaca_la-prof.Plo \ | ||||
./$(DEPDIR)/libcaca_la-string.Plo \ | ||||
./$(DEPDIR)/libcaca_la-time.Plo \ | ||||
./$(DEPDIR)/libcaca_la-transform.Plo \ | ||||
./$(DEPDIR)/libcaca_la-triangle.Plo \ | ||||
codec/$(DEPDIR)/libcaca_la-export.Plo \ | ||||
codec/$(DEPDIR)/libcaca_la-import.Plo \ | ||||
codec/$(DEPDIR)/libcaca_la-text.Plo \ | ||||
driver/$(DEPDIR)/libcaca_la-cocoa.Plo \ | ||||
driver/$(DEPDIR)/libcaca_la-conio.Plo \ | ||||
driver/$(DEPDIR)/libcaca_la-gl.Plo \ | ||||
driver/$(DEPDIR)/libcaca_la-ncurses.Plo \ | ||||
driver/$(DEPDIR)/libcaca_la-null.Plo \ | ||||
driver/$(DEPDIR)/libcaca_la-raw.Plo \ | ||||
driver/$(DEPDIR)/libcaca_la-slang.Plo \ | ||||
driver/$(DEPDIR)/libcaca_la-vga.Plo \ | ||||
driver/$(DEPDIR)/libcaca_la-win32.Plo \ | ||||
driver/$(DEPDIR)/libcaca_la-x11.Plo \ | ||||
driver/$(DEPDIR)/libgl_plugin_la-gl.Plo \ | ||||
driver/$(DEPDIR)/libx11_plugin_la-x11.Plo | ||||
am__mv = mv -f | am__mv = mv -f | |||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |||
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | |||
$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ | $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ | |||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |||
$(AM_CFLAGS) $(CFLAGS) | $(AM_CFLAGS) $(CFLAGS) | |||
AM_V_CC = $(am__v_CC_@AM_V@) | AM_V_CC = $(am__v_CC_@AM_V@) | |||
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) | am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) | |||
am__v_CC_0 = @echo " CC " $@; | am__v_CC_0 = @echo " CC " $@; | |||
skipping to change at line 245 | skipping to change at line 290 | |||
$(AM_LDFLAGS) $(LDFLAGS) -o $@ | $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |||
AM_V_OBJCLD = $(am__v_OBJCLD_@AM_V@) | AM_V_OBJCLD = $(am__v_OBJCLD_@AM_V@) | |||
am__v_OBJCLD_ = $(am__v_OBJCLD_@AM_DEFAULT_V@) | am__v_OBJCLD_ = $(am__v_OBJCLD_@AM_DEFAULT_V@) | |||
am__v_OBJCLD_0 = @echo " OBJCLD " $@; | am__v_OBJCLD_0 = @echo " OBJCLD " $@; | |||
am__v_OBJCLD_1 = | am__v_OBJCLD_1 = | |||
SOURCES = $(libcaca_la_SOURCES) $(libgl_plugin_la_SOURCES) \ | SOURCES = $(libcaca_la_SOURCES) $(libgl_plugin_la_SOURCES) \ | |||
$(libx11_plugin_la_SOURCES) | $(libx11_plugin_la_SOURCES) | |||
DIST_SOURCES = $(am__libcaca_la_SOURCES_DIST) \ | DIST_SOURCES = $(am__libcaca_la_SOURCES_DIST) \ | |||
$(am__libgl_plugin_la_SOURCES_DIST) \ | $(am__libgl_plugin_la_SOURCES_DIST) \ | |||
$(am__libx11_plugin_la_SOURCES_DIST) | $(am__libx11_plugin_la_SOURCES_DIST) | |||
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ | ||||
ctags-recursive dvi-recursive html-recursive info-recursive \ | ||||
install-data-recursive install-dvi-recursive \ | ||||
install-exec-recursive install-html-recursive \ | ||||
install-info-recursive install-pdf-recursive \ | ||||
install-ps-recursive install-recursive installcheck-recursive \ | ||||
installdirs-recursive pdf-recursive ps-recursive \ | ||||
tags-recursive uninstall-recursive | ||||
am__can_run_installinfo = \ | am__can_run_installinfo = \ | |||
case $$AM_UPDATE_INFO_DIR in \ | case $$AM_UPDATE_INFO_DIR in \ | |||
n|no|NO) false;; \ | n|no|NO) false;; \ | |||
*) (install-info --version) >/dev/null 2>&1;; \ | *) (install-info --version) >/dev/null 2>&1;; \ | |||
esac | esac | |||
DATA = $(pkgconfig_DATA) | DATA = $(pkgconfig_DATA) | |||
HEADERS = $(include_HEADERS) | HEADERS = $(include_HEADERS) | |||
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | ||||
distclean-recursive maintainer-clean-recursive | ||||
am__recursive_targets = \ | ||||
$(RECURSIVE_TARGETS) \ | ||||
$(RECURSIVE_CLEAN_TARGETS) \ | ||||
$(am__extra_recursive_targets) | ||||
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ | ||||
distdir distdir-am | ||||
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | |||
# 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 | DIST_SUBDIRS = $(SUBDIRS) | |||
CTAGS = ctags | am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/caca.pc.in \ | |||
$(top_srcdir)/.auto/depcomp \ | ||||
$(top_srcdir)/build/autotools/common.am | ||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |||
am__relativize = \ | ||||
dir0=`pwd`; \ | ||||
sed_first='s,^\([^/]*\)/.*$$,\1,'; \ | ||||
sed_rest='s,^[^/]*/*,,'; \ | ||||
sed_last='s,^.*/\([^/]*\)$$,\1,'; \ | ||||
sed_butlast='s,/*[^/]*$$,,'; \ | ||||
while test -n "$$dir1"; do \ | ||||
first=`echo "$$dir1" | sed -e "$$sed_first"`; \ | ||||
if test "$$first" != "."; then \ | ||||
if test "$$first" = ".."; then \ | ||||
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ | ||||
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ | ||||
else \ | ||||
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ | ||||
if test "$$first2" = "$$first"; then \ | ||||
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ | ||||
else \ | ||||
dir2="../$$dir2"; \ | ||||
fi; \ | ||||
dir0="$$dir0"/"$$first"; \ | ||||
fi; \ | ||||
fi; \ | ||||
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ | ||||
done; \ | ||||
reldir="$$dir2" | ||||
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@ | |||
CACA_CFLAGS = @CACA_CFLAGS@ | CACA_CFLAGS = @CACA_CFLAGS@ | |||
skipping to change at line 294 | skipping to change at line 382 | |||
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 346 | skipping to change at line 437 | |||
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 443 | skipping to change at line 535 | |||
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 -DPLUGINDIR=\"$(plugindir)\" | ||||
SUBDIRS = . t | ||||
EXTRA_DIST = caca.pc.in \ | EXTRA_DIST = caca.pc.in \ | |||
mono9.data monobold12.data \ | mono9.data monobold12.data \ | |||
libcaca.vcxproj libcaca.def | libcaca.vcxproj libcaca.def | |||
DISTCLEANFILES = caca.pc | DISTCLEANFILES = caca.pc | |||
AM_CPPFLAGS = -I$(top_srcdir) -DPLUGINDIR=\"$(plugindir)\" | ||||
pkgconfig_DATA = caca.pc | pkgconfig_DATA = caca.pc | |||
pkgconfigdir = $(libdir)/pkgconfig | pkgconfigdir = $(libdir)/pkgconfig | |||
include_HEADERS = caca.h caca_types.h caca_conio.h caca0.h | include_HEADERS = caca.h caca_types.h caca_conio.h caca0.h | |||
lib_LTLIBRARIES = libcaca.la | lib_LTLIBRARIES = libcaca.la | |||
libcaca_la_SOURCES = \ | libcaca_la_SOURCES = \ | |||
caca.c \ | caca.c \ | |||
caca.h \ | caca.h \ | |||
caca_types.h \ | caca_types.h \ | |||
caca_internals.h \ | caca_internals.h \ | |||
caca_debug.h \ | caca_debug.h \ | |||
caca_prof.h \ | caca_prof.h \ | |||
caca_stubs.h \ | caca_stubs.h \ | |||
caca_conio.c \ | caca_conio.c \ | |||
caca_conio.h \ | caca_conio.h \ | |||
caca0.c \ | caca0.c \ | |||
caca0.h \ | caca0.h \ | |||
canvas.c \ | canvas.c \ | |||
dirty.c \ | dirty.c \ | |||
string.c \ | string.c \ | |||
legacy.c \ | ||||
transform.c \ | transform.c \ | |||
charset.c \ | charset.c \ | |||
attr.c \ | attr.c \ | |||
line.c \ | line.c \ | |||
box.c \ | box.c \ | |||
conic.c \ | conic.c \ | |||
triangle.c \ | triangle.c \ | |||
frame.c \ | frame.c \ | |||
dither.c \ | dither.c \ | |||
font.c \ | font.c \ | |||
skipping to change at line 530 | skipping to change at line 624 | |||
@USE_PLUGINS_TRUE@plugin_LTLIBRARIES = libx11_plugin.la libgl_plugin.la | @USE_PLUGINS_TRUE@plugin_LTLIBRARIES = libx11_plugin.la libgl_plugin.la | |||
@USE_PLUGINS_TRUE@plugindir = $(libdir)/caca | @USE_PLUGINS_TRUE@plugindir = $(libdir)/caca | |||
@USE_PLUGINS_TRUE@libx11_plugin_la_SOURCES = driver/x11.c | @USE_PLUGINS_TRUE@libx11_plugin_la_SOURCES = driver/x11.c | |||
@USE_PLUGINS_TRUE@libx11_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) $(X11_CFLAGS) | @USE_PLUGINS_TRUE@libx11_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) $(X11_CFLAGS) | |||
@USE_PLUGINS_TRUE@libx11_plugin_la_LDFLAGS = -no-undefined -module -no-version | @USE_PLUGINS_TRUE@libx11_plugin_la_LDFLAGS = -no-undefined -module -no-version | |||
@USE_PLUGINS_TRUE@libx11_plugin_la_LIBADD = libcaca.la $(X11_LIBS) | @USE_PLUGINS_TRUE@libx11_plugin_la_LIBADD = libcaca.la $(X11_LIBS) | |||
@USE_PLUGINS_TRUE@libgl_plugin_la_SOURCES = driver/gl.c | @USE_PLUGINS_TRUE@libgl_plugin_la_SOURCES = driver/gl.c | |||
@USE_PLUGINS_TRUE@libgl_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) $(GL_CFLAGS) #$(FTGL _CFLAGS) | @USE_PLUGINS_TRUE@libgl_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) $(GL_CFLAGS) #$(FTGL _CFLAGS) | |||
@USE_PLUGINS_TRUE@libgl_plugin_la_LDFLAGS = -no-undefined -module -no-version | @USE_PLUGINS_TRUE@libgl_plugin_la_LDFLAGS = -no-undefined -module -no-version | |||
@USE_PLUGINS_TRUE@libgl_plugin_la_LIBADD = libcaca.la $(GL_LIBS) #$(FTGL_LIBS) | @USE_PLUGINS_TRUE@libgl_plugin_la_LIBADD = libcaca.la $(GL_LIBS) #$(FTGL_LIBS) | |||
all: all-am | @USE_COCOA_FALSE@EXTRA_CHECKS = driver/cocoa.m | |||
all: all-recursive | ||||
.SUFFIXES: | .SUFFIXES: | |||
.SUFFIXES: .c .lo .m .o .obj | .SUFFIXES: .c .lo .m .o .obj | |||
$(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 caca/Makefile'; \ | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign caca/Makefile'; \ | |||
$(am__cd) $(top_srcdir) && \ | $(am__cd) $(top_srcdir) && \ | |||
$(AUTOMAKE) --foreign caca/Makefile | $(AUTOMAKE) --foreign caca/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): | |||
caca.pc: $(top_builddir)/config.status $(srcdir)/caca.pc.in | caca.pc: $(top_builddir)/config.status $(srcdir)/caca.pc.in | |||
skipping to change at line 698 | skipping to change at line 793 | |||
mostlyclean-compile: | mostlyclean-compile: | |||
-rm -f *.$(OBJEXT) | -rm -f *.$(OBJEXT) | |||
-rm -f codec/*.$(OBJEXT) | -rm -f codec/*.$(OBJEXT) | |||
-rm -f codec/*.lo | -rm -f codec/*.lo | |||
-rm -f driver/*.$(OBJEXT) | -rm -f driver/*.$(OBJEXT) | |||
-rm -f driver/*.lo | -rm -f driver/*.lo | |||
distclean-compile: | distclean-compile: | |||
-rm -f *.tab.c | -rm -f *.tab.c | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-attr.Plo@am__quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-attr.Plo@am__quote@ | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-box.Plo@am__quote@ | # am--include-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-caca.Plo@am__quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-box.Plo@am__quote@ # | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-caca0.Plo@am__quote@ | am--include-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-caca_conio.Plo@am__q | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-caca.Plo@am__quote@ | |||
uote@ | # am--include-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-canvas.Plo@am__quote | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-caca0.Plo@am__quote@ | |||
@ | # am--include-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-charset.Plo@am__quot | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-caca_conio.Plo@am__q | |||
e@ | uote@ # am--include-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-conic.Plo@am__quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-canvas.Plo@am__quote | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-dirty.Plo@am__quote@ | @ # am--include-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-dither.Plo@am__quote | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-charset.Plo@am__quot | |||
@ | e@ # am--include-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-event.Plo@am__quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-conic.Plo@am__quote@ | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-figfont.Plo@am__quot | # am--include-marker | |||
e@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-dirty.Plo@am__quote@ | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-file.Plo@am__quote@ | # am--include-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-font.Plo@am__quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-dither.Plo@am__quote | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-frame.Plo@am__quote@ | @ # am--include-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-getopt.Plo@am__quote | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-event.Plo@am__quote@ | |||
@ | # am--include-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-graphics.Plo@am__quo | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-figfont.Plo@am__quot | |||
te@ | e@ # am--include-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-legacy.Plo@am__quote | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-file.Plo@am__quote@ | |||
@ | # am--include-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-line.Plo@am__quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-font.Plo@am__quote@ | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-prof.Plo@am__quote@ | # am--include-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-string.Plo@am__quote | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-frame.Plo@am__quote@ | |||
@ | # am--include-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-time.Plo@am__quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-getopt.Plo@am__quote | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-transform.Plo@am__qu | @ # am--include-marker | |||
ote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-graphics.Plo@am__quo | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-triangle.Plo@am__quo | te@ # am--include-marker | |||
te@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-line.Plo@am__quote@ | |||
@AMDEP_TRUE@@am__include@ @am__quote@codec/$(DEPDIR)/libcaca_la-export.Plo@am__q | # am--include-marker | |||
uote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-prof.Plo@am__quote@ | |||
@AMDEP_TRUE@@am__include@ @am__quote@codec/$(DEPDIR)/libcaca_la-import.Plo@am__q | # am--include-marker | |||
uote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-string.Plo@am__quote | |||
@AMDEP_TRUE@@am__include@ @am__quote@codec/$(DEPDIR)/libcaca_la-text.Plo@am__quo | @ # am--include-marker | |||
te@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-time.Plo@am__quote@ | |||
@AMDEP_TRUE@@am__include@ @am__quote@driver/$(DEPDIR)/libcaca_la-cocoa.Plo@am__q | # am--include-marker | |||
uote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-transform.Plo@am__qu | |||
@AMDEP_TRUE@@am__include@ @am__quote@driver/$(DEPDIR)/libcaca_la-conio.Plo@am__q | ote@ # am--include-marker | |||
uote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcaca_la-triangle.Plo@am__quo | |||
@AMDEP_TRUE@@am__include@ @am__quote@driver/$(DEPDIR)/libcaca_la-gl.Plo@am__quot | te@ # am--include-marker | |||
e@ | @AMDEP_TRUE@@am__include@ @am__quote@codec/$(DEPDIR)/libcaca_la-export.Plo@am__q | |||
@AMDEP_TRUE@@am__include@ @am__quote@driver/$(DEPDIR)/libcaca_la-ncurses.Plo@am_ | uote@ # am--include-marker | |||
_quote@ | @AMDEP_TRUE@@am__include@ @am__quote@codec/$(DEPDIR)/libcaca_la-import.Plo@am__q | |||
@AMDEP_TRUE@@am__include@ @am__quote@driver/$(DEPDIR)/libcaca_la-null.Plo@am__qu | uote@ # am--include-marker | |||
ote@ | @AMDEP_TRUE@@am__include@ @am__quote@codec/$(DEPDIR)/libcaca_la-text.Plo@am__quo | |||
@AMDEP_TRUE@@am__include@ @am__quote@driver/$(DEPDIR)/libcaca_la-raw.Plo@am__quo | te@ # am--include-marker | |||
te@ | @AMDEP_TRUE@@am__include@ @am__quote@driver/$(DEPDIR)/libcaca_la-cocoa.Plo@am__q | |||
@AMDEP_TRUE@@am__include@ @am__quote@driver/$(DEPDIR)/libcaca_la-slang.Plo@am__q | uote@ # am--include-marker | |||
uote@ | @AMDEP_TRUE@@am__include@ @am__quote@driver/$(DEPDIR)/libcaca_la-conio.Plo@am__q | |||
@AMDEP_TRUE@@am__include@ @am__quote@driver/$(DEPDIR)/libcaca_la-vga.Plo@am__quo | uote@ # am--include-marker | |||
te@ | @AMDEP_TRUE@@am__include@ @am__quote@driver/$(DEPDIR)/libcaca_la-gl.Plo@am__quot | |||
@AMDEP_TRUE@@am__include@ @am__quote@driver/$(DEPDIR)/libcaca_la-win32.Plo@am__q | e@ # am--include-marker | |||
uote@ | @AMDEP_TRUE@@am__include@ @am__quote@driver/$(DEPDIR)/libcaca_la-ncurses.Plo@am_ | |||
@AMDEP_TRUE@@am__include@ @am__quote@driver/$(DEPDIR)/libcaca_la-x11.Plo@am__quo | _quote@ # am--include-marker | |||
te@ | @AMDEP_TRUE@@am__include@ @am__quote@driver/$(DEPDIR)/libcaca_la-null.Plo@am__qu | |||
@AMDEP_TRUE@@am__include@ @am__quote@driver/$(DEPDIR)/libgl_plugin_la-gl.Plo@am_ | ote@ # am--include-marker | |||
_quote@ | @AMDEP_TRUE@@am__include@ @am__quote@driver/$(DEPDIR)/libcaca_la-raw.Plo@am__quo | |||
@AMDEP_TRUE@@am__include@ @am__quote@driver/$(DEPDIR)/libx11_plugin_la-x11.Plo@a | te@ # am--include-marker | |||
m__quote@ | @AMDEP_TRUE@@am__include@ @am__quote@driver/$(DEPDIR)/libcaca_la-slang.Plo@am__q | |||
uote@ # am--include-marker | ||||
@AMDEP_TRUE@@am__include@ @am__quote@driver/$(DEPDIR)/libcaca_la-vga.Plo@am__quo | ||||
te@ # am--include-marker | ||||
@AMDEP_TRUE@@am__include@ @am__quote@driver/$(DEPDIR)/libcaca_la-win32.Plo@am__q | ||||
uote@ # am--include-marker | ||||
@AMDEP_TRUE@@am__include@ @am__quote@driver/$(DEPDIR)/libcaca_la-x11.Plo@am__quo | ||||
te@ # am--include-marker | ||||
@AMDEP_TRUE@@am__include@ @am__quote@driver/$(DEPDIR)/libgl_plugin_la-gl.Plo@am_ | ||||
_quote@ # am--include-marker | ||||
@AMDEP_TRUE@@am__include@ @am__quote@driver/$(DEPDIR)/libx11_plugin_la-x11.Plo@a | ||||
m__quote@ # am--include-marker | ||||
$(am__depfiles_remade): | ||||
@$(MKDIR_P) $(@D) | ||||
@echo '# dummy' >$@-t && $(am__mv) $@-t $@ | ||||
am--depfiles: $(am__depfiles_remade) | ||||
.c.o: | .c.o: | |||
@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|; s|\.o$$||'`;\ | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|; s|\.o$$||'`;\ | |||
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< & &\ | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< & &\ | |||
@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po | @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po | |||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool =no @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool =no @AMDEPBACKSLASH@ | |||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< | |||
.c.obj: | .c.obj: | |||
skipping to change at line 804 | skipping to change at line 904 | |||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_ LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $ (INCLUDES) $(libcaca_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libca ca_la-dirty.lo `test -f 'dirty.c' || echo '$(srcdir)/'`dirty.c | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_ LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $ (INCLUDES) $(libcaca_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libca ca_la-dirty.lo `test -f 'dirty.c' || echo '$(srcdir)/'`dirty.c | |||
libcaca_la-string.lo: string.c | libcaca_la-string.lo: string.c | |||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAG S) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcaca_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcaca_la-string. lo -MD -MP -MF $(DEPDIR)/libcaca_la-string.Tpo -c -o libcaca_la-string.lo `test -f 'string.c' || echo '$(srcdir)/'`string.c | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAG S) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcaca_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcaca_la-string. lo -MD -MP -MF $(DEPDIR)/libcaca_la-string.Tpo -c -o libcaca_la-string.lo `test -f 'string.c' || echo '$(srcdir)/'`string.c | |||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcaca_la-string.Tpo $(DEP DIR)/libcaca_la-string.Plo | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcaca_la-string.Tpo $(DEP DIR)/libcaca_la-string.Plo | |||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string.c' object='libca ca_la-string.lo' libtool=yes @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='string.c' object='libca ca_la-string.lo' libtool=yes @AMDEPBACKSLASH@ | |||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_ LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $ (INCLUDES) $(libcaca_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libca ca_la-string.lo `test -f 'string.c' || echo '$(srcdir)/'`string.c | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_ LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $ (INCLUDES) $(libcaca_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libca ca_la-string.lo `test -f 'string.c' || echo '$(srcdir)/'`string.c | |||
libcaca_la-legacy.lo: legacy.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAG | ||||
S) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) | ||||
$(libcaca_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcaca_la-legacy. | ||||
lo -MD -MP -MF $(DEPDIR)/libcaca_la-legacy.Tpo -c -o libcaca_la-legacy.lo `test | ||||
-f 'legacy.c' || echo '$(srcdir)/'`legacy.c | ||||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcaca_la-legacy.Tpo $(DEP | ||||
DIR)/libcaca_la-legacy.Plo | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='legacy.c' object='libca | ||||
ca_la-legacy.lo' libtool=yes @AMDEPBACKSLASH@ | ||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) | ||||
@AMDEPBACKSLASH@ | ||||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_ | ||||
LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $ | ||||
(INCLUDES) $(libcaca_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libca | ||||
ca_la-legacy.lo `test -f 'legacy.c' || echo '$(srcdir)/'`legacy.c | ||||
libcaca_la-transform.lo: transform.c | libcaca_la-transform.lo: transform.c | |||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAG S) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcaca_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcaca_la-transfo rm.lo -MD -MP -MF $(DEPDIR)/libcaca_la-transform.Tpo -c -o libcaca_la-transform. lo `test -f 'transform.c' || echo '$(srcdir)/'`transform.c | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAG S) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcaca_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcaca_la-transfo rm.lo -MD -MP -MF $(DEPDIR)/libcaca_la-transform.Tpo -c -o libcaca_la-transform. lo `test -f 'transform.c' || echo '$(srcdir)/'`transform.c | |||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcaca_la-transform.Tpo $( DEPDIR)/libcaca_la-transform.Plo | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcaca_la-transform.Tpo $( DEPDIR)/libcaca_la-transform.Plo | |||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='transform.c' object='li bcaca_la-transform.lo' libtool=yes @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='transform.c' object='li bcaca_la-transform.lo' libtool=yes @AMDEPBACKSLASH@ | |||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |||
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_ LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $ (INCLUDES) $(libcaca_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libca ca_la-transform.lo `test -f 'transform.c' || echo '$(srcdir)/'`transform.c | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_ LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $ (INCLUDES) $(libcaca_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libca ca_la-transform.lo `test -f 'transform.c' || echo '$(srcdir)/'`transform.c | |||
libcaca_la-charset.lo: charset.c | libcaca_la-charset.lo: charset.c | |||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAG S) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcaca_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcaca_la-charset .lo -MD -MP -MF $(DEPDIR)/libcaca_la-charset.Tpo -c -o libcaca_la-charset.lo `te st -f 'charset.c' || echo '$(srcdir)/'`charset.c | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAG S) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcaca_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcaca_la-charset .lo -MD -MP -MF $(DEPDIR)/libcaca_la-charset.Tpo -c -o libcaca_la-charset.lo `te st -f 'charset.c' || echo '$(srcdir)/'`charset.c | |||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcaca_la-charset.Tpo $(DE PDIR)/libcaca_la-charset.Plo | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcaca_la-charset.Tpo $(DE PDIR)/libcaca_la-charset.Plo | |||
skipping to change at line 1109 | skipping to change at line 1202 | |||
echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ | echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ | |||
$(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ | $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ | |||
done | done | |||
uninstall-includeHEADERS: | uninstall-includeHEADERS: | |||
@$(NORMAL_UNINSTALL) | @$(NORMAL_UNINSTALL) | |||
@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ | @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ | |||
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ | |||
dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) | dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) | |||
# This directory's subdirectories are mostly independent; you can cd | ||||
# into them and run 'make' without going through this Makefile. | ||||
# To change the values of 'make' variables: instead of editing Makefiles, | ||||
# (1) if the variable is set in 'config.status', edit 'config.status' | ||||
# (which will cause the Makefiles to be regenerated when you run 'make'); | ||||
# (2) otherwise, pass the desired values on the 'make' command line. | ||||
$(am__recursive_targets): | ||||
@fail=; \ | ||||
if $(am__make_keepgoing); then \ | ||||
failcom='fail=yes'; \ | ||||
else \ | ||||
failcom='exit 1'; \ | ||||
fi; \ | ||||
dot_seen=no; \ | ||||
target=`echo $@ | sed s/-recursive//`; \ | ||||
case "$@" in \ | ||||
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | ||||
*) list='$(SUBDIRS)' ;; \ | ||||
esac; \ | ||||
for subdir in $$list; do \ | ||||
echo "Making $$target in $$subdir"; \ | ||||
if test "$$subdir" = "."; then \ | ||||
dot_seen=yes; \ | ||||
local_target="$$target-am"; \ | ||||
else \ | ||||
local_target="$$target"; \ | ||||
fi; \ | ||||
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | ||||
|| eval $$failcom; \ | ||||
done; \ | ||||
if test "$$dot_seen" = "no"; then \ | ||||
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | ||||
fi; test -z "$$fail" | ||||
ID: $(am__tagged_files) | ID: $(am__tagged_files) | |||
$(am__define_uniq_tagged_files); mkid -fID $$unique | $(am__define_uniq_tagged_files); mkid -fID $$unique | |||
tags: tags-am | tags: tags-recursive | |||
TAGS: tags | TAGS: tags | |||
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |||
set x; \ | set x; \ | |||
here=`pwd`; \ | here=`pwd`; \ | |||
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | ||||
include_option=--etags-include; \ | ||||
empty_fix=.; \ | ||||
else \ | ||||
include_option=--include; \ | ||||
empty_fix=; \ | ||||
fi; \ | ||||
list='$(SUBDIRS)'; for subdir in $$list; do \ | ||||
if test "$$subdir" = .; then :; else \ | ||||
test ! -f $$subdir/TAGS || \ | ||||
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ | ||||
fi; \ | ||||
done; \ | ||||
$(am__define_uniq_tagged_files); \ | $(am__define_uniq_tagged_files); \ | |||
shift; \ | shift; \ | |||
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |||
test -n "$$unique" || unique=$$empty_fix; \ | test -n "$$unique" || unique=$$empty_fix; \ | |||
if test $$# -gt 0; then \ | if test $$# -gt 0; then \ | |||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |||
"$$@" $$unique; \ | "$$@" $$unique; \ | |||
else \ | else \ | |||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |||
$$unique; \ | $$unique; \ | |||
fi; \ | fi; \ | |||
fi | fi | |||
ctags: ctags-am | ctags: ctags-recursive | |||
CTAGS: ctags | CTAGS: ctags | |||
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |||
$(am__define_uniq_tagged_files); \ | $(am__define_uniq_tagged_files); \ | |||
test -z "$(CTAGS_ARGS)$$unique" \ | test -z "$(CTAGS_ARGS)$$unique" \ | |||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |||
$$unique | $$unique | |||
GTAGS: | GTAGS: | |||
here=`$(am__cd) $(top_builddir) && pwd` \ | here=`$(am__cd) $(top_builddir) && pwd` \ | |||
&& $(am__cd) $(top_srcdir) \ | && $(am__cd) $(top_srcdir) \ | |||
&& gtags -i $(GTAGS_ARGS) "$$here" | && gtags -i $(GTAGS_ARGS) "$$here" | |||
cscopelist: cscopelist-am | cscopelist: cscopelist-recursive | |||
cscopelist-am: $(am__tagged_files) | cscopelist-am: $(am__tagged_files) | |||
list='$(am__tagged_files)'; \ | list='$(am__tagged_files)'; \ | |||
case "$(srcdir)" in \ | case "$(srcdir)" in \ | |||
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ | |||
*) sdir=$(subdir)/$(srcdir) ;; \ | *) sdir=$(subdir)/$(srcdir) ;; \ | |||
esac; \ | esac; \ | |||
for i in $$list; do \ | for i in $$list; do \ | |||
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 | |||
distdir: $(BUILT_SOURCES) | ||||
$(MAKE) $(AM_MAKEFLAGS) distdir-am | ||||
distdir: $(DISTFILES) | 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 1191 | skipping to change at line 1333 | |||
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |||
fi; \ | fi; \ | |||
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |||
else \ | else \ | |||
test -f "$(distdir)/$$file" \ | test -f "$(distdir)/$$file" \ | |||
|| cp -p $$d/$$file "$(distdir)/$$file" \ | || cp -p $$d/$$file "$(distdir)/$$file" \ | |||
|| exit 1; \ | || exit 1; \ | |||
fi; \ | fi; \ | |||
done | done | |||
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | ||||
if test "$$subdir" = .; then :; else \ | ||||
$(am__make_dryrun) \ | ||||
|| test -d "$(distdir)/$$subdir" \ | ||||
|| $(MKDIR_P) "$(distdir)/$$subdir" \ | ||||
|| exit 1; \ | ||||
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ | ||||
$(am__relativize); \ | ||||
new_distdir=$$reldir; \ | ||||
dir1=$$subdir; dir2="$(top_distdir)"; \ | ||||
$(am__relativize); \ | ||||
new_top_distdir=$$reldir; \ | ||||
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top | ||||
_distdir" distdir="$$new_distdir" \\"; \ | ||||
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode | ||||
_fix=: distdir)"; \ | ||||
($(am__cd) $$subdir && \ | ||||
$(MAKE) $(AM_MAKEFLAGS) \ | ||||
top_distdir="$$new_top_distdir" \ | ||||
distdir="$$new_distdir" \ | ||||
am__remove_distdir=: \ | ||||
am__skip_length_check=: \ | ||||
am__skip_mode_fix=: \ | ||||
distdir) \ | ||||
|| exit 1; \ | ||||
fi; \ | ||||
done | ||||
check-am: all-am | check-am: all-am | |||
check: check-am | check: check-recursive | |||
all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) | all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) | |||
installdirs: | installdirs: installdirs-recursive | |||
installdirs-am: | ||||
for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(pk gconfigdir)" "$(DESTDIR)$(includedir)"; do \ | for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(pk gconfigdir)" "$(DESTDIR)$(includedir)"; do \ | |||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | |||
done | done | |||
install: install-am | install: install-recursive | |||
install-exec: install-exec-am | install-exec: install-exec-recursive | |||
install-data: install-data-am | install-data: install-data-recursive | |||
uninstall: uninstall-am | uninstall: uninstall-recursive | |||
install-am: all-am | install-am: all-am | |||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |||
installcheck: installcheck-am | installcheck: installcheck-recursive | |||
install-strip: | install-strip: | |||
if test -z '$(STRIP)'; then \ | if test -z '$(STRIP)'; then \ | |||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |||
install; \ | install; \ | |||
else \ | else \ | |||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |||
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | |||
fi | fi | |||
skipping to change at line 1233 | skipping to change at line 1401 | |||
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $ (CONFIG_CLEAN_VPATH_FILES) | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $ (CONFIG_CLEAN_VPATH_FILES) | |||
-rm -f codec/$(DEPDIR)/$(am__dirstamp) | -rm -f codec/$(DEPDIR)/$(am__dirstamp) | |||
-rm -f codec/$(am__dirstamp) | -rm -f codec/$(am__dirstamp) | |||
-rm -f driver/$(DEPDIR)/$(am__dirstamp) | -rm -f driver/$(DEPDIR)/$(am__dirstamp) | |||
-rm -f driver/$(am__dirstamp) | -rm -f driver/$(am__dirstamp) | |||
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) | -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) | |||
maintainer-clean-generic: | maintainer-clean-generic: | |||
@echo "This command is intended for maintainers to use" | @echo "This command is intended for maintainers to use" | |||
@echo "it deletes files that may require special tools to rebuild." | @echo "it deletes files that may require special tools to rebuild." | |||
clean: clean-am | clean: clean-recursive | |||
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ | clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ | |||
clean-pluginLTLIBRARIES mostlyclean-am | clean-pluginLTLIBRARIES mostlyclean-am | |||
distclean: distclean-am | distclean: distclean-recursive | |||
-rm -rf ./$(DEPDIR) codec/$(DEPDIR) driver/$(DEPDIR) | -rm -f ./$(DEPDIR)/libcaca_la-attr.Plo | |||
-rm -f ./$(DEPDIR)/libcaca_la-box.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-caca.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-caca0.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-caca_conio.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-canvas.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-charset.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-conic.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-dirty.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-dither.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-event.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-figfont.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-file.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-font.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-frame.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-getopt.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-graphics.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-line.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-prof.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-string.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-time.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-transform.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-triangle.Plo | ||||
-rm -f codec/$(DEPDIR)/libcaca_la-export.Plo | ||||
-rm -f codec/$(DEPDIR)/libcaca_la-import.Plo | ||||
-rm -f codec/$(DEPDIR)/libcaca_la-text.Plo | ||||
-rm -f driver/$(DEPDIR)/libcaca_la-cocoa.Plo | ||||
-rm -f driver/$(DEPDIR)/libcaca_la-conio.Plo | ||||
-rm -f driver/$(DEPDIR)/libcaca_la-gl.Plo | ||||
-rm -f driver/$(DEPDIR)/libcaca_la-ncurses.Plo | ||||
-rm -f driver/$(DEPDIR)/libcaca_la-null.Plo | ||||
-rm -f driver/$(DEPDIR)/libcaca_la-raw.Plo | ||||
-rm -f driver/$(DEPDIR)/libcaca_la-slang.Plo | ||||
-rm -f driver/$(DEPDIR)/libcaca_la-vga.Plo | ||||
-rm -f driver/$(DEPDIR)/libcaca_la-win32.Plo | ||||
-rm -f driver/$(DEPDIR)/libcaca_la-x11.Plo | ||||
-rm -f driver/$(DEPDIR)/libgl_plugin_la-gl.Plo | ||||
-rm -f driver/$(DEPDIR)/libx11_plugin_la-x11.Plo | ||||
-rm -f Makefile | -rm -f Makefile | |||
distclean-am: clean-am distclean-compile distclean-generic \ | distclean-am: clean-am distclean-compile distclean-generic \ | |||
distclean-tags | distclean-tags | |||
dvi: dvi-am | dvi: dvi-recursive | |||
dvi-am: | dvi-am: | |||
html: html-am | html: html-recursive | |||
html-am: | html-am: | |||
info: info-am | info: info-recursive | |||
info-am: | info-am: | |||
install-data-am: install-includeHEADERS install-pkgconfigDATA \ | install-data-am: install-includeHEADERS install-pkgconfigDATA \ | |||
install-pluginLTLIBRARIES | install-pluginLTLIBRARIES | |||
install-dvi: install-dvi-am | install-dvi: install-dvi-recursive | |||
install-dvi-am: | install-dvi-am: | |||
install-exec-am: install-libLTLIBRARIES | install-exec-am: install-libLTLIBRARIES | |||
install-html: install-html-am | install-html: install-html-recursive | |||
install-html-am: | install-html-am: | |||
install-info: install-info-am | install-info: install-info-recursive | |||
install-info-am: | install-info-am: | |||
install-man: | install-man: | |||
install-pdf: install-pdf-am | install-pdf: install-pdf-recursive | |||
install-pdf-am: | install-pdf-am: | |||
install-ps: install-ps-am | install-ps: install-ps-recursive | |||
install-ps-am: | install-ps-am: | |||
installcheck-am: | installcheck-am: | |||
maintainer-clean: maintainer-clean-am | maintainer-clean: maintainer-clean-recursive | |||
-rm -rf ./$(DEPDIR) codec/$(DEPDIR) driver/$(DEPDIR) | -rm -f ./$(DEPDIR)/libcaca_la-attr.Plo | |||
-rm -f ./$(DEPDIR)/libcaca_la-box.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-caca.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-caca0.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-caca_conio.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-canvas.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-charset.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-conic.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-dirty.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-dither.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-event.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-figfont.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-file.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-font.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-frame.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-getopt.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-graphics.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-line.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-prof.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-string.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-time.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-transform.Plo | ||||
-rm -f ./$(DEPDIR)/libcaca_la-triangle.Plo | ||||
-rm -f codec/$(DEPDIR)/libcaca_la-export.Plo | ||||
-rm -f codec/$(DEPDIR)/libcaca_la-import.Plo | ||||
-rm -f codec/$(DEPDIR)/libcaca_la-text.Plo | ||||
-rm -f driver/$(DEPDIR)/libcaca_la-cocoa.Plo | ||||
-rm -f driver/$(DEPDIR)/libcaca_la-conio.Plo | ||||
-rm -f driver/$(DEPDIR)/libcaca_la-gl.Plo | ||||
-rm -f driver/$(DEPDIR)/libcaca_la-ncurses.Plo | ||||
-rm -f driver/$(DEPDIR)/libcaca_la-null.Plo | ||||
-rm -f driver/$(DEPDIR)/libcaca_la-raw.Plo | ||||
-rm -f driver/$(DEPDIR)/libcaca_la-slang.Plo | ||||
-rm -f driver/$(DEPDIR)/libcaca_la-vga.Plo | ||||
-rm -f driver/$(DEPDIR)/libcaca_la-win32.Plo | ||||
-rm -f driver/$(DEPDIR)/libcaca_la-x11.Plo | ||||
-rm -f driver/$(DEPDIR)/libgl_plugin_la-gl.Plo | ||||
-rm -f driver/$(DEPDIR)/libx11_plugin_la-x11.Plo | ||||
-rm -f Makefile | -rm -f Makefile | |||
maintainer-clean-am: distclean-am maintainer-clean-generic | maintainer-clean-am: distclean-am maintainer-clean-generic | |||
mostlyclean: mostlyclean-am | mostlyclean: mostlyclean-recursive | |||
mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | |||
mostlyclean-libtool | mostlyclean-libtool | |||
pdf: pdf-am | pdf: pdf-recursive | |||
pdf-am: | pdf-am: | |||
ps: ps-am | ps: ps-recursive | |||
ps-am: | ps-am: | |||
uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \ | uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \ | |||
uninstall-local uninstall-pkgconfigDATA \ | uninstall-local uninstall-pkgconfigDATA \ | |||
uninstall-pluginLTLIBRARIES | uninstall-pluginLTLIBRARIES | |||
.MAKE: install-am install-strip | .MAKE: $(am__recursive_targets) install-am install-strip | |||
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ | .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ | |||
am--depfiles check check-am clean clean-generic \ | ||||
clean-libLTLIBRARIES clean-libtool clean-pluginLTLIBRARIES \ | clean-libLTLIBRARIES clean-libtool clean-pluginLTLIBRARIES \ | |||
cscopelist-am ctags ctags-am distclean distclean-compile \ | cscopelist-am ctags ctags-am distclean distclean-compile \ | |||
distclean-generic distclean-libtool distclean-tags distdir dvi \ | distclean-generic distclean-libtool distclean-tags distdir dvi \ | |||
dvi-am html html-am info info-am install install-am \ | dvi-am html html-am info info-am install install-am \ | |||
install-data install-data-am install-dvi install-dvi-am \ | install-data install-data-am install-dvi install-dvi-am \ | |||
install-exec install-exec-am install-html install-html-am \ | install-exec install-exec-am install-html install-html-am \ | |||
install-includeHEADERS install-info install-info-am \ | install-includeHEADERS install-info install-info-am \ | |||
install-libLTLIBRARIES install-man install-pdf install-pdf-am \ | install-libLTLIBRARIES install-man install-pdf install-pdf-am \ | |||
install-pkgconfigDATA install-pluginLTLIBRARIES install-ps \ | install-pkgconfigDATA install-pluginLTLIBRARIES install-ps \ | |||
install-ps-am install-strip installcheck installcheck-am \ | install-ps-am install-strip installcheck installcheck-am \ | |||
installdirs maintainer-clean maintainer-clean-generic \ | installdirs installdirs-am maintainer-clean \ | |||
mostlyclean mostlyclean-compile mostlyclean-generic \ | maintainer-clean-generic mostlyclean mostlyclean-compile \ | |||
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | |||
uninstall-am uninstall-includeHEADERS uninstall-libLTLIBRARIES \ | tags tags-am uninstall uninstall-am uninstall-includeHEADERS \ | |||
uninstall-local uninstall-pkgconfigDATA \ | uninstall-libLTLIBRARIES uninstall-local \ | |||
uninstall-pluginLTLIBRARIES | uninstall-pkgconfigDATA uninstall-pluginLTLIBRARIES | |||
.PRECIOUS: Makefile | ||||
echo-topdir: ; echo $(top_srcdir) | ||||
echo-sources: ; echo $(SOURCES) $(EXTRA_CHECKS) | ||||
uninstall-local: | uninstall-local: | |||
. ./libcaca.la || exit 1; \ | . ./libcaca.la || exit 1; \ | |||
for x in $$library_names; do \ | ||||
rm -f $(DESTDIR)$(libdir)/$$(echo $$x | sed 's/caca/cucul/g'); \ | ||||
done | ||||
rm -f $(DESTDIR)$(libdir)/libcucul.la | ||||
rmdir $(DESTDIR)$(libdir) 2>/dev/null || true | rmdir $(DESTDIR)$(libdir) 2>/dev/null || true | |||
rm -f $(DESTDIR)$(pkgconfigdir)/cucul.pc | ||||
rmdir $(DESTDIR)$(pkgconfigdir) 2>/dev/null || true | rmdir $(DESTDIR)$(pkgconfigdir) 2>/dev/null || true | |||
rm -f $(DESTDIR)$(includedir)/cucul.h | ||||
echo-sources: ; echo $(SOURCES) | ||||
# 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. 58 change blocks. | ||||
158 lines changed or deleted | 402 lines changed or added |