~ubuntu-branches/ubuntu/natty/alsa-lib/natty

« back to all changes in this revision

Viewing changes to test/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2010-07-19 00:49:45 UTC
  • mfrom: (2.2.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100719004945-z0hgadg6irnyb37b
Tags: 1.0.23-1ubuntu1
* Merge from debian unstable.  Remaining changes:
* Merge from debian unstable, remaining changes:
  - debian/rules:
    + Don't bail when removing include/alsa
  - debian/control: Add Vcs-Bzr URI
  - Add configuration files for bluetooth/bluez-alsa and pulseaudio
  - debian/libasound2.install: Ship smixer plugins for native and bi-arch
    packages
  - drop libcxxtools-dev build dependency, its in universe
  - add --with-plugindir=\$${prefix}/lib/alsa-lib to configure-stamp
  - Demote libc6-i386 pre-depends to depends for lib32asound2

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,
447
447
#     (which will cause the Makefiles to be regenerated when you run `make');
448
448
# (2) otherwise, pass the desired values on the `make' command line.
449
449
$(RECURSIVE_TARGETS):
450
 
        @failcom='exit 1'; \
 
450
        @fail= failcom='exit 1'; \
451
451
        for f in x $$MAKEFLAGS; do \
452
452
          case $$f in \
453
453
            *=* | --[!k]*);; \
472
472
        fi; test -z "$$fail"
473
473
 
474
474
$(RECURSIVE_CLEAN_TARGETS):
475
 
        @failcom='exit 1'; \
 
475
        @fail= failcom='exit 1'; \
476
476
        for f in x $$MAKEFLAGS; do \
477
477
          case $$f in \
478
478
            *=* | --[!k]*);; \