~ubuntu-branches/ubuntu/breezy/gettext/breezy

« back to all changes in this revision

Viewing changes to gettext-tools/examples/hello-objc-gnome/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2004-03-14 17:40:02 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040314174002-p1ad5ldve1hqzhye
Tags: 0.14.1-2
* Added libexpat1-dev to Build-Depends, for glade support.
* Added libc0.1-dev to Build-Depends, for GNU/kFreeBSD.
* Removed special-casing of knetbsd-gnu in debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Example for use of GNU gettext.
 
2
# Copyright (C) 2003 Free Software Foundation, Inc.
 
3
# This file is in the public domain.
 
4
#
 
5
# Makefile configuration - processed by automake.
 
6
 
 
7
# General automake options.
 
8
AUTOMAKE_OPTIONS = foreign no-dependencies
 
9
ACLOCAL_AMFLAGS = -I m4
 
10
 
 
11
# The list of subdirectories containing Makefiles.
 
12
SUBDIRS = m4 po
 
13
 
 
14
# The list of programs that are built.
 
15
bin_PROGRAMS = hello
 
16
 
 
17
# The source files of the 'hello' program.
 
18
hello_SOURCES = hello.m
 
19
 
 
20
# Define a C macro LOCALEDIR indicating where catalogs will be installed.
 
21
localedir = $(datadir)/locale
 
22
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
 
23
 
 
24
# Make sure the gnome.h include file is found.
 
25
AM_CPPFLAGS = $(OBGNOME_INCLUDES) $(GNOME_INCLUDEDIR)
 
26
 
 
27
# Link time dependencies.
 
28
LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) -lobgnome -lobgtk -lobjc @LIBINTL@
 
29
 
 
30
# Additional files to be distributed.
 
31
EXTRA_DIST = autogen.sh autoclean.sh