Install gettext-0.18.1.1.tar.gz
[msysgit.git] / mingw / share / doc / gettext / examples / hello-python / Makefile.am
blob009e9f3f9e3378ec65efebd9b66edd45797f59b0
1 # Example for use of GNU gettext.
2 # This file is in the public domain.
4 # Makefile configuration - processed by automake.
6 # General automake options.
7 AUTOMAKE_OPTIONS = foreign
8 ACLOCAL_AMFLAGS = -I m4
10 # The list of subdirectories containing Makefiles.
11 SUBDIRS = m4 po
13 # The list of programs that are built.
14 bin_SCRIPTS = hello
16 # Making a Python program executable.
17 # FIXME: How to make a compiled python program (output of automake's
18 # py-compile command) executable?
19 hello: hello.py
20         (echo '#!@PYTHON@'; cat $<) > $@
21         chmod a+x $@
22 CLEANFILES = hello
23 #CLEANFILES += *.pyc *.pyo
25 # Additional files to be distributed.
26 EXTRA_DIST = autogen.sh autoclean.sh