No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / examples / hello-python / Makefile.am
blob76f8e1fbc8f038cc1436a60d40359aeaba4b2181
1 # Example for use of GNU gettext.
2 # Copyright (C) 2003 Free Software Foundation, Inc.
3 # This file is in the public domain.
5 # Makefile configuration - processed by automake.
7 # General automake options.
8 AUTOMAKE_OPTIONS = foreign
9 ACLOCAL_AMFLAGS = -I m4
11 # The list of subdirectories containing Makefiles.
12 SUBDIRS = m4 po
14 # The list of programs that are built.
15 bin_SCRIPTS = hello
17 # Making a Python program executable.
18 # FIXME: How to make a compiled python program (output of automake's
19 # py-compile command) executable?
20 hello: hello.py
21         (echo '#!@PYTHON@'; cat $<) > $@
22         chmod a+x $@
23 CLEANFILES = hello
24 #CLEANFILES += *.pyc *.pyo
26 # Additional files to be distributed.
27 EXTRA_DIST = autogen.sh autoclean.sh