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

« back to all changes in this revision

Viewing changes to src/movers/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Goulais
  • Date: 2004-08-09 10:26:00 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040809102600-lg2q9lfars0q1p42
Tags: 0.6.0-8
Applied patch from Andreas Jochens (Closes: #263992)

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
# Pingus - A free Lemmings clone
 
18
# Copyright (C) 1999 Ingo Ruhnke <grumbel@gmx.de>
 
19
#
 
20
# This program is free software; you can redistribute it and/or
 
21
# modify it under the terms of the GNU General Public License
 
22
# as published by the Free Software Foundation; either version 2
 
23
# of the License, or (at your option) any later version.
 
24
#
 
25
# This program is distributed in the hope that it will be useful,
 
26
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
27
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
28
# GNU General Public License for more details.
 
29
#
 
30
# You should have received a copy of the GNU General Public License
 
31
# along with this program; if not, write to the Free Software
 
32
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
33
 
 
34
srcdir = @srcdir@
 
35
top_srcdir = @top_srcdir@
 
36
VPATH = @srcdir@
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
top_builddir = ../..
 
41
 
 
42
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
43
INSTALL = @INSTALL@
 
44
install_sh_DATA = $(install_sh) -c -m 644
 
45
install_sh_PROGRAM = $(install_sh) -c
 
46
install_sh_SCRIPT = $(install_sh) -c
 
47
INSTALL_HEADER = $(INSTALL_DATA)
 
48
transform = $(program_transform_name)
 
49
NORMAL_INSTALL = :
 
50
PRE_INSTALL = :
 
51
POST_INSTALL = :
 
52
NORMAL_UNINSTALL = :
 
53
PRE_UNINSTALL = :
 
54
POST_UNINSTALL = :
 
55
host_triplet = @host@
 
56
ACLOCAL = @ACLOCAL@
 
57
ALLOCA = @ALLOCA@
 
58
AMDEP_FALSE = @AMDEP_FALSE@
 
59
AMDEP_TRUE = @AMDEP_TRUE@
 
60
AMTAR = @AMTAR@
 
61
AUTOCONF = @AUTOCONF@
 
62
AUTOHEADER = @AUTOHEADER@
 
63
AUTOMAKE = @AUTOMAKE@
 
64
AWK = @AWK@
 
65
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
 
66
CATOBJEXT = @CATOBJEXT@
 
67
CC = @CC@
 
68
CCDEPMODE = @CCDEPMODE@
 
69
CFLAGS = @CFLAGS@
 
70
CPPFLAGS = @CPPFLAGS@
 
71
CXX = @CXX@
 
72
CXXCPP = @CXXCPP@
 
73
CXXDEPMODE = @CXXDEPMODE@
 
74
CXXFLAGS = @CXXFLAGS@
 
75
CYGPATH_W = @CYGPATH_W@
 
76
DATADIRNAME = @DATADIRNAME@
 
77
DEFS = @DEFS@
 
78
DEPDIR = @DEPDIR@
 
79
ECHO_C = @ECHO_C@
 
80
ECHO_N = @ECHO_N@
 
81
ECHO_T = @ECHO_T@
 
82
EGREP = @EGREP@
 
83
EXEEXT = @EXEEXT@
 
84
GENCAT = @GENCAT@
 
85
GLIBC21 = @GLIBC21@
 
86
GMSGFMT = @GMSGFMT@
 
87
INSTALL_DATA = @INSTALL_DATA@
 
88
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
89
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
90
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
91
INSTOBJEXT = @INSTOBJEXT@
 
92
INTLBISON = @INTLBISON@
 
93
INTLLIBS = @INTLLIBS@
 
94
INTLOBJS = @INTLOBJS@
 
95
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
 
96
LDFLAGS = @LDFLAGS@
 
97
LIBICONV = @LIBICONV@
 
98
LIBINTL = @LIBINTL@
 
99
LIBOBJS = @LIBOBJS@
 
100
LIBS = @LIBS@
 
101
LN_S = @LN_S@
 
102
LTLIBICONV = @LTLIBICONV@
 
103
LTLIBINTL = @LTLIBINTL@
 
104
LTLIBOBJS = @LTLIBOBJS@
 
105
MAKEINFO = @MAKEINFO@
 
106
MKINSTALLDIRS = @MKINSTALLDIRS@
 
107
MSGFMT = @MSGFMT@
 
108
MSGMERGE = @MSGMERGE@
 
109
OBJEXT = @OBJEXT@
 
110
PACKAGE = @PACKAGE@
 
111
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
112
PACKAGE_NAME = @PACKAGE_NAME@
 
113
PACKAGE_STRING = @PACKAGE_STRING@
 
114
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
115
PACKAGE_VERSION = @PACKAGE_VERSION@
 
116
PATH_SEPARATOR = @PATH_SEPARATOR@
 
117
POSUB = @POSUB@
 
118
RANLIB = @RANLIB@
 
119
SET_MAKE = @SET_MAKE@
 
120
SHELL = @SHELL@
 
121
STRIP = @STRIP@
 
122
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
 
123
USE_NLS = @USE_NLS@
 
124
VERSION = @VERSION@
 
125
XGETTEXT = @XGETTEXT@
 
126
XML_CONFIG = @XML_CONFIG@
 
127
ac_ct_CC = @ac_ct_CC@
 
128
ac_ct_CXX = @ac_ct_CXX@
 
129
ac_ct_RANLIB = @ac_ct_RANLIB@
 
130
ac_ct_STRIP = @ac_ct_STRIP@
 
131
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
132
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
133
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
134
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
135
am__include = @am__include@
 
136
am__leading_dot = @am__leading_dot@
 
137
am__quote = @am__quote@
 
138
bindir = @bindir@
 
139
build = @build@
 
140
build_alias = @build_alias@
 
141
build_cpu = @build_cpu@
 
142
build_os = @build_os@
 
143
build_vendor = @build_vendor@
 
144
datadir = @datadir@
 
145
exec_prefix = @exec_prefix@
 
146
extra_includes = @extra_includes@
 
147
extra_libraries = @extra_libraries@
 
148
host = @host@
 
149
host_alias = @host_alias@
 
150
host_cpu = @host_cpu@
 
151
host_os = @host_os@
 
152
host_vendor = @host_vendor@
 
153
includedir = @includedir@
 
154
infodir = @infodir@
 
155
install_sh = @install_sh@
 
156
 
 
157
libdir = $(prefix)/share/games/@PACKAGE@/libs
 
158
libexecdir = @libexecdir@
 
159
localstatedir = @localstatedir@
 
160
mandir = @mandir@
 
161
oldincludedir = @oldincludedir@
 
162
prefix = @prefix@
 
163
program_transform_name = @program_transform_name@
 
164
sbindir = @sbindir@
 
165
sharedstatedir = @sharedstatedir@
 
166
sysconfdir = @sysconfdir@
 
167
target_alias = @target_alias@
 
168
 
 
169
# -- Static Libs --
 
170
noinst_LIBRARIES = libpingus_movers.a
 
171
 
 
172
libpingus_movers_a_SOURCES = \
 
173
         linear_mover.cxx   linear_mover.hxx
 
174
 
 
175
subdir = src/movers
 
176
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
177
CONFIG_HEADER = $(top_builddir)/config.h
 
178
CONFIG_CLEAN_FILES =
 
179
LIBRARIES = $(noinst_LIBRARIES)
 
180
 
 
181
libpingus_movers_a_AR = $(AR) cru
 
182
libpingus_movers_a_LIBADD =
 
183
am_libpingus_movers_a_OBJECTS = linear_mover.$(OBJEXT)
 
184
libpingus_movers_a_OBJECTS = $(am_libpingus_movers_a_OBJECTS)
 
185
 
 
186
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
 
187
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
188
am__depfiles_maybe = depfiles
 
189
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/linear_mover.Po
 
190
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
191
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
192
CXXLD = $(CXX)
 
193
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
 
194
        -o $@
 
195
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
196
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
197
CCLD = $(CC)
 
198
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
199
DIST_SOURCES = $(libpingus_movers_a_SOURCES)
 
200
DIST_COMMON = Makefile.am Makefile.in
 
201
SOURCES = $(libpingus_movers_a_SOURCES)
 
202
 
 
203
all: all-am
 
204
 
 
205
.SUFFIXES:
 
206
.SUFFIXES: .cxx .o .obj
 
207
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
208
        cd $(top_srcdir) && \
 
209
          $(AUTOMAKE) --gnu  src/movers/Makefile
 
210
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
211
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
212
 
 
213
AR = ar
 
214
 
 
215
clean-noinstLIBRARIES:
 
216
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
217
libpingus_movers.a: $(libpingus_movers_a_OBJECTS) $(libpingus_movers_a_DEPENDENCIES) 
 
218
        -rm -f libpingus_movers.a
 
219
        $(libpingus_movers_a_AR) libpingus_movers.a $(libpingus_movers_a_OBJECTS) $(libpingus_movers_a_LIBADD)
 
220
        $(RANLIB) libpingus_movers.a
 
221
 
 
222
mostlyclean-compile:
 
223
        -rm -f *.$(OBJEXT) core *.core
 
224
 
 
225
distclean-compile:
 
226
        -rm -f *.tab.c
 
227
 
 
228
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linear_mover.Po@am__quote@
 
229
 
 
230
distclean-depend:
 
231
        -rm -rf ./$(DEPDIR)
 
232
 
 
233
.cxx.o:
 
234
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
235
@am__fastdepCXX_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
 
236
@am__fastdepCXX_TRUE@   then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
237
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
238
@am__fastdepCXX_TRUE@   fi
 
239
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
240
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
241
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
242
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
243
 
 
244
.cxx.obj:
 
245
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
246
@am__fastdepCXX_TRUE@     -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
 
247
@am__fastdepCXX_TRUE@   then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
248
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
249
@am__fastdepCXX_TRUE@   fi
 
250
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
251
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
252
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
253
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
 
254
uninstall-info-am:
 
255
 
 
256
ETAGS = etags
 
257
ETAGSFLAGS =
 
258
 
 
259
CTAGS = ctags
 
260
CTAGSFLAGS =
 
261
 
 
262
tags: TAGS
 
263
 
 
264
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
265
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
266
        unique=`for i in $$list; do \
 
267
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
268
          done | \
 
269
          $(AWK) '    { files[$$0] = 1; } \
 
270
               END { for (i in files) print i; }'`; \
 
271
        mkid -fID $$unique
 
272
 
 
273
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
274
                $(TAGS_FILES) $(LISP)
 
275
        tags=; \
 
276
        here=`pwd`; \
 
277
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
278
        unique=`for i in $$list; do \
 
279
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
280
          done | \
 
281
          $(AWK) '    { files[$$0] = 1; } \
 
282
               END { for (i in files) print i; }'`; \
 
283
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
284
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
285
             $$tags $$unique
 
286
 
 
287
ctags: CTAGS
 
288
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
289
                $(TAGS_FILES) $(LISP)
 
290
        tags=; \
 
291
        here=`pwd`; \
 
292
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
293
        unique=`for i in $$list; do \
 
294
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
295
          done | \
 
296
          $(AWK) '    { files[$$0] = 1; } \
 
297
               END { for (i in files) print i; }'`; \
 
298
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
299
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
300
             $$tags $$unique
 
301
 
 
302
GTAGS:
 
303
        here=`$(am__cd) $(top_builddir) && pwd` \
 
304
          && cd $(top_srcdir) \
 
305
          && gtags -i $(GTAGS_ARGS) $$here
 
306
 
 
307
distclean-tags:
 
308
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
309
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
310
 
 
311
top_distdir = ../..
 
312
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
313
 
 
314
distdir: $(DISTFILES)
 
315
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
316
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
317
        list='$(DISTFILES)'; for file in $$list; do \
 
318
          case $$file in \
 
319
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
320
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
321
          esac; \
 
322
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
323
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
324
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
325
            dir="/$$dir"; \
 
326
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
327
          else \
 
328
            dir=''; \
 
329
          fi; \
 
330
          if test -d $$d/$$file; then \
 
331
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
332
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
333
            fi; \
 
334
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
335
          else \
 
336
            test -f $(distdir)/$$file \
 
337
            || cp -p $$d/$$file $(distdir)/$$file \
 
338
            || exit 1; \
 
339
          fi; \
 
340
        done
 
341
check-am: all-am
 
342
check: check-am
 
343
all-am: Makefile $(LIBRARIES)
 
344
 
 
345
installdirs:
 
346
 
 
347
install: install-am
 
348
install-exec: install-exec-am
 
349
install-data: install-data-am
 
350
uninstall: uninstall-am
 
351
 
 
352
install-am: all-am
 
353
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
354
 
 
355
installcheck: installcheck-am
 
356
install-strip:
 
357
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
358
          INSTALL_STRIP_FLAG=-s \
 
359
          `test -z '$(STRIP)' || \
 
360
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
361
mostlyclean-generic:
 
362
 
 
363
clean-generic:
 
364
 
 
365
distclean-generic:
 
366
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
367
 
 
368
maintainer-clean-generic:
 
369
        @echo "This command is intended for maintainers to use"
 
370
        @echo "it deletes files that may require special tools to rebuild."
 
371
clean: clean-am
 
372
 
 
373
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
 
374
 
 
375
distclean: distclean-am
 
376
 
 
377
distclean-am: clean-am distclean-compile distclean-depend \
 
378
        distclean-generic distclean-tags
 
379
 
 
380
dvi: dvi-am
 
381
 
 
382
dvi-am:
 
383
 
 
384
info: info-am
 
385
 
 
386
info-am:
 
387
 
 
388
install-data-am:
 
389
 
 
390
install-exec-am:
 
391
 
 
392
install-info: install-info-am
 
393
 
 
394
install-man:
 
395
 
 
396
installcheck-am:
 
397
 
 
398
maintainer-clean: maintainer-clean-am
 
399
 
 
400
maintainer-clean-am: distclean-am maintainer-clean-generic
 
401
 
 
402
mostlyclean: mostlyclean-am
 
403
 
 
404
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
405
 
 
406
pdf: pdf-am
 
407
 
 
408
pdf-am:
 
409
 
 
410
ps: ps-am
 
411
 
 
412
ps-am:
 
413
 
 
414
uninstall-am: uninstall-info-am
 
415
 
 
416
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
417
        clean-noinstLIBRARIES ctags distclean distclean-compile \
 
418
        distclean-depend distclean-generic distclean-tags distdir dvi \
 
419
        dvi-am info info-am install install-am install-data \
 
420
        install-data-am install-exec install-exec-am install-info \
 
421
        install-info-am install-man install-strip installcheck \
 
422
        installcheck-am installdirs maintainer-clean \
 
423
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
424
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 
425
        uninstall-am uninstall-info-am
 
426
 
 
427
 
 
428
# EOF #
 
429
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
430
# Otherwise a system limit (for SysV at least) may be exceeded.
 
431
.NOEXPORT: