Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/branches/parenting: implemented parenting and added to framework. sill got some problems with how to pass events through the new entity list (now part of the parenting-framework). changed to a more accurate way of coordinat-ing, the openGL coord-orientation. therefore the world is realy strange because it flies into the wrong direction.

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