~ubuntu-branches/ubuntu/saucy/orbit2/saucy-proposed

« back to all changes in this revision

Viewing changes to src/services/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-02-08 12:37:58 UTC
  • mfrom: (1.2.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20110208123758-mmaegsktkv9ssp8s
Tags: 1:2.14.19-0ubuntu1
* New upstream version
* debian/control, debian/rules:
  - use dh-autoreconf
* debian/patches/700-autoreconf.patch:
  - dropped, dh-autoreconf is used instead

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,
178
178
PACKAGE_NAME = @PACKAGE_NAME@
179
179
PACKAGE_STRING = @PACKAGE_STRING@
180
180
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
181
PACKAGE_URL = @PACKAGE_URL@
181
182
PACKAGE_VERSION = @PACKAGE_VERSION@
182
183
PATH_SEPARATOR = @PATH_SEPARATOR@
183
184
PKG_CONFIG = @PKG_CONFIG@
 
185
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
186
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
184
187
RANLIB = @RANLIB@
185
188
SED = @SED@
186
189
SET_MAKE = @SET_MAKE@
291
294
#     (which will cause the Makefiles to be regenerated when you run `make');
292
295
# (2) otherwise, pass the desired values on the `make' command line.
293
296
$(RECURSIVE_TARGETS):
294
 
        @failcom='exit 1'; \
 
297
        @fail= failcom='exit 1'; \
295
298
        for f in x $$MAKEFLAGS; do \
296
299
          case $$f in \
297
300
            *=* | --[!k]*);; \
316
319
        fi; test -z "$$fail"
317
320
 
318
321
$(RECURSIVE_CLEAN_TARGETS):
319
 
        @failcom='exit 1'; \
 
322
        @fail= failcom='exit 1'; \
320
323
        for f in x $$MAKEFLAGS; do \
321
324
          case $$f in \
322
325
            *=* | --[!k]*);; \