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 315... |
Line 315... |
# 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 340... |
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; \
|