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