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 87 | skipping to change at line 97 | |||
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@ | |||
bin_PROGRAMS = cacademo$(EXEEXT) cacafire$(EXEEXT) cacaplay$(EXEEXT) \ | bin_PROGRAMS = cacademo$(EXEEXT) cacafire$(EXEEXT) cacaplay$(EXEEXT) \ | |||
cacaview$(EXEEXT) img2txt$(EXEEXT) cacaclock$(EXEEXT) \ | cacaview$(EXEEXT) img2txt$(EXEEXT) cacaclock$(EXEEXT) \ | |||
$(am__EXEEXT_1) | $(am__EXEEXT_1) | |||
noinst_PROGRAMS = cacadraw$(EXEEXT) | noinst_PROGRAMS = cacadraw$(EXEEXT) | |||
subdir = src | subdir = src | |||
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ | ||||
$(top_srcdir)/.auto/depcomp | ||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac | am__aclocal_m4_deps = $(top_srcdir)/configure.ac | |||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |||
$(ACLOCAL_M4) | $(ACLOCAL_M4) | |||
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) | ||||
mkinstalldirs = $(install_sh) -d | mkinstalldirs = $(install_sh) -d | |||
CONFIG_HEADER = $(top_builddir)/config.h | CONFIG_HEADER = $(top_builddir)/config.h | |||
CONFIG_CLEAN_FILES = | CONFIG_CLEAN_FILES = | |||
CONFIG_CLEAN_VPATH_FILES = | CONFIG_CLEAN_VPATH_FILES = | |||
@USE_NETWORK_TRUE@am__EXEEXT_1 = cacaserver$(EXEEXT) | @USE_NETWORK_TRUE@am__EXEEXT_1 = cacaserver$(EXEEXT) | |||
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgdatadir)" | am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgdatadir)" | |||
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) | PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) | |||
am_cacaclock_OBJECTS = cacaclock.$(OBJEXT) | am_cacaclock_OBJECTS = cacaclock.$(OBJEXT) | |||
cacaclock_OBJECTS = $(am_cacaclock_OBJECTS) | cacaclock_OBJECTS = $(am_cacaclock_OBJECTS) | |||
cacaclock_DEPENDENCIES = ../caca/libcaca.la | cacaclock_DEPENDENCIES = ../caca/libcaca.la | |||
skipping to change at line 153 | skipping to change at line 162 | |||
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)/aafire.Po ./$(DEPDIR)/cacaclock.Po \ | ||||
./$(DEPDIR)/cacademo.Po ./$(DEPDIR)/cacadraw.Po \ | ||||
./$(DEPDIR)/cacaplay.Po ./$(DEPDIR)/cacaserver.Po \ | ||||
./$(DEPDIR)/cacaview-cacaview.Po \ | ||||
./$(DEPDIR)/cacaview-common-image.Po \ | ||||
./$(DEPDIR)/img2txt-common-image.Po \ | ||||
./$(DEPDIR)/img2txt-img2txt.Po | ||||
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 229 | skipping to change at line 245 | |||
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 $(top_srcdir)/.auto/depcomp \ | |||
CTAGS = ctags | $(top_srcdir)/build/autotools/common.am | |||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |||
ACLOCAL = @ACLOCAL@ | ACLOCAL = @ACLOCAL@ | |||
AMTAR = @AMTAR@ | AMTAR = @AMTAR@ | |||
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | |||
AR = @AR@ | AR = @AR@ | |||
AS = @AS@ | AS = @AS@ | |||
AUTOCONF = @AUTOCONF@ | AUTOCONF = @AUTOCONF@ | |||
AUTOHEADER = @AUTOHEADER@ | AUTOHEADER = @AUTOHEADER@ | |||
AUTOMAKE = @AUTOMAKE@ | AUTOMAKE = @AUTOMAKE@ | |||
AWK = @AWK@ | AWK = @AWK@ | |||
skipping to change at line 254 | skipping to change at line 270 | |||
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 306 | skipping to change at line 325 | |||
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 403 | skipping to change at line 423 | |||
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 -DLIBCACA=1 -DX_DISPLAY_MISSING=1 | ||||
pkgdata_DATA = caca.txt | pkgdata_DATA = caca.txt | |||
EXTRA_DIST = caca.txt cacademo.vcxproj cacafire.vcxproj cacaview.vcxproj | EXTRA_DIST = caca.txt cacademo.vcxproj cacafire.vcxproj cacaview.vcxproj | |||
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -I../caca \ | ||||
-DLIBCACA=1 -DX_DISPLAY_MISSING=1 | ||||
cacademo_SOURCES = cacademo.c texture.h | cacademo_SOURCES = cacademo.c texture.h | |||
cacademo_LDADD = ../caca/libcaca.la ../caca/libcaca.la | cacademo_LDADD = ../caca/libcaca.la ../caca/libcaca.la | |||
cacademo_LDFLAGS = @MATH_LIBS@ | cacademo_LDFLAGS = @MATH_LIBS@ | |||
cacafire_SOURCES = aafire.c | cacafire_SOURCES = aafire.c | |||
cacafire_LDADD = ../caca/libcaca.la ../caca/libcaca.la | cacafire_LDADD = ../caca/libcaca.la ../caca/libcaca.la | |||
cacaview_SOURCES = cacaview.c common-image.c common-image.h | cacaview_SOURCES = cacaview.c common-image.c common-image.h | |||
cacaview_LDADD = ../caca/libcaca.la ../caca/libcaca.la | cacaview_LDADD = ../caca/libcaca.la ../caca/libcaca.la | |||
cacaview_CFLAGS = $(IMLIB2_CFLAGS) | cacaview_CFLAGS = $(IMLIB2_CFLAGS) | |||
cacaview_LDFLAGS = $(IMLIB2_LIBS) | cacaview_LDFLAGS = $(IMLIB2_LIBS) | |||
cacadraw_SOURCES = cacadraw.c | cacadraw_SOURCES = cacadraw.c | |||
skipping to change at line 447 | skipping to change at line 467 | |||
img2txt_SOURCES = img2txt.c common-image.c common-image.h | img2txt_SOURCES = img2txt.c common-image.c common-image.h | |||
img2txt_LDADD = ../caca/libcaca.la | img2txt_LDADD = ../caca/libcaca.la | |||
img2txt_CFLAGS = $(IMLIB2_CFLAGS) | img2txt_CFLAGS = $(IMLIB2_CFLAGS) | |||
img2txt_LDFLAGS = $(IMLIB2_LIBS) | img2txt_LDFLAGS = $(IMLIB2_LIBS) | |||
@USE_NETWORK_FALSE@fcntl_programs = | @USE_NETWORK_FALSE@fcntl_programs = | |||
@USE_NETWORK_TRUE@fcntl_programs = cacaserver | @USE_NETWORK_TRUE@fcntl_programs = cacaserver | |||
all: all-am | all: all-am | |||
.SUFFIXES: | .SUFFIXES: | |||
.SUFFIXES: .c .lo .o .obj | .SUFFIXES: .c .lo .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 src/Makefile'; \ | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ | |||
$(am__cd) $(top_srcdir) && \ | $(am__cd) $(top_srcdir) && \ | |||
$(AUTOMAKE) --foreign src/Makefile | $(AUTOMAKE) --foreign src/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): | |||
install-binPROGRAMS: $(bin_PROGRAMS) | install-binPROGRAMS: $(bin_PROGRAMS) | |||
skipping to change at line 574 | skipping to change at line 594 | |||
img2txt$(EXEEXT): $(img2txt_OBJECTS) $(img2txt_DEPENDENCIES) $(EXTRA_img2txt_DEP ENDENCIES) | img2txt$(EXEEXT): $(img2txt_OBJECTS) $(img2txt_DEPENDENCIES) $(EXTRA_img2txt_DEP ENDENCIES) | |||
@rm -f img2txt$(EXEEXT) | @rm -f img2txt$(EXEEXT) | |||
$(AM_V_CCLD)$(img2txt_LINK) $(img2txt_OBJECTS) $(img2txt_LDADD) $(LIBS) | $(AM_V_CCLD)$(img2txt_LINK) $(img2txt_OBJECTS) $(img2txt_LDADD) $(LIBS) | |||
mostlyclean-compile: | mostlyclean-compile: | |||
-rm -f *.$(OBJEXT) | -rm -f *.$(OBJEXT) | |||
distclean-compile: | distclean-compile: | |||
-rm -f *.tab.c | -rm -f *.tab.c | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aafire.Po@am__quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aafire.Po@am__quote@ # am--incl | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cacaclock.Po@am__quote@ | ude-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cacademo.Po@am__quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cacaclock.Po@am__quote@ # am--i | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cacadraw.Po@am__quote@ | nclude-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cacaplay.Po@am__quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cacademo.Po@am__quote@ # am--in | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cacaserver.Po@am__quote@ | clude-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cacaview-cacaview.Po@am__quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cacadraw.Po@am__quote@ # am--in | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cacaview-common-image.Po@am__qu | clude-marker | |||
ote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cacaplay.Po@am__quote@ # am--in | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/img2txt-common-image.Po@am__quo | clude-marker | |||
te@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cacaserver.Po@am__quote@ # am-- | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/img2txt-img2txt.Po@am__quote@ | include-marker | |||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cacaview-cacaview.Po@am__quote@ | ||||
# am--include-marker | ||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cacaview-common-image.Po@am__qu | ||||
ote@ # am--include-marker | ||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/img2txt-common-image.Po@am__quo | ||||
te@ # am--include-marker | ||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/img2txt-img2txt.Po@am__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 743 | skipping to change at line 769 | |||
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 817 | skipping to change at line 845 | |||
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-am | |||
clean-am: clean-binPROGRAMS clean-generic clean-libtool \ | clean-am: clean-binPROGRAMS clean-generic clean-libtool \ | |||
clean-noinstPROGRAMS mostlyclean-am | clean-noinstPROGRAMS mostlyclean-am | |||
distclean: distclean-am | distclean: distclean-am | |||
-rm -rf ./$(DEPDIR) | -rm -f ./$(DEPDIR)/aafire.Po | |||
-rm -f ./$(DEPDIR)/cacaclock.Po | ||||
-rm -f ./$(DEPDIR)/cacademo.Po | ||||
-rm -f ./$(DEPDIR)/cacadraw.Po | ||||
-rm -f ./$(DEPDIR)/cacaplay.Po | ||||
-rm -f ./$(DEPDIR)/cacaserver.Po | ||||
-rm -f ./$(DEPDIR)/cacaview-cacaview.Po | ||||
-rm -f ./$(DEPDIR)/cacaview-common-image.Po | ||||
-rm -f ./$(DEPDIR)/img2txt-common-image.Po | ||||
-rm -f ./$(DEPDIR)/img2txt-img2txt.Po | ||||
-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-am | |||
dvi-am: | dvi-am: | |||
html: html-am | html: html-am | |||
skipping to change at line 863 | skipping to change at line 900 | |||
install-pdf-am: | install-pdf-am: | |||
install-ps: install-ps-am | install-ps: install-ps-am | |||
install-ps-am: | install-ps-am: | |||
installcheck-am: | installcheck-am: | |||
maintainer-clean: maintainer-clean-am | maintainer-clean: maintainer-clean-am | |||
-rm -rf ./$(DEPDIR) | -rm -f ./$(DEPDIR)/aafire.Po | |||
-rm -f ./$(DEPDIR)/cacaclock.Po | ||||
-rm -f ./$(DEPDIR)/cacademo.Po | ||||
-rm -f ./$(DEPDIR)/cacadraw.Po | ||||
-rm -f ./$(DEPDIR)/cacaplay.Po | ||||
-rm -f ./$(DEPDIR)/cacaserver.Po | ||||
-rm -f ./$(DEPDIR)/cacaview-cacaview.Po | ||||
-rm -f ./$(DEPDIR)/cacaview-common-image.Po | ||||
-rm -f ./$(DEPDIR)/img2txt-common-image.Po | ||||
-rm -f ./$(DEPDIR)/img2txt-img2txt.Po | ||||
-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-am | |||
mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | |||
mostlyclean-libtool | mostlyclean-libtool | |||
pdf: pdf-am | pdf: pdf-am | |||
pdf-am: | pdf-am: | |||
ps: ps-am | ps: ps-am | |||
ps-am: | ps-am: | |||
uninstall-am: uninstall-binPROGRAMS uninstall-pkgdataDATA | uninstall-am: uninstall-binPROGRAMS uninstall-pkgdataDATA | |||
.MAKE: install-am install-strip | .MAKE: install-am install-strip | |||
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ | .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ | |||
clean-binPROGRAMS clean-generic clean-libtool \ | clean-binPROGRAMS clean-generic clean-libtool \ | |||
clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \ | clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \ | |||
distclean-compile distclean-generic distclean-libtool \ | distclean-compile distclean-generic distclean-libtool \ | |||
distclean-tags distdir dvi dvi-am html html-am info info-am \ | distclean-tags distdir dvi dvi-am html html-am info info-am \ | |||
install install-am install-binPROGRAMS install-data \ | install install-am install-binPROGRAMS install-data \ | |||
install-data-am install-dvi install-dvi-am install-exec \ | install-data-am install-dvi install-dvi-am install-exec \ | |||
install-exec-am install-html install-html-am install-info \ | install-exec-am install-html install-html-am install-info \ | |||
install-info-am install-man install-pdf install-pdf-am \ | install-info-am install-man install-pdf install-pdf-am \ | |||
install-pkgdataDATA install-ps install-ps-am install-strip \ | install-pkgdataDATA install-ps install-ps-am install-strip \ | |||
installcheck installcheck-am installdirs maintainer-clean \ | installcheck installcheck-am installdirs maintainer-clean \ | |||
maintainer-clean-generic mostlyclean mostlyclean-compile \ | maintainer-clean-generic mostlyclean mostlyclean-compile \ | |||
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | |||
tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \ | tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \ | |||
uninstall-pkgdataDATA | uninstall-pkgdataDATA | |||
echo-sources: ; echo $(SOURCES) | .PRECIOUS: Makefile | |||
echo-topdir: ; echo $(top_srcdir) | ||||
echo-sources: ; echo $(SOURCES) $(EXTRA_CHECKS) | ||||
# Tell versions [3.59,3.63) of GNU make to not export all variables. | # Tell versions [3.59,3.63) of GNU make to not export all variables. | |||
# Otherwise a system limit (for SysV at least) may be exceeded. | # Otherwise a system limit (for SysV at least) may be exceeded. | |||
.NOEXPORT: | .NOEXPORT: | |||
End of changes. 24 change blocks. | ||||
34 lines changed or deleted | 91 lines changed or added |