Makefile.in | Makefile.in | |||
---|---|---|---|---|
# Makefile.in generated by automake 1.11.1 from Makefile.am. | # Makefile.in generated by automake 1.11.6 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, 2010, 2011 Free Software | |||
# 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 62 | skipping to change at line 79 | |||
CONFIG_CLEAN_VPATH_FILES = | CONFIG_CLEAN_VPATH_FILES = | |||
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 \ | |||
install-html-recursive install-info-recursive \ | install-html-recursive install-info-recursive \ | |||
install-pdf-recursive install-ps-recursive install-recursive \ | install-pdf-recursive install-ps-recursive install-recursive \ | |||
installcheck-recursive installdirs-recursive pdf-recursive \ | installcheck-recursive installdirs-recursive pdf-recursive \ | |||
ps-recursive uninstall-recursive | ps-recursive uninstall-recursive | |||
am__can_run_installinfo = \ | ||||
case $$AM_UPDATE_INFO_DIR in \ | ||||
n|no|NO) false;; \ | ||||
*) (install-info --version) >/dev/null 2>&1;; \ | ||||
esac | ||||
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | |||
distclean-recursive maintainer-clean-recursive | distclean-recursive maintainer-clean-recursive | |||
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ | AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ | |||
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ | $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ | |||
distdir | distdir | |||
ETAGS = etags | ETAGS = etags | |||
CTAGS = ctags | CTAGS = ctags | |||
DIST_SUBDIRS = $(SUBDIRS) | DIST_SUBDIRS = $(SUBDIRS) | |||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |||
am__relativize = \ | am__relativize = \ | |||
skipping to change at line 120 | skipping to change at line 142 | |||
DEPDIR = @DEPDIR@ | DEPDIR = @DEPDIR@ | |||
DLLTOOL = @DLLTOOL@ | DLLTOOL = @DLLTOOL@ | |||
DSYMUTIL = @DSYMUTIL@ | DSYMUTIL = @DSYMUTIL@ | |||
DUMPBIN = @DUMPBIN@ | DUMPBIN = @DUMPBIN@ | |||
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@ | |||
EXEEXT = @EXEEXT@ | EXEEXT = @EXEEXT@ | |||
FGREP = @FGREP@ | FGREP = @FGREP@ | |||
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ | ||||
GMSGFMT = @GMSGFMT@ | GMSGFMT = @GMSGFMT@ | |||
GMSGFMT_015 = @GMSGFMT_015@ | GMSGFMT_015 = @GMSGFMT_015@ | |||
GREP = @GREP@ | GREP = @GREP@ | |||
INSTALL = @INSTALL@ | INSTALL = @INSTALL@ | |||
INSTALL_DATA = @INSTALL_DATA@ | INSTALL_DATA = @INSTALL_DATA@ | |||
INSTALL_PROGRAM = @INSTALL_PROGRAM@ | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |||
INSTALL_SCRIPT = @INSTALL_SCRIPT@ | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |||
INTLLIBS = @INTLLIBS@ | INTLLIBS = @INTLLIBS@ | |||
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ | INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ | |||
skipping to change at line 182 | skipping to change at line 203 | |||
SCONFIGDIR = @SCONFIGDIR@ | SCONFIGDIR = @SCONFIGDIR@ | |||
SECUREDIR = @SECUREDIR@ | SECUREDIR = @SECUREDIR@ | |||
SED = @SED@ | SED = @SED@ | |||
SET_MAKE = @SET_MAKE@ | SET_MAKE = @SET_MAKE@ | |||
SHELL = @SHELL@ | SHELL = @SHELL@ | |||
STRIP = @STRIP@ | STRIP = @STRIP@ | |||
USE_NLS = @USE_NLS@ | USE_NLS = @USE_NLS@ | |||
VERSION = @VERSION@ | VERSION = @VERSION@ | |||
XGETTEXT = @XGETTEXT@ | XGETTEXT = @XGETTEXT@ | |||
XGETTEXT_015 = @XGETTEXT_015@ | XGETTEXT_015 = @XGETTEXT_015@ | |||
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ | ||||
abs_builddir = @abs_builddir@ | abs_builddir = @abs_builddir@ | |||
abs_srcdir = @abs_srcdir@ | abs_srcdir = @abs_srcdir@ | |||
abs_top_builddir = @abs_top_builddir@ | abs_top_builddir = @abs_top_builddir@ | |||
abs_top_srcdir = @abs_top_srcdir@ | abs_top_srcdir = @abs_top_srcdir@ | |||
ac_ct_AR = @ac_ct_AR@ | ac_ct_AR = @ac_ct_AR@ | |||
ac_ct_CC = @ac_ct_CC@ | ac_ct_CC = @ac_ct_CC@ | |||
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | |||
am__include = @am__include@ | am__include = @am__include@ | |||
am__leading_dot = @am__leading_dot@ | am__leading_dot = @am__leading_dot@ | |||
am__quote = @am__quote@ | am__quote = @am__quote@ | |||
skipping to change at line 443 | skipping to change at line 463 | |||
fi; \ | fi; \ | |||
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |||
else \ | else \ | |||
test -f "$(distdir)/$$file" \ | test -f "$(distdir)/$$file" \ | |||
|| cp -p $$d/$$file "$(distdir)/$$file" \ | || cp -p $$d/$$file "$(distdir)/$$file" \ | |||
|| exit 1; \ | || exit 1; \ | |||
fi; \ | fi; \ | |||
done | done | |||
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |||
if test "$$subdir" = .; then :; else \ | if test "$$subdir" = .; then :; else \ | |||
test -d "$(distdir)/$$subdir" \ | $(am__make_dryrun) \ | |||
|| $(MKDIR_P) "$(distdir)/$$subdir" \ | || test -d "$(distdir)/$$subdir" \ | |||
|| exit 1; \ | || $(MKDIR_P) "$(distdir)/$$subdir" \ | |||
fi; \ | || exit 1; \ | |||
done | ||||
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | ||||
if test "$$subdir" = .; then :; else \ | ||||
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ | |||
$(am__relativize); \ | $(am__relativize); \ | |||
new_distdir=$$reldir; \ | new_distdir=$$reldir; \ | |||
dir1=$$subdir; dir2="$(top_distdir)"; \ | dir1=$$subdir; dir2="$(top_distdir)"; \ | |||
$(am__relativize); \ | $(am__relativize); \ | |||
new_top_distdir=$$reldir; \ | new_top_distdir=$$reldir; \ | |||
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$ne w_top_distdir" distdir="$$new_distdir" \\"; \ | echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$ne w_top_distdir" distdir="$$new_distdir" \\"; \ | |||
echo " am__remove_distdir=: am__skip_length_check=: am__skip _mode_fix=: distdir)"; \ | echo " am__remove_distdir=: am__skip_length_check=: am__skip _mode_fix=: distdir)"; \ | |||
($(am__cd) $$subdir && \ | ($(am__cd) $$subdir && \ | |||
$(MAKE) $(AM_MAKEFLAGS) \ | $(MAKE) $(AM_MAKEFLAGS) \ | |||
skipping to change at line 484 | skipping to change at line 501 | |||
install: install-recursive | install: install-recursive | |||
install-exec: install-exec-recursive | install-exec: install-exec-recursive | |||
install-data: install-data-recursive | install-data: install-data-recursive | |||
uninstall: uninstall-recursive | uninstall: uninstall-recursive | |||
install-am: all-am | install-am: all-am | |||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |||
installcheck: installcheck-recursive | installcheck: installcheck-recursive | |||
install-strip: | install-strip: | |||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | if test -z '$(STRIP)'; then \ | |||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=- | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" | |||
s \ | \ | |||
`test -z '$(STRIP)' || \ | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG | |||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | =-s \ | |||
install; \ | ||||
else \ | ||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" | ||||
\ | ||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG | ||||
=-s \ | ||||
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | ||||
fi | ||||
mostlyclean-generic: | mostlyclean-generic: | |||
clean-generic: | clean-generic: | |||
distclean-generic: | distclean-generic: | |||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |||
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |||
maintainer-clean-generic: | maintainer-clean-generic: | |||
@echo "This command is intended for maintainers to use" | @echo "This command is intended for maintainers to use" | |||
End of changes. 8 change blocks. | ||||
17 lines changed or deleted | 42 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/ |