No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / examples / hello-clisp / Makefile.am
blob35f4ca2eb25d5dc8273c6687fbdfa89c2905b57f
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 # Compilation of Common Lisp programs.
18 SUFFIXES = .lisp .fas
19 .lisp.fas:
20         clisp -norc -q -c $< -o $@
21 CLEANFILES = *.fas *.lib
23 # Making a Common Lisp program executable.
24 hello: hello.fas
25         (echo '#!@CLISP@'; cat $<) > $@
26         chmod a+x $@
27 CLEANFILES += hello
29 # Additional files to be distributed.
30 EXTRA_DIST = autogen.sh autoclean.sh