~bzr/ubuntu/hardy/subunit/bzr-ppa

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Robert Collins
  • Date: 2010-07-04 11:34:48 UTC
  • mfrom: (64.24.4 upstream)
  • Revision ID: robertc@robertcollins.net-20100704113448-7nfp4o5jdj4ydqju
Tags: 0.0.6-1
New upstream release.

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,
883
883
          fi; \
884
884
        done
885
885
        -test -n "$(am__skip_mode_fix)" \
886
 
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
886
        || find "$(distdir)" -type d ! -perm -755 \
 
887
                -exec chmod u+rwx,go+rx {} \; -o \
887
888
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
888
889
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
889
890
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
927
928
distcheck: dist
928
929
        case '$(DIST_ARCHIVES)' in \
929
930
        *.tar.gz*) \
930
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
931
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
931
932
        *.tar.bz2*) \
932
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
933
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
933
934
        *.tar.lzma*) \
934
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
935
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
935
936
        *.tar.xz*) \
936
937
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
937
938
        *.tar.Z*) \
938
939
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
939
940
        *.shar.gz*) \
940
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
941
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
941
942
        *.zip*) \
942
943
          unzip $(distdir).zip ;;\
943
944
        esac