Line 1... |
Line 1... |
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
# Makefile.in generated by automake 1.11 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 177... |
Line 177... |
PACKAGE = @PACKAGE@
|
PACKAGE = @PACKAGE@
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
PACKAGE_NAME = @PACKAGE_NAME@
|
PACKAGE_NAME = @PACKAGE_NAME@
|
PACKAGE_STRING = @PACKAGE_STRING@
|
PACKAGE_STRING = @PACKAGE_STRING@
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|
PACKAGE_URL = @PACKAGE_URL@
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
POW_LIB = @POW_LIB@
|
POW_LIB = @POW_LIB@
|
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
RUNTESTDEFAULTFLAGS = @RUNTESTDEFAULTFLAGS@
|
RUNTESTDEFAULTFLAGS = @RUNTESTDEFAULTFLAGS@
|
Line 298... |
Line 299... |
# 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):
|
@fail= failcom='exit 1'; \
|
@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 323... |
Line 324... |
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):
|
@fail= failcom='exit 1'; \
|
@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; \
|