Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: implemented a first header file for the Parent Node, still in hard-code development

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