No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / examples / hello-c++-gnome / Makefile.am
blob28485dab7adcfaa6a255696c4ecebefcaabefeb6
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 a C macro LOCALEDIR indicating where catalogs will be installed.
21 localedir = $(datadir)/locale
22 DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
24 # Make sure the gnome.h include file is found.
25 AM_CPPFLAGS = $(GTKMM_CFLAGS) $(GNOME_INCLUDEDIR)
27 # Link time dependencies.
28 LDADD = $(GTKMM_LIBS) $(GNOME_LIBDIR) $(GNOMEUI_LIBS) @LIBINTL@
30 # Additional files to be distributed.
31 EXTRA_DIST = autogen.sh autoclean.sh