Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/physics/src/Makefile.in @ 3660

Last change on this file since 3660 was 3238, checked in by bensch, 20 years ago

orxonox/branches: updated branches: buerli, nico, sound. And moved bezierTrack to old.bezierTrack. Conflicts resolved in a usefull order.
Conflics mostly resolved in favor of trunk
merge.

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