diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-12-03 12:07:46 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-12-03 12:07:46 +0000 |
commit | 86fab6d87ab71745fb879828db94aad36ccb4e0c (patch) | |
tree | bbbf42f3f4b5912cd14bb950a219b23685a5e420 /Build/source/utils/xindy-new/xindy/make-rules | |
parent | e3c587eb81f9a6d1c68694ae040791c2bd69cd3e (diff) |
xindy-2.4-pre2 update
git-svn-id: svn://tug.org/texlive/trunk@16278 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy-new/xindy/make-rules')
51 files changed, 524 insertions, 15 deletions
diff --git a/Build/source/utils/xindy-new/xindy/make-rules/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/Makefile.in index 7a82dec2e3d..19d52a93f90 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -148,14 +150,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/Makefile.am b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/Makefile.am index f429aca5341..fdacb6fcf57 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/Makefile.am +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/Makefile.am @@ -892,14 +892,24 @@ DISTCLEANFILES += \ %-lang.xdy : %-test.xdy sed -n '1,10 p' <$< >$@ +# Running "$(PERL) -I$(srcdir) $< $*" creates %-test.xdy, %-doc.tex, %.raw, +# and %.xdy; %-test.xdy is finished first. We must not run this command +# several times simultaneously (for details see Automake manual 27.9). %-test.xdy : %.pl $(PERL) -I$(srcdir) $< $* -%-doc.tex : %.pl - $(PERL) -I$(srcdir) $< $* - -%.xdy : %.pl - $(PERL) -I$(srcdir) $< $* +%-doc.tex %.xdy : %-test.xdy + @if test -f $@; then :; else \ + trap 'rm -rf $*.lock $<' 1 2 13 15; \ + if mkdir $*.lock 2>/dev/null; then \ + rm -f $<; \ + $(MAKE) $(AM_MAKEFLAGS) $<; \ + result=$$?; rm -rf $*.lock; exit $$result; \ + else \ + while test -d $*.lock; do sleep 1; done; \ + test -f $<; \ + fi; \ + fi SUBDIRS = \ albanian \ @@ -1264,5 +1274,3 @@ EXTRA_DIST = $(SCRS) test.xdy rom-comma-kludge.sed CLEANFILES = $(ALPHABETS) $(DOC_CLEAN) -.NOTPARALLEL: - diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/Makefile.in index 50096251a61..e3cdc551876 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/Makefile.in @@ -31,6 +31,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -215,14 +217,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ @@ -2535,14 +2545,24 @@ romanian/cp1250.pl : romanian/utf8.pl %-lang.xdy : %-test.xdy sed -n '1,10 p' <$< >$@ +# Running "$(PERL) -I$(srcdir) $< $*" creates %-test.xdy, %-doc.tex, %.raw, +# and %.xdy; %-test.xdy is finished first. We must not run this command +# several times simultaneously (for details see Automake manual 27.9). %-test.xdy : %.pl $(PERL) -I$(srcdir) $< $* -%-doc.tex : %.pl - $(PERL) -I$(srcdir) $< $* - -%.xdy : %.pl - $(PERL) -I$(srcdir) $< $* +%-doc.tex %.xdy : %-test.xdy + @if test -f $@; then :; else \ + trap 'rm -rf $*.lock $<' 1 2 13 15; \ + if mkdir $*.lock 2>/dev/null; then \ + rm -f $<; \ + $(MAKE) $(AM_MAKEFLAGS) $<; \ + result=$$?; rm -rf $*.lock; exit $$result; \ + else \ + while test -d $*.lock; do sleep 1; done; \ + test -f $<; \ + fi; \ + fi alphabets-inc.tex : $(DOCS) $(RM) $@ @@ -2594,8 +2614,6 @@ alphabets-inc.tex : $(DOCS) @BUILDDOCS_TRUE@@BUILDRULES_TRUE@ pdflatex -interaction batchmode $(srcdir)/alphabets-doc.tex @BUILDDOCS_TRUE@@BUILDRULES_TRUE@ pdflatex -interaction batchmode $(srcdir)/alphabets-doc.tex -.NOTPARALLEL: - # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/albanian/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/albanian/Makefile.in index eb4b9d80fbf..3947a5e7946 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/albanian/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/albanian/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/albanian DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/belarusian/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/belarusian/Makefile.in index f0017521d6b..029e8ee4afc 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/belarusian/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/belarusian/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/belarusian DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/bulgarian/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/bulgarian/Makefile.in index 6b31b76f0f3..6da293e05ac 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/bulgarian/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/bulgarian/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/bulgarian DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/croatian/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/croatian/Makefile.in index 39f2efe6b5e..d6a1e417c35 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/croatian/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/croatian/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/croatian DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/czech/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/czech/Makefile.in index 9cc98abfd32..11f6c3583c3 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/czech/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/czech/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/czech DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/danish/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/danish/Makefile.in index a4ec339f5ac..be21d97f8df 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/danish/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/danish/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/danish DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/dutch/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/dutch/Makefile.in index 60e737d7fd3..c124a10f423 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/dutch/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/dutch/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/dutch DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/english/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/english/Makefile.in index 13320c42094..f23d0ea32e0 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/english/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/english/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/english DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/esperanto/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/esperanto/Makefile.in index 19067e02b4a..878b0871233 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/esperanto/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/esperanto/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/esperanto DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/estonian/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/estonian/Makefile.in index 59bb08ebe00..bff2fce5260 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/estonian/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/estonian/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/estonian DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/finnish/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/finnish/Makefile.in index 919f4bfec2d..a38fef4bf2c 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/finnish/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/finnish/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/finnish DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/french/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/french/Makefile.in index 2b8e6dd25e4..55a6b720c97 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/french/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/french/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/french DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/general/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/general/Makefile.in index 9f5bc061b04..8618fd75e4f 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/general/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/general/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/general DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/georgian/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/georgian/Makefile.in index 73aefcb6b79..b1a6c8fe882 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/georgian/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/georgian/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/georgian DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/german/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/german/Makefile.in index ae88b748bb9..387a56a5061 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/german/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/german/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/german DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/greek/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/greek/Makefile.in index 6b85dac5fb1..b30676459b4 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/greek/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/greek/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/greek DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/gypsy/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/gypsy/Makefile.in index dfe5b13b8d0..ebc37eee1f5 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/gypsy/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/gypsy/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/gypsy DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/hausa/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/hausa/Makefile.in index 6a67ebf966e..0508922f8a0 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/hausa/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/hausa/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/hausa DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/hebrew/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/hebrew/Makefile.in index 1b59957dcb2..34e57440f06 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/hebrew/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/hebrew/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/hebrew DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/hungarian/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/hungarian/Makefile.in index e229001d928..9ce9ef1b46a 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/hungarian/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/hungarian/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/hungarian DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/icelandic/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/icelandic/Makefile.in index 2d4bb726847..787d2ff5833 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/icelandic/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/icelandic/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/icelandic DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/italian/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/italian/Makefile.in index 7d5f80aa97b..0b388f31e4f 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/italian/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/italian/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/italian DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/klingon/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/klingon/Makefile.in index e08429d8e1a..089fc2056a6 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/klingon/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/klingon/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/klingon DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/kurdish/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/kurdish/Makefile.in index 86aafb92217..61501115296 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/kurdish/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/kurdish/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/kurdish DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/latin/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/latin/Makefile.in index f00fefd31ec..4d32b7e5a86 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/latin/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/latin/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/latin DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/latvian/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/latvian/Makefile.in index 43785c68d78..72b693f9c2c 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/latvian/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/latvian/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/latvian DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/lithuanian/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/lithuanian/Makefile.in index ec913884f4f..1c74e60f761 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/lithuanian/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/lithuanian/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/lithuanian DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/lower-sorbian/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/lower-sorbian/Makefile.in index 2fcf9838158..654560f45ab 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/lower-sorbian/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/lower-sorbian/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/lower-sorbian DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/macedonian/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/macedonian/Makefile.in index d66f81d16b8..299c9971ffb 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/macedonian/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/macedonian/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/macedonian DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/make-rules.pl b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/make-rules.pl index 0855e9af999..c0f2f9c5ed2 100755 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/make-rules.pl +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/make-rules.pl @@ -23,7 +23,10 @@ print TESTXDY " :rule-set (\"".$prefix."resolve-case\" \"".$prefix."ignore print TESTXDY "(use-rule-set :run 3\n"; print TESTXDY " :rule-set (\"".$prefix."resolve-special\"))\n"; close TESTXDY; -$fn = "test.xdy"; $fn = "$INC[0]/$fn" if ! -f $fn && -f "$INC[0]/$fn"; die "$fn: $!" if ! -f $fn; + +$fn = "test.xdy"; +! -f $fn && -f "$INC[0]/$fn" and $fn = "$INC[0]/$fn"; +-f $fn or die "$fn: $!"; system("cat $fn >> $ARGV[0]-test.xdy"); $begin = 128; diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/mongolian/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/mongolian/Makefile.in index 25c05f93c19..eaa0402435a 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/mongolian/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/mongolian/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/mongolian DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/norwegian/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/norwegian/Makefile.in index 40e1c771806..91bd9f5d8ba 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/norwegian/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/norwegian/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/norwegian DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/polish/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/polish/Makefile.in index 4ad53d83811..0aa14c5ff54 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/polish/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/polish/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/polish DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/portuguese/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/portuguese/Makefile.in index 57d3078222d..4d9d235723b 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/portuguese/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/portuguese/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/portuguese DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/romanian/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/romanian/Makefile.in index 1bc644b56e2..f19b4976d0e 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/romanian/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/romanian/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/romanian DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/russian/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/russian/Makefile.in index 3fecdebff88..cd98e93aa5d 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/russian/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/russian/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/russian DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/serbian/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/serbian/Makefile.in index fe6d6b7a0eb..40c5bfd4692 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/serbian/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/serbian/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/serbian DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/slovak/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/slovak/Makefile.in index 6052feb65ae..e5d72cf19d9 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/slovak/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/slovak/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/slovak DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/slovenian/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/slovenian/Makefile.in index ff54db0cf20..01ea9544683 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/slovenian/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/slovenian/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/slovenian DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/spanish/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/spanish/Makefile.in index 72840e28211..8e73f269234 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/spanish/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/spanish/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/spanish DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/swedish/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/swedish/Makefile.in index a2fec88e6da..9a9e709327a 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/swedish/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/swedish/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/swedish DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/test1/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/test1/Makefile.in index 6895fc29dce..b4dd0603d7d 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/test1/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/test1/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/test1 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/turkish/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/turkish/Makefile.in index fd6a9fd4ffb..5d934208592 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/turkish/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/turkish/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/turkish DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/ukrainian/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/ukrainian/Makefile.in index 82b0dcaa08f..3c583de5b96 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/ukrainian/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/ukrainian/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/ukrainian DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/upper-sorbian/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/upper-sorbian/Makefile.in index dddc11f60c1..7832b0a0bfc 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/upper-sorbian/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/upper-sorbian/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/upper-sorbian DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/vietnamese/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/vietnamese/Makefile.in index 62642e2433c..04336755dcd 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/alphabets/vietnamese/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/alphabets/vietnamese/Makefile.in @@ -30,6 +30,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/alphabets/vietnamese DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -108,14 +110,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/inputenc/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/inputenc/Makefile.in index cc9638d33d4..b73d23dfc7a 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/inputenc/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/inputenc/Makefile.in @@ -31,6 +31,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/inputenc DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -132,14 +134,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ diff --git a/Build/source/utils/xindy-new/xindy/make-rules/styles/Makefile.in b/Build/source/utils/xindy-new/xindy/make-rules/styles/Makefile.in index 7a50533d7f4..3c6cd2863de 100644 --- a/Build/source/utils/xindy-new/xindy/make-rules/styles/Makefile.in +++ b/Build/source/utils/xindy-new/xindy/make-rules/styles/Makefile.in @@ -31,6 +31,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ subdir = xindy/make-rules/styles DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -132,14 +134,22 @@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ +build = @build@ build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +host = @host@ host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ |