Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: working again.

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