[2711] | 1 | # Makefile.in generated by automake 1.8.5 from Makefile.am. |
---|
[1945] | 2 | # @configure_input@ |
---|
| 3 | |
---|
[2706] | 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
---|
| 5 | # 2003, 2004 Free Software Foundation, Inc. |
---|
[1945] | 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 | |
---|
[2706] | 17 | |
---|
| 18 | SOURCES = $(orxonox_SOURCES) |
---|
| 19 | |
---|
[1945] | 20 | srcdir = @srcdir@ |
---|
| 21 | top_srcdir = @top_srcdir@ |
---|
| 22 | VPATH = @srcdir@ |
---|
| 23 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
| 24 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
| 25 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
| 26 | top_builddir = .. |
---|
| 27 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
---|
| 28 | INSTALL = @INSTALL@ |
---|
| 29 | install_sh_DATA = $(install_sh) -c -m 644 |
---|
| 30 | install_sh_PROGRAM = $(install_sh) -c |
---|
| 31 | install_sh_SCRIPT = $(install_sh) -c |
---|
| 32 | INSTALL_HEADER = $(INSTALL_DATA) |
---|
| 33 | transform = $(program_transform_name) |
---|
| 34 | NORMAL_INSTALL = : |
---|
| 35 | PRE_INSTALL = : |
---|
| 36 | POST_INSTALL = : |
---|
| 37 | NORMAL_UNINSTALL = : |
---|
| 38 | PRE_UNINSTALL = : |
---|
| 39 | POST_UNINSTALL = : |
---|
[2980] | 40 | host_triplet = @host@ |
---|
[2706] | 41 | bin_PROGRAMS = orxonox$(EXEEXT) |
---|
| 42 | subdir = src |
---|
| 43 | DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ |
---|
| 44 | $(srcdir)/Makefile.in INSTALL |
---|
| 45 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
---|
| 46 | am__aclocal_m4_deps = $(top_srcdir)/configure.ac |
---|
| 47 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
---|
| 48 | $(ACLOCAL_M4) |
---|
| 49 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
---|
| 50 | CONFIG_HEADER = $(top_builddir)/config.h |
---|
| 51 | CONFIG_CLEAN_FILES = |
---|
[2711] | 52 | am__installdirs = "$(DESTDIR)$(bindir)" |
---|
[2706] | 53 | binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) |
---|
| 54 | PROGRAMS = $(bin_PROGRAMS) |
---|
[3681] | 55 | am_orxonox_OBJECTS = orxonox.$(OBJEXT) game_loader.$(OBJEXT) \ |
---|
| 56 | command_node.$(OBJEXT) keynames.$(OBJEXT) camera.$(OBJEXT) \ |
---|
| 57 | track_manager.$(OBJEXT) track_node.$(OBJEXT) \ |
---|
| 58 | simple_animation.$(OBJEXT) garbage_collector.$(OBJEXT) \ |
---|
| 59 | story_entity.$(OBJEXT) campaign.$(OBJEXT) world.$(OBJEXT) \ |
---|
| 60 | world_entity.$(OBJEXT) player.$(OBJEXT) environment.$(OBJEXT) \ |
---|
| 61 | skysphere.$(OBJEXT) terrain.$(OBJEXT) weapon.$(OBJEXT) \ |
---|
| 62 | projectile.$(OBJEXT) character_attributes.$(OBJEXT) \ |
---|
| 63 | test_gun.$(OBJEXT) ai.$(OBJEXT) p_node.$(OBJEXT) \ |
---|
| 64 | null_parent.$(OBJEXT) helper_parent.$(OBJEXT) \ |
---|
| 65 | data_tank.$(OBJEXT) graphics_engine.$(OBJEXT) light.$(OBJEXT) \ |
---|
[3766] | 66 | text_engine.$(OBJEXT) array.$(OBJEXT) objModel.$(OBJEXT) \ |
---|
[3754] | 67 | primitive_model.$(OBJEXT) model.$(OBJEXT) material.$(OBJEXT) \ |
---|
| 68 | texture.$(OBJEXT) base_entity.$(OBJEXT) base_object.$(OBJEXT) \ |
---|
| 69 | ini_parser.$(OBJEXT) list.$(OBJEXT) resource_manager.$(OBJEXT) \ |
---|
| 70 | vector.$(OBJEXT) curve.$(OBJEXT) glmenu_imagescreen.$(OBJEXT) |
---|
[2706] | 71 | orxonox_OBJECTS = $(am_orxonox_OBJECTS) |
---|
| 72 | orxonox_LDADD = $(LDADD) |
---|
| 73 | DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) |
---|
| 74 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
---|
| 75 | am__depfiles_maybe = depfiles |
---|
[3681] | 76 | @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/ai.Po ./$(DEPDIR)/array.Po \ |
---|
[3365] | 77 | @AMDEP_TRUE@ ./$(DEPDIR)/base_entity.Po \ |
---|
| 78 | @AMDEP_TRUE@ ./$(DEPDIR)/base_object.Po ./$(DEPDIR)/camera.Po \ |
---|
[3681] | 79 | @AMDEP_TRUE@ ./$(DEPDIR)/campaign.Po \ |
---|
| 80 | @AMDEP_TRUE@ ./$(DEPDIR)/character_attributes.Po \ |
---|
[3456] | 81 | @AMDEP_TRUE@ ./$(DEPDIR)/command_node.Po ./$(DEPDIR)/curve.Po \ |
---|
[2706] | 82 | @AMDEP_TRUE@ ./$(DEPDIR)/data_tank.Po \ |
---|
[3754] | 83 | @AMDEP_TRUE@ ./$(DEPDIR)/environment.Po \ |
---|
[3460] | 84 | @AMDEP_TRUE@ ./$(DEPDIR)/game_loader.Po \ |
---|
[3681] | 85 | @AMDEP_TRUE@ ./$(DEPDIR)/garbage_collector.Po \ |
---|
[3365] | 86 | @AMDEP_TRUE@ ./$(DEPDIR)/glmenu_imagescreen.Po \ |
---|
[3681] | 87 | @AMDEP_TRUE@ ./$(DEPDIR)/graphics_engine.Po \ |
---|
[3365] | 88 | @AMDEP_TRUE@ ./$(DEPDIR)/helper_parent.Po \ |
---|
[2706] | 89 | @AMDEP_TRUE@ ./$(DEPDIR)/ini_parser.Po ./$(DEPDIR)/keynames.Po \ |
---|
[3436] | 90 | @AMDEP_TRUE@ ./$(DEPDIR)/light.Po ./$(DEPDIR)/list.Po \ |
---|
[3681] | 91 | @AMDEP_TRUE@ ./$(DEPDIR)/material.Po ./$(DEPDIR)/model.Po \ |
---|
| 92 | @AMDEP_TRUE@ ./$(DEPDIR)/null_parent.Po ./$(DEPDIR)/objModel.Po \ |
---|
| 93 | @AMDEP_TRUE@ ./$(DEPDIR)/orxonox.Po ./$(DEPDIR)/p_node.Po \ |
---|
| 94 | @AMDEP_TRUE@ ./$(DEPDIR)/player.Po \ |
---|
| 95 | @AMDEP_TRUE@ ./$(DEPDIR)/primitive_model.Po \ |
---|
| 96 | @AMDEP_TRUE@ ./$(DEPDIR)/projectile.Po \ |
---|
| 97 | @AMDEP_TRUE@ ./$(DEPDIR)/resource_manager.Po \ |
---|
| 98 | @AMDEP_TRUE@ ./$(DEPDIR)/simple_animation.Po \ |
---|
[3436] | 99 | @AMDEP_TRUE@ ./$(DEPDIR)/skysphere.Po \ |
---|
[3681] | 100 | @AMDEP_TRUE@ ./$(DEPDIR)/story_entity.Po ./$(DEPDIR)/terrain.Po \ |
---|
[3766] | 101 | @AMDEP_TRUE@ ./$(DEPDIR)/test_gun.Po ./$(DEPDIR)/text_engine.Po \ |
---|
| 102 | @AMDEP_TRUE@ ./$(DEPDIR)/texture.Po \ |
---|
[3681] | 103 | @AMDEP_TRUE@ ./$(DEPDIR)/track_manager.Po \ |
---|
| 104 | @AMDEP_TRUE@ ./$(DEPDIR)/track_node.Po ./$(DEPDIR)/vector.Po \ |
---|
| 105 | @AMDEP_TRUE@ ./$(DEPDIR)/weapon.Po ./$(DEPDIR)/world.Po \ |
---|
| 106 | @AMDEP_TRUE@ ./$(DEPDIR)/world_entity.Po |
---|
[2706] | 107 | CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
---|
| 108 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
---|
| 109 | CXXLD = $(CXX) |
---|
| 110 | CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ |
---|
| 111 | -o $@ |
---|
| 112 | SOURCES = $(orxonox_SOURCES) |
---|
| 113 | DIST_SOURCES = $(orxonox_SOURCES) |
---|
[3191] | 114 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
---|
| 115 | html-recursive info-recursive install-data-recursive \ |
---|
| 116 | install-exec-recursive install-info-recursive \ |
---|
| 117 | install-recursive installcheck-recursive installdirs-recursive \ |
---|
| 118 | pdf-recursive ps-recursive uninstall-info-recursive \ |
---|
| 119 | uninstall-recursive |
---|
[2706] | 120 | HEADERS = $(noinst_HEADERS) |
---|
| 121 | ETAGS = etags |
---|
| 122 | CTAGS = ctags |
---|
[3681] | 123 | DIST_SUBDIRS = . lib subprojects |
---|
[2706] | 124 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
[1945] | 125 | ACLOCAL = @ACLOCAL@ |
---|
| 126 | AMDEP_FALSE = @AMDEP_FALSE@ |
---|
| 127 | AMDEP_TRUE = @AMDEP_TRUE@ |
---|
| 128 | AMTAR = @AMTAR@ |
---|
| 129 | AUTOCONF = @AUTOCONF@ |
---|
| 130 | AUTOHEADER = @AUTOHEADER@ |
---|
| 131 | AUTOMAKE = @AUTOMAKE@ |
---|
| 132 | AWK = @AWK@ |
---|
| 133 | CC = @CC@ |
---|
| 134 | CCDEPMODE = @CCDEPMODE@ |
---|
| 135 | CFLAGS = @CFLAGS@ |
---|
| 136 | CPP = @CPP@ |
---|
| 137 | CPPFLAGS = @CPPFLAGS@ |
---|
[3423] | 138 | CURL_CFLAGS = @CURL_CFLAGS@ |
---|
| 139 | CURL_LIBS = @CURL_LIBS@ |
---|
[1945] | 140 | CXX = @CXX@ |
---|
| 141 | CXXDEPMODE = @CXXDEPMODE@ |
---|
| 142 | CXXFLAGS = @CXXFLAGS@ |
---|
| 143 | CYGPATH_W = @CYGPATH_W@ |
---|
[3173] | 144 | DEBUG = @DEBUG@ |
---|
[1945] | 145 | DEFS = @DEFS@ |
---|
| 146 | DEPDIR = @DEPDIR@ |
---|
[3681] | 147 | DOCUMENTATION_FALSE = @DOCUMENTATION_FALSE@ |
---|
| 148 | DOCUMENTATION_TRUE = @DOCUMENTATION_TRUE@ |
---|
[3237] | 149 | DOXYGEN = @DOXYGEN@ |
---|
| 150 | DOXYGEN_FALSE = @DOXYGEN_FALSE@ |
---|
| 151 | DOXYGEN_TRUE = @DOXYGEN_TRUE@ |
---|
[1945] | 152 | ECHO_C = @ECHO_C@ |
---|
| 153 | ECHO_N = @ECHO_N@ |
---|
| 154 | ECHO_T = @ECHO_T@ |
---|
| 155 | EGREP = @EGREP@ |
---|
| 156 | EXEEXT = @EXEEXT@ |
---|
[3423] | 157 | GTHREAD_CFLAGS = @GTHREAD_CFLAGS@ |
---|
| 158 | GTHREAD_LIBS = @GTHREAD_LIBS@ |
---|
[2980] | 159 | GTK2_CFLAGS = @GTK2_CFLAGS@ |
---|
| 160 | GTK2_LIBS = @GTK2_LIBS@ |
---|
[3423] | 161 | HAVE_CURL_FALSE = @HAVE_CURL_FALSE@ |
---|
| 162 | HAVE_CURL_TRUE = @HAVE_CURL_TRUE@ |
---|
| 163 | HAVE_GTHREAD_FALSE = @HAVE_GTHREAD_FALSE@ |
---|
| 164 | HAVE_GTHREAD_TRUE = @HAVE_GTHREAD_TRUE@ |
---|
[2980] | 165 | HAVE_GTK2_FALSE = @HAVE_GTK2_FALSE@ |
---|
| 166 | HAVE_GTK2_TRUE = @HAVE_GTK2_TRUE@ |
---|
[1945] | 167 | INSTALL_DATA = @INSTALL_DATA@ |
---|
| 168 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
| 169 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
| 170 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
---|
| 171 | LDFLAGS = @LDFLAGS@ |
---|
| 172 | LIBOBJS = @LIBOBJS@ |
---|
| 173 | LIBS = @LIBS@ |
---|
| 174 | LTLIBOBJS = @LTLIBOBJS@ |
---|
| 175 | MAKEINFO = @MAKEINFO@ |
---|
[2018] | 176 | MSBITFIELDS = @MSBITFIELDS@ |
---|
[1945] | 177 | OBJEXT = @OBJEXT@ |
---|
| 178 | PACKAGE = @PACKAGE@ |
---|
| 179 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
---|
| 180 | PACKAGE_NAME = @PACKAGE_NAME@ |
---|
| 181 | PACKAGE_STRING = @PACKAGE_STRING@ |
---|
| 182 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
---|
| 183 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
---|
| 184 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
---|
| 185 | SET_MAKE = @SET_MAKE@ |
---|
| 186 | SHELL = @SHELL@ |
---|
| 187 | STRIP = @STRIP@ |
---|
[3377] | 188 | SUB_PROJECTS_FALSE = @SUB_PROJECTS_FALSE@ |
---|
| 189 | SUB_PROJECTS_TRUE = @SUB_PROJECTS_TRUE@ |
---|
[1945] | 190 | VERSION = @VERSION@ |
---|
| 191 | ac_ct_CC = @ac_ct_CC@ |
---|
| 192 | ac_ct_CXX = @ac_ct_CXX@ |
---|
| 193 | ac_ct_STRIP = @ac_ct_STRIP@ |
---|
| 194 | am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ |
---|
| 195 | am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ |
---|
| 196 | am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ |
---|
| 197 | am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ |
---|
| 198 | am__include = @am__include@ |
---|
| 199 | am__leading_dot = @am__leading_dot@ |
---|
| 200 | am__quote = @am__quote@ |
---|
| 201 | bindir = @bindir@ |
---|
[2980] | 202 | build = @build@ |
---|
[1945] | 203 | build_alias = @build_alias@ |
---|
[2980] | 204 | build_cpu = @build_cpu@ |
---|
| 205 | build_os = @build_os@ |
---|
| 206 | build_vendor = @build_vendor@ |
---|
[1945] | 207 | datadir = @datadir@ |
---|
| 208 | exec_prefix = @exec_prefix@ |
---|
[2980] | 209 | host = @host@ |
---|
[1945] | 210 | host_alias = @host_alias@ |
---|
[2980] | 211 | host_cpu = @host_cpu@ |
---|
| 212 | host_os = @host_os@ |
---|
| 213 | host_vendor = @host_vendor@ |
---|
[1945] | 214 | includedir = @includedir@ |
---|
| 215 | infodir = @infodir@ |
---|
| 216 | install_sh = @install_sh@ |
---|
| 217 | libdir = @libdir@ |
---|
| 218 | libexecdir = @libexecdir@ |
---|
| 219 | localstatedir = @localstatedir@ |
---|
| 220 | mandir = @mandir@ |
---|
[2706] | 221 | mkdir_p = @mkdir_p@ |
---|
[1945] | 222 | oldincludedir = @oldincludedir@ |
---|
| 223 | prefix = @prefix@ |
---|
| 224 | program_transform_name = @program_transform_name@ |
---|
| 225 | sbindir = @sbindir@ |
---|
| 226 | sharedstatedir = @sharedstatedir@ |
---|
| 227 | sysconfdir = @sysconfdir@ |
---|
[2980] | 228 | target = @target@ |
---|
[1945] | 229 | target_alias = @target_alias@ |
---|
[2980] | 230 | target_cpu = @target_cpu@ |
---|
| 231 | target_os = @target_os@ |
---|
| 232 | target_vendor = @target_vendor@ |
---|
[3681] | 233 | MAINSRCDIR = . |
---|
| 234 | AM_CXXFLAGS = -I$(MAINSRCDIR) -I$(MAINSRCDIR)/world_entities -I$(MAINSRCDIR)/story_entities -I$(MAINSRCDIR)/lib -I$(MAINSRCDIR)/lib/coord -I$(MAINSRCDIR)/lib/data -I$(MAINSRCDIR)/lib/graphics -I$(MAINSRCDIR)/lib/graphics/font -I$(MAINSRCDIR)/lib/graphics/importer -I$(MAINSRCDIR)/lib/gui -I$(MAINSRCDIR)/lib/lang -I$(MAINSRCDIR)/lib/util -I$(MAINSRCDIR)/lib/math -I$(MAINSRCDIR)/defs -I$(MAINSRCDIR)/font -I$(MAINSRCDIR)/network -I$(MAINSRCDIR)/glmenu -I$(MAINSRCDIR)/ai |
---|
[3180] | 235 | AM_LDFLAGS = $(MWINDOWS) |
---|
[3182] | 236 | orxonox_SOURCES = orxonox.cc \ |
---|
[3681] | 237 | game_loader.cc \ |
---|
[3182] | 238 | command_node.cc \ |
---|
| 239 | keynames.cc \ |
---|
[3681] | 240 | camera.cc \ |
---|
[3365] | 241 | track_manager.cc \ |
---|
[3681] | 242 | track_node.cc \ |
---|
| 243 | simple_animation.cc \ |
---|
| 244 | garbage_collector.cc \ |
---|
| 245 | story_entities/story_entity.cc \ |
---|
| 246 | story_entities/campaign.cc \ |
---|
| 247 | story_entities/world.cc \ |
---|
| 248 | world_entities/world_entity.cc \ |
---|
| 249 | world_entities/player.cc \ |
---|
| 250 | world_entities/environment.cc \ |
---|
| 251 | world_entities/skysphere.cc \ |
---|
| 252 | world_entities/terrain.cc \ |
---|
| 253 | world_entities/weapon.cc \ |
---|
| 254 | world_entities/projectile.cc \ |
---|
| 255 | world_entities/character_attributes.cc \ |
---|
| 256 | world_entities/test_gun.cc \ |
---|
| 257 | ai/ai.cc \ |
---|
| 258 | lib/coord/p_node.cc \ |
---|
| 259 | lib/coord/null_parent.cc \ |
---|
| 260 | lib/coord/helper_parent.cc \ |
---|
| 261 | lib/data/data_tank.cc \ |
---|
| 262 | lib/graphics/graphics_engine.cc \ |
---|
| 263 | lib/graphics/light.cc \ |
---|
[3766] | 264 | lib/graphics/font/text_engine.cc \ |
---|
[3681] | 265 | lib/graphics/importer/array.cc \ |
---|
| 266 | lib/graphics/importer/objModel.cc \ |
---|
| 267 | lib/graphics/importer/primitive_model.cc \ |
---|
| 268 | lib/graphics/importer/model.cc \ |
---|
| 269 | lib/graphics/importer/material.cc \ |
---|
| 270 | lib/graphics/importer/texture.cc \ |
---|
| 271 | lib/lang/base_entity.cc \ |
---|
| 272 | lib/lang/base_object.cc \ |
---|
| 273 | lib/util/ini_parser.cc \ |
---|
| 274 | lib/util/list.cc \ |
---|
| 275 | lib/util/resource_manager.cc \ |
---|
| 276 | lib/math/vector.cc \ |
---|
| 277 | lib/math/curve.cc \ |
---|
| 278 | glmenu/glmenu_imagescreen.cc |
---|
[3182] | 279 | |
---|
[3681] | 280 | noinst_HEADERS = orxonox.h \ |
---|
| 281 | game_loader.h \ |
---|
| 282 | track_manager.h \ |
---|
| 283 | ability.h \ |
---|
[3182] | 284 | camera.h \ |
---|
| 285 | keynames.h \ |
---|
| 286 | command_node.h \ |
---|
| 287 | message_structures.h \ |
---|
[3365] | 288 | track_manager.h \ |
---|
[3681] | 289 | track_node.h \ |
---|
| 290 | simple_animation.h \ |
---|
| 291 | garbage_collector.h \ |
---|
| 292 | story_entities/story_entity.h \ |
---|
| 293 | story_entities/story_def.h \ |
---|
| 294 | story_entities/campaign.h \ |
---|
| 295 | story_entities/world.h \ |
---|
| 296 | world_entities/world_entity.h \ |
---|
| 297 | world_entities/player.h \ |
---|
| 298 | world_entities/npc.h \ |
---|
| 299 | world_entities/environment.h \ |
---|
| 300 | world_entities/skysphere.h \ |
---|
| 301 | world_entities/power_up.h \ |
---|
| 302 | world_entities/terrain.h \ |
---|
| 303 | world_entities/weapon.h \ |
---|
| 304 | world_entities/projectile.h \ |
---|
| 305 | world_entities/character_attributes.h \ |
---|
| 306 | world_entities/test_gun.h \ |
---|
| 307 | ai/ai.h \ |
---|
| 308 | network/synchronisable.h \ |
---|
| 309 | defs/stdincl.h \ |
---|
| 310 | defs/glincl.h \ |
---|
| 311 | defs/comincl.h \ |
---|
| 312 | defs/error.h \ |
---|
| 313 | defs/debug.h \ |
---|
| 314 | lib/coord/p_node.h \ |
---|
| 315 | lib/coord/null_parent.h \ |
---|
| 316 | lib/coord/helper_parent.h \ |
---|
| 317 | lib/graphics/graphics_engine.h \ |
---|
| 318 | lib/graphics/light.h \ |
---|
[3766] | 319 | lib/graphics/font/text_engine.h \ |
---|
[3681] | 320 | lib/data/data_tank.h \ |
---|
| 321 | lib/lang/base_entity.h \ |
---|
| 322 | lib/lang/base_object.h \ |
---|
| 323 | lib/util/list.h \ |
---|
| 324 | lib/util/list_template.h \ |
---|
| 325 | lib/util/resource_manager.h \ |
---|
| 326 | lib/util/ini_parser.h \ |
---|
| 327 | lib/math/vector.h \ |
---|
| 328 | lib/math/curve.h \ |
---|
| 329 | glmenu/glmenu_imagescreen.h |
---|
[3182] | 330 | |
---|
[3681] | 331 | EXTRA_DIST = orxonox.conf \ |
---|
| 332 | proto/proto_class.h \ |
---|
| 333 | proto/proto_class.cc \ |
---|
| 334 | proto/proto_singleton.h \ |
---|
| 335 | proto/proto_singleton.cc |
---|
[3198] | 336 | |
---|
[3377] | 337 | @SUB_PROJECTS_FALSE@SUB_PROGS = |
---|
[3681] | 338 | @SUB_PROJECTS_TRUE@SUB_PROGS = lib subprojects |
---|
[3197] | 339 | SUBDIRS = . \ |
---|
[3377] | 340 | $(SUB_PROGS) |
---|
[1945] | 341 | |
---|
[3191] | 342 | all: all-recursive |
---|
| 343 | |
---|
[1945] | 344 | .SUFFIXES: |
---|
[3458] | 345 | .SUFFIXES: .cc .o .obj |
---|
[2706] | 346 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
---|
| 347 | @for dep in $?; do \ |
---|
| 348 | case '$(am__configure_deps)' in \ |
---|
| 349 | *$$dep*) \ |
---|
| 350 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ |
---|
| 351 | && exit 0; \ |
---|
| 352 | exit 1;; \ |
---|
| 353 | esac; \ |
---|
| 354 | done; \ |
---|
[3459] | 355 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ |
---|
[1945] | 356 | cd $(top_srcdir) && \ |
---|
[3459] | 357 | $(AUTOMAKE) --foreign src/Makefile |
---|
[2706] | 358 | .PRECIOUS: Makefile |
---|
| 359 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
| 360 | @case '$?' in \ |
---|
| 361 | *config.status*) \ |
---|
| 362 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
---|
| 363 | *) \ |
---|
| 364 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
---|
| 365 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
---|
| 366 | esac; |
---|
| 367 | |
---|
| 368 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
| 369 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
| 370 | |
---|
| 371 | $(top_srcdir)/configure: $(am__configure_deps) |
---|
| 372 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
| 373 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
---|
| 374 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
[1953] | 375 | install-binPROGRAMS: $(bin_PROGRAMS) |
---|
| 376 | @$(NORMAL_INSTALL) |
---|
[2711] | 377 | test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" |
---|
[1953] | 378 | @list='$(bin_PROGRAMS)'; for p in $$list; do \ |
---|
| 379 | p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ |
---|
| 380 | if test -f $$p \ |
---|
| 381 | ; then \ |
---|
| 382 | f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ |
---|
[2711] | 383 | echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ |
---|
| 384 | $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ |
---|
[1953] | 385 | else :; fi; \ |
---|
| 386 | done |
---|
| 387 | |
---|
| 388 | uninstall-binPROGRAMS: |
---|
| 389 | @$(NORMAL_UNINSTALL) |
---|
| 390 | @list='$(bin_PROGRAMS)'; for p in $$list; do \ |
---|
| 391 | f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ |
---|
[2711] | 392 | echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ |
---|
| 393 | rm -f "$(DESTDIR)$(bindir)/$$f"; \ |
---|
[1953] | 394 | done |
---|
| 395 | |
---|
| 396 | clean-binPROGRAMS: |
---|
| 397 | -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) |
---|
| 398 | orxonox$(EXEEXT): $(orxonox_OBJECTS) $(orxonox_DEPENDENCIES) |
---|
| 399 | @rm -f orxonox$(EXEEXT) |
---|
| 400 | $(CXXLINK) $(orxonox_LDFLAGS) $(orxonox_OBJECTS) $(orxonox_LDADD) $(LIBS) |
---|
| 401 | |
---|
| 402 | mostlyclean-compile: |
---|
[2706] | 403 | -rm -f *.$(OBJEXT) |
---|
[1953] | 404 | |
---|
| 405 | distclean-compile: |
---|
| 406 | -rm -f *.tab.c |
---|
| 407 | |
---|
[3681] | 408 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ai.Po@am__quote@ |
---|
[2811] | 409 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array.Po@am__quote@ |
---|
[2551] | 410 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base_entity.Po@am__quote@ |
---|
[3365] | 411 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base_object.Po@am__quote@ |
---|
[2190] | 412 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/camera.Po@am__quote@ |
---|
[2636] | 413 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/campaign.Po@am__quote@ |
---|
[3681] | 414 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/character_attributes.Po@am__quote@ |
---|
[2190] | 415 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/command_node.Po@am__quote@ |
---|
[3365] | 416 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curve.Po@am__quote@ |
---|
[1953] | 417 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data_tank.Po@am__quote@ |
---|
[2816] | 418 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/environment.Po@am__quote@ |
---|
[2636] | 419 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/game_loader.Po@am__quote@ |
---|
[3681] | 420 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/garbage_collector.Po@am__quote@ |
---|
[3365] | 421 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glmenu_imagescreen.Po@am__quote@ |
---|
[3681] | 422 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/graphics_engine.Po@am__quote@ |
---|
[3365] | 423 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/helper_parent.Po@am__quote@ |
---|
[2190] | 424 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ini_parser.Po@am__quote@ |
---|
| 425 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keynames.Po@am__quote@ |
---|
[3436] | 426 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/light.Po@am__quote@ |
---|
[2816] | 427 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@ |
---|
[2811] | 428 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/material.Po@am__quote@ |
---|
[3365] | 429 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/model.Po@am__quote@ |
---|
| 430 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/null_parent.Po@am__quote@ |
---|
[3396] | 431 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/objModel.Po@am__quote@ |
---|
[1953] | 432 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox.Po@am__quote@ |
---|
[3246] | 433 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/p_node.Po@am__quote@ |
---|
[1953] | 434 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/player.Po@am__quote@ |
---|
[3681] | 435 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/primitive_model.Po@am__quote@ |
---|
| 436 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projectile.Po@am__quote@ |
---|
| 437 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resource_manager.Po@am__quote@ |
---|
| 438 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple_animation.Po@am__quote@ |
---|
[3419] | 439 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skysphere.Po@am__quote@ |
---|
[2636] | 440 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/story_entity.Po@am__quote@ |
---|
[3681] | 441 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/terrain.Po@am__quote@ |
---|
| 442 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_gun.Po@am__quote@ |
---|
[3766] | 443 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text_engine.Po@am__quote@ |
---|
[3365] | 444 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/texture.Po@am__quote@ |
---|
| 445 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/track_manager.Po@am__quote@ |
---|
[3681] | 446 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/track_node.Po@am__quote@ |
---|
[2043] | 447 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vector.Po@am__quote@ |
---|
[3681] | 448 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weapon.Po@am__quote@ |
---|
[1953] | 449 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/world.Po@am__quote@ |
---|
[2036] | 450 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/world_entity.Po@am__quote@ |
---|
[1953] | 451 | |
---|
| 452 | .cc.o: |
---|
[2706] | 453 | @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ |
---|
| 454 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
---|
[1953] | 455 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
---|
| 456 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ |
---|
| 457 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[2706] | 458 | @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< |
---|
[1953] | 459 | |
---|
| 460 | .cc.obj: |
---|
[2706] | 461 | @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ |
---|
| 462 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
---|
[1953] | 463 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
---|
| 464 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ |
---|
| 465 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[2706] | 466 | @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
---|
[3196] | 467 | |
---|
[3681] | 468 | story_entity.o: story_entities/story_entity.cc |
---|
| 469 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT story_entity.o -MD -MP -MF "$(DEPDIR)/story_entity.Tpo" -c -o story_entity.o `test -f 'story_entities/story_entity.cc' || echo '$(srcdir)/'`story_entities/story_entity.cc; \ |
---|
| 470 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/story_entity.Tpo" "$(DEPDIR)/story_entity.Po"; else rm -f "$(DEPDIR)/story_entity.Tpo"; exit 1; fi |
---|
| 471 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='story_entities/story_entity.cc' object='story_entity.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 472 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/story_entity.Po' tmpdepfile='$(DEPDIR)/story_entity.TPo' @AMDEPBACKSLASH@ |
---|
[3196] | 473 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[3681] | 474 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o story_entity.o `test -f 'story_entities/story_entity.cc' || echo '$(srcdir)/'`story_entities/story_entity.cc |
---|
[3196] | 475 | |
---|
[3681] | 476 | story_entity.obj: story_entities/story_entity.cc |
---|
| 477 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT story_entity.obj -MD -MP -MF "$(DEPDIR)/story_entity.Tpo" -c -o story_entity.obj `if test -f 'story_entities/story_entity.cc'; then $(CYGPATH_W) 'story_entities/story_entity.cc'; else $(CYGPATH_W) '$(srcdir)/story_entities/story_entity.cc'; fi`; \ |
---|
| 478 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/story_entity.Tpo" "$(DEPDIR)/story_entity.Po"; else rm -f "$(DEPDIR)/story_entity.Tpo"; exit 1; fi |
---|
| 479 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='story_entities/story_entity.cc' object='story_entity.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 480 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/story_entity.Po' tmpdepfile='$(DEPDIR)/story_entity.TPo' @AMDEPBACKSLASH@ |
---|
[3196] | 481 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[3681] | 482 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o story_entity.obj `if test -f 'story_entities/story_entity.cc'; then $(CYGPATH_W) 'story_entities/story_entity.cc'; else $(CYGPATH_W) '$(srcdir)/story_entities/story_entity.cc'; fi` |
---|
[3196] | 483 | |
---|
[3681] | 484 | campaign.o: story_entities/campaign.cc |
---|
| 485 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT campaign.o -MD -MP -MF "$(DEPDIR)/campaign.Tpo" -c -o campaign.o `test -f 'story_entities/campaign.cc' || echo '$(srcdir)/'`story_entities/campaign.cc; \ |
---|
| 486 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/campaign.Tpo" "$(DEPDIR)/campaign.Po"; else rm -f "$(DEPDIR)/campaign.Tpo"; exit 1; fi |
---|
| 487 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='story_entities/campaign.cc' object='campaign.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 488 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/campaign.Po' tmpdepfile='$(DEPDIR)/campaign.TPo' @AMDEPBACKSLASH@ |
---|
[3396] | 489 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[3681] | 490 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o campaign.o `test -f 'story_entities/campaign.cc' || echo '$(srcdir)/'`story_entities/campaign.cc |
---|
[3396] | 491 | |
---|
[3681] | 492 | campaign.obj: story_entities/campaign.cc |
---|
| 493 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT campaign.obj -MD -MP -MF "$(DEPDIR)/campaign.Tpo" -c -o campaign.obj `if test -f 'story_entities/campaign.cc'; then $(CYGPATH_W) 'story_entities/campaign.cc'; else $(CYGPATH_W) '$(srcdir)/story_entities/campaign.cc'; fi`; \ |
---|
| 494 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/campaign.Tpo" "$(DEPDIR)/campaign.Po"; else rm -f "$(DEPDIR)/campaign.Tpo"; exit 1; fi |
---|
| 495 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='story_entities/campaign.cc' object='campaign.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 496 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/campaign.Po' tmpdepfile='$(DEPDIR)/campaign.TPo' @AMDEPBACKSLASH@ |
---|
[3396] | 497 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[3681] | 498 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o campaign.obj `if test -f 'story_entities/campaign.cc'; then $(CYGPATH_W) 'story_entities/campaign.cc'; else $(CYGPATH_W) '$(srcdir)/story_entities/campaign.cc'; fi` |
---|
[3396] | 499 | |
---|
[3681] | 500 | world.o: story_entities/world.cc |
---|
| 501 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT world.o -MD -MP -MF "$(DEPDIR)/world.Tpo" -c -o world.o `test -f 'story_entities/world.cc' || echo '$(srcdir)/'`story_entities/world.cc; \ |
---|
| 502 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/world.Tpo" "$(DEPDIR)/world.Po"; else rm -f "$(DEPDIR)/world.Tpo"; exit 1; fi |
---|
| 503 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='story_entities/world.cc' object='world.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 504 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/world.Po' tmpdepfile='$(DEPDIR)/world.TPo' @AMDEPBACKSLASH@ |
---|
| 505 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 506 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o world.o `test -f 'story_entities/world.cc' || echo '$(srcdir)/'`story_entities/world.cc |
---|
| 507 | |
---|
| 508 | world.obj: story_entities/world.cc |
---|
| 509 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT world.obj -MD -MP -MF "$(DEPDIR)/world.Tpo" -c -o world.obj `if test -f 'story_entities/world.cc'; then $(CYGPATH_W) 'story_entities/world.cc'; else $(CYGPATH_W) '$(srcdir)/story_entities/world.cc'; fi`; \ |
---|
| 510 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/world.Tpo" "$(DEPDIR)/world.Po"; else rm -f "$(DEPDIR)/world.Tpo"; exit 1; fi |
---|
| 511 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='story_entities/world.cc' object='world.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 512 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/world.Po' tmpdepfile='$(DEPDIR)/world.TPo' @AMDEPBACKSLASH@ |
---|
| 513 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 514 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o world.obj `if test -f 'story_entities/world.cc'; then $(CYGPATH_W) 'story_entities/world.cc'; else $(CYGPATH_W) '$(srcdir)/story_entities/world.cc'; fi` |
---|
| 515 | |
---|
| 516 | world_entity.o: world_entities/world_entity.cc |
---|
| 517 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT world_entity.o -MD -MP -MF "$(DEPDIR)/world_entity.Tpo" -c -o world_entity.o `test -f 'world_entities/world_entity.cc' || echo '$(srcdir)/'`world_entities/world_entity.cc; \ |
---|
| 518 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/world_entity.Tpo" "$(DEPDIR)/world_entity.Po"; else rm -f "$(DEPDIR)/world_entity.Tpo"; exit 1; fi |
---|
| 519 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='world_entities/world_entity.cc' object='world_entity.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 520 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/world_entity.Po' tmpdepfile='$(DEPDIR)/world_entity.TPo' @AMDEPBACKSLASH@ |
---|
| 521 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 522 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o world_entity.o `test -f 'world_entities/world_entity.cc' || echo '$(srcdir)/'`world_entities/world_entity.cc |
---|
| 523 | |
---|
| 524 | world_entity.obj: world_entities/world_entity.cc |
---|
| 525 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT world_entity.obj -MD -MP -MF "$(DEPDIR)/world_entity.Tpo" -c -o world_entity.obj `if test -f 'world_entities/world_entity.cc'; then $(CYGPATH_W) 'world_entities/world_entity.cc'; else $(CYGPATH_W) '$(srcdir)/world_entities/world_entity.cc'; fi`; \ |
---|
| 526 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/world_entity.Tpo" "$(DEPDIR)/world_entity.Po"; else rm -f "$(DEPDIR)/world_entity.Tpo"; exit 1; fi |
---|
| 527 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='world_entities/world_entity.cc' object='world_entity.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 528 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/world_entity.Po' tmpdepfile='$(DEPDIR)/world_entity.TPo' @AMDEPBACKSLASH@ |
---|
| 529 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 530 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o world_entity.obj `if test -f 'world_entities/world_entity.cc'; then $(CYGPATH_W) 'world_entities/world_entity.cc'; else $(CYGPATH_W) '$(srcdir)/world_entities/world_entity.cc'; fi` |
---|
| 531 | |
---|
| 532 | player.o: world_entities/player.cc |
---|
| 533 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT player.o -MD -MP -MF "$(DEPDIR)/player.Tpo" -c -o player.o `test -f 'world_entities/player.cc' || echo '$(srcdir)/'`world_entities/player.cc; \ |
---|
| 534 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/player.Tpo" "$(DEPDIR)/player.Po"; else rm -f "$(DEPDIR)/player.Tpo"; exit 1; fi |
---|
| 535 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='world_entities/player.cc' object='player.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 536 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/player.Po' tmpdepfile='$(DEPDIR)/player.TPo' @AMDEPBACKSLASH@ |
---|
| 537 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 538 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o player.o `test -f 'world_entities/player.cc' || echo '$(srcdir)/'`world_entities/player.cc |
---|
| 539 | |
---|
| 540 | player.obj: world_entities/player.cc |
---|
| 541 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT player.obj -MD -MP -MF "$(DEPDIR)/player.Tpo" -c -o player.obj `if test -f 'world_entities/player.cc'; then $(CYGPATH_W) 'world_entities/player.cc'; else $(CYGPATH_W) '$(srcdir)/world_entities/player.cc'; fi`; \ |
---|
| 542 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/player.Tpo" "$(DEPDIR)/player.Po"; else rm -f "$(DEPDIR)/player.Tpo"; exit 1; fi |
---|
| 543 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='world_entities/player.cc' object='player.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 544 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/player.Po' tmpdepfile='$(DEPDIR)/player.TPo' @AMDEPBACKSLASH@ |
---|
| 545 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 546 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o player.obj `if test -f 'world_entities/player.cc'; then $(CYGPATH_W) 'world_entities/player.cc'; else $(CYGPATH_W) '$(srcdir)/world_entities/player.cc'; fi` |
---|
| 547 | |
---|
| 548 | environment.o: world_entities/environment.cc |
---|
| 549 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT environment.o -MD -MP -MF "$(DEPDIR)/environment.Tpo" -c -o environment.o `test -f 'world_entities/environment.cc' || echo '$(srcdir)/'`world_entities/environment.cc; \ |
---|
| 550 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/environment.Tpo" "$(DEPDIR)/environment.Po"; else rm -f "$(DEPDIR)/environment.Tpo"; exit 1; fi |
---|
| 551 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='world_entities/environment.cc' object='environment.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 552 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/environment.Po' tmpdepfile='$(DEPDIR)/environment.TPo' @AMDEPBACKSLASH@ |
---|
| 553 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 554 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o environment.o `test -f 'world_entities/environment.cc' || echo '$(srcdir)/'`world_entities/environment.cc |
---|
| 555 | |
---|
| 556 | environment.obj: world_entities/environment.cc |
---|
| 557 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT environment.obj -MD -MP -MF "$(DEPDIR)/environment.Tpo" -c -o environment.obj `if test -f 'world_entities/environment.cc'; then $(CYGPATH_W) 'world_entities/environment.cc'; else $(CYGPATH_W) '$(srcdir)/world_entities/environment.cc'; fi`; \ |
---|
| 558 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/environment.Tpo" "$(DEPDIR)/environment.Po"; else rm -f "$(DEPDIR)/environment.Tpo"; exit 1; fi |
---|
| 559 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='world_entities/environment.cc' object='environment.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 560 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/environment.Po' tmpdepfile='$(DEPDIR)/environment.TPo' @AMDEPBACKSLASH@ |
---|
| 561 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 562 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o environment.obj `if test -f 'world_entities/environment.cc'; then $(CYGPATH_W) 'world_entities/environment.cc'; else $(CYGPATH_W) '$(srcdir)/world_entities/environment.cc'; fi` |
---|
| 563 | |
---|
| 564 | skysphere.o: world_entities/skysphere.cc |
---|
| 565 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT skysphere.o -MD -MP -MF "$(DEPDIR)/skysphere.Tpo" -c -o skysphere.o `test -f 'world_entities/skysphere.cc' || echo '$(srcdir)/'`world_entities/skysphere.cc; \ |
---|
| 566 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/skysphere.Tpo" "$(DEPDIR)/skysphere.Po"; else rm -f "$(DEPDIR)/skysphere.Tpo"; exit 1; fi |
---|
| 567 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='world_entities/skysphere.cc' object='skysphere.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 568 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/skysphere.Po' tmpdepfile='$(DEPDIR)/skysphere.TPo' @AMDEPBACKSLASH@ |
---|
| 569 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 570 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o skysphere.o `test -f 'world_entities/skysphere.cc' || echo '$(srcdir)/'`world_entities/skysphere.cc |
---|
| 571 | |
---|
| 572 | skysphere.obj: world_entities/skysphere.cc |
---|
| 573 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT skysphere.obj -MD -MP -MF "$(DEPDIR)/skysphere.Tpo" -c -o skysphere.obj `if test -f 'world_entities/skysphere.cc'; then $(CYGPATH_W) 'world_entities/skysphere.cc'; else $(CYGPATH_W) '$(srcdir)/world_entities/skysphere.cc'; fi`; \ |
---|
| 574 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/skysphere.Tpo" "$(DEPDIR)/skysphere.Po"; else rm -f "$(DEPDIR)/skysphere.Tpo"; exit 1; fi |
---|
| 575 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='world_entities/skysphere.cc' object='skysphere.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 576 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/skysphere.Po' tmpdepfile='$(DEPDIR)/skysphere.TPo' @AMDEPBACKSLASH@ |
---|
| 577 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 578 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o skysphere.obj `if test -f 'world_entities/skysphere.cc'; then $(CYGPATH_W) 'world_entities/skysphere.cc'; else $(CYGPATH_W) '$(srcdir)/world_entities/skysphere.cc'; fi` |
---|
| 579 | |
---|
| 580 | terrain.o: world_entities/terrain.cc |
---|
| 581 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT terrain.o -MD -MP -MF "$(DEPDIR)/terrain.Tpo" -c -o terrain.o `test -f 'world_entities/terrain.cc' || echo '$(srcdir)/'`world_entities/terrain.cc; \ |
---|
| 582 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/terrain.Tpo" "$(DEPDIR)/terrain.Po"; else rm -f "$(DEPDIR)/terrain.Tpo"; exit 1; fi |
---|
| 583 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='world_entities/terrain.cc' object='terrain.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 584 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/terrain.Po' tmpdepfile='$(DEPDIR)/terrain.TPo' @AMDEPBACKSLASH@ |
---|
| 585 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 586 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o terrain.o `test -f 'world_entities/terrain.cc' || echo '$(srcdir)/'`world_entities/terrain.cc |
---|
| 587 | |
---|
| 588 | terrain.obj: world_entities/terrain.cc |
---|
| 589 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT terrain.obj -MD -MP -MF "$(DEPDIR)/terrain.Tpo" -c -o terrain.obj `if test -f 'world_entities/terrain.cc'; then $(CYGPATH_W) 'world_entities/terrain.cc'; else $(CYGPATH_W) '$(srcdir)/world_entities/terrain.cc'; fi`; \ |
---|
| 590 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/terrain.Tpo" "$(DEPDIR)/terrain.Po"; else rm -f "$(DEPDIR)/terrain.Tpo"; exit 1; fi |
---|
| 591 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='world_entities/terrain.cc' object='terrain.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 592 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/terrain.Po' tmpdepfile='$(DEPDIR)/terrain.TPo' @AMDEPBACKSLASH@ |
---|
| 593 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 594 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o terrain.obj `if test -f 'world_entities/terrain.cc'; then $(CYGPATH_W) 'world_entities/terrain.cc'; else $(CYGPATH_W) '$(srcdir)/world_entities/terrain.cc'; fi` |
---|
| 595 | |
---|
| 596 | weapon.o: world_entities/weapon.cc |
---|
| 597 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT weapon.o -MD -MP -MF "$(DEPDIR)/weapon.Tpo" -c -o weapon.o `test -f 'world_entities/weapon.cc' || echo '$(srcdir)/'`world_entities/weapon.cc; \ |
---|
| 598 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/weapon.Tpo" "$(DEPDIR)/weapon.Po"; else rm -f "$(DEPDIR)/weapon.Tpo"; exit 1; fi |
---|
| 599 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='world_entities/weapon.cc' object='weapon.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 600 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/weapon.Po' tmpdepfile='$(DEPDIR)/weapon.TPo' @AMDEPBACKSLASH@ |
---|
| 601 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 602 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o weapon.o `test -f 'world_entities/weapon.cc' || echo '$(srcdir)/'`world_entities/weapon.cc |
---|
| 603 | |
---|
| 604 | weapon.obj: world_entities/weapon.cc |
---|
| 605 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT weapon.obj -MD -MP -MF "$(DEPDIR)/weapon.Tpo" -c -o weapon.obj `if test -f 'world_entities/weapon.cc'; then $(CYGPATH_W) 'world_entities/weapon.cc'; else $(CYGPATH_W) '$(srcdir)/world_entities/weapon.cc'; fi`; \ |
---|
| 606 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/weapon.Tpo" "$(DEPDIR)/weapon.Po"; else rm -f "$(DEPDIR)/weapon.Tpo"; exit 1; fi |
---|
| 607 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='world_entities/weapon.cc' object='weapon.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 608 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/weapon.Po' tmpdepfile='$(DEPDIR)/weapon.TPo' @AMDEPBACKSLASH@ |
---|
| 609 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 610 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o weapon.obj `if test -f 'world_entities/weapon.cc'; then $(CYGPATH_W) 'world_entities/weapon.cc'; else $(CYGPATH_W) '$(srcdir)/world_entities/weapon.cc'; fi` |
---|
| 611 | |
---|
| 612 | projectile.o: world_entities/projectile.cc |
---|
| 613 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT projectile.o -MD -MP -MF "$(DEPDIR)/projectile.Tpo" -c -o projectile.o `test -f 'world_entities/projectile.cc' || echo '$(srcdir)/'`world_entities/projectile.cc; \ |
---|
| 614 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/projectile.Tpo" "$(DEPDIR)/projectile.Po"; else rm -f "$(DEPDIR)/projectile.Tpo"; exit 1; fi |
---|
| 615 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='world_entities/projectile.cc' object='projectile.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 616 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/projectile.Po' tmpdepfile='$(DEPDIR)/projectile.TPo' @AMDEPBACKSLASH@ |
---|
| 617 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 618 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o projectile.o `test -f 'world_entities/projectile.cc' || echo '$(srcdir)/'`world_entities/projectile.cc |
---|
| 619 | |
---|
| 620 | projectile.obj: world_entities/projectile.cc |
---|
| 621 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT projectile.obj -MD -MP -MF "$(DEPDIR)/projectile.Tpo" -c -o projectile.obj `if test -f 'world_entities/projectile.cc'; then $(CYGPATH_W) 'world_entities/projectile.cc'; else $(CYGPATH_W) '$(srcdir)/world_entities/projectile.cc'; fi`; \ |
---|
| 622 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/projectile.Tpo" "$(DEPDIR)/projectile.Po"; else rm -f "$(DEPDIR)/projectile.Tpo"; exit 1; fi |
---|
| 623 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='world_entities/projectile.cc' object='projectile.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 624 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/projectile.Po' tmpdepfile='$(DEPDIR)/projectile.TPo' @AMDEPBACKSLASH@ |
---|
| 625 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 626 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o projectile.obj `if test -f 'world_entities/projectile.cc'; then $(CYGPATH_W) 'world_entities/projectile.cc'; else $(CYGPATH_W) '$(srcdir)/world_entities/projectile.cc'; fi` |
---|
| 627 | |
---|
| 628 | character_attributes.o: world_entities/character_attributes.cc |
---|
| 629 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT character_attributes.o -MD -MP -MF "$(DEPDIR)/character_attributes.Tpo" -c -o character_attributes.o `test -f 'world_entities/character_attributes.cc' || echo '$(srcdir)/'`world_entities/character_attributes.cc; \ |
---|
| 630 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/character_attributes.Tpo" "$(DEPDIR)/character_attributes.Po"; else rm -f "$(DEPDIR)/character_attributes.Tpo"; exit 1; fi |
---|
| 631 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='world_entities/character_attributes.cc' object='character_attributes.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 632 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/character_attributes.Po' tmpdepfile='$(DEPDIR)/character_attributes.TPo' @AMDEPBACKSLASH@ |
---|
| 633 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 634 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o character_attributes.o `test -f 'world_entities/character_attributes.cc' || echo '$(srcdir)/'`world_entities/character_attributes.cc |
---|
| 635 | |
---|
| 636 | character_attributes.obj: world_entities/character_attributes.cc |
---|
| 637 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT character_attributes.obj -MD -MP -MF "$(DEPDIR)/character_attributes.Tpo" -c -o character_attributes.obj `if test -f 'world_entities/character_attributes.cc'; then $(CYGPATH_W) 'world_entities/character_attributes.cc'; else $(CYGPATH_W) '$(srcdir)/world_entities/character_attributes.cc'; fi`; \ |
---|
| 638 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/character_attributes.Tpo" "$(DEPDIR)/character_attributes.Po"; else rm -f "$(DEPDIR)/character_attributes.Tpo"; exit 1; fi |
---|
| 639 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='world_entities/character_attributes.cc' object='character_attributes.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 640 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/character_attributes.Po' tmpdepfile='$(DEPDIR)/character_attributes.TPo' @AMDEPBACKSLASH@ |
---|
| 641 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 642 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o character_attributes.obj `if test -f 'world_entities/character_attributes.cc'; then $(CYGPATH_W) 'world_entities/character_attributes.cc'; else $(CYGPATH_W) '$(srcdir)/world_entities/character_attributes.cc'; fi` |
---|
| 643 | |
---|
| 644 | test_gun.o: world_entities/test_gun.cc |
---|
| 645 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_gun.o -MD -MP -MF "$(DEPDIR)/test_gun.Tpo" -c -o test_gun.o `test -f 'world_entities/test_gun.cc' || echo '$(srcdir)/'`world_entities/test_gun.cc; \ |
---|
| 646 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/test_gun.Tpo" "$(DEPDIR)/test_gun.Po"; else rm -f "$(DEPDIR)/test_gun.Tpo"; exit 1; fi |
---|
| 647 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='world_entities/test_gun.cc' object='test_gun.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 648 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/test_gun.Po' tmpdepfile='$(DEPDIR)/test_gun.TPo' @AMDEPBACKSLASH@ |
---|
| 649 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 650 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_gun.o `test -f 'world_entities/test_gun.cc' || echo '$(srcdir)/'`world_entities/test_gun.cc |
---|
| 651 | |
---|
| 652 | test_gun.obj: world_entities/test_gun.cc |
---|
| 653 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_gun.obj -MD -MP -MF "$(DEPDIR)/test_gun.Tpo" -c -o test_gun.obj `if test -f 'world_entities/test_gun.cc'; then $(CYGPATH_W) 'world_entities/test_gun.cc'; else $(CYGPATH_W) '$(srcdir)/world_entities/test_gun.cc'; fi`; \ |
---|
| 654 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/test_gun.Tpo" "$(DEPDIR)/test_gun.Po"; else rm -f "$(DEPDIR)/test_gun.Tpo"; exit 1; fi |
---|
| 655 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='world_entities/test_gun.cc' object='test_gun.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 656 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/test_gun.Po' tmpdepfile='$(DEPDIR)/test_gun.TPo' @AMDEPBACKSLASH@ |
---|
| 657 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 658 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_gun.obj `if test -f 'world_entities/test_gun.cc'; then $(CYGPATH_W) 'world_entities/test_gun.cc'; else $(CYGPATH_W) '$(srcdir)/world_entities/test_gun.cc'; fi` |
---|
| 659 | |
---|
| 660 | ai.o: ai/ai.cc |
---|
| 661 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ai.o -MD -MP -MF "$(DEPDIR)/ai.Tpo" -c -o ai.o `test -f 'ai/ai.cc' || echo '$(srcdir)/'`ai/ai.cc; \ |
---|
| 662 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/ai.Tpo" "$(DEPDIR)/ai.Po"; else rm -f "$(DEPDIR)/ai.Tpo"; exit 1; fi |
---|
| 663 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='ai/ai.cc' object='ai.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 664 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/ai.Po' tmpdepfile='$(DEPDIR)/ai.TPo' @AMDEPBACKSLASH@ |
---|
| 665 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 666 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ai.o `test -f 'ai/ai.cc' || echo '$(srcdir)/'`ai/ai.cc |
---|
| 667 | |
---|
| 668 | ai.obj: ai/ai.cc |
---|
| 669 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ai.obj -MD -MP -MF "$(DEPDIR)/ai.Tpo" -c -o ai.obj `if test -f 'ai/ai.cc'; then $(CYGPATH_W) 'ai/ai.cc'; else $(CYGPATH_W) '$(srcdir)/ai/ai.cc'; fi`; \ |
---|
| 670 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/ai.Tpo" "$(DEPDIR)/ai.Po"; else rm -f "$(DEPDIR)/ai.Tpo"; exit 1; fi |
---|
| 671 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='ai/ai.cc' object='ai.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 672 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/ai.Po' tmpdepfile='$(DEPDIR)/ai.TPo' @AMDEPBACKSLASH@ |
---|
| 673 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 674 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ai.obj `if test -f 'ai/ai.cc'; then $(CYGPATH_W) 'ai/ai.cc'; else $(CYGPATH_W) '$(srcdir)/ai/ai.cc'; fi` |
---|
| 675 | |
---|
| 676 | p_node.o: lib/coord/p_node.cc |
---|
| 677 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT p_node.o -MD -MP -MF "$(DEPDIR)/p_node.Tpo" -c -o p_node.o `test -f 'lib/coord/p_node.cc' || echo '$(srcdir)/'`lib/coord/p_node.cc; \ |
---|
| 678 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/p_node.Tpo" "$(DEPDIR)/p_node.Po"; else rm -f "$(DEPDIR)/p_node.Tpo"; exit 1; fi |
---|
| 679 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/coord/p_node.cc' object='p_node.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 680 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/p_node.Po' tmpdepfile='$(DEPDIR)/p_node.TPo' @AMDEPBACKSLASH@ |
---|
| 681 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 682 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o p_node.o `test -f 'lib/coord/p_node.cc' || echo '$(srcdir)/'`lib/coord/p_node.cc |
---|
| 683 | |
---|
| 684 | p_node.obj: lib/coord/p_node.cc |
---|
| 685 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT p_node.obj -MD -MP -MF "$(DEPDIR)/p_node.Tpo" -c -o p_node.obj `if test -f 'lib/coord/p_node.cc'; then $(CYGPATH_W) 'lib/coord/p_node.cc'; else $(CYGPATH_W) '$(srcdir)/lib/coord/p_node.cc'; fi`; \ |
---|
| 686 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/p_node.Tpo" "$(DEPDIR)/p_node.Po"; else rm -f "$(DEPDIR)/p_node.Tpo"; exit 1; fi |
---|
| 687 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/coord/p_node.cc' object='p_node.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 688 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/p_node.Po' tmpdepfile='$(DEPDIR)/p_node.TPo' @AMDEPBACKSLASH@ |
---|
| 689 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 690 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o p_node.obj `if test -f 'lib/coord/p_node.cc'; then $(CYGPATH_W) 'lib/coord/p_node.cc'; else $(CYGPATH_W) '$(srcdir)/lib/coord/p_node.cc'; fi` |
---|
| 691 | |
---|
| 692 | null_parent.o: lib/coord/null_parent.cc |
---|
| 693 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT null_parent.o -MD -MP -MF "$(DEPDIR)/null_parent.Tpo" -c -o null_parent.o `test -f 'lib/coord/null_parent.cc' || echo '$(srcdir)/'`lib/coord/null_parent.cc; \ |
---|
| 694 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/null_parent.Tpo" "$(DEPDIR)/null_parent.Po"; else rm -f "$(DEPDIR)/null_parent.Tpo"; exit 1; fi |
---|
| 695 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/coord/null_parent.cc' object='null_parent.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 696 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/null_parent.Po' tmpdepfile='$(DEPDIR)/null_parent.TPo' @AMDEPBACKSLASH@ |
---|
| 697 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 698 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o null_parent.o `test -f 'lib/coord/null_parent.cc' || echo '$(srcdir)/'`lib/coord/null_parent.cc |
---|
| 699 | |
---|
| 700 | null_parent.obj: lib/coord/null_parent.cc |
---|
| 701 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT null_parent.obj -MD -MP -MF "$(DEPDIR)/null_parent.Tpo" -c -o null_parent.obj `if test -f 'lib/coord/null_parent.cc'; then $(CYGPATH_W) 'lib/coord/null_parent.cc'; else $(CYGPATH_W) '$(srcdir)/lib/coord/null_parent.cc'; fi`; \ |
---|
| 702 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/null_parent.Tpo" "$(DEPDIR)/null_parent.Po"; else rm -f "$(DEPDIR)/null_parent.Tpo"; exit 1; fi |
---|
| 703 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/coord/null_parent.cc' object='null_parent.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 704 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/null_parent.Po' tmpdepfile='$(DEPDIR)/null_parent.TPo' @AMDEPBACKSLASH@ |
---|
| 705 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 706 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o null_parent.obj `if test -f 'lib/coord/null_parent.cc'; then $(CYGPATH_W) 'lib/coord/null_parent.cc'; else $(CYGPATH_W) '$(srcdir)/lib/coord/null_parent.cc'; fi` |
---|
| 707 | |
---|
| 708 | helper_parent.o: lib/coord/helper_parent.cc |
---|
| 709 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT helper_parent.o -MD -MP -MF "$(DEPDIR)/helper_parent.Tpo" -c -o helper_parent.o `test -f 'lib/coord/helper_parent.cc' || echo '$(srcdir)/'`lib/coord/helper_parent.cc; \ |
---|
| 710 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/helper_parent.Tpo" "$(DEPDIR)/helper_parent.Po"; else rm -f "$(DEPDIR)/helper_parent.Tpo"; exit 1; fi |
---|
| 711 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/coord/helper_parent.cc' object='helper_parent.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 712 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/helper_parent.Po' tmpdepfile='$(DEPDIR)/helper_parent.TPo' @AMDEPBACKSLASH@ |
---|
| 713 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 714 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o helper_parent.o `test -f 'lib/coord/helper_parent.cc' || echo '$(srcdir)/'`lib/coord/helper_parent.cc |
---|
| 715 | |
---|
| 716 | helper_parent.obj: lib/coord/helper_parent.cc |
---|
| 717 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT helper_parent.obj -MD -MP -MF "$(DEPDIR)/helper_parent.Tpo" -c -o helper_parent.obj `if test -f 'lib/coord/helper_parent.cc'; then $(CYGPATH_W) 'lib/coord/helper_parent.cc'; else $(CYGPATH_W) '$(srcdir)/lib/coord/helper_parent.cc'; fi`; \ |
---|
| 718 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/helper_parent.Tpo" "$(DEPDIR)/helper_parent.Po"; else rm -f "$(DEPDIR)/helper_parent.Tpo"; exit 1; fi |
---|
| 719 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/coord/helper_parent.cc' object='helper_parent.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 720 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/helper_parent.Po' tmpdepfile='$(DEPDIR)/helper_parent.TPo' @AMDEPBACKSLASH@ |
---|
| 721 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 722 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o helper_parent.obj `if test -f 'lib/coord/helper_parent.cc'; then $(CYGPATH_W) 'lib/coord/helper_parent.cc'; else $(CYGPATH_W) '$(srcdir)/lib/coord/helper_parent.cc'; fi` |
---|
| 723 | |
---|
| 724 | data_tank.o: lib/data/data_tank.cc |
---|
| 725 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT data_tank.o -MD -MP -MF "$(DEPDIR)/data_tank.Tpo" -c -o data_tank.o `test -f 'lib/data/data_tank.cc' || echo '$(srcdir)/'`lib/data/data_tank.cc; \ |
---|
| 726 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/data_tank.Tpo" "$(DEPDIR)/data_tank.Po"; else rm -f "$(DEPDIR)/data_tank.Tpo"; exit 1; fi |
---|
| 727 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/data/data_tank.cc' object='data_tank.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 728 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/data_tank.Po' tmpdepfile='$(DEPDIR)/data_tank.TPo' @AMDEPBACKSLASH@ |
---|
| 729 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 730 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o data_tank.o `test -f 'lib/data/data_tank.cc' || echo '$(srcdir)/'`lib/data/data_tank.cc |
---|
| 731 | |
---|
| 732 | data_tank.obj: lib/data/data_tank.cc |
---|
| 733 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT data_tank.obj -MD -MP -MF "$(DEPDIR)/data_tank.Tpo" -c -o data_tank.obj `if test -f 'lib/data/data_tank.cc'; then $(CYGPATH_W) 'lib/data/data_tank.cc'; else $(CYGPATH_W) '$(srcdir)/lib/data/data_tank.cc'; fi`; \ |
---|
| 734 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/data_tank.Tpo" "$(DEPDIR)/data_tank.Po"; else rm -f "$(DEPDIR)/data_tank.Tpo"; exit 1; fi |
---|
| 735 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/data/data_tank.cc' object='data_tank.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 736 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/data_tank.Po' tmpdepfile='$(DEPDIR)/data_tank.TPo' @AMDEPBACKSLASH@ |
---|
| 737 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 738 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o data_tank.obj `if test -f 'lib/data/data_tank.cc'; then $(CYGPATH_W) 'lib/data/data_tank.cc'; else $(CYGPATH_W) '$(srcdir)/lib/data/data_tank.cc'; fi` |
---|
| 739 | |
---|
| 740 | graphics_engine.o: lib/graphics/graphics_engine.cc |
---|
| 741 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT graphics_engine.o -MD -MP -MF "$(DEPDIR)/graphics_engine.Tpo" -c -o graphics_engine.o `test -f 'lib/graphics/graphics_engine.cc' || echo '$(srcdir)/'`lib/graphics/graphics_engine.cc; \ |
---|
| 742 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/graphics_engine.Tpo" "$(DEPDIR)/graphics_engine.Po"; else rm -f "$(DEPDIR)/graphics_engine.Tpo"; exit 1; fi |
---|
| 743 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/graphics/graphics_engine.cc' object='graphics_engine.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 744 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/graphics_engine.Po' tmpdepfile='$(DEPDIR)/graphics_engine.TPo' @AMDEPBACKSLASH@ |
---|
| 745 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 746 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o graphics_engine.o `test -f 'lib/graphics/graphics_engine.cc' || echo '$(srcdir)/'`lib/graphics/graphics_engine.cc |
---|
| 747 | |
---|
| 748 | graphics_engine.obj: lib/graphics/graphics_engine.cc |
---|
| 749 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT graphics_engine.obj -MD -MP -MF "$(DEPDIR)/graphics_engine.Tpo" -c -o graphics_engine.obj `if test -f 'lib/graphics/graphics_engine.cc'; then $(CYGPATH_W) 'lib/graphics/graphics_engine.cc'; else $(CYGPATH_W) '$(srcdir)/lib/graphics/graphics_engine.cc'; fi`; \ |
---|
| 750 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/graphics_engine.Tpo" "$(DEPDIR)/graphics_engine.Po"; else rm -f "$(DEPDIR)/graphics_engine.Tpo"; exit 1; fi |
---|
| 751 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/graphics/graphics_engine.cc' object='graphics_engine.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 752 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/graphics_engine.Po' tmpdepfile='$(DEPDIR)/graphics_engine.TPo' @AMDEPBACKSLASH@ |
---|
| 753 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 754 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o graphics_engine.obj `if test -f 'lib/graphics/graphics_engine.cc'; then $(CYGPATH_W) 'lib/graphics/graphics_engine.cc'; else $(CYGPATH_W) '$(srcdir)/lib/graphics/graphics_engine.cc'; fi` |
---|
| 755 | |
---|
| 756 | light.o: lib/graphics/light.cc |
---|
| 757 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT light.o -MD -MP -MF "$(DEPDIR)/light.Tpo" -c -o light.o `test -f 'lib/graphics/light.cc' || echo '$(srcdir)/'`lib/graphics/light.cc; \ |
---|
| 758 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/light.Tpo" "$(DEPDIR)/light.Po"; else rm -f "$(DEPDIR)/light.Tpo"; exit 1; fi |
---|
| 759 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/graphics/light.cc' object='light.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 760 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/light.Po' tmpdepfile='$(DEPDIR)/light.TPo' @AMDEPBACKSLASH@ |
---|
| 761 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 762 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o light.o `test -f 'lib/graphics/light.cc' || echo '$(srcdir)/'`lib/graphics/light.cc |
---|
| 763 | |
---|
| 764 | light.obj: lib/graphics/light.cc |
---|
| 765 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT light.obj -MD -MP -MF "$(DEPDIR)/light.Tpo" -c -o light.obj `if test -f 'lib/graphics/light.cc'; then $(CYGPATH_W) 'lib/graphics/light.cc'; else $(CYGPATH_W) '$(srcdir)/lib/graphics/light.cc'; fi`; \ |
---|
| 766 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/light.Tpo" "$(DEPDIR)/light.Po"; else rm -f "$(DEPDIR)/light.Tpo"; exit 1; fi |
---|
| 767 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/graphics/light.cc' object='light.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 768 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/light.Po' tmpdepfile='$(DEPDIR)/light.TPo' @AMDEPBACKSLASH@ |
---|
| 769 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 770 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o light.obj `if test -f 'lib/graphics/light.cc'; then $(CYGPATH_W) 'lib/graphics/light.cc'; else $(CYGPATH_W) '$(srcdir)/lib/graphics/light.cc'; fi` |
---|
| 771 | |
---|
[3766] | 772 | text_engine.o: lib/graphics/font/text_engine.cc |
---|
| 773 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT text_engine.o -MD -MP -MF "$(DEPDIR)/text_engine.Tpo" -c -o text_engine.o `test -f 'lib/graphics/font/text_engine.cc' || echo '$(srcdir)/'`lib/graphics/font/text_engine.cc; \ |
---|
| 774 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/text_engine.Tpo" "$(DEPDIR)/text_engine.Po"; else rm -f "$(DEPDIR)/text_engine.Tpo"; exit 1; fi |
---|
| 775 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/graphics/font/text_engine.cc' object='text_engine.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 776 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/text_engine.Po' tmpdepfile='$(DEPDIR)/text_engine.TPo' @AMDEPBACKSLASH@ |
---|
[3682] | 777 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[3766] | 778 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o text_engine.o `test -f 'lib/graphics/font/text_engine.cc' || echo '$(srcdir)/'`lib/graphics/font/text_engine.cc |
---|
[3682] | 779 | |
---|
[3766] | 780 | text_engine.obj: lib/graphics/font/text_engine.cc |
---|
| 781 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT text_engine.obj -MD -MP -MF "$(DEPDIR)/text_engine.Tpo" -c -o text_engine.obj `if test -f 'lib/graphics/font/text_engine.cc'; then $(CYGPATH_W) 'lib/graphics/font/text_engine.cc'; else $(CYGPATH_W) '$(srcdir)/lib/graphics/font/text_engine.cc'; fi`; \ |
---|
| 782 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/text_engine.Tpo" "$(DEPDIR)/text_engine.Po"; else rm -f "$(DEPDIR)/text_engine.Tpo"; exit 1; fi |
---|
| 783 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/graphics/font/text_engine.cc' object='text_engine.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 784 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/text_engine.Po' tmpdepfile='$(DEPDIR)/text_engine.TPo' @AMDEPBACKSLASH@ |
---|
[3682] | 785 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[3766] | 786 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o text_engine.obj `if test -f 'lib/graphics/font/text_engine.cc'; then $(CYGPATH_W) 'lib/graphics/font/text_engine.cc'; else $(CYGPATH_W) '$(srcdir)/lib/graphics/font/text_engine.cc'; fi` |
---|
[3682] | 787 | |
---|
[3681] | 788 | array.o: lib/graphics/importer/array.cc |
---|
| 789 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT array.o -MD -MP -MF "$(DEPDIR)/array.Tpo" -c -o array.o `test -f 'lib/graphics/importer/array.cc' || echo '$(srcdir)/'`lib/graphics/importer/array.cc; \ |
---|
[3196] | 790 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/array.Tpo" "$(DEPDIR)/array.Po"; else rm -f "$(DEPDIR)/array.Tpo"; exit 1; fi |
---|
[3681] | 791 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/graphics/importer/array.cc' object='array.o' libtool=no @AMDEPBACKSLASH@ |
---|
[3196] | 792 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/array.Po' tmpdepfile='$(DEPDIR)/array.TPo' @AMDEPBACKSLASH@ |
---|
| 793 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[3681] | 794 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o array.o `test -f 'lib/graphics/importer/array.cc' || echo '$(srcdir)/'`lib/graphics/importer/array.cc |
---|
[3196] | 795 | |
---|
[3681] | 796 | array.obj: lib/graphics/importer/array.cc |
---|
| 797 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT array.obj -MD -MP -MF "$(DEPDIR)/array.Tpo" -c -o array.obj `if test -f 'lib/graphics/importer/array.cc'; then $(CYGPATH_W) 'lib/graphics/importer/array.cc'; else $(CYGPATH_W) '$(srcdir)/lib/graphics/importer/array.cc'; fi`; \ |
---|
[3196] | 798 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/array.Tpo" "$(DEPDIR)/array.Po"; else rm -f "$(DEPDIR)/array.Tpo"; exit 1; fi |
---|
[3681] | 799 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/graphics/importer/array.cc' object='array.obj' libtool=no @AMDEPBACKSLASH@ |
---|
[3196] | 800 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/array.Po' tmpdepfile='$(DEPDIR)/array.TPo' @AMDEPBACKSLASH@ |
---|
| 801 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[3681] | 802 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o array.obj `if test -f 'lib/graphics/importer/array.cc'; then $(CYGPATH_W) 'lib/graphics/importer/array.cc'; else $(CYGPATH_W) '$(srcdir)/lib/graphics/importer/array.cc'; fi` |
---|
[3196] | 803 | |
---|
[3681] | 804 | objModel.o: lib/graphics/importer/objModel.cc |
---|
| 805 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT objModel.o -MD -MP -MF "$(DEPDIR)/objModel.Tpo" -c -o objModel.o `test -f 'lib/graphics/importer/objModel.cc' || echo '$(srcdir)/'`lib/graphics/importer/objModel.cc; \ |
---|
| 806 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/objModel.Tpo" "$(DEPDIR)/objModel.Po"; else rm -f "$(DEPDIR)/objModel.Tpo"; exit 1; fi |
---|
| 807 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/graphics/importer/objModel.cc' object='objModel.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 808 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/objModel.Po' tmpdepfile='$(DEPDIR)/objModel.TPo' @AMDEPBACKSLASH@ |
---|
| 809 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 810 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o objModel.o `test -f 'lib/graphics/importer/objModel.cc' || echo '$(srcdir)/'`lib/graphics/importer/objModel.cc |
---|
| 811 | |
---|
| 812 | objModel.obj: lib/graphics/importer/objModel.cc |
---|
| 813 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT objModel.obj -MD -MP -MF "$(DEPDIR)/objModel.Tpo" -c -o objModel.obj `if test -f 'lib/graphics/importer/objModel.cc'; then $(CYGPATH_W) 'lib/graphics/importer/objModel.cc'; else $(CYGPATH_W) '$(srcdir)/lib/graphics/importer/objModel.cc'; fi`; \ |
---|
| 814 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/objModel.Tpo" "$(DEPDIR)/objModel.Po"; else rm -f "$(DEPDIR)/objModel.Tpo"; exit 1; fi |
---|
| 815 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/graphics/importer/objModel.cc' object='objModel.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 816 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/objModel.Po' tmpdepfile='$(DEPDIR)/objModel.TPo' @AMDEPBACKSLASH@ |
---|
| 817 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 818 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o objModel.obj `if test -f 'lib/graphics/importer/objModel.cc'; then $(CYGPATH_W) 'lib/graphics/importer/objModel.cc'; else $(CYGPATH_W) '$(srcdir)/lib/graphics/importer/objModel.cc'; fi` |
---|
| 819 | |
---|
| 820 | primitive_model.o: lib/graphics/importer/primitive_model.cc |
---|
| 821 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT primitive_model.o -MD -MP -MF "$(DEPDIR)/primitive_model.Tpo" -c -o primitive_model.o `test -f 'lib/graphics/importer/primitive_model.cc' || echo '$(srcdir)/'`lib/graphics/importer/primitive_model.cc; \ |
---|
| 822 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/primitive_model.Tpo" "$(DEPDIR)/primitive_model.Po"; else rm -f "$(DEPDIR)/primitive_model.Tpo"; exit 1; fi |
---|
| 823 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/graphics/importer/primitive_model.cc' object='primitive_model.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 824 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/primitive_model.Po' tmpdepfile='$(DEPDIR)/primitive_model.TPo' @AMDEPBACKSLASH@ |
---|
| 825 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 826 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o primitive_model.o `test -f 'lib/graphics/importer/primitive_model.cc' || echo '$(srcdir)/'`lib/graphics/importer/primitive_model.cc |
---|
| 827 | |
---|
| 828 | primitive_model.obj: lib/graphics/importer/primitive_model.cc |
---|
| 829 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT primitive_model.obj -MD -MP -MF "$(DEPDIR)/primitive_model.Tpo" -c -o primitive_model.obj `if test -f 'lib/graphics/importer/primitive_model.cc'; then $(CYGPATH_W) 'lib/graphics/importer/primitive_model.cc'; else $(CYGPATH_W) '$(srcdir)/lib/graphics/importer/primitive_model.cc'; fi`; \ |
---|
| 830 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/primitive_model.Tpo" "$(DEPDIR)/primitive_model.Po"; else rm -f "$(DEPDIR)/primitive_model.Tpo"; exit 1; fi |
---|
| 831 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/graphics/importer/primitive_model.cc' object='primitive_model.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 832 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/primitive_model.Po' tmpdepfile='$(DEPDIR)/primitive_model.TPo' @AMDEPBACKSLASH@ |
---|
| 833 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 834 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o primitive_model.obj `if test -f 'lib/graphics/importer/primitive_model.cc'; then $(CYGPATH_W) 'lib/graphics/importer/primitive_model.cc'; else $(CYGPATH_W) '$(srcdir)/lib/graphics/importer/primitive_model.cc'; fi` |
---|
| 835 | |
---|
| 836 | model.o: lib/graphics/importer/model.cc |
---|
| 837 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT model.o -MD -MP -MF "$(DEPDIR)/model.Tpo" -c -o model.o `test -f 'lib/graphics/importer/model.cc' || echo '$(srcdir)/'`lib/graphics/importer/model.cc; \ |
---|
| 838 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/model.Tpo" "$(DEPDIR)/model.Po"; else rm -f "$(DEPDIR)/model.Tpo"; exit 1; fi |
---|
| 839 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/graphics/importer/model.cc' object='model.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 840 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/model.Po' tmpdepfile='$(DEPDIR)/model.TPo' @AMDEPBACKSLASH@ |
---|
| 841 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 842 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o model.o `test -f 'lib/graphics/importer/model.cc' || echo '$(srcdir)/'`lib/graphics/importer/model.cc |
---|
| 843 | |
---|
| 844 | model.obj: lib/graphics/importer/model.cc |
---|
| 845 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT model.obj -MD -MP -MF "$(DEPDIR)/model.Tpo" -c -o model.obj `if test -f 'lib/graphics/importer/model.cc'; then $(CYGPATH_W) 'lib/graphics/importer/model.cc'; else $(CYGPATH_W) '$(srcdir)/lib/graphics/importer/model.cc'; fi`; \ |
---|
| 846 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/model.Tpo" "$(DEPDIR)/model.Po"; else rm -f "$(DEPDIR)/model.Tpo"; exit 1; fi |
---|
| 847 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/graphics/importer/model.cc' object='model.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 848 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/model.Po' tmpdepfile='$(DEPDIR)/model.TPo' @AMDEPBACKSLASH@ |
---|
| 849 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 850 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o model.obj `if test -f 'lib/graphics/importer/model.cc'; then $(CYGPATH_W) 'lib/graphics/importer/model.cc'; else $(CYGPATH_W) '$(srcdir)/lib/graphics/importer/model.cc'; fi` |
---|
| 851 | |
---|
| 852 | material.o: lib/graphics/importer/material.cc |
---|
| 853 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT material.o -MD -MP -MF "$(DEPDIR)/material.Tpo" -c -o material.o `test -f 'lib/graphics/importer/material.cc' || echo '$(srcdir)/'`lib/graphics/importer/material.cc; \ |
---|
[3196] | 854 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/material.Tpo" "$(DEPDIR)/material.Po"; else rm -f "$(DEPDIR)/material.Tpo"; exit 1; fi |
---|
[3681] | 855 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/graphics/importer/material.cc' object='material.o' libtool=no @AMDEPBACKSLASH@ |
---|
[3196] | 856 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/material.Po' tmpdepfile='$(DEPDIR)/material.TPo' @AMDEPBACKSLASH@ |
---|
| 857 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[3681] | 858 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o material.o `test -f 'lib/graphics/importer/material.cc' || echo '$(srcdir)/'`lib/graphics/importer/material.cc |
---|
[3196] | 859 | |
---|
[3681] | 860 | material.obj: lib/graphics/importer/material.cc |
---|
| 861 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT material.obj -MD -MP -MF "$(DEPDIR)/material.Tpo" -c -o material.obj `if test -f 'lib/graphics/importer/material.cc'; then $(CYGPATH_W) 'lib/graphics/importer/material.cc'; else $(CYGPATH_W) '$(srcdir)/lib/graphics/importer/material.cc'; fi`; \ |
---|
[3196] | 862 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/material.Tpo" "$(DEPDIR)/material.Po"; else rm -f "$(DEPDIR)/material.Tpo"; exit 1; fi |
---|
[3681] | 863 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/graphics/importer/material.cc' object='material.obj' libtool=no @AMDEPBACKSLASH@ |
---|
[3196] | 864 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/material.Po' tmpdepfile='$(DEPDIR)/material.TPo' @AMDEPBACKSLASH@ |
---|
| 865 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[3681] | 866 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o material.obj `if test -f 'lib/graphics/importer/material.cc'; then $(CYGPATH_W) 'lib/graphics/importer/material.cc'; else $(CYGPATH_W) '$(srcdir)/lib/graphics/importer/material.cc'; fi` |
---|
[3365] | 867 | |
---|
[3681] | 868 | texture.o: lib/graphics/importer/texture.cc |
---|
| 869 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT texture.o -MD -MP -MF "$(DEPDIR)/texture.Tpo" -c -o texture.o `test -f 'lib/graphics/importer/texture.cc' || echo '$(srcdir)/'`lib/graphics/importer/texture.cc; \ |
---|
[3365] | 870 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/texture.Tpo" "$(DEPDIR)/texture.Po"; else rm -f "$(DEPDIR)/texture.Tpo"; exit 1; fi |
---|
[3681] | 871 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/graphics/importer/texture.cc' object='texture.o' libtool=no @AMDEPBACKSLASH@ |
---|
[3365] | 872 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/texture.Po' tmpdepfile='$(DEPDIR)/texture.TPo' @AMDEPBACKSLASH@ |
---|
| 873 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[3681] | 874 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o texture.o `test -f 'lib/graphics/importer/texture.cc' || echo '$(srcdir)/'`lib/graphics/importer/texture.cc |
---|
[3365] | 875 | |
---|
[3681] | 876 | texture.obj: lib/graphics/importer/texture.cc |
---|
| 877 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT texture.obj -MD -MP -MF "$(DEPDIR)/texture.Tpo" -c -o texture.obj `if test -f 'lib/graphics/importer/texture.cc'; then $(CYGPATH_W) 'lib/graphics/importer/texture.cc'; else $(CYGPATH_W) '$(srcdir)/lib/graphics/importer/texture.cc'; fi`; \ |
---|
[3365] | 878 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/texture.Tpo" "$(DEPDIR)/texture.Po"; else rm -f "$(DEPDIR)/texture.Tpo"; exit 1; fi |
---|
[3681] | 879 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/graphics/importer/texture.cc' object='texture.obj' libtool=no @AMDEPBACKSLASH@ |
---|
[3365] | 880 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/texture.Po' tmpdepfile='$(DEPDIR)/texture.TPo' @AMDEPBACKSLASH@ |
---|
| 881 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[3681] | 882 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o texture.obj `if test -f 'lib/graphics/importer/texture.cc'; then $(CYGPATH_W) 'lib/graphics/importer/texture.cc'; else $(CYGPATH_W) '$(srcdir)/lib/graphics/importer/texture.cc'; fi` |
---|
[3455] | 883 | |
---|
[3681] | 884 | base_entity.o: lib/lang/base_entity.cc |
---|
| 885 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT base_entity.o -MD -MP -MF "$(DEPDIR)/base_entity.Tpo" -c -o base_entity.o `test -f 'lib/lang/base_entity.cc' || echo '$(srcdir)/'`lib/lang/base_entity.cc; \ |
---|
| 886 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/base_entity.Tpo" "$(DEPDIR)/base_entity.Po"; else rm -f "$(DEPDIR)/base_entity.Tpo"; exit 1; fi |
---|
| 887 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/lang/base_entity.cc' object='base_entity.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 888 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/base_entity.Po' tmpdepfile='$(DEPDIR)/base_entity.TPo' @AMDEPBACKSLASH@ |
---|
[3455] | 889 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[3681] | 890 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o base_entity.o `test -f 'lib/lang/base_entity.cc' || echo '$(srcdir)/'`lib/lang/base_entity.cc |
---|
[3455] | 891 | |
---|
[3681] | 892 | base_entity.obj: lib/lang/base_entity.cc |
---|
| 893 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT base_entity.obj -MD -MP -MF "$(DEPDIR)/base_entity.Tpo" -c -o base_entity.obj `if test -f 'lib/lang/base_entity.cc'; then $(CYGPATH_W) 'lib/lang/base_entity.cc'; else $(CYGPATH_W) '$(srcdir)/lib/lang/base_entity.cc'; fi`; \ |
---|
| 894 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/base_entity.Tpo" "$(DEPDIR)/base_entity.Po"; else rm -f "$(DEPDIR)/base_entity.Tpo"; exit 1; fi |
---|
| 895 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/lang/base_entity.cc' object='base_entity.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 896 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/base_entity.Po' tmpdepfile='$(DEPDIR)/base_entity.TPo' @AMDEPBACKSLASH@ |
---|
[3455] | 897 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
[3681] | 898 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o base_entity.obj `if test -f 'lib/lang/base_entity.cc'; then $(CYGPATH_W) 'lib/lang/base_entity.cc'; else $(CYGPATH_W) '$(srcdir)/lib/lang/base_entity.cc'; fi` |
---|
| 899 | |
---|
| 900 | base_object.o: lib/lang/base_object.cc |
---|
| 901 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT base_object.o -MD -MP -MF "$(DEPDIR)/base_object.Tpo" -c -o base_object.o `test -f 'lib/lang/base_object.cc' || echo '$(srcdir)/'`lib/lang/base_object.cc; \ |
---|
| 902 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/base_object.Tpo" "$(DEPDIR)/base_object.Po"; else rm -f "$(DEPDIR)/base_object.Tpo"; exit 1; fi |
---|
| 903 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/lang/base_object.cc' object='base_object.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 904 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/base_object.Po' tmpdepfile='$(DEPDIR)/base_object.TPo' @AMDEPBACKSLASH@ |
---|
| 905 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 906 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o base_object.o `test -f 'lib/lang/base_object.cc' || echo '$(srcdir)/'`lib/lang/base_object.cc |
---|
| 907 | |
---|
| 908 | base_object.obj: lib/lang/base_object.cc |
---|
| 909 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT base_object.obj -MD -MP -MF "$(DEPDIR)/base_object.Tpo" -c -o base_object.obj `if test -f 'lib/lang/base_object.cc'; then $(CYGPATH_W) 'lib/lang/base_object.cc'; else $(CYGPATH_W) '$(srcdir)/lib/lang/base_object.cc'; fi`; \ |
---|
| 910 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/base_object.Tpo" "$(DEPDIR)/base_object.Po"; else rm -f "$(DEPDIR)/base_object.Tpo"; exit 1; fi |
---|
| 911 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/lang/base_object.cc' object='base_object.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 912 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/base_object.Po' tmpdepfile='$(DEPDIR)/base_object.TPo' @AMDEPBACKSLASH@ |
---|
| 913 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 914 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o base_object.obj `if test -f 'lib/lang/base_object.cc'; then $(CYGPATH_W) 'lib/lang/base_object.cc'; else $(CYGPATH_W) '$(srcdir)/lib/lang/base_object.cc'; fi` |
---|
| 915 | |
---|
| 916 | ini_parser.o: lib/util/ini_parser.cc |
---|
| 917 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ini_parser.o -MD -MP -MF "$(DEPDIR)/ini_parser.Tpo" -c -o ini_parser.o `test -f 'lib/util/ini_parser.cc' || echo '$(srcdir)/'`lib/util/ini_parser.cc; \ |
---|
| 918 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/ini_parser.Tpo" "$(DEPDIR)/ini_parser.Po"; else rm -f "$(DEPDIR)/ini_parser.Tpo"; exit 1; fi |
---|
| 919 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/util/ini_parser.cc' object='ini_parser.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 920 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/ini_parser.Po' tmpdepfile='$(DEPDIR)/ini_parser.TPo' @AMDEPBACKSLASH@ |
---|
| 921 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 922 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ini_parser.o `test -f 'lib/util/ini_parser.cc' || echo '$(srcdir)/'`lib/util/ini_parser.cc |
---|
| 923 | |
---|
| 924 | ini_parser.obj: lib/util/ini_parser.cc |
---|
| 925 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ini_parser.obj -MD -MP -MF "$(DEPDIR)/ini_parser.Tpo" -c -o ini_parser.obj `if test -f 'lib/util/ini_parser.cc'; then $(CYGPATH_W) 'lib/util/ini_parser.cc'; else $(CYGPATH_W) '$(srcdir)/lib/util/ini_parser.cc'; fi`; \ |
---|
| 926 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/ini_parser.Tpo" "$(DEPDIR)/ini_parser.Po"; else rm -f "$(DEPDIR)/ini_parser.Tpo"; exit 1; fi |
---|
| 927 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/util/ini_parser.cc' object='ini_parser.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 928 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/ini_parser.Po' tmpdepfile='$(DEPDIR)/ini_parser.TPo' @AMDEPBACKSLASH@ |
---|
| 929 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 930 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ini_parser.obj `if test -f 'lib/util/ini_parser.cc'; then $(CYGPATH_W) 'lib/util/ini_parser.cc'; else $(CYGPATH_W) '$(srcdir)/lib/util/ini_parser.cc'; fi` |
---|
| 931 | |
---|
| 932 | list.o: lib/util/list.cc |
---|
| 933 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT list.o -MD -MP -MF "$(DEPDIR)/list.Tpo" -c -o list.o `test -f 'lib/util/list.cc' || echo '$(srcdir)/'`lib/util/list.cc; \ |
---|
| 934 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/list.Tpo" "$(DEPDIR)/list.Po"; else rm -f "$(DEPDIR)/list.Tpo"; exit 1; fi |
---|
| 935 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/util/list.cc' object='list.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 936 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/list.Po' tmpdepfile='$(DEPDIR)/list.TPo' @AMDEPBACKSLASH@ |
---|
| 937 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 938 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o list.o `test -f 'lib/util/list.cc' || echo '$(srcdir)/'`lib/util/list.cc |
---|
| 939 | |
---|
| 940 | list.obj: lib/util/list.cc |
---|
| 941 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT list.obj -MD -MP -MF "$(DEPDIR)/list.Tpo" -c -o list.obj `if test -f 'lib/util/list.cc'; then $(CYGPATH_W) 'lib/util/list.cc'; else $(CYGPATH_W) '$(srcdir)/lib/util/list.cc'; fi`; \ |
---|
| 942 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/list.Tpo" "$(DEPDIR)/list.Po"; else rm -f "$(DEPDIR)/list.Tpo"; exit 1; fi |
---|
| 943 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/util/list.cc' object='list.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 944 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/list.Po' tmpdepfile='$(DEPDIR)/list.TPo' @AMDEPBACKSLASH@ |
---|
| 945 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 946 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o list.obj `if test -f 'lib/util/list.cc'; then $(CYGPATH_W) 'lib/util/list.cc'; else $(CYGPATH_W) '$(srcdir)/lib/util/list.cc'; fi` |
---|
| 947 | |
---|
| 948 | resource_manager.o: lib/util/resource_manager.cc |
---|
| 949 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT resource_manager.o -MD -MP -MF "$(DEPDIR)/resource_manager.Tpo" -c -o resource_manager.o `test -f 'lib/util/resource_manager.cc' || echo '$(srcdir)/'`lib/util/resource_manager.cc; \ |
---|
| 950 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/resource_manager.Tpo" "$(DEPDIR)/resource_manager.Po"; else rm -f "$(DEPDIR)/resource_manager.Tpo"; exit 1; fi |
---|
| 951 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/util/resource_manager.cc' object='resource_manager.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 952 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/resource_manager.Po' tmpdepfile='$(DEPDIR)/resource_manager.TPo' @AMDEPBACKSLASH@ |
---|
| 953 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 954 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o resource_manager.o `test -f 'lib/util/resource_manager.cc' || echo '$(srcdir)/'`lib/util/resource_manager.cc |
---|
| 955 | |
---|
| 956 | resource_manager.obj: lib/util/resource_manager.cc |
---|
| 957 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT resource_manager.obj -MD -MP -MF "$(DEPDIR)/resource_manager.Tpo" -c -o resource_manager.obj `if test -f 'lib/util/resource_manager.cc'; then $(CYGPATH_W) 'lib/util/resource_manager.cc'; else $(CYGPATH_W) '$(srcdir)/lib/util/resource_manager.cc'; fi`; \ |
---|
| 958 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/resource_manager.Tpo" "$(DEPDIR)/resource_manager.Po"; else rm -f "$(DEPDIR)/resource_manager.Tpo"; exit 1; fi |
---|
| 959 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/util/resource_manager.cc' object='resource_manager.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 960 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/resource_manager.Po' tmpdepfile='$(DEPDIR)/resource_manager.TPo' @AMDEPBACKSLASH@ |
---|
| 961 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 962 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o resource_manager.obj `if test -f 'lib/util/resource_manager.cc'; then $(CYGPATH_W) 'lib/util/resource_manager.cc'; else $(CYGPATH_W) '$(srcdir)/lib/util/resource_manager.cc'; fi` |
---|
| 963 | |
---|
| 964 | vector.o: lib/math/vector.cc |
---|
| 965 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT vector.o -MD -MP -MF "$(DEPDIR)/vector.Tpo" -c -o vector.o `test -f 'lib/math/vector.cc' || echo '$(srcdir)/'`lib/math/vector.cc; \ |
---|
| 966 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/vector.Tpo" "$(DEPDIR)/vector.Po"; else rm -f "$(DEPDIR)/vector.Tpo"; exit 1; fi |
---|
| 967 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/math/vector.cc' object='vector.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 968 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/vector.Po' tmpdepfile='$(DEPDIR)/vector.TPo' @AMDEPBACKSLASH@ |
---|
| 969 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 970 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o vector.o `test -f 'lib/math/vector.cc' || echo '$(srcdir)/'`lib/math/vector.cc |
---|
| 971 | |
---|
| 972 | vector.obj: lib/math/vector.cc |
---|
| 973 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT vector.obj -MD -MP -MF "$(DEPDIR)/vector.Tpo" -c -o vector.obj `if test -f 'lib/math/vector.cc'; then $(CYGPATH_W) 'lib/math/vector.cc'; else $(CYGPATH_W) '$(srcdir)/lib/math/vector.cc'; fi`; \ |
---|
| 974 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/vector.Tpo" "$(DEPDIR)/vector.Po"; else rm -f "$(DEPDIR)/vector.Tpo"; exit 1; fi |
---|
| 975 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/math/vector.cc' object='vector.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 976 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/vector.Po' tmpdepfile='$(DEPDIR)/vector.TPo' @AMDEPBACKSLASH@ |
---|
| 977 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 978 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o vector.obj `if test -f 'lib/math/vector.cc'; then $(CYGPATH_W) 'lib/math/vector.cc'; else $(CYGPATH_W) '$(srcdir)/lib/math/vector.cc'; fi` |
---|
| 979 | |
---|
| 980 | curve.o: lib/math/curve.cc |
---|
| 981 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT curve.o -MD -MP -MF "$(DEPDIR)/curve.Tpo" -c -o curve.o `test -f 'lib/math/curve.cc' || echo '$(srcdir)/'`lib/math/curve.cc; \ |
---|
| 982 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/curve.Tpo" "$(DEPDIR)/curve.Po"; else rm -f "$(DEPDIR)/curve.Tpo"; exit 1; fi |
---|
| 983 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/math/curve.cc' object='curve.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 984 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/curve.Po' tmpdepfile='$(DEPDIR)/curve.TPo' @AMDEPBACKSLASH@ |
---|
| 985 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 986 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o curve.o `test -f 'lib/math/curve.cc' || echo '$(srcdir)/'`lib/math/curve.cc |
---|
| 987 | |
---|
| 988 | curve.obj: lib/math/curve.cc |
---|
| 989 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT curve.obj -MD -MP -MF "$(DEPDIR)/curve.Tpo" -c -o curve.obj `if test -f 'lib/math/curve.cc'; then $(CYGPATH_W) 'lib/math/curve.cc'; else $(CYGPATH_W) '$(srcdir)/lib/math/curve.cc'; fi`; \ |
---|
| 990 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/curve.Tpo" "$(DEPDIR)/curve.Po"; else rm -f "$(DEPDIR)/curve.Tpo"; exit 1; fi |
---|
| 991 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='lib/math/curve.cc' object='curve.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 992 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/curve.Po' tmpdepfile='$(DEPDIR)/curve.TPo' @AMDEPBACKSLASH@ |
---|
| 993 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 994 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o curve.obj `if test -f 'lib/math/curve.cc'; then $(CYGPATH_W) 'lib/math/curve.cc'; else $(CYGPATH_W) '$(srcdir)/lib/math/curve.cc'; fi` |
---|
| 995 | |
---|
| 996 | glmenu_imagescreen.o: glmenu/glmenu_imagescreen.cc |
---|
| 997 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT glmenu_imagescreen.o -MD -MP -MF "$(DEPDIR)/glmenu_imagescreen.Tpo" -c -o glmenu_imagescreen.o `test -f 'glmenu/glmenu_imagescreen.cc' || echo '$(srcdir)/'`glmenu/glmenu_imagescreen.cc; \ |
---|
| 998 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/glmenu_imagescreen.Tpo" "$(DEPDIR)/glmenu_imagescreen.Po"; else rm -f "$(DEPDIR)/glmenu_imagescreen.Tpo"; exit 1; fi |
---|
| 999 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='glmenu/glmenu_imagescreen.cc' object='glmenu_imagescreen.o' libtool=no @AMDEPBACKSLASH@ |
---|
| 1000 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/glmenu_imagescreen.Po' tmpdepfile='$(DEPDIR)/glmenu_imagescreen.TPo' @AMDEPBACKSLASH@ |
---|
| 1001 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1002 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o glmenu_imagescreen.o `test -f 'glmenu/glmenu_imagescreen.cc' || echo '$(srcdir)/'`glmenu/glmenu_imagescreen.cc |
---|
| 1003 | |
---|
| 1004 | glmenu_imagescreen.obj: glmenu/glmenu_imagescreen.cc |
---|
| 1005 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT glmenu_imagescreen.obj -MD -MP -MF "$(DEPDIR)/glmenu_imagescreen.Tpo" -c -o glmenu_imagescreen.obj `if test -f 'glmenu/glmenu_imagescreen.cc'; then $(CYGPATH_W) 'glmenu/glmenu_imagescreen.cc'; else $(CYGPATH_W) '$(srcdir)/glmenu/glmenu_imagescreen.cc'; fi`; \ |
---|
| 1006 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/glmenu_imagescreen.Tpo" "$(DEPDIR)/glmenu_imagescreen.Po"; else rm -f "$(DEPDIR)/glmenu_imagescreen.Tpo"; exit 1; fi |
---|
| 1007 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='glmenu/glmenu_imagescreen.cc' object='glmenu_imagescreen.obj' libtool=no @AMDEPBACKSLASH@ |
---|
| 1008 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/glmenu_imagescreen.Po' tmpdepfile='$(DEPDIR)/glmenu_imagescreen.TPo' @AMDEPBACKSLASH@ |
---|
| 1009 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
| 1010 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o glmenu_imagescreen.obj `if test -f 'glmenu/glmenu_imagescreen.cc'; then $(CYGPATH_W) 'glmenu/glmenu_imagescreen.cc'; else $(CYGPATH_W) '$(srcdir)/glmenu/glmenu_imagescreen.cc'; fi` |
---|
[1945] | 1011 | uninstall-info-am: |
---|
[1953] | 1012 | |
---|
[3191] | 1013 | # This directory's subdirectories are mostly independent; you can cd |
---|
| 1014 | # into them and run `make' without going through this Makefile. |
---|
| 1015 | # To change the values of `make' variables: instead of editing Makefiles, |
---|
| 1016 | # (1) if the variable is set in `config.status', edit `config.status' |
---|
| 1017 | # (which will cause the Makefiles to be regenerated when you run `make'); |
---|
| 1018 | # (2) otherwise, pass the desired values on the `make' command line. |
---|
| 1019 | $(RECURSIVE_TARGETS): |
---|
| 1020 | @set fnord $$MAKEFLAGS; amf=$$2; \ |
---|
| 1021 | dot_seen=no; \ |
---|
| 1022 | target=`echo $@ | sed s/-recursive//`; \ |
---|
| 1023 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 1024 | echo "Making $$target in $$subdir"; \ |
---|
| 1025 | if test "$$subdir" = "."; then \ |
---|
| 1026 | dot_seen=yes; \ |
---|
| 1027 | local_target="$$target-am"; \ |
---|
| 1028 | else \ |
---|
| 1029 | local_target="$$target"; \ |
---|
| 1030 | fi; \ |
---|
| 1031 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
| 1032 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
---|
| 1033 | done; \ |
---|
| 1034 | if test "$$dot_seen" = "no"; then \ |
---|
| 1035 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
---|
| 1036 | fi; test -z "$$fail" |
---|
| 1037 | |
---|
| 1038 | mostlyclean-recursive clean-recursive distclean-recursive \ |
---|
| 1039 | maintainer-clean-recursive: |
---|
| 1040 | @set fnord $$MAKEFLAGS; amf=$$2; \ |
---|
| 1041 | dot_seen=no; \ |
---|
| 1042 | case "$@" in \ |
---|
| 1043 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
---|
| 1044 | *) list='$(SUBDIRS)' ;; \ |
---|
| 1045 | esac; \ |
---|
| 1046 | rev=''; for subdir in $$list; do \ |
---|
| 1047 | if test "$$subdir" = "."; then :; else \ |
---|
| 1048 | rev="$$subdir $$rev"; \ |
---|
| 1049 | fi; \ |
---|
| 1050 | done; \ |
---|
| 1051 | rev="$$rev ."; \ |
---|
| 1052 | target=`echo $@ | sed s/-recursive//`; \ |
---|
| 1053 | for subdir in $$rev; do \ |
---|
| 1054 | echo "Making $$target in $$subdir"; \ |
---|
| 1055 | if test "$$subdir" = "."; then \ |
---|
| 1056 | local_target="$$target-am"; \ |
---|
| 1057 | else \ |
---|
| 1058 | local_target="$$target"; \ |
---|
| 1059 | fi; \ |
---|
| 1060 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
| 1061 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
---|
| 1062 | done && test -z "$$fail" |
---|
| 1063 | tags-recursive: |
---|
| 1064 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 1065 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
---|
| 1066 | done |
---|
| 1067 | ctags-recursive: |
---|
| 1068 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 1069 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
---|
| 1070 | done |
---|
| 1071 | |
---|
[1953] | 1072 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
---|
| 1073 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 1074 | unique=`for i in $$list; do \ |
---|
| 1075 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 1076 | done | \ |
---|
| 1077 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 1078 | END { for (i in files) print i; }'`; \ |
---|
| 1079 | mkid -fID $$unique |
---|
[2706] | 1080 | tags: TAGS |
---|
[1953] | 1081 | |
---|
[3191] | 1082 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
[1953] | 1083 | $(TAGS_FILES) $(LISP) |
---|
| 1084 | tags=; \ |
---|
| 1085 | here=`pwd`; \ |
---|
[3191] | 1086 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
---|
| 1087 | include_option=--etags-include; \ |
---|
| 1088 | empty_fix=.; \ |
---|
| 1089 | else \ |
---|
| 1090 | include_option=--include; \ |
---|
| 1091 | empty_fix=; \ |
---|
| 1092 | fi; \ |
---|
| 1093 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 1094 | if test "$$subdir" = .; then :; else \ |
---|
| 1095 | test ! -f $$subdir/TAGS || \ |
---|
| 1096 | tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ |
---|
| 1097 | fi; \ |
---|
| 1098 | done; \ |
---|
[1953] | 1099 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 1100 | unique=`for i in $$list; do \ |
---|
| 1101 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 1102 | done | \ |
---|
| 1103 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 1104 | END { for (i in files) print i; }'`; \ |
---|
[2711] | 1105 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
---|
| 1106 | test -n "$$unique" || unique=$$empty_fix; \ |
---|
| 1107 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
| 1108 | $$tags $$unique; \ |
---|
| 1109 | fi |
---|
[1945] | 1110 | ctags: CTAGS |
---|
[3191] | 1111 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
[1953] | 1112 | $(TAGS_FILES) $(LISP) |
---|
| 1113 | tags=; \ |
---|
| 1114 | here=`pwd`; \ |
---|
| 1115 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 1116 | unique=`for i in $$list; do \ |
---|
| 1117 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 1118 | done | \ |
---|
| 1119 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 1120 | END { for (i in files) print i; }'`; \ |
---|
| 1121 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
---|
| 1122 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
---|
| 1123 | $$tags $$unique |
---|
[1945] | 1124 | |
---|
[1953] | 1125 | GTAGS: |
---|
| 1126 | here=`$(am__cd) $(top_builddir) && pwd` \ |
---|
| 1127 | && cd $(top_srcdir) \ |
---|
| 1128 | && gtags -i $(GTAGS_ARGS) $$here |
---|
| 1129 | |
---|
| 1130 | distclean-tags: |
---|
| 1131 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
---|
[1945] | 1132 | |
---|
| 1133 | distdir: $(DISTFILES) |
---|
[3681] | 1134 | $(mkdir_p) $(distdir)/ai $(distdir)/defs $(distdir)/glmenu $(distdir)/lib/coord $(distdir)/lib/data $(distdir)/lib/graphics $(distdir)/lib/graphics/font $(distdir)/lib/lang $(distdir)/lib/math $(distdir)/lib/util $(distdir)/network $(distdir)/proto $(distdir)/story_entities $(distdir)/world_entities |
---|
[1945] | 1135 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
---|
| 1136 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
---|
| 1137 | list='$(DISTFILES)'; for file in $$list; do \ |
---|
| 1138 | case $$file in \ |
---|
| 1139 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
| 1140 | $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ |
---|
| 1141 | esac; \ |
---|
| 1142 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
---|
| 1143 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
| 1144 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
---|
| 1145 | dir="/$$dir"; \ |
---|
[2706] | 1146 | $(mkdir_p) "$(distdir)$$dir"; \ |
---|
[1945] | 1147 | else \ |
---|
| 1148 | dir=''; \ |
---|
| 1149 | fi; \ |
---|
| 1150 | if test -d $$d/$$file; then \ |
---|
| 1151 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
---|
| 1152 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
---|
| 1153 | fi; \ |
---|
| 1154 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
---|
| 1155 | else \ |
---|
| 1156 | test -f $(distdir)/$$file \ |
---|
| 1157 | || cp -p $$d/$$file $(distdir)/$$file \ |
---|
| 1158 | || exit 1; \ |
---|
| 1159 | fi; \ |
---|
| 1160 | done |
---|
[3191] | 1161 | list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
---|
| 1162 | if test "$$subdir" = .; then :; else \ |
---|
| 1163 | test -d "$(distdir)/$$subdir" \ |
---|
| 1164 | || mkdir "$(distdir)/$$subdir" \ |
---|
| 1165 | || exit 1; \ |
---|
| 1166 | (cd $$subdir && \ |
---|
| 1167 | $(MAKE) $(AM_MAKEFLAGS) \ |
---|
| 1168 | top_distdir="../$(top_distdir)" \ |
---|
| 1169 | distdir="../$(distdir)/$$subdir" \ |
---|
| 1170 | distdir) \ |
---|
| 1171 | || exit 1; \ |
---|
| 1172 | fi; \ |
---|
| 1173 | done |
---|
[1945] | 1174 | check-am: all-am |
---|
[3191] | 1175 | check: check-recursive |
---|
[2589] | 1176 | all-am: Makefile $(PROGRAMS) $(HEADERS) |
---|
[3191] | 1177 | installdirs: installdirs-recursive |
---|
| 1178 | installdirs-am: |
---|
[2711] | 1179 | for dir in "$(DESTDIR)$(bindir)"; do \ |
---|
| 1180 | test -z "$$dir" || $(mkdir_p) "$$dir"; \ |
---|
| 1181 | done |
---|
[3191] | 1182 | install: install-recursive |
---|
| 1183 | install-exec: install-exec-recursive |
---|
| 1184 | install-data: install-data-recursive |
---|
| 1185 | uninstall: uninstall-recursive |
---|
[1945] | 1186 | |
---|
| 1187 | install-am: all-am |
---|
| 1188 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
| 1189 | |
---|
[3191] | 1190 | installcheck: installcheck-recursive |
---|
[1945] | 1191 | install-strip: |
---|
| 1192 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
| 1193 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
| 1194 | `test -z '$(STRIP)' || \ |
---|
| 1195 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
---|
| 1196 | mostlyclean-generic: |
---|
| 1197 | |
---|
| 1198 | clean-generic: |
---|
| 1199 | |
---|
| 1200 | distclean-generic: |
---|
| 1201 | -rm -f $(CONFIG_CLEAN_FILES) |
---|
| 1202 | |
---|
| 1203 | maintainer-clean-generic: |
---|
| 1204 | @echo "This command is intended for maintainers to use" |
---|
| 1205 | @echo "it deletes files that may require special tools to rebuild." |
---|
[3191] | 1206 | clean: clean-recursive |
---|
[1945] | 1207 | |
---|
[1953] | 1208 | clean-am: clean-binPROGRAMS clean-generic mostlyclean-am |
---|
[1945] | 1209 | |
---|
[3191] | 1210 | distclean: distclean-recursive |
---|
[1953] | 1211 | -rm -rf ./$(DEPDIR) |
---|
[1945] | 1212 | -rm -f Makefile |
---|
[1953] | 1213 | distclean-am: clean-am distclean-compile distclean-generic \ |
---|
| 1214 | distclean-tags |
---|
[1945] | 1215 | |
---|
[3191] | 1216 | dvi: dvi-recursive |
---|
[1945] | 1217 | |
---|
| 1218 | dvi-am: |
---|
| 1219 | |
---|
[3191] | 1220 | html: html-recursive |
---|
[2706] | 1221 | |
---|
[3191] | 1222 | info: info-recursive |
---|
[1945] | 1223 | |
---|
| 1224 | info-am: |
---|
| 1225 | |
---|
| 1226 | install-data-am: |
---|
| 1227 | |
---|
[1953] | 1228 | install-exec-am: install-binPROGRAMS |
---|
[1945] | 1229 | |
---|
[3191] | 1230 | install-info: install-info-recursive |
---|
[1945] | 1231 | |
---|
| 1232 | install-man: |
---|
| 1233 | |
---|
| 1234 | installcheck-am: |
---|
| 1235 | |
---|
[3191] | 1236 | maintainer-clean: maintainer-clean-recursive |
---|
[1953] | 1237 | -rm -rf ./$(DEPDIR) |
---|
[1945] | 1238 | -rm -f Makefile |
---|
| 1239 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
| 1240 | |
---|
[3191] | 1241 | mostlyclean: mostlyclean-recursive |
---|
[1945] | 1242 | |
---|
[1953] | 1243 | mostlyclean-am: mostlyclean-compile mostlyclean-generic |
---|
[1945] | 1244 | |
---|
[3191] | 1245 | pdf: pdf-recursive |
---|
[1945] | 1246 | |
---|
| 1247 | pdf-am: |
---|
| 1248 | |
---|
[3191] | 1249 | ps: ps-recursive |
---|
[1945] | 1250 | |
---|
| 1251 | ps-am: |
---|
| 1252 | |
---|
[1953] | 1253 | uninstall-am: uninstall-binPROGRAMS uninstall-info-am |
---|
[1945] | 1254 | |
---|
[3191] | 1255 | uninstall-info: uninstall-info-recursive |
---|
| 1256 | |
---|
| 1257 | .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \ |
---|
| 1258 | clean clean-binPROGRAMS clean-generic clean-recursive ctags \ |
---|
| 1259 | ctags-recursive distclean distclean-compile distclean-generic \ |
---|
| 1260 | distclean-recursive distclean-tags distdir dvi dvi-am html \ |
---|
[2706] | 1261 | html-am info info-am install install-am install-binPROGRAMS \ |
---|
| 1262 | install-data install-data-am install-exec install-exec-am \ |
---|
| 1263 | install-info install-info-am install-man install-strip \ |
---|
[3191] | 1264 | installcheck installcheck-am installdirs installdirs-am \ |
---|
| 1265 | maintainer-clean maintainer-clean-generic \ |
---|
| 1266 | maintainer-clean-recursive mostlyclean mostlyclean-compile \ |
---|
| 1267 | mostlyclean-generic mostlyclean-recursive pdf pdf-am ps ps-am \ |
---|
| 1268 | tags tags-recursive uninstall uninstall-am \ |
---|
| 1269 | uninstall-binPROGRAMS uninstall-info-am |
---|
[1945] | 1270 | |
---|
[1953] | 1271 | |
---|
[3027] | 1272 | # uncomment the following if orxonox requires the math library |
---|
[2190] | 1273 | #orxonox_LDADD=-lm |
---|
[1953] | 1274 | |
---|
| 1275 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
| 1276 | |
---|
| 1277 | # if you write a self-test script named `chk', uncomment the |
---|
| 1278 | # following and add `chk' to the EXTRA_DIST list |
---|
| 1279 | #TESTS=chk |
---|
| 1280 | |
---|
| 1281 | # build and install the .info pages |
---|
| 1282 | #info_TEXINFOS = orxonox.texinfo |
---|
| 1283 | #orxonox_TEXINFOS = gpl.texinfo |
---|
| 1284 | |
---|
| 1285 | # install the man pages |
---|
| 1286 | #man_MANS=orxonox.1 |
---|
[1945] | 1287 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
| 1288 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
| 1289 | .NOEXPORT: |
---|