Install gettext-0.18.1.1.tar.gz
[msysgit.git] / mingw / share / doc / gettext / examples / hello-c / Makefile.am
blob2afd4562a257a18b290d7da8092938112b6e0969
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 no-dependencies
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_PROGRAMS = hello
16 # The source files of the 'hello' program.
17 hello_SOURCES = hello.c gettext.h
19 # Define a C macro LOCALEDIR indicating where catalogs will be installed.
20 DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
22 # Make sure the gettext.h include file is found.
23 AM_CPPFLAGS = -I. -I$(srcdir)
25 # Link time dependencies.
26 LDADD = @LIBINTL@
28 # Additional files to be distributed.
29 EXTRA_DIST = autogen.sh autoclean.sh