~ubuntu-branches/ubuntu/precise/pingus/precise

« back to all changes in this revision

Viewing changes to data/levels/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois
  • Date: 2008-02-28 19:44:25 UTC
  • mfrom: (4.1.4 hardy)
  • Revision ID: james.westby@ubuntu.com-20080228194425-e8ilohlijv02kgcf
Tags: 0.7.2-2
* Fix FTBFS with gcc-4.3 by adding the missing include in
  src/input/evdev_device.cpp (Closes: #462238):
   + debian/patches/20_fix_FTBFS_with_gcc-4.3.
* Rename former patch so that the filename reflects the order in which
  the patches are applied:
   - debian/patches/data_dir.patch
   + debian/patches/10_fix_data_directory.
* Bump Standards-Version from 3.7.2 to 3.7.3, no changes needed.
* Add a dh_desktop call in the arch-dep part of debian/rules.
* Adjust the “missing-dep-for-interpreter guile” override since lintian
  now lists an alternative for that dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.3 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# Free Software Foundation, Inc.
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
@SET_MAKE@
16
 
 
17
 
#  $Id: Makefile.am,v 1.18 2003/04/12 13:34:57 grumbel Exp $
18
 
#
19
 
#  Pingus - A free Lemmings clone
20
 
#  Copyright (C) 1999 Ingo Ruhnke <grumbel@gmx.de>
21
 
#
22
 
#  This program is free software; you can redistribute it and/or
23
 
#  modify it under the terms of the GNU General Public License
24
 
#  as published by the Free Software Foundation; either version 2
25
 
#  of the License, or (at your option) any later version.
26
 
#
27
 
#  This program is distributed in the hope that it will be useful,
28
 
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
29
 
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30
 
#  GNU General Public License for more details.
31
 
#
32
 
#  You should have received a copy of the GNU General Public License
33
 
#  along with this program; if not, write to the Free Software
34
 
#  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
35
 
 
36
 
srcdir = @srcdir@
37
 
top_srcdir = @top_srcdir@
38
 
VPATH = @srcdir@
39
 
pkglibdir = $(libdir)/@PACKAGE@
40
 
pkgincludedir = $(includedir)/@PACKAGE@
41
 
top_builddir = ../..
42
 
 
43
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
44
 
INSTALL = @INSTALL@
45
 
install_sh_DATA = $(install_sh) -c -m 644
46
 
install_sh_PROGRAM = $(install_sh) -c
47
 
install_sh_SCRIPT = $(install_sh) -c
48
 
INSTALL_HEADER = $(INSTALL_DATA)
49
 
transform = $(program_transform_name)
50
 
NORMAL_INSTALL = :
51
 
PRE_INSTALL = :
52
 
POST_INSTALL = :
53
 
NORMAL_UNINSTALL = :
54
 
PRE_UNINSTALL = :
55
 
POST_UNINSTALL = :
56
 
host_triplet = @host@
57
 
 
58
 
pkgdatadir = $(datadir)/games/@PACKAGE@/levels
59
 
ACLOCAL = @ACLOCAL@
60
 
ALLOCA = @ALLOCA@
61
 
AMDEP_FALSE = @AMDEP_FALSE@
62
 
AMDEP_TRUE = @AMDEP_TRUE@
63
 
AMTAR = @AMTAR@
64
 
AUTOCONF = @AUTOCONF@
65
 
AUTOHEADER = @AUTOHEADER@
66
 
AUTOMAKE = @AUTOMAKE@
67
 
AWK = @AWK@
68
 
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
69
 
CATOBJEXT = @CATOBJEXT@
70
 
CC = @CC@
71
 
CCDEPMODE = @CCDEPMODE@
72
 
CFLAGS = @CFLAGS@
73
 
CPPFLAGS = @CPPFLAGS@
74
 
CXX = @CXX@
75
 
CXXCPP = @CXXCPP@
76
 
CXXDEPMODE = @CXXDEPMODE@
77
 
CXXFLAGS = @CXXFLAGS@
78
 
CYGPATH_W = @CYGPATH_W@
79
 
DATADIRNAME = @DATADIRNAME@
80
 
DEFS = @DEFS@
81
 
DEPDIR = @DEPDIR@
82
 
ECHO_C = @ECHO_C@
83
 
ECHO_N = @ECHO_N@
84
 
ECHO_T = @ECHO_T@
85
 
EGREP = @EGREP@
86
 
EXEEXT = @EXEEXT@
87
 
GENCAT = @GENCAT@
88
 
GLIBC21 = @GLIBC21@
89
 
GMSGFMT = @GMSGFMT@
90
 
INSTALL_DATA = @INSTALL_DATA@
91
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
92
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
93
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
94
 
INSTOBJEXT = @INSTOBJEXT@
95
 
INTLBISON = @INTLBISON@
96
 
INTLLIBS = @INTLLIBS@
97
 
INTLOBJS = @INTLOBJS@
98
 
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
99
 
LDFLAGS = @LDFLAGS@
100
 
LIBICONV = @LIBICONV@
101
 
LIBINTL = @LIBINTL@
102
 
LIBOBJS = @LIBOBJS@
103
 
LIBS = @LIBS@
104
 
LN_S = @LN_S@
105
 
LTLIBICONV = @LTLIBICONV@
106
 
LTLIBINTL = @LTLIBINTL@
107
 
LTLIBOBJS = @LTLIBOBJS@
108
 
MAKEINFO = @MAKEINFO@
109
 
MKINSTALLDIRS = @MKINSTALLDIRS@
110
 
MSGFMT = @MSGFMT@
111
 
MSGMERGE = @MSGMERGE@
112
 
OBJEXT = @OBJEXT@
113
 
PACKAGE = @PACKAGE@
114
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
115
 
PACKAGE_NAME = @PACKAGE_NAME@
116
 
PACKAGE_STRING = @PACKAGE_STRING@
117
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
118
 
PACKAGE_VERSION = @PACKAGE_VERSION@
119
 
PATH_SEPARATOR = @PATH_SEPARATOR@
120
 
POSUB = @POSUB@
121
 
RANLIB = @RANLIB@
122
 
SET_MAKE = @SET_MAKE@
123
 
SHELL = @SHELL@
124
 
STRIP = @STRIP@
125
 
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
126
 
USE_NLS = @USE_NLS@
127
 
VERSION = @VERSION@
128
 
XGETTEXT = @XGETTEXT@
129
 
XML_CONFIG = @XML_CONFIG@
130
 
ac_ct_CC = @ac_ct_CC@
131
 
ac_ct_CXX = @ac_ct_CXX@
132
 
ac_ct_RANLIB = @ac_ct_RANLIB@
133
 
ac_ct_STRIP = @ac_ct_STRIP@
134
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
135
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
136
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
137
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
138
 
am__include = @am__include@
139
 
am__leading_dot = @am__leading_dot@
140
 
am__quote = @am__quote@
141
 
bindir = @bindir@
142
 
build = @build@
143
 
build_alias = @build_alias@
144
 
build_cpu = @build_cpu@
145
 
build_os = @build_os@
146
 
build_vendor = @build_vendor@
147
 
datadir = @datadir@
148
 
exec_prefix = @exec_prefix@
149
 
extra_includes = @extra_includes@
150
 
extra_libraries = @extra_libraries@
151
 
host = @host@
152
 
host_alias = @host_alias@
153
 
host_cpu = @host_cpu@
154
 
host_os = @host_os@
155
 
host_vendor = @host_vendor@
156
 
includedir = @includedir@
157
 
infodir = @infodir@
158
 
install_sh = @install_sh@
159
 
libdir = @libdir@
160
 
libexecdir = @libexecdir@
161
 
localstatedir = @localstatedir@
162
 
mandir = @mandir@
163
 
oldincludedir = @oldincludedir@
164
 
prefix = @prefix@
165
 
program_transform_name = @program_transform_name@
166
 
sbindir = @sbindir@
167
 
sharedstatedir = @sharedstatedir@
168
 
sysconfdir = @sysconfdir@
169
 
target_alias = @target_alias@
170
 
 
171
 
nobase_pkgdata_DATA = \
172
 
        $(wildcard tutorial/*.xml) \
173
 
        $(wildcard playable/*.xml) \
174
 
        $(wildcard wip/*.xml)      \
175
 
        $(wildcard test/*.xml)
176
 
 
177
 
 
178
 
EXTRA_DIST = README  \
179
 
             $(nobase_pkgdata_DATA)
180
 
 
181
 
subdir = data/levels
182
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
183
 
CONFIG_HEADER = $(top_builddir)/config.h
184
 
CONFIG_CLEAN_FILES =
185
 
DIST_SOURCES =
186
 
DATA = $(nobase_pkgdata_DATA)
187
 
 
188
 
DIST_COMMON = README Makefile.am Makefile.in
189
 
all: all-am
190
 
 
191
 
.SUFFIXES:
192
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
193
 
        cd $(top_srcdir) && \
194
 
          $(AUTOMAKE) --gnu  data/levels/Makefile
195
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
196
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
197
 
uninstall-info-am:
198
 
nobase_pkgdataDATA_INSTALL = $(install_sh_DATA)
199
 
install-nobase_pkgdataDATA: $(nobase_pkgdata_DATA)
200
 
        @$(NORMAL_INSTALL)
201
 
        $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
202
 
        @list='$(nobase_pkgdata_DATA)'; for p in $$list; do \
203
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
204
 
          f="$$p"; \
205
 
          echo " $(nobase_pkgdataDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgdatadir)/$$f"; \
206
 
          $(nobase_pkgdataDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgdatadir)/$$f; \
207
 
        done
208
 
 
209
 
uninstall-nobase_pkgdataDATA:
210
 
        @$(NORMAL_UNINSTALL)
211
 
        @list='$(nobase_pkgdata_DATA)'; for p in $$list; do \
212
 
          f="$$p"; \
213
 
          echo " rm -f $(DESTDIR)$(pkgdatadir)/$$f"; \
214
 
          rm -f $(DESTDIR)$(pkgdatadir)/$$f; \
215
 
        done
216
 
tags: TAGS
217
 
TAGS:
218
 
 
219
 
ctags: CTAGS
220
 
CTAGS:
221
 
 
222
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
223
 
 
224
 
top_distdir = ../..
225
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
226
 
 
227
 
distdir: $(DISTFILES)
228
 
        $(mkinstalldirs) $(distdir)/playable $(distdir)/test $(distdir)/tutorial $(distdir)/wip
229
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
230
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
231
 
        list='$(DISTFILES)'; for file in $$list; do \
232
 
          case $$file in \
233
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
234
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
235
 
          esac; \
236
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
237
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
238
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
239
 
            dir="/$$dir"; \
240
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
241
 
          else \
242
 
            dir=''; \
243
 
          fi; \
244
 
          if test -d $$d/$$file; then \
245
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
246
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
247
 
            fi; \
248
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
249
 
          else \
250
 
            test -f $(distdir)/$$file \
251
 
            || cp -p $$d/$$file $(distdir)/$$file \
252
 
            || exit 1; \
253
 
          fi; \
254
 
        done
255
 
check-am: all-am
256
 
check: check-am
257
 
all-am: Makefile $(DATA)
258
 
 
259
 
installdirs:
260
 
        $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
261
 
 
262
 
install: install-am
263
 
install-exec: install-exec-am
264
 
install-data: install-data-am
265
 
uninstall: uninstall-am
266
 
 
267
 
install-am: all-am
268
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
269
 
 
270
 
installcheck: installcheck-am
271
 
install-strip:
272
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
273
 
          INSTALL_STRIP_FLAG=-s \
274
 
          `test -z '$(STRIP)' || \
275
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
276
 
mostlyclean-generic:
277
 
 
278
 
clean-generic:
279
 
 
280
 
distclean-generic:
281
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
282
 
 
283
 
maintainer-clean-generic:
284
 
        @echo "This command is intended for maintainers to use"
285
 
        @echo "it deletes files that may require special tools to rebuild."
286
 
clean: clean-am
287
 
 
288
 
clean-am: clean-generic mostlyclean-am
289
 
 
290
 
distclean: distclean-am
291
 
 
292
 
distclean-am: clean-am distclean-generic
293
 
 
294
 
dvi: dvi-am
295
 
 
296
 
dvi-am:
297
 
 
298
 
info: info-am
299
 
 
300
 
info-am:
301
 
 
302
 
install-data-am: install-nobase_pkgdataDATA
303
 
 
304
 
install-exec-am:
305
 
 
306
 
install-info: install-info-am
307
 
 
308
 
install-man:
309
 
 
310
 
installcheck-am:
311
 
 
312
 
maintainer-clean: maintainer-clean-am
313
 
 
314
 
maintainer-clean-am: distclean-am maintainer-clean-generic
315
 
 
316
 
mostlyclean: mostlyclean-am
317
 
 
318
 
mostlyclean-am: mostlyclean-generic
319
 
 
320
 
pdf: pdf-am
321
 
 
322
 
pdf-am:
323
 
 
324
 
ps: ps-am
325
 
 
326
 
ps-am:
327
 
 
328
 
uninstall-am: uninstall-info-am uninstall-nobase_pkgdataDATA
329
 
 
330
 
.PHONY: all all-am check check-am clean clean-generic distclean \
331
 
        distclean-generic distdir dvi dvi-am info info-am install \
332
 
        install-am install-data install-data-am install-exec \
333
 
        install-exec-am install-info install-info-am install-man \
334
 
        install-nobase_pkgdataDATA install-strip installcheck \
335
 
        installcheck-am installdirs maintainer-clean \
336
 
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
337
 
        pdf-am ps ps-am uninstall uninstall-am uninstall-info-am \
338
 
        uninstall-nobase_pkgdataDATA
339
 
 
340
 
 
341
 
# EOF #
342
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
343
 
# Otherwise a system limit (for SysV at least) may be exceeded.
344
 
.NOEXPORT: