Imported Upstream version 0.18.1.1
[platform/upstream/gettext.git] / gettext-tools / examples / hello-smalltalk / Makefile.am
1 # Example for use of GNU gettext.
2 # This file is in the public domain.
3 #
4 # Makefile configuration - processed by automake.
5
6 # General automake options.
7 AUTOMAKE_OPTIONS = foreign
8 ACLOCAL_AMFLAGS = -I m4
9
10 # The list of subdirectories containing Makefiles.
11 SUBDIRS = m4 po
12
13 # The list of programs that are built.
14 bin_SCRIPTS = hello
15 all-local: hello
16 CLEANFILES = hello
17
18 # The Smalltalk program is installed as data and invoked through a shell script.
19 pkgdata_DATA = hello.st
20 hello:
21         { echo '#!/bin/sh'; \
22           echo "exec '@GST@' -Q '$(pkgdatadir)/hello.st' \"\$$@\""; \
23         } > $@
24
25 # Additional files to be distributed.
26 EXTRA_DIST = autogen.sh autoclean.sh