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