Install gettext-0.18.1.1.tar.gz
[msysgit.git] / mingw / share / doc / gettext / examples / hello-librep / Makefile.am
blob86f070868583ba24f610c8c58177e624b146c134
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 # Compilation of librep programs.
17 SUFFIXES = .jl .jlc
18 .jl.jlc:
19         rep --batch --no-rc -l compiler -f compile-batch $<
20 CLEANFILES = *.jlc
22 # Making a librep program executable.
23 hello: hello.jlc
24         (echo '#!@REP@'; echo '!#'; cat $<) > $@
25         chmod a+x $@
26 CLEANFILES += hello
28 # Additional files to be distributed.
29 EXTRA_DIST = autogen.sh autoclean.sh