~ubuntu-branches/ubuntu/trusty/glib2.0/trusty-proposed

« back to all changes in this revision

Viewing changes to build/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-09 11:28:22 UTC
  • mfrom: (3.4.8 experimental)
  • Revision ID: james.westby@ubuntu.com-20100309112822-j4n0v3xbtsup8s97
Tags: 2.23.5-1ubuntu1
* Resync on Debian
* debian/patches/01_gettext-desktopfiles.patch:
  - updated to use gettext for X-GNOME-Fullname too
* debian/patches/71_gio_launch_handler.patch:
  - new gio default launch handle feature required for wncksync
* debian/control.in, 
  debian/patches/80-gtester-subunit.patch:
  - gtester-report subunit support
* debian/libglib2.0-0.symbols:
  - updated the symbols list for the gio launcher handler
* debian/rules:
  - don't break build on test suite errors, debian recently activated this but
    the build breaks even when there is no error in the testsuite

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
157
157
GSPAWN = @GSPAWN@
158
158
GTHREAD_COMPILE_IMPL_DEFINES = @GTHREAD_COMPILE_IMPL_DEFINES@
159
159
GTKDOC_CHECK = @GTKDOC_CHECK@
160
 
GTKDOC_MKPDF = @GTKDOC_MKPDF@
161
 
GTKDOC_REBASE = @GTKDOC_REBASE@
162
160
G_LIBS_EXTRA = @G_LIBS_EXTRA@
163
161
G_MODULE_BROKEN_RTLD_GLOBAL = @G_MODULE_BROKEN_RTLD_GLOBAL@
164
162
G_MODULE_HAVE_DLERROR = @G_MODULE_HAVE_DLERROR@
364
362
#     (which will cause the Makefiles to be regenerated when you run `make');
365
363
# (2) otherwise, pass the desired values on the `make' command line.
366
364
$(RECURSIVE_TARGETS):
367
 
        @fail= failcom='exit 1'; \
 
365
        @failcom='exit 1'; \
368
366
        for f in x $$MAKEFLAGS; do \
369
367
          case $$f in \
370
368
            *=* | --[!k]*);; \
389
387
        fi; test -z "$$fail"
390
388
 
391
389
$(RECURSIVE_CLEAN_TARGETS):
392
 
        @fail= failcom='exit 1'; \
 
390
        @failcom='exit 1'; \
393
391
        for f in x $$MAKEFLAGS; do \
394
392
          case $$f in \
395
393
            *=* | --[!k]*);; \