Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/Makefile.in @ 3236

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

/orxonox/trunk: unstable - problems getting collision to compile

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