~ubuntu-branches/ubuntu/wily/bug-buddy/wily

« back to all changes in this revision

Viewing changes to data/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): David Weinehall
  • Date: 2010-03-29 14:54:39 UTC
  • mfrom: (1.1.30 upstream) (3.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100329145439-i7qylnitfr51ztv1
Tags: 2.30.0+dfsg-1
* New upstream release.
* debian/patches/99_ltmain_as-needed.patch:
  - refreshed.
* debian/control.in:
  - Update Standards-Version to 3.8.4, no additional changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
208
208
PACKAGE_NAME = @PACKAGE_NAME@
209
209
PACKAGE_STRING = @PACKAGE_STRING@
210
210
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
211
PACKAGE_URL = @PACKAGE_URL@
211
212
PACKAGE_VERSION = @PACKAGE_VERSION@
212
213
PATH_SEPARATOR = @PATH_SEPARATOR@
213
214
PKG_CONFIG = @PKG_CONFIG@
446
447
#     (which will cause the Makefiles to be regenerated when you run `make');
447
448
# (2) otherwise, pass the desired values on the `make' command line.
448
449
$(RECURSIVE_TARGETS):
449
 
        @failcom='exit 1'; \
 
450
        @fail= failcom='exit 1'; \
450
451
        for f in x $$MAKEFLAGS; do \
451
452
          case $$f in \
452
453
            *=* | --[!k]*);; \
471
472
        fi; test -z "$$fail"
472
473
 
473
474
$(RECURSIVE_CLEAN_TARGETS):
474
 
        @failcom='exit 1'; \
 
475
        @fail= failcom='exit 1'; \
475
476
        for f in x $$MAKEFLAGS; do \
476
477
          case $$f in \
477
478
            *=* | --[!k]*);; \