~ubuntu-branches/ubuntu/trusty/tangogps/trusty

« back to all changes in this revision

Viewing changes to po/Makefile.in.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-11-22 15:48:27 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20091122154827-ozkoksne364vm0et
Tags: 0.99.1+debian-1
* Merging upstream version 0.99.1+debian (Closes: #557513).
* Updating README.source.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
PACKAGE = @PACKAGE@
17
17
VERSION = @VERSION@
18
18
 
19
 
SHELL = /bin/sh
 
19
SHELL = @SHELL@
20
20
@SET_MAKE@
21
21
 
22
22
srcdir = @srcdir@
56
56
SOURCES = 
57
57
POFILES = @POFILES@
58
58
GMOFILES = @GMOFILES@
59
 
DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(GETTEXT_PACKAGE).pot \
 
59
DISTFILES = LINGUAS ChangeLog Makefile.in.in POTFILES.in $(GETTEXT_PACKAGE).pot \
60
60
$(POFILES) $(GMOFILES) $(SOURCES)
61
61
 
62
62
POTFILES = \
95
95
$(srcdir)/$(GETTEXT_PACKAGE).pot: $(POTFILES)
96
96
        $(XGETTEXT) --default-domain=$(GETTEXT_PACKAGE) --directory=$(top_srcdir) \
97
97
          --add-comments --keyword=_ --keyword=N_ \
 
98
          --keyword=C_:1c,2 \
 
99
          --keyword=NC_:1c,2 \
 
100
          --keyword=g_dngettext:2,3 \
 
101
          --flag=N_:1:pass-c-format \
 
102
          --flag=C_:2:pass-c-format \
 
103
          --flag=NC_:2:pass-c-format \
 
104
          --flag=g_dngettext:2:pass-c-format \
98
105
          --flag=g_strdup_printf:1:c-format \
99
106
          --flag=g_string_printf:2:c-format \
100
107
          --flag=g_string_append_printf:2:c-format \
263
270
 
264
271
Makefile: Makefile.in.in ../config.status POTFILES
265
272
        cd .. \
266
 
          && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \
267
 
               $(SHELL) ./config.status
 
273
          && $(SHELL) ./config.status $(subdir)/$@.in
268
274
 
269
275
# Tell versions [3.59,3.63) of GNU make not to export all variables.
270
276
# Otherwise a system limit (for SysV at least) may be exceeded.