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

« back to all changes in this revision

Viewing changes to tests/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,
491
491
GSPAWN = @GSPAWN@
492
492
GTHREAD_COMPILE_IMPL_DEFINES = @GTHREAD_COMPILE_IMPL_DEFINES@
493
493
GTKDOC_CHECK = @GTKDOC_CHECK@
494
 
GTKDOC_MKPDF = @GTKDOC_MKPDF@
495
 
GTKDOC_REBASE = @GTKDOC_REBASE@
496
494
G_LIBS_EXTRA = @G_LIBS_EXTRA@
497
495
G_MODULE_BROKEN_RTLD_GLOBAL = @G_MODULE_BROKEN_RTLD_GLOBAL@
498
496
G_MODULE_HAVE_DLERROR = @G_MODULE_HAVE_DLERROR@
1199
1197
#     (which will cause the Makefiles to be regenerated when you run `make');
1200
1198
# (2) otherwise, pass the desired values on the `make' command line.
1201
1199
$(RECURSIVE_TARGETS):
1202
 
        @fail= failcom='exit 1'; \
 
1200
        @failcom='exit 1'; \
1203
1201
        for f in x $$MAKEFLAGS; do \
1204
1202
          case $$f in \
1205
1203
            *=* | --[!k]*);; \
1224
1222
        fi; test -z "$$fail"
1225
1223
 
1226
1224
$(RECURSIVE_CLEAN_TARGETS):
1227
 
        @fail= failcom='exit 1'; \
 
1225
        @failcom='exit 1'; \
1228
1226
        for f in x $$MAKEFLAGS; do \
1229
1227
          case $$f in \
1230
1228
            *=* | --[!k]*);; \