~ubuntu-branches/ubuntu/lucid/menu-cache/lucid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-02-27 15:08:02 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20100227150802-ro2lihqc0l0ny66z
Tags: upstream-0.3.2
ImportĀ upstreamĀ versionĀ 0.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
302
302
#     (which will cause the Makefiles to be regenerated when you run `make');
303
303
# (2) otherwise, pass the desired values on the `make' command line.
304
304
$(RECURSIVE_TARGETS):
305
 
        @fail= failcom='exit 1'; \
 
305
        @failcom='exit 1'; \
306
306
        for f in x $$MAKEFLAGS; do \
307
307
          case $$f in \
308
308
            *=* | --[!k]*);; \
327
327
        fi; test -z "$$fail"
328
328
 
329
329
$(RECURSIVE_CLEAN_TARGETS):
330
 
        @fail= failcom='exit 1'; \
 
330
        @failcom='exit 1'; \
331
331
        for f in x $$MAKEFLAGS; do \
332
332
          case $$f in \
333
333
            *=* | --[!k]*);; \
491
491
          fi; \
492
492
        done
493
493
        -test -n "$(am__skip_mode_fix)" \
494
 
        || find "$(distdir)" -type d ! -perm -755 \
495
 
                -exec chmod u+rwx,go+rx {} \; -o \
 
494
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
496
495
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
497
496
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
498
497
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
536
535
distcheck: dist
537
536
        case '$(DIST_ARCHIVES)' in \
538
537
        *.tar.gz*) \
539
 
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
 
538
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
540
539
        *.tar.bz2*) \
541
 
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 
540
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
542
541
        *.tar.lzma*) \
543
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
542
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
544
543
        *.tar.xz*) \
545
544
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
546
545
        *.tar.Z*) \
547
546
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
548
547
        *.shar.gz*) \
549
 
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
 
548
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
550
549
        *.zip*) \
551
550
          unzip $(distdir).zip ;;\
552
551
        esac