Makefile.in | Makefile.in | |||
---|---|---|---|---|
# Makefile.in generated by automake 1.11.3 from Makefile.am. | # Makefile.in generated by automake 1.11.4 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, 2010, 2011 Free Software | # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software | |||
# Foundation, Inc. | # 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__make_dryrun = \ | ||||
{ \ | ||||
am__dry=no; \ | ||||
case $$MAKEFLAGS in \ | ||||
*\\[\ \ ]*) \ | ||||
echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ | ||||
| grep '^AM OK$$' >/dev/null || am__dry=yes;; \ | ||||
*) \ | ||||
for am__flg in $$MAKEFLAGS; do \ | ||||
case $$am__flg in \ | ||||
*=*|--*) ;; \ | ||||
*n*) am__dry=yes; break;; \ | ||||
esac; \ | ||||
done;; \ | ||||
esac; \ | ||||
test $$am__dry = yes; \ | ||||
} | ||||
pkgdatadir = $(datadir)/@PACKAGE@ | pkgdatadir = $(datadir)/@PACKAGE@ | |||
pkgincludedir = $(includedir)/@PACKAGE@ | pkgincludedir = $(includedir)/@PACKAGE@ | |||
pkglibdir = $(libdir)/@PACKAGE@ | pkglibdir = $(libdir)/@PACKAGE@ | |||
pkglibexecdir = $(libexecdir)/@PACKAGE@ | pkglibexecdir = $(libexecdir)/@PACKAGE@ | |||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |||
install_sh_DATA = $(install_sh) -c -m 644 | install_sh_DATA = $(install_sh) -c -m 644 | |||
install_sh_PROGRAM = $(install_sh) -c | install_sh_PROGRAM = $(install_sh) -c | |||
install_sh_SCRIPT = $(install_sh) -c | install_sh_SCRIPT = $(install_sh) -c | |||
INSTALL_HEADER = $(INSTALL_DATA) | INSTALL_HEADER = $(INSTALL_DATA) | |||
transform = $(program_transform_name) | transform = $(program_transform_name) | |||
skipping to change at line 76 | skipping to change at line 93 | |||
CCLD = $(CC) | CCLD = $(CC) | |||
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ | LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ | |||
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ | --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ | |||
$(LDFLAGS) -o $@ | $(LDFLAGS) -o $@ | |||
YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS) | YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS) | |||
LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ | LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ | |||
--mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS) | --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS) | |||
YLWRAP = $(top_srcdir)/config/ylwrap | YLWRAP = $(top_srcdir)/config/ylwrap | |||
SOURCES = $(libsyck_la_SOURCES) | SOURCES = $(libsyck_la_SOURCES) | |||
DIST_SOURCES = $(libsyck_la_SOURCES) | DIST_SOURCES = $(libsyck_la_SOURCES) | |||
am__can_run_installinfo = \ | ||||
case $$AM_UPDATE_INFO_DIR in \ | ||||
n|no|NO) false;; \ | ||||
*) (install-info --version) >/dev/null 2>&1;; \ | ||||
esac | ||||
HEADERS = $(noinst_HEADERS) | HEADERS = $(noinst_HEADERS) | |||
ETAGS = etags | ETAGS = etags | |||
CTAGS = ctags | CTAGS = ctags | |||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |||
ACLOCAL = @ACLOCAL@ | ACLOCAL = @ACLOCAL@ | |||
AMTAR = @AMTAR@ | AMTAR = @AMTAR@ | |||
AR = @AR@ | AR = @AR@ | |||
AUTOCONF = @AUTOCONF@ | AUTOCONF = @AUTOCONF@ | |||
AUTOHEADER = @AUTOHEADER@ | AUTOHEADER = @AUTOHEADER@ | |||
AUTOMAKE = @AUTOMAKE@ | AUTOMAKE = @AUTOMAKE@ | |||
End of changes. 3 change blocks. | ||||
1 lines changed or deleted | 23 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |