~ubuntu-branches/debian/sid/freeciv/sid

« back to all changes in this revision

Viewing changes to data/themes/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Karl Goetz
  • Date: 2011-12-31 11:39:58 UTC
  • mfrom: (1.2.20)
  • Revision ID: package-import@ubuntu.com-20111231113958-laureotb00yk2331
Tags: 2.3.1-1
* Switch to short style dh with overrides
  - Update control to 7.0.50 and compat to 7
  - Various packaging cleanups, fixes various issues with our
    packaging that appears to have been broken for some time.
* Change our dependency away from ttf-sazanami-gothic per the
  request of its maintainer (Closes: #642944)
* New package freeciv-client-extras with freeciv-modpack in it.

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,
134
134
CONFIGURE_DEPENDENCIES = @CONFIGURE_DEPENDENCIES@
135
135
CPP = @CPP@
136
136
CPPFLAGS = @CPPFLAGS@
137
 
CXX = @CXX@
138
 
CXXCPP = @CXXCPP@
139
 
CXXDEPMODE = @CXXDEPMODE@
140
 
CXXFLAGS = @CXXFLAGS@
141
137
CYGPATH_W = @CYGPATH_W@
142
138
DATADIRNAME = @DATADIRNAME@
143
139
DATASUBDIR = @DATASUBDIR@
310
306
abs_top_builddir = @abs_top_builddir@
311
307
abs_top_srcdir = @abs_top_srcdir@
312
308
ac_ct_CC = @ac_ct_CC@
313
 
ac_ct_CXX = @ac_ct_CXX@
314
309
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
315
310
am__include = @am__include@
316
311
am__leading_dot = @am__leading_dot@
423
418
#     (which will cause the Makefiles to be regenerated when you run `make');
424
419
# (2) otherwise, pass the desired values on the `make' command line.
425
420
$(RECURSIVE_TARGETS):
426
 
        @failcom='exit 1'; \
 
421
        @fail= failcom='exit 1'; \
427
422
        for f in x $$MAKEFLAGS; do \
428
423
          case $$f in \
429
424
            *=* | --[!k]*);; \
448
443
        fi; test -z "$$fail"
449
444
 
450
445
$(RECURSIVE_CLEAN_TARGETS):
451
 
        @failcom='exit 1'; \
 
446
        @fail= failcom='exit 1'; \
452
447
        for f in x $$MAKEFLAGS; do \
453
448
          case $$f in \
454
449
            *=* | --[!k]*);; \