]> git.ipfire.org Git - thirdparty/gettext.git/commit
examples: Fix 'make' failures in VPATH builds.
authorBruno Haible <bruno@clisp.org>
Wed, 17 Oct 2018 12:55:58 +0000 (14:55 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 18 Oct 2018 19:16:18 +0000 (21:16 +0200)
commit36b6d1cd8afade3dd5fc3695dfe4636c7863fae5
tree062df094ec5f04c48445b02560b5a4c6db728977
parenta3cc2d7e88ef795012e0d4231c2d34d6a1697468
examples: Fix 'make' failures in VPATH builds.

* gettext-tools/examples/hello-java*/Makefile.am (hello_RESOURCES,
MAINTAINERCLEANFILES): Remove variables.
(hello.jar): Use two jar commands, to combine .class files from the build dir
with .properties files from the source dir.
* gettext-tools/examples/hello-java*/po/Makefile.am (update-properties,
update-classes): Reference the .pot file in the source dir, not in the build
dir.
(echo-catalogs): Include the fallback catalog.
* gettext-tools/examples/hello-pascal/Makefile.am (hello_SOURCES): Add $(srcdir)
prefix.
(hello$(EXEEXT)): Use -o option to specify where the object file and the
executable file shall be created.
gettext-tools/examples/hello-java-awt/Makefile.am
gettext-tools/examples/hello-java-awt/po/Makefile.am
gettext-tools/examples/hello-java-qtjambi/Makefile.am
gettext-tools/examples/hello-java-qtjambi/po/Makefile.am
gettext-tools/examples/hello-java-swing/Makefile.am
gettext-tools/examples/hello-java-swing/po/Makefile.am
gettext-tools/examples/hello-java/Makefile.am
gettext-tools/examples/hello-java/po/Makefile.am
gettext-tools/examples/hello-pascal/Makefile.am