~ubuntu-branches/ubuntu/maverick/lordsawar/maverick

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2010-04-10 09:29:33 UTC
  • mfrom: (1.1.9 upstream) (5.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100410092933-23uq4dxig30kmtcw
Tags: 0.1.8-1
* New upstream release.
* Add misc:Depends for -data package.
* Bump Standards Version to 3.8.4. (No changes needed).

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,
201
201
PACKAGE_NAME = @PACKAGE_NAME@
202
202
PACKAGE_STRING = @PACKAGE_STRING@
203
203
PACKAGE_TARNAME = @PACKAGE_TARNAME@
204
 
PACKAGE_URL = @PACKAGE_URL@
205
204
PACKAGE_VERSION = @PACKAGE_VERSION@
206
205
PATH_SEPARATOR = @PATH_SEPARATOR@
207
206
PKG_CONFIG = @PKG_CONFIG@
250
249
docdir = @docdir@
251
250
dvidir = @dvidir@
252
251
exec_prefix = @exec_prefix@
 
252
gppver = @gppver@
253
253
host = @host@
254
254
host_alias = @host_alias@
255
255
host_cpu = @host_cpu@
362
362
#     (which will cause the Makefiles to be regenerated when you run `make');
363
363
# (2) otherwise, pass the desired values on the `make' command line.
364
364
$(RECURSIVE_TARGETS):
365
 
        @failcom='exit 1'; \
 
365
        @fail= failcom='exit 1'; \
366
366
        for f in x $$MAKEFLAGS; do \
367
367
          case $$f in \
368
368
            *=* | --[!k]*);; \
387
387
        fi; test -z "$$fail"
388
388
 
389
389
$(RECURSIVE_CLEAN_TARGETS):
390
 
        @failcom='exit 1'; \
 
390
        @fail= failcom='exit 1'; \
391
391
        for f in x $$MAKEFLAGS; do \
392
392
          case $$f in \
393
393
            *=* | --[!k]*);; \
551
551
          fi; \
552
552
        done
553
553
        -test -n "$(am__skip_mode_fix)" \
554
 
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
554
        || find "$(distdir)" -type d ! -perm -755 \
 
555
                -exec chmod u+rwx,go+rx {} \; -o \
555
556
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
556
557
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
557
558
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
595
596
distcheck: dist
596
597
        case '$(DIST_ARCHIVES)' in \
597
598
        *.tar.gz*) \
598
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
599
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
599
600
        *.tar.bz2*) \
600
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
601
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
601
602
        *.tar.lzma*) \
602
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
603
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
603
604
        *.tar.xz*) \
604
605
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
605
606
        *.tar.Z*) \
606
607
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
607
608
        *.shar.gz*) \
608
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
609
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
609
610
        *.zip*) \
610
611
          unzip $(distdir).zip ;;\
611
612
        esac