Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/parenting/src/Makefile.in @ 3311

Last change on this file since 3311 was 3311, checked in by patrick, 19 years ago

oroxnox/branches/parenting: implemented helperParent and made some tests with the opengl nurbs lib

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