~ubuntu-branches/debian/sid/transmageddon/sid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-05-24 21:11:37 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100524211137-1pjg0zc762mulap4
Tags: 0.16-1
* New upstream release.
* Use 3.0 (quilt) as source package format.
* Bump Standards-Version.
* Refresh patches.
* Update debian/changelog.
* Set DMUA to yes.
* Remove debian/transmageddon.1, now it's provided by upstream.
* Remove ${shlibs:Depends} from Depends field, it's an arch-indep runtime.
* Remove debian/changelogs file, use override_dh_installchangelogs to
  install the NEWS file properly.

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,
438
438
#     (which will cause the Makefiles to be regenerated when you run `make');
439
439
# (2) otherwise, pass the desired values on the `make' command line.
440
440
$(RECURSIVE_TARGETS):
441
 
        @failcom='exit 1'; \
 
441
        @fail= failcom='exit 1'; \
442
442
        for f in x $$MAKEFLAGS; do \
443
443
          case $$f in \
444
444
            *=* | --[!k]*);; \
463
463
        fi; test -z "$$fail"
464
464
 
465
465
$(RECURSIVE_CLEAN_TARGETS):
466
 
        @failcom='exit 1'; \
 
466
        @fail= failcom='exit 1'; \
467
467
        for f in x $$MAKEFLAGS; do \
468
468
          case $$f in \
469
469
            *=* | --[!k]*);; \
640
640
          fi; \
641
641
        done
642
642
        -test -n "$(am__skip_mode_fix)" \
643
 
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
643
        || find "$(distdir)" -type d ! -perm -755 \
 
644
                -exec chmod u+rwx,go+rx {} \; -o \
644
645
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
645
646
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
646
647
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
684
685
distcheck: dist
685
686
        case '$(DIST_ARCHIVES)' in \
686
687
        *.tar.gz*) \
687
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
688
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
688
689
        *.tar.bz2*) \
689
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
690
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
690
691
        *.tar.lzma*) \
691
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
692
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
692
693
        *.tar.xz*) \
693
694
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
694
695
        *.tar.Z*) \
695
696
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
696
697
        *.shar.gz*) \
697
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
698
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
698
699
        *.zip*) \
699
700
          unzip $(distdir).zip ;;\
700
701
        esac