~ubuntu-branches/ubuntu/oneiric/hal/oneiric

« back to all changes in this revision

Viewing changes to hald/solaris/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-02-14 11:45:59 UTC
  • Revision ID: james.westby@ubuntu.com-20110214114559-g5ti3fxottbysekt
Tags: 0.5.14-5+svn1
Upload current Debian svn head to fix FTBFS.

* Add 00upstream_video4linux_check.patch: Do not build
  hald-probe-video4linux if v4l1 is not available. (LP: #721399)
* Refresh 99-autoreconf.patch for above.
* 45-fix-libusb-detection.patch: Unfuzz.

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,
185
185
LIBOBJS = @LIBOBJS@
186
186
LIBS = @LIBS@
187
187
LIBTOOL = @LIBTOOL@
 
188
LIBUFS_LIBS = @LIBUFS_LIBS@
188
189
LIBUSB20_LIBS = @LIBUSB20_LIBS@
189
190
LINUX_INPUT_H = @LINUX_INPUT_H@
190
191
LIPO = @LIPO@
215
216
PATH_SEPARATOR = @PATH_SEPARATOR@
216
217
PCI_IDS_DIR = @PCI_IDS_DIR@
217
218
PKG_CONFIG = @PKG_CONFIG@
 
219
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
220
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
218
221
POLKIT_CFLAGS = @POLKIT_CFLAGS@
219
222
POLKIT_LIBS = @POLKIT_LIBS@
220
223
POLKIT_POLICY_FILE_VALIDATE = @POLKIT_POLICY_FILE_VALIDATE@
401
404
#     (which will cause the Makefiles to be regenerated when you run `make');
402
405
# (2) otherwise, pass the desired values on the `make' command line.
403
406
$(RECURSIVE_TARGETS):
404
 
        @failcom='exit 1'; \
 
407
        @fail= failcom='exit 1'; \
405
408
        for f in x $$MAKEFLAGS; do \
406
409
          case $$f in \
407
410
            *=* | --[!k]*);; \
426
429
        fi; test -z "$$fail"
427
430
 
428
431
$(RECURSIVE_CLEAN_TARGETS):
429
 
        @failcom='exit 1'; \
 
432
        @fail= failcom='exit 1'; \
430
433
        for f in x $$MAKEFLAGS; do \
431
434
          case $$f in \
432
435
            *=* | --[!k]*);; \