~ubuntu-branches/ubuntu/natty/awn-extras-applets/natty

« back to all changes in this revision

Viewing changes to src/comics/locale/sv_SE/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2009-06-27 14:06:25 UTC
  • mfrom: (2.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090627140625-fc6y6plimfre8vs7
Tags: 0.3.2.2-2
* debian/control:
 - Depends on python-awnlib (>= 0.3.2.2) and python-awn-extras (>= 0.3.2.2),
   first version build with python-support, to avoid breakage on partial
   upgrade.
   Closes: #534665, #534666
 - Bump Standards-Version to 3.8.2 (no change needed).
 - Fix comma in depends field.  

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
213
213
PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
214
214
PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
215
215
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
 
216
PYTHON_PLATFORM_PKG = @PYTHON_PLATFORM_PKG@
216
217
PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
217
218
PYTHON_VERSION = @PYTHON_VERSION@
218
219
RANLIB = @RANLIB@
294
295
srcdir = @srcdir@
295
296
sysconfdir = @sysconfdir@
296
297
target_alias = @target_alias@
 
298
top_build_prefix = @top_build_prefix@
297
299
top_builddir = @top_builddir@
298
300
top_srcdir = @top_srcdir@
299
301
SUBDIRS = LC_MESSAGES
304
306
        @for dep in $?; do \
305
307
          case '$(am__configure_deps)' in \
306
308
            *$$dep*) \
307
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
308
 
                && exit 0; \
 
309
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
310
                && { if test -f $@; then exit 0; else break; fi; }; \
309
311
              exit 1;; \
310
312
          esac; \
311
313
        done; \
411
413
        unique=`for i in $$list; do \
412
414
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
413
415
          done | \
414
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
416
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
415
417
              END { if (nonempty) { for (i in files) print i; }; }'`; \
416
418
        mkid -fID $$unique
417
419
tags: TAGS