No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / examples / hello-c++-qt / Makefile.am
blob5cdeceb44d113a5cc196541c215455cfd60bdf1f
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.
12 SUBDIRS = m4 po
14 # The list of programs that are built.
15 bin_PROGRAMS = hello
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
21 # installed.
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.
29 LDADD = $(QT_LDFLAGS)
30 LIBS += $(QT_LIBS)
32 # Additional files to be distributed.
33 EXTRA_DIST = autogen.sh autoclean.sh