Install gettext-0.18.1.1.tar.gz
[msysgit.git] / mingw / share / doc / gettext / examples / hello-c++-qt / Makefile.am
blob44b29ffc2bc248b5a55903821a3a9c45c17b9a0a
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.cc
19 # Define C macros LOCALEDIR and PKGLOCALEDIR indicating where catalogs will be
20 # installed.
21 pkglocaledir = $(pkgdatadir)/locale
22 DEFS = -DLOCALEDIR=\"$(localedir)\" -DPKGLOCALEDIR=\"$(pkglocaledir)\" @DEFS@
24 CXXFLAGS += $(QT_CXXFLAGS) $(PTHREAD_CFLAGS)
26 # Link time dependencies.
27 LDADD = $(QT_LDFLAGS)
28 LIBS += $(QT_LIBS)
30 # Additional files to be distributed.
31 EXTRA_DIST = autogen.sh autoclean.sh