~ubuntu-branches/ubuntu/raring/hal/raring

« back to all changes in this revision

Viewing changes to 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,
227
227
PATH_SEPARATOR = @PATH_SEPARATOR@
228
228
PCI_IDS_DIR = @PCI_IDS_DIR@
229
229
PKG_CONFIG = @PKG_CONFIG@
 
230
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
231
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
230
232
POLKIT_CFLAGS = @POLKIT_CFLAGS@
231
233
POLKIT_LIBS = @POLKIT_LIBS@
232
234
POLKIT_POLICY_FILE_VALIDATE = @POLKIT_POLICY_FILE_VALIDATE@
427
429
#     (which will cause the Makefiles to be regenerated when you run `make');
428
430
# (2) otherwise, pass the desired values on the `make' command line.
429
431
$(RECURSIVE_TARGETS):
430
 
        @failcom='exit 1'; \
 
432
        @fail= failcom='exit 1'; \
431
433
        for f in x $$MAKEFLAGS; do \
432
434
          case $$f in \
433
435
            *=* | --[!k]*);; \
452
454
        fi; test -z "$$fail"
453
455
 
454
456
$(RECURSIVE_CLEAN_TARGETS):
455
 
        @failcom='exit 1'; \
 
457
        @fail= failcom='exit 1'; \
456
458
        for f in x $$MAKEFLAGS; do \
457
459
          case $$f in \
458
460
            *=* | --[!k]*);; \
616
618
          fi; \
617
619
        done
618
620
        -test -n "$(am__skip_mode_fix)" \
619
 
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
621
        || find "$(distdir)" -type d ! -perm -755 \
 
622
                -exec chmod u+rwx,go+rx {} \; -o \
620
623
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
621
624
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
622
625
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
660
663
distcheck: dist
661
664
        case '$(DIST_ARCHIVES)' in \
662
665
        *.tar.gz*) \
663
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
666
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
664
667
        *.tar.bz2*) \
665
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
668
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
666
669
        *.tar.lzma*) \
667
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
670
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
668
671
        *.tar.xz*) \
669
672
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
670
673
        *.tar.Z*) \
671
674
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
672
675
        *.shar.gz*) \
673
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
676
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
674
677
        *.zip*) \
675
678
          unzip $(distdir).zip ;;\
676
679
        esac