Install gettext-0.18.1.1.tar.gz
[msysgit.git] / mingw / share / doc / gettext / examples / hello-c++-gnome / Makefile.am
blob7eb62b4ba0a6f10337a190d6b1935ccc8c2e0e68
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 a C macro LOCALEDIR indicating where catalogs will be installed.
20 DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
22 # Make sure the gnome.h include file is found.
23 AM_CPPFLAGS = $(GTKMM_CFLAGS) $(GNOME_INCLUDEDIR)
25 # Link time dependencies.
26 LDADD = $(GTKMM_LIBS) $(GNOME_LIBDIR) $(GNOMEUI_LIBS) @LIBINTL@
28 # Additional files to be distributed.
29 EXTRA_DIST = autogen.sh autoclean.sh