~ubuntu-branches/ubuntu/trusty/indicator-me/trusty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-02-18 18:25:03 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20100218182503-wq725d30v4dte6qk
Tags: upstream-0.2.4
ImportĀ upstreamĀ versionĀ 0.2.4

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,
335
335
#     (which will cause the Makefiles to be regenerated when you run `make');
336
336
# (2) otherwise, pass the desired values on the `make' command line.
337
337
$(RECURSIVE_TARGETS):
338
 
        @failcom='exit 1'; \
 
338
        @fail= failcom='exit 1'; \
339
339
        for f in x $$MAKEFLAGS; do \
340
340
          case $$f in \
341
341
            *=* | --[!k]*);; \
360
360
        fi; test -z "$$fail"
361
361
 
362
362
$(RECURSIVE_CLEAN_TARGETS):
363
 
        @failcom='exit 1'; \
 
363
        @fail= failcom='exit 1'; \
364
364
        for f in x $$MAKEFLAGS; do \
365
365
          case $$f in \
366
366
            *=* | --[!k]*);; \
524
524
          fi; \
525
525
        done
526
526
        -test -n "$(am__skip_mode_fix)" \
527
 
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
527
        || find "$(distdir)" -type d ! -perm -755 \
 
528
                -exec chmod u+rwx,go+rx {} \; -o \
528
529
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
529
530
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
530
531
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
568
569
distcheck: dist
569
570
        case '$(DIST_ARCHIVES)' in \
570
571
        *.tar.gz*) \
571
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
572
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
572
573
        *.tar.bz2*) \
573
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
574
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
574
575
        *.tar.lzma*) \
575
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
576
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
576
577
        *.tar.xz*) \
577
578
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
578
579
        *.tar.Z*) \
579
580
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
580
581
        *.shar.gz*) \
581
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
582
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
582
583
        *.zip*) \
583
584
          unzip $(distdir).zip ;;\
584
585
        esac