Imported Upstream version 0.18.1.1
[platform/upstream/gettext.git] / gettext-tools / examples / hello-objc / Makefile.am
1 # Example for use of GNU gettext.
2 # This file is in the public domain.
3 #
4 # Makefile configuration - processed by automake.
5
6 # General automake options.
7 AUTOMAKE_OPTIONS = foreign no-dependencies
8 ACLOCAL_AMFLAGS = -I m4
9
10 # The list of subdirectories containing Makefiles.
11 SUBDIRS = m4 po
12
13 # The list of programs that are built.
14 bin_PROGRAMS = hello
15
16 # The source files of the 'hello' program.
17 hello_SOURCES = hello.m gettext.h
18
19 # Define a C macro LOCALEDIR indicating where catalogs will be installed.
20 DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
21
22 # Make sure the gettext.h include file is found.
23 AM_CPPFLAGS = -I. -I$(srcdir)
24
25 # Link time dependencies.
26 LDADD = @LIBINTL@
27
28 # Additional files to be distributed.
29 EXTRA_DIST = autogen.sh autoclean.sh