[3238] | 1 | # Makefile.in generated by automake 1.8.5 from Makefile.am. |
---|
[2854] | 2 | # src/Makefile. Generated from Makefile.in by configure. |
---|
| 3 | |
---|
[2964] | 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
---|
| 5 | # 2003, 2004 Free Software Foundation, Inc. |
---|
[2854] | 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 | |
---|
| 16 | |
---|
[2964] | 17 | |
---|
| 18 | SOURCES = $(orxonox_SOURCES) $(sound_SOURCES) |
---|
| 19 | |
---|
[2854] | 20 | srcdir = . |
---|
| 21 | top_srcdir = .. |
---|
| 22 | |
---|
| 23 | pkgdatadir = $(datadir)/orxonox |
---|
| 24 | pkglibdir = $(libdir)/orxonox |
---|
| 25 | pkgincludedir = $(includedir)/orxonox |
---|
| 26 | top_builddir = .. |
---|
| 27 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
---|
[2964] | 28 | INSTALL = /bin/install -c |
---|
[2854] | 29 | install_sh_DATA = $(install_sh) -c -m 644 |
---|
| 30 | install_sh_PROGRAM = $(install_sh) -c |
---|
| 31 | install_sh_SCRIPT = $(install_sh) -c |
---|
| 32 | INSTALL_HEADER = $(INSTALL_DATA) |
---|
| 33 | transform = $(program_transform_name) |
---|
| 34 | NORMAL_INSTALL = : |
---|
| 35 | PRE_INSTALL = : |
---|
| 36 | POST_INSTALL = : |
---|
| 37 | NORMAL_UNINSTALL = : |
---|
| 38 | PRE_UNINSTALL = : |
---|
| 39 | POST_UNINSTALL = : |
---|
[3238] | 40 | host_triplet = i686-pc-linux-gnu |
---|
[2964] | 41 | bin_PROGRAMS = orxonox$(EXEEXT) sound$(EXEEXT) |
---|
| 42 | subdir = src |
---|
| 43 | DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ |
---|
| 44 | $(srcdir)/Makefile.in INSTALL |
---|
| 45 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
---|
| 46 | am__aclocal_m4_deps = $(top_srcdir)/configure.ac |
---|
| 47 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
---|
| 48 | $(ACLOCAL_M4) |
---|
| 49 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
---|
| 50 | CONFIG_HEADER = $(top_builddir)/config.h |
---|
| 51 | CONFIG_CLEAN_FILES = |
---|
[3238] | 52 | am__installdirs = "$(DESTDIR)$(bindir)" |
---|
[2964] | 53 | binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) |
---|
| 54 | PROGRAMS = $(bin_PROGRAMS) |
---|
| 55 | am_orxonox_OBJECTS = orxonox.$(OBJEXT) world.$(OBJEXT) \ |
---|
[3238] | 56 | player.$(OBJEXT) collision.$(OBJEXT) data_tank.$(OBJEXT) \ |
---|
| 57 | world_entity.$(OBJEXT) vector.$(OBJEXT) camera.$(OBJEXT) \ |
---|
[2964] | 58 | command_node.$(OBJEXT) ini_parser.$(OBJEXT) keynames.$(OBJEXT) \ |
---|
| 59 | track.$(OBJEXT) base_entity.$(OBJEXT) game_loader.$(OBJEXT) \ |
---|
[3238] | 60 | campaign.$(OBJEXT) story_entity.$(OBJEXT) \ |
---|
| 61 | environment.$(OBJEXT) object.$(OBJEXT) array.$(OBJEXT) \ |
---|
| 62 | material.$(OBJEXT) list.$(OBJEXT) |
---|
[2964] | 63 | orxonox_OBJECTS = $(am_orxonox_OBJECTS) |
---|
| 64 | orxonox_LDADD = $(LDADD) |
---|
| 65 | am_sound_OBJECTS = sound_test.$(OBJEXT) sound_control.$(OBJEXT) |
---|
| 66 | sound_OBJECTS = $(am_sound_OBJECTS) |
---|
| 67 | sound_LDADD = $(LDADD) |
---|
| 68 | DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) |
---|
| 69 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
---|
| 70 | am__depfiles_maybe = depfiles |
---|
[3238] | 71 | DEP_FILES = ./$(DEPDIR)/array.Po \ |
---|
| 72 | ./$(DEPDIR)/base_entity.Po ./$(DEPDIR)/camera.Po \ |
---|
| 73 | ./$(DEPDIR)/campaign.Po ./$(DEPDIR)/collision.Po \ |
---|
[2964] | 74 | ./$(DEPDIR)/command_node.Po \ |
---|
| 75 | ./$(DEPDIR)/data_tank.Po \ |
---|
[3238] | 76 | ./$(DEPDIR)/environment.Po \ |
---|
[2964] | 77 | ./$(DEPDIR)/game_loader.Po \ |
---|
| 78 | ./$(DEPDIR)/ini_parser.Po ./$(DEPDIR)/keynames.Po \ |
---|
[3238] | 79 | ./$(DEPDIR)/list.Po ./$(DEPDIR)/material.Po \ |
---|
| 80 | ./$(DEPDIR)/object.Po ./$(DEPDIR)/orxonox.Po \ |
---|
| 81 | ./$(DEPDIR)/player.Po ./$(DEPDIR)/sound_control.Po \ |
---|
[2964] | 82 | ./$(DEPDIR)/sound_test.Po \ |
---|
| 83 | ./$(DEPDIR)/story_entity.Po ./$(DEPDIR)/track.Po \ |
---|
| 84 | ./$(DEPDIR)/vector.Po ./$(DEPDIR)/world.Po \ |
---|
| 85 | ./$(DEPDIR)/world_entity.Po |
---|
| 86 | CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
---|
| 87 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
---|
| 88 | CXXLD = $(CXX) |
---|
| 89 | CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ |
---|
| 90 | -o $@ |
---|
| 91 | SOURCES = $(orxonox_SOURCES) $(sound_SOURCES) |
---|
| 92 | DIST_SOURCES = $(orxonox_SOURCES) $(sound_SOURCES) |
---|
[3238] | 93 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
---|
| 94 | html-recursive info-recursive install-data-recursive \ |
---|
| 95 | install-exec-recursive install-info-recursive \ |
---|
| 96 | install-recursive installcheck-recursive installdirs-recursive \ |
---|
| 97 | pdf-recursive ps-recursive uninstall-info-recursive \ |
---|
| 98 | uninstall-recursive |
---|
[2964] | 99 | HEADERS = $(noinst_HEADERS) |
---|
| 100 | ETAGS = etags |
---|
| 101 | CTAGS = ctags |
---|
[3238] | 102 | DIST_SUBDIRS = . importer gui console |
---|
[2964] | 103 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
[3238] | 104 | ACLOCAL = ${SHELL} /home/bensch/svn/orxonox/branches/sound/missing --run aclocal-1.8 |
---|
[2854] | 105 | AMDEP_FALSE = # |
---|
| 106 | AMDEP_TRUE = |
---|
[3238] | 107 | AMTAR = ${SHELL} /home/bensch/svn/orxonox/branches/sound/missing --run tar |
---|
| 108 | AUTOCONF = ${SHELL} /home/bensch/svn/orxonox/branches/sound/missing --run autoconf |
---|
| 109 | AUTOHEADER = ${SHELL} /home/bensch/svn/orxonox/branches/sound/missing --run autoheader |
---|
| 110 | AUTOMAKE = ${SHELL} /home/bensch/svn/orxonox/branches/sound/missing --run automake-1.8 |
---|
[2854] | 111 | AWK = gawk |
---|
| 112 | CC = gcc |
---|
| 113 | CCDEPMODE = depmode=gcc3 |
---|
| 114 | CFLAGS = -g -O2 |
---|
| 115 | CPP = gcc -E |
---|
[3238] | 116 | CPPFLAGS = -I/usr/X11R6/include |
---|
[2854] | 117 | CXX = g++ |
---|
| 118 | CXXDEPMODE = depmode=gcc3 |
---|
| 119 | CXXFLAGS = -g -O2 |
---|
| 120 | CYGPATH_W = echo |
---|
[3238] | 121 | DEBUG = 1 |
---|
[2854] | 122 | DEFS = -DHAVE_CONFIG_H |
---|
| 123 | DEPDIR = .deps |
---|
[3238] | 124 | DOXYGEN = /usr/bin/doxygen |
---|
| 125 | DOXYGEN_FALSE = # |
---|
| 126 | DOXYGEN_TRUE = |
---|
[2854] | 127 | ECHO_C = |
---|
| 128 | ECHO_N = -n |
---|
| 129 | ECHO_T = |
---|
| 130 | EGREP = grep -E |
---|
[3238] | 131 | EXEEXT = |
---|
| 132 | GTK2_CFLAGS = -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include |
---|
| 133 | GTK2_LIBS = -Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 |
---|
| 134 | HAVE_GTK2_FALSE = # |
---|
| 135 | HAVE_GTK2_TRUE = |
---|
[2854] | 136 | INSTALL_DATA = ${INSTALL} -m 644 |
---|
| 137 | INSTALL_PROGRAM = ${INSTALL} |
---|
| 138 | INSTALL_SCRIPT = ${INSTALL} |
---|
| 139 | INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s |
---|
[3238] | 140 | LDFLAGS = -L/usr/Mesa-6.0.1/lib -L/usr/X11R6/lib |
---|
[2854] | 141 | LIBOBJS = |
---|
[3238] | 142 | LIBS = -lm -lGL -lGLU -lSDL -lSDL_mixer -lSDL_image |
---|
[2854] | 143 | LTLIBOBJS = |
---|
[3238] | 144 | MAKEINFO = ${SHELL} /home/bensch/svn/orxonox/branches/sound/missing --run makeinfo |
---|
| 145 | MSBITFIELDS = |
---|
[2854] | 146 | OBJEXT = o |
---|
| 147 | PACKAGE = orxonox |
---|
| 148 | PACKAGE_BUGREPORT = orxonox-dev@mail.datacore.ch |
---|
| 149 | PACKAGE_NAME = orxonox |
---|
[3238] | 150 | PACKAGE_STRING = orxonox 0.2.0_alpha-r1 |
---|
[2854] | 151 | PACKAGE_TARNAME = orxonox |
---|
[3238] | 152 | PACKAGE_VERSION = 0.2.0_alpha-r1 |
---|
[2854] | 153 | PATH_SEPARATOR = : |
---|
| 154 | SET_MAKE = |
---|
| 155 | SHELL = /bin/sh |
---|
| 156 | STRIP = |
---|
[3238] | 157 | VERSION = 0.2.0_alpha-r1 |
---|
[2854] | 158 | ac_ct_CC = gcc |
---|
[3238] | 159 | ac_ct_CXX = |
---|
[2854] | 160 | ac_ct_STRIP = |
---|
| 161 | am__fastdepCC_FALSE = # |
---|
| 162 | am__fastdepCC_TRUE = |
---|
| 163 | am__fastdepCXX_FALSE = # |
---|
| 164 | am__fastdepCXX_TRUE = |
---|
| 165 | am__include = include |
---|
| 166 | am__leading_dot = . |
---|
| 167 | am__quote = |
---|
| 168 | bindir = ${exec_prefix}/bin |
---|
[3238] | 169 | build = i686-pc-linux-gnu |
---|
[2854] | 170 | build_alias = |
---|
[3238] | 171 | build_cpu = i686 |
---|
| 172 | build_os = linux-gnu |
---|
| 173 | build_vendor = pc |
---|
[2854] | 174 | datadir = ${prefix}/share |
---|
| 175 | exec_prefix = ${prefix} |
---|
[3238] | 176 | host = i686-pc-linux-gnu |
---|
[2854] | 177 | host_alias = |
---|
[3238] | 178 | host_cpu = i686 |
---|
| 179 | host_os = linux-gnu |
---|
| 180 | host_vendor = pc |
---|
[2854] | 181 | includedir = ${prefix}/include |
---|
| 182 | infodir = ${prefix}/info |
---|
[3238] | 183 | install_sh = /home/bensch/svn/orxonox/branches/sound/install-sh |
---|
[2854] | 184 | libdir = ${exec_prefix}/lib |
---|
| 185 | libexecdir = ${exec_prefix}/libexec |
---|
| 186 | localstatedir = ${prefix}/var |
---|
| 187 | mandir = ${prefix}/man |
---|
[2964] | 188 | mkdir_p = mkdir -p -- . |
---|
[2854] | 189 | oldincludedir = /usr/include |
---|
| 190 | prefix = /usr/local |
---|
| 191 | program_transform_name = s,x,x, |
---|
| 192 | sbindir = ${exec_prefix}/sbin |
---|
| 193 | sharedstatedir = ${prefix}/com |
---|
| 194 | sysconfdir = ${prefix}/etc |
---|
[3238] | 195 | target = i686-pc-linux-gnu |
---|
[2854] | 196 | target_alias = |
---|
[3238] | 197 | target_cpu = i686 |
---|
| 198 | target_os = linux-gnu |
---|
| 199 | target_vendor = pc |
---|
| 200 | |
---|
| 201 | #AM_CXXFLAGS="" |
---|
| 202 | AM_LDFLAGS = $(MWINDOWS) |
---|
[2854] | 203 | sound_SOURCES = sound_test.cc sound_control.cc |
---|
[3238] | 204 | orxonox_SOURCES = orxonox.cc \ |
---|
| 205 | world.cc \ |
---|
| 206 | player.cc \ |
---|
| 207 | collision.cc \ |
---|
| 208 | data_tank.cc \ |
---|
| 209 | world_entity.cc \ |
---|
| 210 | vector.cc \ |
---|
| 211 | camera.cc \ |
---|
| 212 | command_node.cc \ |
---|
| 213 | ini_parser.cc \ |
---|
| 214 | keynames.cc \ |
---|
| 215 | track.cc \ |
---|
| 216 | base_entity.cc \ |
---|
| 217 | game_loader.cc \ |
---|
| 218 | campaign.cc \ |
---|
| 219 | story_entity.cc \ |
---|
| 220 | environment.cc \ |
---|
| 221 | importer/object.cc \ |
---|
| 222 | importer/array.cc \ |
---|
| 223 | importer/material.cc \ |
---|
| 224 | list.cc |
---|
[2854] | 225 | |
---|
[3238] | 226 | noinst_HEADERS = ability.h \ |
---|
| 227 | data_tank.h \ |
---|
| 228 | collision.h \ |
---|
| 229 | npc.h \ |
---|
| 230 | stdincl.h \ |
---|
| 231 | ai.h \ |
---|
| 232 | environment.h \ |
---|
| 233 | orxonox.h \ |
---|
| 234 | synchronisable.h \ |
---|
| 235 | base_entity.h \ |
---|
| 236 | error.h \ |
---|
| 237 | player.h \ |
---|
| 238 | track.h \ |
---|
| 239 | camera.h \ |
---|
| 240 | ini_parser.h \ |
---|
| 241 | power_up.h \ |
---|
| 242 | vector.h \ |
---|
| 243 | keynames.h \ |
---|
| 244 | proto_class.h \ |
---|
| 245 | world.h \ |
---|
| 246 | command_node.h \ |
---|
| 247 | list.h \ |
---|
| 248 | shoot_laser.h \ |
---|
| 249 | world_entity.h \ |
---|
| 250 | coordinates.h \ |
---|
| 251 | message_structures.h \ |
---|
| 252 | shoot_rocket.h \ |
---|
| 253 | list_template.h \ |
---|
| 254 | story_entity.h \ |
---|
| 255 | story_def.h \ |
---|
| 256 | game_loader.h \ |
---|
| 257 | campaign.h |
---|
| 258 | |
---|
| 259 | EXTRA_DIST = orxonox.conf |
---|
| 260 | #GTK_PROGS = |
---|
| 261 | |
---|
| 262 | ### GTK_RELATED |
---|
| 263 | GTK_PROGS = console |
---|
| 264 | SUBDIRS = . \ |
---|
| 265 | importer \ |
---|
| 266 | gui \ |
---|
| 267 | $(GTK_PROGS) |
---|
| 268 | |
---|
| 269 | all: all-recursive |
---|
| 270 | |
---|
[2854] | 271 | .SUFFIXES: |
---|
| 272 | .SUFFIXES: .cc .o .obj |
---|
[2964] | 273 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
---|
| 274 | @for dep in $?; do \ |
---|
| 275 | case '$(am__configure_deps)' in \ |
---|
| 276 | *$$dep*) \ |
---|
| 277 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ |
---|
| 278 | && exit 0; \ |
---|
| 279 | exit 1;; \ |
---|
| 280 | esac; \ |
---|
| 281 | done; \ |
---|
[3238] | 282 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ |
---|
[2854] | 283 | cd $(top_srcdir) && \ |
---|
[3238] | 284 | $(AUTOMAKE) --foreign src/Makefile |
---|
[2964] | 285 | .PRECIOUS: Makefile |
---|
| 286 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
| 287 | @case '$?' in \ |
---|
| 288 | *config.status*) \ |
---|
| 289 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
---|
| 290 | *) \ |
---|
| 291 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
---|
| 292 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
---|
| 293 | esac; |
---|
| 294 | |
---|
| 295 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
| 296 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
| 297 | |
---|
| 298 | $(top_srcdir)/configure: $(am__configure_deps) |
---|
| 299 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
| 300 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
---|
| 301 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
[2854] | 302 | install-binPROGRAMS: $(bin_PROGRAMS) |
---|
| 303 | @$(NORMAL_INSTALL) |
---|
[3238] | 304 | test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" |
---|
[2854] | 305 | @list='$(bin_PROGRAMS)'; for p in $$list; do \ |
---|
| 306 | p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ |
---|
| 307 | if test -f $$p \ |
---|
| 308 | ; then \ |
---|
| 309 | f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ |
---|
[3238] | 310 | echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ |
---|
| 311 | $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ |
---|
[2854] | 312 | else :; fi; \ |
---|
| 313 | done |
---|
| 314 | |
---|
| 315 | uninstall-binPROGRAMS: |
---|
| 316 | @$(NORMAL_UNINSTALL) |
---|
| 317 | @list='$(bin_PROGRAMS)'; for p in $$list; do \ |
---|
| 318 | f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ |
---|
[3238] | 319 | echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ |
---|
| 320 | rm -f "$(DESTDIR)$(bindir)/$$f"; \ |
---|
[2854] | 321 | done |
---|
| 322 | |
---|
| 323 | clean-binPROGRAMS: |
---|
| 324 | -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) |
---|
| 325 | orxonox$(EXEEXT): $(orxonox_OBJECTS) $(orxonox_DEPENDENCIES) |
---|
| 326 | @rm -f orxonox$(EXEEXT) |
---|
| 327 | $(CXXLINK) $(orxonox_LDFLAGS) $(orxonox_OBJECTS) $(orxonox_LDADD) $(LIBS) |
---|
| 328 | sound$(EXEEXT): $(sound_OBJECTS) $(sound_DEPENDENCIES) |
---|
| 329 | @rm -f sound$(EXEEXT) |
---|
| 330 | $(CXXLINK) $(sound_LDFLAGS) $(sound_OBJECTS) $(sound_LDADD) $(LIBS) |
---|
| 331 | |
---|
| 332 | mostlyclean-compile: |
---|
[2964] | 333 | -rm -f *.$(OBJEXT) |
---|
[2854] | 334 | |
---|
| 335 | distclean-compile: |
---|
| 336 | -rm -f *.tab.c |
---|
| 337 | |
---|
[3238] | 338 | include ./$(DEPDIR)/array.Po |
---|
[2854] | 339 | include ./$(DEPDIR)/base_entity.Po |
---|
| 340 | include ./$(DEPDIR)/camera.Po |
---|
| 341 | include ./$(DEPDIR)/campaign.Po |
---|
| 342 | include ./$(DEPDIR)/collision.Po |
---|
| 343 | include ./$(DEPDIR)/command_node.Po |
---|
| 344 | include ./$(DEPDIR)/data_tank.Po |
---|
[3238] | 345 | include ./$(DEPDIR)/environment.Po |
---|
[2854] | 346 | include ./$(DEPDIR)/game_loader.Po |
---|
| 347 | include ./$(DEPDIR)/ini_parser.Po |
---|
| 348 | include ./$(DEPDIR)/keynames.Po |
---|
[3238] | 349 | include ./$(DEPDIR)/list.Po |
---|
| 350 | include ./$(DEPDIR)/material.Po |
---|
| 351 | include ./$(DEPDIR)/object.Po |
---|
[2854] | 352 | include ./$(DEPDIR)/orxonox.Po |
---|
| 353 | include ./$(DEPDIR)/player.Po |
---|
| 354 | include ./$(DEPDIR)/sound_control.Po |
---|
| 355 | include ./$(DEPDIR)/sound_test.Po |
---|
| 356 | include ./$(DEPDIR)/story_entity.Po |
---|
| 357 | include ./$(DEPDIR)/track.Po |
---|
| 358 | include ./$(DEPDIR)/vector.Po |
---|
| 359 | include ./$(DEPDIR)/world.Po |
---|
| 360 | include ./$(DEPDIR)/world_entity.Po |
---|
| 361 | |
---|
| 362 | .cc.o: |
---|
[2964] | 363 | if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ |
---|
| 364 | then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
---|
[2854] | 365 | # source='$<' object='$@' libtool=no \ |
---|
| 366 | # depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \ |
---|
| 367 | # $(CXXDEPMODE) $(depcomp) \ |
---|
[2964] | 368 | # $(CXXCOMPILE) -c -o $@ $< |
---|
[2854] | 369 | |
---|
| 370 | .cc.obj: |
---|
[2964] | 371 | if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ |
---|
| 372 | then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
---|
[2854] | 373 | # source='$<' object='$@' libtool=no \ |
---|
| 374 | # depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \ |
---|
| 375 | # $(CXXDEPMODE) $(depcomp) \ |
---|
[2964] | 376 | # $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
---|
[3238] | 377 | |
---|
| 378 | object.o: importer/object.cc |
---|
| 379 | if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT object.o -MD -MP -MF "$(DEPDIR)/object.Tpo" -c -o object.o `test -f 'importer/object.cc' || echo '$(srcdir)/'`importer/object.cc; \ |
---|
| 380 | then mv -f "$(DEPDIR)/object.Tpo" "$(DEPDIR)/object.Po"; else rm -f "$(DEPDIR)/object.Tpo"; exit 1; fi |
---|
| 381 | # source='importer/object.cc' object='object.o' libtool=no \ |
---|
| 382 | # depfile='$(DEPDIR)/object.Po' tmpdepfile='$(DEPDIR)/object.TPo' \ |
---|
| 383 | # $(CXXDEPMODE) $(depcomp) \ |
---|
| 384 | # $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o object.o `test -f 'importer/object.cc' || echo '$(srcdir)/'`importer/object.cc |
---|
| 385 | |
---|
| 386 | object.obj: importer/object.cc |
---|
| 387 | if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT object.obj -MD -MP -MF "$(DEPDIR)/object.Tpo" -c -o object.obj `if test -f 'importer/object.cc'; then $(CYGPATH_W) 'importer/object.cc'; else $(CYGPATH_W) '$(srcdir)/importer/object.cc'; fi`; \ |
---|
| 388 | then mv -f "$(DEPDIR)/object.Tpo" "$(DEPDIR)/object.Po"; else rm -f "$(DEPDIR)/object.Tpo"; exit 1; fi |
---|
| 389 | # source='importer/object.cc' object='object.obj' libtool=no \ |
---|
| 390 | # depfile='$(DEPDIR)/object.Po' tmpdepfile='$(DEPDIR)/object.TPo' \ |
---|
| 391 | # $(CXXDEPMODE) $(depcomp) \ |
---|
| 392 | # $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o object.obj `if test -f 'importer/object.cc'; then $(CYGPATH_W) 'importer/object.cc'; else $(CYGPATH_W) '$(srcdir)/importer/object.cc'; fi` |
---|
| 393 | |
---|
| 394 | array.o: importer/array.cc |
---|
| 395 | if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT array.o -MD -MP -MF "$(DEPDIR)/array.Tpo" -c -o array.o `test -f 'importer/array.cc' || echo '$(srcdir)/'`importer/array.cc; \ |
---|
| 396 | then mv -f "$(DEPDIR)/array.Tpo" "$(DEPDIR)/array.Po"; else rm -f "$(DEPDIR)/array.Tpo"; exit 1; fi |
---|
| 397 | # source='importer/array.cc' object='array.o' libtool=no \ |
---|
| 398 | # depfile='$(DEPDIR)/array.Po' tmpdepfile='$(DEPDIR)/array.TPo' \ |
---|
| 399 | # $(CXXDEPMODE) $(depcomp) \ |
---|
| 400 | # $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o array.o `test -f 'importer/array.cc' || echo '$(srcdir)/'`importer/array.cc |
---|
| 401 | |
---|
| 402 | array.obj: importer/array.cc |
---|
| 403 | if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT array.obj -MD -MP -MF "$(DEPDIR)/array.Tpo" -c -o array.obj `if test -f 'importer/array.cc'; then $(CYGPATH_W) 'importer/array.cc'; else $(CYGPATH_W) '$(srcdir)/importer/array.cc'; fi`; \ |
---|
| 404 | then mv -f "$(DEPDIR)/array.Tpo" "$(DEPDIR)/array.Po"; else rm -f "$(DEPDIR)/array.Tpo"; exit 1; fi |
---|
| 405 | # source='importer/array.cc' object='array.obj' libtool=no \ |
---|
| 406 | # depfile='$(DEPDIR)/array.Po' tmpdepfile='$(DEPDIR)/array.TPo' \ |
---|
| 407 | # $(CXXDEPMODE) $(depcomp) \ |
---|
| 408 | # $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o array.obj `if test -f 'importer/array.cc'; then $(CYGPATH_W) 'importer/array.cc'; else $(CYGPATH_W) '$(srcdir)/importer/array.cc'; fi` |
---|
| 409 | |
---|
| 410 | material.o: importer/material.cc |
---|
| 411 | if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT material.o -MD -MP -MF "$(DEPDIR)/material.Tpo" -c -o material.o `test -f 'importer/material.cc' || echo '$(srcdir)/'`importer/material.cc; \ |
---|
| 412 | then mv -f "$(DEPDIR)/material.Tpo" "$(DEPDIR)/material.Po"; else rm -f "$(DEPDIR)/material.Tpo"; exit 1; fi |
---|
| 413 | # source='importer/material.cc' object='material.o' libtool=no \ |
---|
| 414 | # depfile='$(DEPDIR)/material.Po' tmpdepfile='$(DEPDIR)/material.TPo' \ |
---|
| 415 | # $(CXXDEPMODE) $(depcomp) \ |
---|
| 416 | # $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o material.o `test -f 'importer/material.cc' || echo '$(srcdir)/'`importer/material.cc |
---|
| 417 | |
---|
| 418 | material.obj: importer/material.cc |
---|
| 419 | if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT material.obj -MD -MP -MF "$(DEPDIR)/material.Tpo" -c -o material.obj `if test -f 'importer/material.cc'; then $(CYGPATH_W) 'importer/material.cc'; else $(CYGPATH_W) '$(srcdir)/importer/material.cc'; fi`; \ |
---|
| 420 | then mv -f "$(DEPDIR)/material.Tpo" "$(DEPDIR)/material.Po"; else rm -f "$(DEPDIR)/material.Tpo"; exit 1; fi |
---|
| 421 | # source='importer/material.cc' object='material.obj' libtool=no \ |
---|
| 422 | # depfile='$(DEPDIR)/material.Po' tmpdepfile='$(DEPDIR)/material.TPo' \ |
---|
| 423 | # $(CXXDEPMODE) $(depcomp) \ |
---|
| 424 | # $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o material.obj `if test -f 'importer/material.cc'; then $(CYGPATH_W) 'importer/material.cc'; else $(CYGPATH_W) '$(srcdir)/importer/material.cc'; fi` |
---|
[2854] | 425 | uninstall-info-am: |
---|
| 426 | |
---|
[3238] | 427 | # This directory's subdirectories are mostly independent; you can cd |
---|
| 428 | # into them and run `make' without going through this Makefile. |
---|
| 429 | # To change the values of `make' variables: instead of editing Makefiles, |
---|
| 430 | # (1) if the variable is set in `config.status', edit `config.status' |
---|
| 431 | # (which will cause the Makefiles to be regenerated when you run `make'); |
---|
| 432 | # (2) otherwise, pass the desired values on the `make' command line. |
---|
| 433 | $(RECURSIVE_TARGETS): |
---|
| 434 | @set fnord $$MAKEFLAGS; amf=$$2; \ |
---|
| 435 | dot_seen=no; \ |
---|
| 436 | target=`echo $@ | sed s/-recursive//`; \ |
---|
| 437 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 438 | echo "Making $$target in $$subdir"; \ |
---|
| 439 | if test "$$subdir" = "."; then \ |
---|
| 440 | dot_seen=yes; \ |
---|
| 441 | local_target="$$target-am"; \ |
---|
| 442 | else \ |
---|
| 443 | local_target="$$target"; \ |
---|
| 444 | fi; \ |
---|
| 445 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
| 446 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
---|
| 447 | done; \ |
---|
| 448 | if test "$$dot_seen" = "no"; then \ |
---|
| 449 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
---|
| 450 | fi; test -z "$$fail" |
---|
| 451 | |
---|
| 452 | mostlyclean-recursive clean-recursive distclean-recursive \ |
---|
| 453 | maintainer-clean-recursive: |
---|
| 454 | @set fnord $$MAKEFLAGS; amf=$$2; \ |
---|
| 455 | dot_seen=no; \ |
---|
| 456 | case "$@" in \ |
---|
| 457 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
---|
| 458 | *) list='$(SUBDIRS)' ;; \ |
---|
| 459 | esac; \ |
---|
| 460 | rev=''; for subdir in $$list; do \ |
---|
| 461 | if test "$$subdir" = "."; then :; else \ |
---|
| 462 | rev="$$subdir $$rev"; \ |
---|
| 463 | fi; \ |
---|
| 464 | done; \ |
---|
| 465 | rev="$$rev ."; \ |
---|
| 466 | target=`echo $@ | sed s/-recursive//`; \ |
---|
| 467 | for subdir in $$rev; do \ |
---|
| 468 | echo "Making $$target in $$subdir"; \ |
---|
| 469 | if test "$$subdir" = "."; then \ |
---|
| 470 | local_target="$$target-am"; \ |
---|
| 471 | else \ |
---|
| 472 | local_target="$$target"; \ |
---|
| 473 | fi; \ |
---|
| 474 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
| 475 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
---|
| 476 | done && test -z "$$fail" |
---|
| 477 | tags-recursive: |
---|
| 478 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 479 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
---|
| 480 | done |
---|
| 481 | ctags-recursive: |
---|
| 482 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 483 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
---|
| 484 | done |
---|
| 485 | |
---|
[2854] | 486 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
---|
| 487 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 488 | unique=`for i in $$list; do \ |
---|
| 489 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 490 | done | \ |
---|
| 491 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 492 | END { for (i in files) print i; }'`; \ |
---|
| 493 | mkid -fID $$unique |
---|
[2964] | 494 | tags: TAGS |
---|
[2854] | 495 | |
---|
[3238] | 496 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
[2854] | 497 | $(TAGS_FILES) $(LISP) |
---|
| 498 | tags=; \ |
---|
| 499 | here=`pwd`; \ |
---|
[3238] | 500 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
---|
| 501 | include_option=--etags-include; \ |
---|
| 502 | empty_fix=.; \ |
---|
| 503 | else \ |
---|
| 504 | include_option=--include; \ |
---|
| 505 | empty_fix=; \ |
---|
| 506 | fi; \ |
---|
| 507 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 508 | if test "$$subdir" = .; then :; else \ |
---|
| 509 | test ! -f $$subdir/TAGS || \ |
---|
| 510 | tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ |
---|
| 511 | fi; \ |
---|
| 512 | done; \ |
---|
[2854] | 513 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 514 | unique=`for i in $$list; do \ |
---|
| 515 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 516 | done | \ |
---|
| 517 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 518 | END { for (i in files) print i; }'`; \ |
---|
[3238] | 519 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
---|
| 520 | test -n "$$unique" || unique=$$empty_fix; \ |
---|
| 521 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
| 522 | $$tags $$unique; \ |
---|
| 523 | fi |
---|
[2854] | 524 | ctags: CTAGS |
---|
[3238] | 525 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
[2854] | 526 | $(TAGS_FILES) $(LISP) |
---|
| 527 | tags=; \ |
---|
| 528 | here=`pwd`; \ |
---|
| 529 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 530 | unique=`for i in $$list; do \ |
---|
| 531 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 532 | done | \ |
---|
| 533 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 534 | END { for (i in files) print i; }'`; \ |
---|
| 535 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
---|
| 536 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
---|
| 537 | $$tags $$unique |
---|
| 538 | |
---|
| 539 | GTAGS: |
---|
| 540 | here=`$(am__cd) $(top_builddir) && pwd` \ |
---|
| 541 | && cd $(top_srcdir) \ |
---|
| 542 | && gtags -i $(GTAGS_ARGS) $$here |
---|
| 543 | |
---|
| 544 | distclean-tags: |
---|
| 545 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
---|
| 546 | |
---|
| 547 | distdir: $(DISTFILES) |
---|
| 548 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
---|
| 549 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
---|
| 550 | list='$(DISTFILES)'; for file in $$list; do \ |
---|
| 551 | case $$file in \ |
---|
| 552 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
| 553 | $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ |
---|
| 554 | esac; \ |
---|
| 555 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
---|
| 556 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
| 557 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
---|
| 558 | dir="/$$dir"; \ |
---|
[2964] | 559 | $(mkdir_p) "$(distdir)$$dir"; \ |
---|
[2854] | 560 | else \ |
---|
| 561 | dir=''; \ |
---|
| 562 | fi; \ |
---|
| 563 | if test -d $$d/$$file; then \ |
---|
| 564 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
---|
| 565 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
---|
| 566 | fi; \ |
---|
| 567 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
---|
| 568 | else \ |
---|
| 569 | test -f $(distdir)/$$file \ |
---|
| 570 | || cp -p $$d/$$file $(distdir)/$$file \ |
---|
| 571 | || exit 1; \ |
---|
| 572 | fi; \ |
---|
| 573 | done |
---|
[3238] | 574 | list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
---|
| 575 | if test "$$subdir" = .; then :; else \ |
---|
| 576 | test -d "$(distdir)/$$subdir" \ |
---|
| 577 | || mkdir "$(distdir)/$$subdir" \ |
---|
| 578 | || exit 1; \ |
---|
| 579 | (cd $$subdir && \ |
---|
| 580 | $(MAKE) $(AM_MAKEFLAGS) \ |
---|
| 581 | top_distdir="../$(top_distdir)" \ |
---|
| 582 | distdir="../$(distdir)/$$subdir" \ |
---|
| 583 | distdir) \ |
---|
| 584 | || exit 1; \ |
---|
| 585 | fi; \ |
---|
| 586 | done |
---|
[2854] | 587 | check-am: all-am |
---|
[3238] | 588 | check: check-recursive |
---|
[2854] | 589 | all-am: Makefile $(PROGRAMS) $(HEADERS) |
---|
[3238] | 590 | installdirs: installdirs-recursive |
---|
| 591 | installdirs-am: |
---|
| 592 | for dir in "$(DESTDIR)$(bindir)"; do \ |
---|
| 593 | test -z "$$dir" || $(mkdir_p) "$$dir"; \ |
---|
| 594 | done |
---|
| 595 | install: install-recursive |
---|
| 596 | install-exec: install-exec-recursive |
---|
| 597 | install-data: install-data-recursive |
---|
| 598 | uninstall: uninstall-recursive |
---|
[2854] | 599 | |
---|
| 600 | install-am: all-am |
---|
| 601 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
| 602 | |
---|
[3238] | 603 | installcheck: installcheck-recursive |
---|
[2854] | 604 | install-strip: |
---|
| 605 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
| 606 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
| 607 | `test -z '$(STRIP)' || \ |
---|
| 608 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
---|
| 609 | mostlyclean-generic: |
---|
| 610 | |
---|
| 611 | clean-generic: |
---|
| 612 | |
---|
| 613 | distclean-generic: |
---|
| 614 | -rm -f $(CONFIG_CLEAN_FILES) |
---|
| 615 | |
---|
| 616 | maintainer-clean-generic: |
---|
| 617 | @echo "This command is intended for maintainers to use" |
---|
| 618 | @echo "it deletes files that may require special tools to rebuild." |
---|
[3238] | 619 | clean: clean-recursive |
---|
[2854] | 620 | |
---|
| 621 | clean-am: clean-binPROGRAMS clean-generic mostlyclean-am |
---|
| 622 | |
---|
[3238] | 623 | distclean: distclean-recursive |
---|
[2854] | 624 | -rm -rf ./$(DEPDIR) |
---|
| 625 | -rm -f Makefile |
---|
| 626 | distclean-am: clean-am distclean-compile distclean-generic \ |
---|
| 627 | distclean-tags |
---|
| 628 | |
---|
[3238] | 629 | dvi: dvi-recursive |
---|
[2854] | 630 | |
---|
| 631 | dvi-am: |
---|
| 632 | |
---|
[3238] | 633 | html: html-recursive |
---|
[2964] | 634 | |
---|
[3238] | 635 | info: info-recursive |
---|
[2854] | 636 | |
---|
| 637 | info-am: |
---|
| 638 | |
---|
| 639 | install-data-am: |
---|
| 640 | |
---|
| 641 | install-exec-am: install-binPROGRAMS |
---|
| 642 | |
---|
[3238] | 643 | install-info: install-info-recursive |
---|
[2854] | 644 | |
---|
| 645 | install-man: |
---|
| 646 | |
---|
| 647 | installcheck-am: |
---|
| 648 | |
---|
[3238] | 649 | maintainer-clean: maintainer-clean-recursive |
---|
[2854] | 650 | -rm -rf ./$(DEPDIR) |
---|
| 651 | -rm -f Makefile |
---|
| 652 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
| 653 | |
---|
[3238] | 654 | mostlyclean: mostlyclean-recursive |
---|
[2854] | 655 | |
---|
| 656 | mostlyclean-am: mostlyclean-compile mostlyclean-generic |
---|
| 657 | |
---|
[3238] | 658 | pdf: pdf-recursive |
---|
[2854] | 659 | |
---|
| 660 | pdf-am: |
---|
| 661 | |
---|
[3238] | 662 | ps: ps-recursive |
---|
[2854] | 663 | |
---|
| 664 | ps-am: |
---|
| 665 | |
---|
| 666 | uninstall-am: uninstall-binPROGRAMS uninstall-info-am |
---|
| 667 | |
---|
[3238] | 668 | uninstall-info: uninstall-info-recursive |
---|
| 669 | |
---|
| 670 | .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \ |
---|
| 671 | clean clean-binPROGRAMS clean-generic clean-recursive ctags \ |
---|
| 672 | ctags-recursive distclean distclean-compile distclean-generic \ |
---|
| 673 | distclean-recursive distclean-tags distdir dvi dvi-am html \ |
---|
[2964] | 674 | html-am info info-am install install-am install-binPROGRAMS \ |
---|
| 675 | install-data install-data-am install-exec install-exec-am \ |
---|
| 676 | install-info install-info-am install-man install-strip \ |
---|
[3238] | 677 | installcheck installcheck-am installdirs installdirs-am \ |
---|
| 678 | maintainer-clean maintainer-clean-generic \ |
---|
| 679 | maintainer-clean-recursive mostlyclean mostlyclean-compile \ |
---|
| 680 | mostlyclean-generic mostlyclean-recursive pdf pdf-am ps ps-am \ |
---|
| 681 | tags tags-recursive uninstall uninstall-am \ |
---|
| 682 | uninstall-binPROGRAMS uninstall-info-am |
---|
[2854] | 683 | |
---|
| 684 | |
---|
[3238] | 685 | # uncomment the following if orxonox requires the math library |
---|
[2854] | 686 | #orxonox_LDADD=-lm |
---|
| 687 | |
---|
| 688 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
| 689 | |
---|
| 690 | # if you write a self-test script named `chk', uncomment the |
---|
| 691 | # following and add `chk' to the EXTRA_DIST list |
---|
| 692 | #TESTS=chk |
---|
| 693 | |
---|
| 694 | # build and install the .info pages |
---|
| 695 | #info_TEXINFOS = orxonox.texinfo |
---|
| 696 | #orxonox_TEXINFOS = gpl.texinfo |
---|
| 697 | |
---|
| 698 | # install the man pages |
---|
| 699 | #man_MANS=orxonox.1 |
---|
| 700 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
| 701 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
| 702 | .NOEXPORT: |
---|