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

« back to all changes in this revision

Viewing changes to dat/various/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,
209
209
PACKAGE_NAME = @PACKAGE_NAME@
210
210
PACKAGE_STRING = @PACKAGE_STRING@
211
211
PACKAGE_TARNAME = @PACKAGE_TARNAME@
212
 
PACKAGE_URL = @PACKAGE_URL@
213
212
PACKAGE_VERSION = @PACKAGE_VERSION@
214
213
PATH_SEPARATOR = @PATH_SEPARATOR@
215
214
PKG_CONFIG = @PKG_CONFIG@
258
257
docdir = @docdir@
259
258
dvidir = @dvidir@
260
259
exec_prefix = @exec_prefix@
 
260
gppver = @gppver@
261
261
host = @host@
262
262
host_alias = @host_alias@
263
263
host_cpu = @host_cpu@
299
299
    waypoints.png \
300
300
    buttons.png \
301
301
    city_occupied.png \
302
 
    items.png \
303
302
    medals_mask.png \
304
303
    bigmedals.png \
305
304
    ship.png \
311
310
    win.png \
312
311
    lordsawar_logo.png \
313
312
    hero.png \
 
313
    bag.png \
314
314
    hero-inactive.png \
315
315
    prodshieldset.png \
316
316
    smallruinedcity.png \
322
322
    cursors.png \
323
323
    smallupkeep.png \
324
324
    smallincome.png \
 
325
    smalldefense.png \
325
326
    smalltreasury.png \
326
327
    smallcity.png \
327
328
    diplomacy-small.png \
332
333
    parley_refused.png \
333
334
    background.png \
334
335
    back.bmp \
335
 
    hero-newlevel.png
 
336
    hero-newlevel-female.png \
 
337
    hero-newlevel-male.png
336
338
 
337
339
EXTRA_DIST = \
338
340
    README \
340
342
    waypoints.png \
341
343
    buttons.png \
342
344
    city_occupied.png \
343
 
    items.png \
344
345
    medals_mask.png \
345
346
    bigmedals.png \
346
347
    ship.png \
352
353
    win.png \
353
354
    lordsawar_logo.png \
354
355
    hero.png \
 
356
    bag.png \
355
357
    hero-inactive.png \
356
358
    prodshieldset.png \
357
359
    smallruinedcity.png \
363
365
    cursors.png \
364
366
    smallupkeep.png \
365
367
    smallincome.png \
 
368
    smalldefense.png \
366
369
    smalltreasury.png \
367
370
    smallcity.png \
368
371
    diplomacy-small.png \
373
376
    parley_refused.png \
374
377
    background.png \
375
378
    back.bmp \
376
 
    hero-newlevel.png
 
379
    hero-newlevel-female.png \
 
380
    hero-newlevel-male.png
377
381
 
378
382
all: all-recursive
379
383
 
442
446
#     (which will cause the Makefiles to be regenerated when you run `make');
443
447
# (2) otherwise, pass the desired values on the `make' command line.
444
448
$(RECURSIVE_TARGETS):
445
 
        @failcom='exit 1'; \
 
449
        @fail= failcom='exit 1'; \
446
450
        for f in x $$MAKEFLAGS; do \
447
451
          case $$f in \
448
452
            *=* | --[!k]*);; \
467
471
        fi; test -z "$$fail"
468
472
 
469
473
$(RECURSIVE_CLEAN_TARGETS):
470
 
        @failcom='exit 1'; \
 
474
        @fail= failcom='exit 1'; \
471
475
        for f in x $$MAKEFLAGS; do \
472
476
          case $$f in \
473
477
            *=* | --[!k]*);; \