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

« back to all changes in this revision

Viewing changes to src/worldmap/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 automatically by automake 1.4-p4 from Makefile.am
 
1
# Makefile.in generated by automake 1.7.3 from Makefile.am.
 
2
# @configure_input@
2
3
 
3
 
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
5
# Free Software Foundation, Inc.
4
6
# This Makefile.in is free software; the Free Software Foundation
5
7
# gives unlimited permission to copy and/or distribute it,
6
8
# with or without modifications, as long as this notice is preserved.
10
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
13
# PARTICULAR PURPOSE.
12
14
 
13
 
#  $Id: Makefile.am,v 1.2 2001/04/07 16:48:30 grumbel Exp $
 
15
@SET_MAKE@
 
16
 
 
17
#  $Id: Makefile.am,v 1.12 2003/04/11 13:12:54 grumbel Exp $
14
18
#
15
19
#  Pingus - A free Lemmings clone
16
20
#  Copyright (C) 1999 Ingo Ruhnke <grumbel@gmx.de>
29
33
#  along with this program; if not, write to the Free Software
30
34
#  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
31
35
 
32
 
 
33
 
SHELL = @SHELL@
34
 
 
35
36
srcdir = @srcdir@
36
37
top_srcdir = @top_srcdir@
37
38
VPATH = @srcdir@
38
 
prefix = @prefix@
39
 
exec_prefix = @exec_prefix@
40
 
 
41
 
bindir = @bindir@
42
 
sbindir = @sbindir@
43
 
libexecdir = @libexecdir@
44
 
datadir = @datadir@
45
 
sysconfdir = @sysconfdir@
46
 
sharedstatedir = @sharedstatedir@
47
 
localstatedir = @localstatedir@
48
 
libdir = @libdir@
49
 
infodir = @infodir@
50
 
mandir = @mandir@
51
 
includedir = @includedir@
52
 
oldincludedir = /usr/include
53
 
 
54
 
DESTDIR =
55
 
 
56
39
pkgdatadir = $(datadir)/@PACKAGE@
57
40
pkglibdir = $(libdir)/@PACKAGE@
58
41
pkgincludedir = $(includedir)/@PACKAGE@
59
 
 
60
42
top_builddir = ../..
61
43
 
62
 
ACLOCAL = @ACLOCAL@
63
 
AUTOCONF = @AUTOCONF@
64
 
AUTOMAKE = @AUTOMAKE@
65
 
AUTOHEADER = @AUTOHEADER@
66
 
 
 
44
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67
45
INSTALL = @INSTALL@
68
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
69
 
INSTALL_DATA = @INSTALL_DATA@
70
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
71
 
transform = @program_transform_name@
72
 
 
 
46
install_sh_DATA = $(install_sh) -c -m 644
 
47
install_sh_PROGRAM = $(install_sh) -c
 
48
install_sh_SCRIPT = $(install_sh) -c
 
49
INSTALL_HEADER = $(INSTALL_DATA)
 
50
transform = $(program_transform_name)
73
51
NORMAL_INSTALL = :
74
52
PRE_INSTALL = :
75
53
POST_INSTALL = :
76
54
NORMAL_UNINSTALL = :
77
55
PRE_UNINSTALL = :
78
56
POST_UNINSTALL = :
79
 
host_alias = @host_alias@
80
57
host_triplet = @host@
 
58
ACLOCAL = @ACLOCAL@
 
59
ALLOCA = @ALLOCA@
 
60
AMDEP_FALSE = @AMDEP_FALSE@
 
61
AMDEP_TRUE = @AMDEP_TRUE@
 
62
AMTAR = @AMTAR@
 
63
AUTOCONF = @AUTOCONF@
 
64
AUTOHEADER = @AUTOHEADER@
 
65
AUTOMAKE = @AUTOMAKE@
81
66
AWK = @AWK@
82
67
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
83
 
CATALOGS = @CATALOGS@
84
68
CATOBJEXT = @CATOBJEXT@
85
69
CC = @CC@
 
70
CCDEPMODE = @CCDEPMODE@
 
71
CFLAGS = @CFLAGS@
 
72
CPPFLAGS = @CPPFLAGS@
86
73
CXX = @CXX@
 
74
CXXCPP = @CXXCPP@
 
75
CXXDEPMODE = @CXXDEPMODE@
 
76
CXXFLAGS = @CXXFLAGS@
 
77
CYGPATH_W = @CYGPATH_W@
87
78
DATADIRNAME = @DATADIRNAME@
 
79
DEFS = @DEFS@
 
80
DEPDIR = @DEPDIR@
 
81
ECHO_C = @ECHO_C@
 
82
ECHO_N = @ECHO_N@
 
83
ECHO_T = @ECHO_T@
 
84
EGREP = @EGREP@
 
85
EXEEXT = @EXEEXT@
88
86
GENCAT = @GENCAT@
89
87
GLIBC21 = @GLIBC21@
90
 
GMOFILES = @GMOFILES@
91
88
GMSGFMT = @GMSGFMT@
 
89
INSTALL_DATA = @INSTALL_DATA@
 
90
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
91
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
92
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
92
93
INSTOBJEXT = @INSTOBJEXT@
93
94
INTLBISON = @INTLBISON@
94
95
INTLLIBS = @INTLLIBS@
95
96
INTLOBJS = @INTLOBJS@
96
97
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
 
98
LDFLAGS = @LDFLAGS@
97
99
LIBICONV = @LIBICONV@
 
100
LIBINTL = @LIBINTL@
 
101
LIBOBJS = @LIBOBJS@
 
102
LIBS = @LIBS@
98
103
LN_S = @LN_S@
 
104
LTLIBICONV = @LTLIBICONV@
 
105
LTLIBINTL = @LTLIBINTL@
 
106
LTLIBOBJS = @LTLIBOBJS@
99
107
MAKEINFO = @MAKEINFO@
100
108
MKINSTALLDIRS = @MKINSTALLDIRS@
101
109
MSGFMT = @MSGFMT@
 
110
MSGMERGE = @MSGMERGE@
 
111
OBJEXT = @OBJEXT@
102
112
PACKAGE = @PACKAGE@
103
 
POFILES = @POFILES@
 
113
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
114
PACKAGE_NAME = @PACKAGE_NAME@
 
115
PACKAGE_STRING = @PACKAGE_STRING@
 
116
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
117
PACKAGE_VERSION = @PACKAGE_VERSION@
 
118
PATH_SEPARATOR = @PATH_SEPARATOR@
104
119
POSUB = @POSUB@
105
120
RANLIB = @RANLIB@
 
121
SET_MAKE = @SET_MAKE@
 
122
SHELL = @SHELL@
 
123
STRIP = @STRIP@
106
124
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
107
125
USE_NLS = @USE_NLS@
108
126
VERSION = @VERSION@
 
127
XGETTEXT = @XGETTEXT@
109
128
XML_CONFIG = @XML_CONFIG@
 
129
ac_ct_CC = @ac_ct_CC@
 
130
ac_ct_CXX = @ac_ct_CXX@
 
131
ac_ct_RANLIB = @ac_ct_RANLIB@
 
132
ac_ct_STRIP = @ac_ct_STRIP@
 
133
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
134
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
135
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
136
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
137
am__include = @am__include@
 
138
am__leading_dot = @am__leading_dot@
 
139
am__quote = @am__quote@
 
140
bindir = @bindir@
 
141
build = @build@
 
142
build_alias = @build_alias@
 
143
build_cpu = @build_cpu@
 
144
build_os = @build_os@
 
145
build_vendor = @build_vendor@
 
146
datadir = @datadir@
 
147
exec_prefix = @exec_prefix@
110
148
extra_includes = @extra_includes@
111
149
extra_libraries = @extra_libraries@
 
150
host = @host@
 
151
host_alias = @host_alias@
 
152
host_cpu = @host_cpu@
 
153
host_os = @host_os@
 
154
host_vendor = @host_vendor@
 
155
includedir = @includedir@
 
156
infodir = @infodir@
 
157
install_sh = @install_sh@
 
158
libdir = @libdir@
 
159
libexecdir = @libexecdir@
 
160
localstatedir = @localstatedir@
 
161
mandir = @mandir@
 
162
oldincludedir = @oldincludedir@
 
163
prefix = @prefix@
 
164
program_transform_name = @program_transform_name@
 
165
sbindir = @sbindir@
 
166
sharedstatedir = @sharedstatedir@
 
167
sysconfdir = @sysconfdir@
 
168
target_alias = @target_alias@
112
169
 
113
170
noinst_LIBRARIES = libpingus_worldmap.a
114
171
 
115
 
libpingus_worldmap_a_SOURCES =          PingusWorldMap.cc       PingusWorldMap.hh         PingusWorldMapManager.cc         PingusWorldMapManager.hh         PingusWorldMapGraph.cc           PingusWorldMapGraph.hh           PingusWorldMapPingus.cc          PingusWorldMapPingus.hh          PingusWorldMapStat.hh            PingusWorldMapStat.cc
 
172
libpingus_worldmap_a_SOURCES = \
 
173
dot.hxx dot.cxx \
 
174
dot_factory.cxx \
 
175
dot_factory.hxx \
 
176
drawable.cxx \
 
177
drawable.hxx \
 
178
drawable_factory.cxx \
 
179
drawable_factory.hxx \
 
180
graph.cxx \
 
181
graph.hxx    \
 
182
level_dot.cxx   \
 
183
level_dot.hxx   \
 
184
manager.cxx  \
 
185
manager.hxx  \
 
186
path.cxx  \
 
187
path.hxx  \
 
188
path_drawable.cxx \
 
189
path_drawable.hxx \
 
190
path_graph.cxx  \
 
191
path_graph.hxx  \
 
192
pathfinder.hxx  \
 
193
pingus.cxx   \
 
194
pingus.hxx   \
 
195
sprite_drawable.cxx \
 
196
sprite_drawable.hxx \
 
197
surface_drawable.cxx \
 
198
surface_drawable.hxx \
 
199
worldmap.cxx \
 
200
worldmap.hxx
116
201
 
 
202
subdir = src/worldmap
117
203
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
118
 
CONFIG_HEADER = ../../config.h
119
 
CONFIG_CLEAN_FILES = 
120
 
LIBRARIES =  $(noinst_LIBRARIES)
121
 
 
122
 
 
123
 
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
124
 
CPPFLAGS = @CPPFLAGS@
125
 
LDFLAGS = @LDFLAGS@
126
 
LIBS = @LIBS@
127
 
libpingus_worldmap_a_LIBADD = 
128
 
libpingus_worldmap_a_OBJECTS =  PingusWorldMap.o PingusWorldMapManager.o \
129
 
PingusWorldMapGraph.o PingusWorldMapPingus.o PingusWorldMapStat.o
130
 
AR = ar
131
 
CXXFLAGS = @CXXFLAGS@
132
 
CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
204
CONFIG_HEADER = $(top_builddir)/config.h
 
205
CONFIG_CLEAN_FILES =
 
206
LIBRARIES = $(noinst_LIBRARIES)
 
207
 
 
208
libpingus_worldmap_a_AR = $(AR) cru
 
209
libpingus_worldmap_a_LIBADD =
 
210
am_libpingus_worldmap_a_OBJECTS = dot.$(OBJEXT) dot_factory.$(OBJEXT) \
 
211
        drawable.$(OBJEXT) drawable_factory.$(OBJEXT) graph.$(OBJEXT) \
 
212
        level_dot.$(OBJEXT) manager.$(OBJEXT) path.$(OBJEXT) \
 
213
        path_drawable.$(OBJEXT) path_graph.$(OBJEXT) pingus.$(OBJEXT) \
 
214
        sprite_drawable.$(OBJEXT) surface_drawable.$(OBJEXT) \
 
215
        worldmap.$(OBJEXT)
 
216
libpingus_worldmap_a_OBJECTS = $(am_libpingus_worldmap_a_OBJECTS)
 
217
 
 
218
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
 
219
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
220
am__depfiles_maybe = depfiles
 
221
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/dot.Po ./$(DEPDIR)/dot_factory.Po \
 
222
@AMDEP_TRUE@    ./$(DEPDIR)/drawable.Po \
 
223
@AMDEP_TRUE@    ./$(DEPDIR)/drawable_factory.Po \
 
224
@AMDEP_TRUE@    ./$(DEPDIR)/graph.Po ./$(DEPDIR)/level_dot.Po \
 
225
@AMDEP_TRUE@    ./$(DEPDIR)/manager.Po ./$(DEPDIR)/path.Po \
 
226
@AMDEP_TRUE@    ./$(DEPDIR)/path_drawable.Po \
 
227
@AMDEP_TRUE@    ./$(DEPDIR)/path_graph.Po ./$(DEPDIR)/pingus.Po \
 
228
@AMDEP_TRUE@    ./$(DEPDIR)/sprite_drawable.Po \
 
229
@AMDEP_TRUE@    ./$(DEPDIR)/surface_drawable.Po \
 
230
@AMDEP_TRUE@    ./$(DEPDIR)/worldmap.Po
 
231
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
232
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
133
233
CXXLD = $(CXX)
134
 
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
135
 
CFLAGS = @CFLAGS@
136
 
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
234
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
 
235
        -o $@
 
236
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
237
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
137
238
CCLD = $(CC)
138
 
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
139
 
DIST_COMMON =  Makefile.am Makefile.in
140
 
 
141
 
 
142
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
143
 
 
144
 
TAR = tar
145
 
GZIP_ENV = --best
 
239
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
240
DIST_SOURCES = $(libpingus_worldmap_a_SOURCES)
 
241
DIST_COMMON = Makefile.am Makefile.in
146
242
SOURCES = $(libpingus_worldmap_a_SOURCES)
147
 
OBJECTS = $(libpingus_worldmap_a_OBJECTS)
148
 
 
149
 
all: all-redirect
 
243
 
 
244
all: all-am
 
245
 
150
246
.SUFFIXES:
151
 
.SUFFIXES: .S .c .cc .o .s
152
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
153
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/worldmap/Makefile
154
 
 
155
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
156
 
        cd $(top_builddir) \
157
 
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
158
 
 
159
 
 
160
 
mostlyclean-noinstLIBRARIES:
 
247
.SUFFIXES: .cxx .o .obj
 
248
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
249
        cd $(top_srcdir) && \
 
250
          $(AUTOMAKE) --gnu  src/worldmap/Makefile
 
251
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
252
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
253
 
 
254
AR = ar
161
255
 
162
256
clean-noinstLIBRARIES:
163
257
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
164
 
 
165
 
distclean-noinstLIBRARIES:
166
 
 
167
 
maintainer-clean-noinstLIBRARIES:
168
 
 
169
 
.c.o:
170
 
        $(COMPILE) -c $<
171
 
 
172
 
.s.o:
173
 
        $(COMPILE) -c $<
174
 
 
175
 
.S.o:
176
 
        $(COMPILE) -c $<
 
258
libpingus_worldmap.a: $(libpingus_worldmap_a_OBJECTS) $(libpingus_worldmap_a_DEPENDENCIES) 
 
259
        -rm -f libpingus_worldmap.a
 
260
        $(libpingus_worldmap_a_AR) libpingus_worldmap.a $(libpingus_worldmap_a_OBJECTS) $(libpingus_worldmap_a_LIBADD)
 
261
        $(RANLIB) libpingus_worldmap.a
177
262
 
178
263
mostlyclean-compile:
179
 
        -rm -f *.o core *.core
180
 
 
181
 
clean-compile:
 
264
        -rm -f *.$(OBJEXT) core *.core
182
265
 
183
266
distclean-compile:
184
267
        -rm -f *.tab.c
185
268
 
186
 
maintainer-clean-compile:
187
 
 
188
 
libpingus_worldmap.a: $(libpingus_worldmap_a_OBJECTS) $(libpingus_worldmap_a_DEPENDENCIES)
189
 
        -rm -f libpingus_worldmap.a
190
 
        $(AR) cru libpingus_worldmap.a $(libpingus_worldmap_a_OBJECTS) $(libpingus_worldmap_a_LIBADD)
191
 
        $(RANLIB) libpingus_worldmap.a
192
 
.cc.o:
193
 
        $(CXXCOMPILE) -c $<
 
269
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dot.Po@am__quote@
 
270
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dot_factory.Po@am__quote@
 
271
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drawable.Po@am__quote@
 
272
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drawable_factory.Po@am__quote@
 
273
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/graph.Po@am__quote@
 
274
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/level_dot.Po@am__quote@
 
275
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/manager.Po@am__quote@
 
276
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/path.Po@am__quote@
 
277
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/path_drawable.Po@am__quote@
 
278
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/path_graph.Po@am__quote@
 
279
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pingus.Po@am__quote@
 
280
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprite_drawable.Po@am__quote@
 
281
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/surface_drawable.Po@am__quote@
 
282
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/worldmap.Po@am__quote@
 
283
 
 
284
distclean-depend:
 
285
        -rm -rf ./$(DEPDIR)
 
286
 
 
287
.cxx.o:
 
288
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
289
@am__fastdepCXX_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
 
290
@am__fastdepCXX_TRUE@   then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
291
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
292
@am__fastdepCXX_TRUE@   fi
 
293
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
294
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
295
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
296
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
297
 
 
298
.cxx.obj:
 
299
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
300
@am__fastdepCXX_TRUE@     -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
 
301
@am__fastdepCXX_TRUE@   then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
302
@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
303
@am__fastdepCXX_TRUE@   fi
 
304
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
305
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
306
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
307
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
 
308
uninstall-info-am:
 
309
 
 
310
ETAGS = etags
 
311
ETAGSFLAGS =
 
312
 
 
313
CTAGS = ctags
 
314
CTAGSFLAGS =
194
315
 
195
316
tags: TAGS
196
317
 
197
 
ID: $(HEADERS) $(SOURCES) $(LISP)
198
 
        list='$(SOURCES) $(HEADERS)'; \
199
 
        unique=`for i in $$list; do echo $$i; done | \
200
 
          awk '    { files[$$0] = 1; } \
201
 
               END { for (i in files) print i; }'`; \
202
 
        here=`pwd` && cd $(srcdir) \
203
 
          && mkid -f$$here/ID $$unique $(LISP)
204
 
 
205
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
206
 
        tags=; \
207
 
        here=`pwd`; \
208
 
        list='$(SOURCES) $(HEADERS)'; \
209
 
        unique=`for i in $$list; do echo $$i; done | \
210
 
          awk '    { files[$$0] = 1; } \
211
 
               END { for (i in files) print i; }'`; \
212
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
213
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
214
 
 
215
 
mostlyclean-tags:
216
 
 
217
 
clean-tags:
 
318
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
319
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
320
        unique=`for i in $$list; do \
 
321
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
322
          done | \
 
323
          $(AWK) '    { files[$$0] = 1; } \
 
324
               END { for (i in files) print i; }'`; \
 
325
        mkid -fID $$unique
 
326
 
 
327
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
328
                $(TAGS_FILES) $(LISP)
 
329
        tags=; \
 
330
        here=`pwd`; \
 
331
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
332
        unique=`for i in $$list; do \
 
333
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
334
          done | \
 
335
          $(AWK) '    { files[$$0] = 1; } \
 
336
               END { for (i in files) print i; }'`; \
 
337
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
338
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
339
             $$tags $$unique
 
340
 
 
341
ctags: CTAGS
 
342
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
343
                $(TAGS_FILES) $(LISP)
 
344
        tags=; \
 
345
        here=`pwd`; \
 
346
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
347
        unique=`for i in $$list; do \
 
348
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
349
          done | \
 
350
          $(AWK) '    { files[$$0] = 1; } \
 
351
               END { for (i in files) print i; }'`; \
 
352
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
353
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
354
             $$tags $$unique
 
355
 
 
356
GTAGS:
 
357
        here=`$(am__cd) $(top_builddir) && pwd` \
 
358
          && cd $(top_srcdir) \
 
359
          && gtags -i $(GTAGS_ARGS) $$here
218
360
 
219
361
distclean-tags:
220
 
        -rm -f TAGS ID
221
 
 
222
 
maintainer-clean-tags:
223
 
 
224
 
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
225
 
 
226
 
subdir = src/worldmap
 
362
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
363
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
364
 
 
365
top_distdir = ../..
 
366
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
227
367
 
228
368
distdir: $(DISTFILES)
229
 
        @for file in $(DISTFILES); do \
230
 
          d=$(srcdir); \
 
369
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
370
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
371
        list='$(DISTFILES)'; for file in $$list; do \
 
372
          case $$file in \
 
373
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
374
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
375
          esac; \
 
376
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
377
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
378
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
379
            dir="/$$dir"; \
 
380
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
381
          else \
 
382
            dir=''; \
 
383
          fi; \
231
384
          if test -d $$d/$$file; then \
232
 
            cp -pr $$d/$$file $(distdir)/$$file; \
 
385
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
386
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
387
            fi; \
 
388
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
233
389
          else \
234
390
            test -f $(distdir)/$$file \
235
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
236
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
391
            || cp -p $$d/$$file $(distdir)/$$file \
 
392
            || exit 1; \
237
393
          fi; \
238
394
        done
239
 
PingusWorldMap.o: PingusWorldMap.cc ../PingusError.hh ../System.hh \
240
 
        ../globals.hh ../Display.hh ../TargetProvider.hh \
241
 
        ../PingusResource.hh ../ResDescriptor.hh ../algo.hh \
242
 
        ../PingusGameSession.hh ../Server.hh ../World.hh \
243
 
        ../boost/smart_ptr.hpp ../boost/config.hpp ../boost/utility.hpp \
244
 
        ../ActionHolder.hh ../PinguAction.hh ../Sprite.hh \
245
 
        ../WorldObj.hh ../PinguEnums.hh ../Pingu.hh \
246
 
        ../StringConverter.hh ../../config.h ../Direction.hh \
247
 
        ../my_gettext.hh ../DemoRecorder.hh ../Client.hh \
248
 
        ../boost/dummy_ptr.hpp ../Result.hh ../ButtonPanel.hh \
249
 
        ../GuiObj.hh ../ActionButton.hh ../AnimCounter.hh ../Counter.hh \
250
 
        ../TimeDisplay.hh ../PinguInfo.hh ../PingusCounter.hh \
251
 
        ../SmallMap.hh ../HurryUp.hh ../Controller.hh ../Cursor.hh \
252
 
        ../Playfield.hh ../Range.hh ../View.hh ../CaptureRectangle.hh \
253
 
        ../blitter.hh ../PingusSound.hh ../Console.hh PingusWorldMap.hh \
254
 
        ../Position.hh PingusWorldMapGraph.hh ../PLF.hh \
255
 
        ../WeatherData.hh ../ActionData.hh ../EntranceData.hh \
256
 
        ../WorldObjData.hh ../XMLhelper.hh ../Color.hh ../ExitData.hh \
257
 
        ../HotspotData.hh ../LiquidData.hh ../TrapData.hh \
258
 
        ../PinguMap.hh ../GroundpieceData.hh PingusWorldMapPingus.hh \
259
 
        PingusWorldMapStat.hh
260
 
PingusWorldMapGraph.o: PingusWorldMapGraph.cc ../my_gettext.hh \
261
 
        ../globals.hh ../PingusError.hh ../PathManager.hh ../XMLPLF.hh \
262
 
        ../XMLhelper.hh ../../config.h ../ResDescriptor.hh \
263
 
        ../Position.hh ../Color.hh ../PLF.hh ../boost/smart_ptr.hpp \
264
 
        ../boost/config.hpp ../boost/utility.hpp ../WeatherData.hh \
265
 
        ../ActionData.hh ../Direction.hh ../EntranceData.hh \
266
 
        ../WorldObjData.hh ../ExitData.hh ../HotspotData.hh \
267
 
        ../LiquidData.hh ../TrapData.hh ../PinguMap.hh ../WorldObj.hh \
268
 
        ../GroundpieceData.hh ../Console.hh ../Display.hh \
269
 
        ../StringConverter.hh ../PingusSound.hh ../PingusGameSession.hh \
270
 
        ../Server.hh ../World.hh ../ActionHolder.hh ../PinguAction.hh \
271
 
        ../Sprite.hh ../PinguEnums.hh ../Pingu.hh ../DemoRecorder.hh \
272
 
        ../Client.hh ../boost/dummy_ptr.hpp ../Result.hh \
273
 
        ../ButtonPanel.hh ../GuiObj.hh ../ActionButton.hh \
274
 
        ../AnimCounter.hh ../Counter.hh ../TimeDisplay.hh \
275
 
        ../PinguInfo.hh ../PingusCounter.hh ../SmallMap.hh \
276
 
        ../HurryUp.hh ../Controller.hh ../Cursor.hh ../Playfield.hh \
277
 
        ../Range.hh ../View.hh ../CaptureRectangle.hh \
278
 
        PingusWorldMapManager.hh PingusWorldMap.hh \
279
 
        PingusWorldMapGraph.hh PingusWorldMapPingus.hh \
280
 
        PingusWorldMapStat.hh
281
 
PingusWorldMapManager.o: PingusWorldMapManager.cc ../PathManager.hh \
282
 
        ../DeltaManager.hh ../globals.hh ../algo.hh ../Display.hh \
283
 
        PingusWorldMapManager.hh PingusWorldMap.hh ../Position.hh \
284
 
        PingusWorldMapGraph.hh ../PLF.hh ../boost/smart_ptr.hpp \
285
 
        ../boost/config.hpp ../boost/utility.hpp ../WeatherData.hh \
286
 
        ../ActionData.hh ../Direction.hh ../ResDescriptor.hh \
287
 
        ../EntranceData.hh ../WorldObjData.hh ../XMLhelper.hh \
288
 
        ../../config.h ../Color.hh ../ExitData.hh ../HotspotData.hh \
289
 
        ../LiquidData.hh ../TrapData.hh ../PinguMap.hh ../WorldObj.hh \
290
 
        ../GroundpieceData.hh ../Sprite.hh PingusWorldMapPingus.hh \
291
 
        PingusWorldMapStat.hh
292
 
PingusWorldMapPingus.o: PingusWorldMapPingus.cc ../PingusResource.hh \
293
 
        ../ResDescriptor.hh PingusWorldMapPingus.hh \
294
 
        PingusWorldMapGraph.hh ../PLF.hh ../boost/smart_ptr.hpp \
295
 
        ../boost/config.hpp ../boost/utility.hpp ../WeatherData.hh \
296
 
        ../ActionData.hh ../Direction.hh ../EntranceData.hh \
297
 
        ../WorldObjData.hh ../XMLhelper.hh ../../config.h \
298
 
        ../Position.hh ../Color.hh ../ExitData.hh ../HotspotData.hh \
299
 
        ../LiquidData.hh ../TrapData.hh ../PinguMap.hh ../WorldObj.hh \
300
 
        ../GroundpieceData.hh ../Sprite.hh
301
 
PingusWorldMapStat.o: PingusWorldMapStat.cc ../System.hh \
302
 
        ../StringConverter.hh ../../config.h ../PingusError.hh \
303
 
        PingusWorldMapStat.hh PingusWorldMapGraph.hh ../PLF.hh \
304
 
        ../boost/smart_ptr.hpp ../boost/config.hpp ../boost/utility.hpp \
305
 
        ../WeatherData.hh ../ActionData.hh ../Direction.hh \
306
 
        ../ResDescriptor.hh ../EntranceData.hh ../WorldObjData.hh \
307
 
        ../XMLhelper.hh ../Position.hh ../Color.hh ../ExitData.hh \
308
 
        ../HotspotData.hh ../LiquidData.hh ../TrapData.hh \
309
 
        ../PinguMap.hh ../WorldObj.hh ../GroundpieceData.hh \
310
 
        ../Sprite.hh
311
 
 
312
 
info-am:
313
 
info: info-am
314
 
dvi-am:
315
 
dvi: dvi-am
316
395
check-am: all-am
317
396
check: check-am
318
 
installcheck-am:
319
 
installcheck: installcheck-am
320
 
install-exec-am:
 
397
all-am: Makefile $(LIBRARIES)
 
398
 
 
399
installdirs:
 
400
 
 
401
install: install-am
321
402
install-exec: install-exec-am
322
 
 
323
 
install-data-am:
324
403
install-data: install-data-am
 
404
uninstall: uninstall-am
325
405
 
326
406
install-am: all-am
327
407
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
328
 
install: install-am
329
 
uninstall-am:
330
 
uninstall: uninstall-am
331
 
all-am: Makefile $(LIBRARIES)
332
 
all-redirect: all-am
 
408
 
 
409
installcheck: installcheck-am
333
410
install-strip:
334
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
335
 
installdirs:
336
 
 
337
 
 
 
411
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
412
          INSTALL_STRIP_FLAG=-s \
 
413
          `test -z '$(STRIP)' || \
 
414
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
338
415
mostlyclean-generic:
339
416
 
340
417
clean-generic:
341
418
 
342
419
distclean-generic:
343
420
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
344
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
345
421
 
346
422
maintainer-clean-generic:
347
 
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
348
 
                mostlyclean-tags mostlyclean-generic
349
 
 
350
 
mostlyclean: mostlyclean-am
351
 
 
352
 
clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
353
 
                mostlyclean-am
354
 
 
 
423
        @echo "This command is intended for maintainers to use"
 
424
        @echo "it deletes files that may require special tools to rebuild."
355
425
clean: clean-am
356
426
 
357
 
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
358
 
                distclean-tags distclean-generic clean-am
 
427
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
359
428
 
360
429
distclean: distclean-am
361
430
 
362
 
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
363
 
                maintainer-clean-compile maintainer-clean-tags \
364
 
                maintainer-clean-generic distclean-am
365
 
        @echo "This command is intended for maintainers to use;"
366
 
        @echo "it deletes files that may require special tools to rebuild."
 
431
distclean-am: clean-am distclean-compile distclean-depend \
 
432
        distclean-generic distclean-tags
 
433
 
 
434
dvi: dvi-am
 
435
 
 
436
dvi-am:
 
437
 
 
438
info: info-am
 
439
 
 
440
info-am:
 
441
 
 
442
install-data-am:
 
443
 
 
444
install-exec-am:
 
445
 
 
446
install-info: install-info-am
 
447
 
 
448
install-man:
 
449
 
 
450
installcheck-am:
367
451
 
368
452
maintainer-clean: maintainer-clean-am
369
453
 
370
 
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
371
 
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
372
 
mostlyclean-compile distclean-compile clean-compile \
373
 
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
374
 
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
375
 
check-am installcheck-am installcheck install-exec-am install-exec \
376
 
install-data-am install-data install-am install uninstall-am uninstall \
377
 
all-redirect all-am all installdirs mostlyclean-generic \
378
 
distclean-generic clean-generic maintainer-clean-generic clean \
379
 
mostlyclean distclean maintainer-clean
380
 
 
 
454
maintainer-clean-am: distclean-am maintainer-clean-generic
 
455
 
 
456
mostlyclean: mostlyclean-am
 
457
 
 
458
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
459
 
 
460
pdf: pdf-am
 
461
 
 
462
pdf-am:
 
463
 
 
464
ps: ps-am
 
465
 
 
466
ps-am:
 
467
 
 
468
uninstall-am: uninstall-info-am
 
469
 
 
470
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
471
        clean-noinstLIBRARIES ctags distclean distclean-compile \
 
472
        distclean-depend distclean-generic distclean-tags distdir dvi \
 
473
        dvi-am info info-am install install-am install-data \
 
474
        install-data-am install-exec install-exec-am install-info \
 
475
        install-info-am install-man install-strip installcheck \
 
476
        installcheck-am installdirs maintainer-clean \
 
477
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
478
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 
479
        uninstall-am uninstall-info-am
 
480
 
 
481
 
 
482
#node.cxx
 
483
#node.hxx
 
484
#node_data.hxx
 
485
#node_data.cxx
381
486
 
382
487
# EOF #
383
 
 
384
488
# Tell versions [3.59,3.63) of GNU make to not export all variables.
385
489
# Otherwise a system limit (for SysV at least) may be exceeded.
386
490
.NOEXPORT: