~ubuntu-branches/ubuntu/precise/libmtp/precise-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-02-04 16:34:58 UTC
  • mto: (16.1.5 sid) (0.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20100204163458-pegywpiiisrzx72w
Tags: upstream-1.0.2
ImportĀ upstreamĀ versionĀ 1.0.2

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,
354
354
#     (which will cause the Makefiles to be regenerated when you run `make');
355
355
# (2) otherwise, pass the desired values on the `make' command line.
356
356
$(RECURSIVE_TARGETS):
357
 
        @failcom='exit 1'; \
 
357
        @fail= failcom='exit 1'; \
358
358
        for f in x $$MAKEFLAGS; do \
359
359
          case $$f in \
360
360
            *=* | --[!k]*);; \
379
379
        fi; test -z "$$fail"
380
380
 
381
381
$(RECURSIVE_CLEAN_TARGETS):
382
 
        @failcom='exit 1'; \
 
382
        @fail= failcom='exit 1'; \
383
383
        for f in x $$MAKEFLAGS; do \
384
384
          case $$f in \
385
385
            *=* | --[!k]*);; \
543
543
          fi; \
544
544
        done
545
545
        -test -n "$(am__skip_mode_fix)" \
546
 
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
546
        || find "$(distdir)" -type d ! -perm -755 \
 
547
                -exec chmod u+rwx,go+rx {} \; -o \
547
548
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
548
549
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
549
550
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
587
588
distcheck: dist
588
589
        case '$(DIST_ARCHIVES)' in \
589
590
        *.tar.gz*) \
590
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
591
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
591
592
        *.tar.bz2*) \
592
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
593
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
593
594
        *.tar.lzma*) \
594
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
595
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
595
596
        *.tar.xz*) \
596
597
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
597
598
        *.tar.Z*) \
598
599
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
599
600
        *.shar.gz*) \
600
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
601
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
601
602
        *.zip*) \
602
603
          unzip $(distdir).zip ;;\
603
604
        esac