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 no-dependencies
9 ACLOCAL_AMFLAGS = -I m4
11 # The list of subdirectories containing Makefiles.
14 # The list of programs that are built.
17 # The source files of the 'hello' program.
18 hello_SOURCES = hello.cc
20 # Define C macros LOCALEDIR and PKGLOCALEDIR indicating where catalogs will be
22 localedir = $(datadir)/locale
23 pkglocaledir = $(pkgdatadir)/locale
24 DEFS = -DLOCALEDIR=\"$(localedir)\" -DPKGLOCALEDIR=\"$(pkglocaledir)\" @DEFS@
26 CXXFLAGS += $(QT_CXXFLAGS) $(PTHREAD_CFLAGS)
28 # Link time dependencies.
32 # Additional files to be distributed.
33 EXTRA_DIST = autogen.sh autoclean.sh