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

« back to all changes in this revision

Viewing changes to dat/tilesets/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,
185
185
PACKAGE_NAME = @PACKAGE_NAME@
186
186
PACKAGE_STRING = @PACKAGE_STRING@
187
187
PACKAGE_TARNAME = @PACKAGE_TARNAME@
188
 
PACKAGE_URL = @PACKAGE_URL@
189
188
PACKAGE_VERSION = @PACKAGE_VERSION@
190
189
PATH_SEPARATOR = @PATH_SEPARATOR@
191
190
PKG_CONFIG = @PKG_CONFIG@
234
233
docdir = @docdir@
235
234
dvidir = @dvidir@
236
235
exec_prefix = @exec_prefix@
 
236
gppver = @gppver@
237
237
host = @host@
238
238
host_alias = @host_alias@
239
239
host_cpu = @host_cpu@
267
267
top_build_prefix = @top_build_prefix@
268
268
top_builddir = @top_builddir@
269
269
top_srcdir = @top_srcdir@
270
 
SUBDIRS = default bigdefault stark bigstark
 
270
SUBDIRS = default bigdefault stark bigstark wesnoth bigwesnoth
271
271
MAINTAINERCLEANFILES = Makefile.in
272
272
all: all-recursive
273
273
 
316
316
#     (which will cause the Makefiles to be regenerated when you run `make');
317
317
# (2) otherwise, pass the desired values on the `make' command line.
318
318
$(RECURSIVE_TARGETS):
319
 
        @failcom='exit 1'; \
 
319
        @fail= failcom='exit 1'; \
320
320
        for f in x $$MAKEFLAGS; do \
321
321
          case $$f in \
322
322
            *=* | --[!k]*);; \
341
341
        fi; test -z "$$fail"
342
342
 
343
343
$(RECURSIVE_CLEAN_TARGETS):
344
 
        @failcom='exit 1'; \
 
344
        @fail= failcom='exit 1'; \
345
345
        for f in x $$MAKEFLAGS; do \
346
346
          case $$f in \
347
347
            *=* | --[!k]*);; \