Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/updater/src/Makefile.in @ 3262

Last change on this file since 3262 was 3262, checked in by bensch, 19 years ago

orxonox/branches/updater: check for gthread implemented, curl is included into the gui too.

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