Makefile.in (ragel-6.9) | : | Makefile.in (ragel-6.10) | ||
---|---|---|---|---|
# Makefile.in generated by automake 1.14.1 from Makefile.am. | # Makefile.in generated by automake 1.15 from Makefile.am. | |||
# @configure_input@ | # @configure_input@ | |||
# Copyright (C) 1994-2013 Free Software Foundation, Inc. | # Copyright (C) 1994-2014 Free Software 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. | |||
skipping to change at line 38 | skipping to change at line 38 | |||
# Ragel is distributed in the hope that it will be useful, | # Ragel is distributed in the hope that it will be useful, | |||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
# GNU General Public License for more details. | # GNU General Public License for more details. | |||
# | # | |||
# You should have received a copy of the GNU General Public License | # You should have received a copy of the GNU General Public License | |||
# along with Ragel; if not, write to the Free Software | # along with Ragel; if not, write to the Free Software | |||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |||
VPATH = @srcdir@ | VPATH = @srcdir@ | |||
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | am__is_gnu_make = { \ | |||
if test -z '$(MAKELEVEL)'; then \ | ||||
false; \ | ||||
elif test -n '$(MAKE_HOST)'; then \ | ||||
true; \ | ||||
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ | ||||
true; \ | ||||
else \ | ||||
false; \ | ||||
fi; \ | ||||
} | ||||
am__make_running_with_option = \ | am__make_running_with_option = \ | |||
case $${target_option-} in \ | case $${target_option-} in \ | |||
?) ;; \ | ?) ;; \ | |||
*) echo "am__make_running_with_option: internal error: invalid" \ | *) echo "am__make_running_with_option: internal error: invalid" \ | |||
"target option '$${target_option-}' specified" >&2; \ | "target option '$${target_option-}' specified" >&2; \ | |||
exit 1;; \ | exit 1;; \ | |||
esac; \ | esac; \ | |||
has_opt=no; \ | has_opt=no; \ | |||
sane_makeflags=$$MAKEFLAGS; \ | sane_makeflags=$$MAKEFLAGS; \ | |||
if $(am__is_gnu_make); then \ | if $(am__is_gnu_make); then \ | |||
skipping to change at line 100 | skipping to change at line 110 | |||
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) | |||
NORMAL_INSTALL = : | NORMAL_INSTALL = : | |||
PRE_INSTALL = : | PRE_INSTALL = : | |||
POST_INSTALL = : | POST_INSTALL = : | |||
NORMAL_UNINSTALL = : | NORMAL_UNINSTALL = : | |||
PRE_UNINSTALL = : | PRE_UNINSTALL = : | |||
POST_UNINSTALL = : | POST_UNINSTALL = : | |||
subdir = doc | subdir = doc | |||
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ | ||||
$(srcdir)/ragel.1.in $(am__dist_doc_DATA_DIST) | ||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |||
am__aclocal_m4_deps = $(top_srcdir)/configure.in | am__aclocal_m4_deps = $(top_srcdir)/configure.ac | |||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |||
$(ACLOCAL_M4) | $(ACLOCAL_M4) | |||
DIST_COMMON = $(srcdir)/Makefile.am $(am__dist_doc_DATA_DIST) \ | ||||
$(am__DIST_COMMON) | ||||
mkinstalldirs = $(install_sh) -d | mkinstalldirs = $(install_sh) -d | |||
CONFIG_HEADER = $(top_builddir)/ragel/config.h | CONFIG_HEADER = $(top_builddir)/ragel/config.h | |||
CONFIG_CLEAN_FILES = ragel.1 | CONFIG_CLEAN_FILES = ragel.1 | |||
CONFIG_CLEAN_VPATH_FILES = | CONFIG_CLEAN_VPATH_FILES = | |||
AM_V_P = $(am__v_P_@AM_V@) | AM_V_P = $(am__v_P_@AM_V@) | |||
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | |||
am__v_P_0 = false | am__v_P_0 = false | |||
am__v_P_1 = : | am__v_P_1 = : | |||
AM_V_GEN = $(am__v_GEN_@AM_V@) | AM_V_GEN = $(am__v_GEN_@AM_V@) | |||
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | |||
skipping to change at line 163 | skipping to change at line 173 | |||
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \ | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ | |||
$(am__cd) "$$dir" && rm -f $$files; }; \ | $(am__cd) "$$dir" && rm -f $$files; }; \ | |||
} | } | |||
man1dir = $(mandir)/man1 | man1dir = $(mandir)/man1 | |||
am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(docdir)" | am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(docdir)" | |||
NROFF = nroff | NROFF = nroff | |||
MANS = $(man_MANS) | MANS = $(man_MANS) | |||
am__dist_doc_DATA_DIST = ragel-guide.pdf | am__dist_doc_DATA_DIST = ragel-guide.pdf | |||
DATA = $(dist_doc_DATA) | DATA = $(dist_doc_DATA) | |||
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | |||
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/ragel.1.in | ||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |||
ACLOCAL = @ACLOCAL@ | ACLOCAL = @ACLOCAL@ | |||
AMTAR = @AMTAR@ | AMTAR = @AMTAR@ | |||
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | |||
AR = @AR@ | AR = @AR@ | |||
AUTOCONF = @AUTOCONF@ | AUTOCONF = @AUTOCONF@ | |||
AUTOHEADER = @AUTOHEADER@ | AUTOHEADER = @AUTOHEADER@ | |||
AUTOMAKE = @AUTOMAKE@ | AUTOMAKE = @AUTOMAKE@ | |||
AWK = @AWK@ | AWK = @AWK@ | |||
CC = @CC@ | CC = @CC@ | |||
skipping to change at line 258 | skipping to change at line 269 | |||
libexecdir = @libexecdir@ | libexecdir = @libexecdir@ | |||
localedir = @localedir@ | localedir = @localedir@ | |||
localstatedir = @localstatedir@ | localstatedir = @localstatedir@ | |||
mandir = @mandir@ | mandir = @mandir@ | |||
mkdir_p = @mkdir_p@ | mkdir_p = @mkdir_p@ | |||
oldincludedir = @oldincludedir@ | oldincludedir = @oldincludedir@ | |||
pdfdir = @pdfdir@ | pdfdir = @pdfdir@ | |||
prefix = @prefix@ | prefix = @prefix@ | |||
program_transform_name = @program_transform_name@ | program_transform_name = @program_transform_name@ | |||
psdir = @psdir@ | psdir = @psdir@ | |||
runstatedir = @runstatedir@ | ||||
sbindir = @sbindir@ | sbindir = @sbindir@ | |||
sharedstatedir = @sharedstatedir@ | sharedstatedir = @sharedstatedir@ | |||
srcdir = @srcdir@ | srcdir = @srcdir@ | |||
sysconfdir = @sysconfdir@ | sysconfdir = @sysconfdir@ | |||
target_alias = @target_alias@ | target_alias = @target_alias@ | |||
top_build_prefix = @top_build_prefix@ | top_build_prefix = @top_build_prefix@ | |||
top_builddir = @top_builddir@ | top_builddir = @top_builddir@ | |||
top_srcdir = @top_srcdir@ | top_srcdir = @top_srcdir@ | |||
man_MANS = ragel.1 | man_MANS = ragel.1 | |||
EXTRA_DIST = ragel-guide.tex \ | EXTRA_DIST = ragel-guide.tex \ | |||
skipping to change at line 294 | skipping to change at line 306 | |||
case '$(am__configure_deps)' in \ | case '$(am__configure_deps)' in \ | |||
*$$dep*) \ | *$$dep*) \ | |||
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | |||
&& { if test -f $@; then exit 0; else break; fi; }; \ | && { if test -f $@; then exit 0; else break; fi; }; \ | |||
exit 1;; \ | exit 1;; \ | |||
esac; \ | esac; \ | |||
done; \ | done; \ | |||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \ | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \ | |||
$(am__cd) $(top_srcdir) && \ | $(am__cd) $(top_srcdir) && \ | |||
$(AUTOMAKE) --foreign doc/Makefile | $(AUTOMAKE) --foreign doc/Makefile | |||
.PRECIOUS: Makefile | ||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |||
@case '$?' in \ | @case '$?' in \ | |||
*config.status*) \ | *config.status*) \ | |||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |||
*) \ | *) \ | |||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $( am__depfiles_maybe)'; \ | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $( am__depfiles_maybe)'; \ | |||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__dep files_maybe);; \ | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__dep files_maybe);; \ | |||
esac; | esac; | |||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES) | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES) | |||
skipping to change at line 534 | skipping to change at line 545 | |||
install-data-am install-dist_docDATA install-dvi \ | install-data-am install-dist_docDATA install-dvi \ | |||
install-dvi-am install-exec install-exec-am install-html \ | install-dvi-am install-exec install-exec-am install-html \ | |||
install-html-am install-info install-info-am install-man \ | install-html-am install-info install-info-am install-man \ | |||
install-man1 install-pdf install-pdf-am install-ps \ | install-man1 install-pdf install-pdf-am install-ps \ | |||
install-ps-am install-strip installcheck installcheck-am \ | install-ps-am install-strip installcheck installcheck-am \ | |||
installdirs maintainer-clean maintainer-clean-generic \ | installdirs maintainer-clean maintainer-clean-generic \ | |||
mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags-am \ | mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags-am \ | |||
uninstall uninstall-am uninstall-dist_docDATA uninstall-man \ | uninstall uninstall-am uninstall-dist_docDATA uninstall-man \ | |||
uninstall-man1 | uninstall-man1 | |||
.PRECIOUS: Makefile | ||||
@BUILD_MANUAL_TRUE@.fig.pdf: | @BUILD_MANUAL_TRUE@.fig.pdf: | |||
@BUILD_MANUAL_TRUE@ fig2dev -L pdf $< $@ | @BUILD_MANUAL_TRUE@ fig2dev -L pdf $< $@ | |||
@BUILD_MANUAL_TRUE@.tex.pdf: | @BUILD_MANUAL_TRUE@.tex.pdf: | |||
@BUILD_MANUAL_TRUE@ pdflatex -interaction=nonstopmode $< >/dev/null | @BUILD_MANUAL_TRUE@ pdflatex -interaction=nonstopmode $< >/dev/null | |||
@BUILD_MANUAL_TRUE@ pdflatex -interaction=nonstopmode $< >/dev/null | @BUILD_MANUAL_TRUE@ pdflatex -interaction=nonstopmode $< >/dev/null | |||
@BUILD_MANUAL_TRUE@ pdflatex -interaction=nonstopmode $< >/dev/null | @BUILD_MANUAL_TRUE@ pdflatex -interaction=nonstopmode $< >/dev/null | |||
@BUILD_MANUAL_TRUE@version.tex: Makefile | @BUILD_MANUAL_TRUE@version.tex: Makefile | |||
@BUILD_MANUAL_TRUE@ echo '|def|version{$(PACKAGE_VERSION)}' | tr '|' '\\' > v ersion.tex | @BUILD_MANUAL_TRUE@ echo '|def|version{$(PACKAGE_VERSION)}' | tr '|' '\\' > v ersion.tex | |||
End of changes. 10 change blocks. | ||||
7 lines changed or deleted | 20 lines changed or added |