Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/sound/src/Makefile @ 3500

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

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

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