~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-06-23 10:26:28 UTC
  • mto: (1.3.3 upstream) (2.1.8 sid)
  • mto: This revision was merged to the branch mainline in revision 185.
  • Revision ID: james.westby@ubuntu.com-20100623102628-dtio4nsa9u1ha3hq
Tags: upstream-2.30.2
ImportĀ upstreamĀ versionĀ 2.30.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,
218
218
PACKAGE_NAME = @PACKAGE_NAME@
219
219
PACKAGE_STRING = @PACKAGE_STRING@
220
220
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
221
PACKAGE_URL = @PACKAGE_URL@
221
222
PACKAGE_VERSION = @PACKAGE_VERSION@
222
223
PANEL_CFLAGS = @PANEL_CFLAGS@
223
224
PANEL_LIBS = @PANEL_LIBS@
420
421
#     (which will cause the Makefiles to be regenerated when you run `make');
421
422
# (2) otherwise, pass the desired values on the `make' command line.
422
423
$(RECURSIVE_TARGETS):
423
 
        @failcom='exit 1'; \
 
424
        @fail= failcom='exit 1'; \
424
425
        for f in x $$MAKEFLAGS; do \
425
426
          case $$f in \
426
427
            *=* | --[!k]*);; \
445
446
        fi; test -z "$$fail"
446
447
 
447
448
$(RECURSIVE_CLEAN_TARGETS):
448
 
        @failcom='exit 1'; \
 
449
        @fail= failcom='exit 1'; \
449
450
        for f in x $$MAKEFLAGS; do \
450
451
          case $$f in \
451
452
            *=* | --[!k]*);; \
609
610
          fi; \
610
611
        done
611
612
        -test -n "$(am__skip_mode_fix)" \
612
 
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
613
        || find "$(distdir)" -type d ! -perm -755 \
 
614
                -exec chmod u+rwx,go+rx {} \; -o \
613
615
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
614
616
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
615
617
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
652
654
distcheck: dist
653
655
        case '$(DIST_ARCHIVES)' in \
654
656
        *.tar.gz*) \
655
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
657
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
656
658
        *.tar.bz2*) \
657
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
659
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
658
660
        *.tar.lzma*) \
659
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
661
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
660
662
        *.tar.xz*) \
661
663
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
662
664
        *.tar.Z*) \
663
665
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
664
666
        *.shar.gz*) \
665
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
667
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
666
668
        *.zip*) \
667
669
          unzip $(distdir).zip ;;\
668
670
        esac