Line 1... |
Line 1... |
# Makefile.in generated by automake 1.11 from Makefile.am.
|
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
# @configure_input@
|
# @configure_input@
|
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
# Inc.
|
# Inc.
|
Line 74... |
Line 74... |
$(ACLOCAL_M4)
|
$(ACLOCAL_M4)
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
CONFIG_HEADER = $(top_builddir)/config.h
|
CONFIG_HEADER = $(top_builddir)/config.h
|
CONFIG_CLEAN_FILES =
|
CONFIG_CLEAN_FILES =
|
CONFIG_CLEAN_VPATH_FILES =
|
CONFIG_CLEAN_VPATH_FILES =
|
|
AM_V_GEN = $(am__v_GEN_$(V))
|
|
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
|
|
am__v_GEN_0 = @echo " GEN " $@;
|
|
AM_V_at = $(am__v_at_$(V))
|
|
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
|
|
am__v_at_0 = @
|
SOURCES =
|
SOURCES =
|
DIST_SOURCES =
|
DIST_SOURCES =
|
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
html-recursive info-recursive install-data-recursive \
|
html-recursive info-recursive install-data-recursive \
|
install-dvi-recursive install-exec-recursive \
|
install-dvi-recursive install-exec-recursive \
|
Line 121... |
Line 127... |
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
|
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
|
done; \
|
done; \
|
reldir="$$dir2"
|
reldir="$$dir2"
|
ACLOCAL = @ACLOCAL@
|
ACLOCAL = @ACLOCAL@
|
AMTAR = @AMTAR@
|
AMTAR = @AMTAR@
|
|
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
AR = @AR@
|
AR = @AR@
|
ARFLAGS = @ARFLAGS@
|
ARFLAGS = @ARFLAGS@
|
AUTOCONF = @AUTOCONF@
|
AUTOCONF = @AUTOCONF@
|
AUTOHEADER = @AUTOHEADER@
|
AUTOHEADER = @AUTOHEADER@
|
AUTOMAKE = @AUTOMAKE@
|
AUTOMAKE = @AUTOMAKE@
|
Line 315... |
Line 322... |
# To change the values of `make' variables: instead of editing Makefiles,
|
# To change the values of `make' variables: instead of editing Makefiles,
|
# (1) if the variable is set in `config.status', edit `config.status'
|
# (1) if the variable is set in `config.status', edit `config.status'
|
# (which will cause the Makefiles to be regenerated when you run `make');
|
# (which will cause the Makefiles to be regenerated when you run `make');
|
# (2) otherwise, pass the desired values on the `make' command line.
|
# (2) otherwise, pass the desired values on the `make' command line.
|
$(RECURSIVE_TARGETS):
|
$(RECURSIVE_TARGETS):
|
@failcom='exit 1'; \
|
@fail= failcom='exit 1'; \
|
for f in x $$MAKEFLAGS; do \
|
for f in x $$MAKEFLAGS; do \
|
case $$f in \
|
case $$f in \
|
*=* | --[!k]*);; \
|
*=* | --[!k]*);; \
|
*k*) failcom='fail=yes';; \
|
*k*) failcom='fail=yes';; \
|
esac; \
|
esac; \
|
Line 340... |
Line 347... |
if test "$$dot_seen" = "no"; then \
|
if test "$$dot_seen" = "no"; then \
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
fi; test -z "$$fail"
|
fi; test -z "$$fail"
|
|
|
$(RECURSIVE_CLEAN_TARGETS):
|
$(RECURSIVE_CLEAN_TARGETS):
|
@failcom='exit 1'; \
|
@fail= failcom='exit 1'; \
|
for f in x $$MAKEFLAGS; do \
|
for f in x $$MAKEFLAGS; do \
|
case $$f in \
|
case $$f in \
|
*=* | --[!k]*);; \
|
*=* | --[!k]*);; \
|
*k*) failcom='fail=yes';; \
|
*k*) failcom='fail=yes';; \
|
esac; \
|
esac; \
|