Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 2854 was 2854, checked in by simon, 20 years ago

/branches/sound: finally a running version. To test, you can switch the parameters in the test class sound_test. A .ogg file named music.ogg from the directory . is played. The test class is really ugly, I know.

File size: 14.1 KB
Line 
1# Makefile.in generated by automake 1.7.9 from Makefile.am.
2# src/Makefile.  Generated from Makefile.in by configure.
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5# 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
17srcdir = .
18top_srcdir = ..
19
20pkgdatadir = $(datadir)/orxonox
21pkglibdir = $(libdir)/orxonox
22pkgincludedir = $(includedir)/orxonox
23top_builddir = ..
24
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26INSTALL = /usr/bin/install -c
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38ACLOCAL = ${SHELL} /root/orxonox/branches/sound/missing --run aclocal-1.7
39AMDEP_FALSE = #
40AMDEP_TRUE = 
41AMTAR = ${SHELL} /root/orxonox/branches/sound/missing --run tar
42AUTOCONF = ${SHELL} /root/orxonox/branches/sound/missing --run autoconf
43AUTOHEADER = ${SHELL} /root/orxonox/branches/sound/missing --run autoheader
44AUTOMAKE = ${SHELL} /root/orxonox/branches/sound/missing --run automake-1.7
45AWK = gawk
46CC = gcc
47CCDEPMODE = depmode=gcc3
48CFLAGS = -g -O2
49CPP = gcc -E
50CPPFLAGS = 
51CXX = g++
52CXXDEPMODE = depmode=gcc3
53CXXFLAGS = -g -O2
54CYGPATH_W = echo
55DEFS = -DHAVE_CONFIG_H
56DEPDIR = .deps
57ECHO_C = 
58ECHO_N = -n
59ECHO_T = 
60EGREP = grep -E
61EXEEXT = 
62INSTALL_DATA = ${INSTALL} -m 644
63INSTALL_PROGRAM = ${INSTALL}
64INSTALL_SCRIPT = ${INSTALL}
65INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
66LDFLAGS = 
67LIBOBJS = 
68LIBS = -lm  -lGL -lGLU -lSDL_mixer -lSDL -lpthread -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 
69LTLIBOBJS = 
70MAKEINFO = ${SHELL} /root/orxonox/branches/sound/missing --run makeinfo
71MSBITFIELDS = 
72OBJEXT = o
73PACKAGE = orxonox
74PACKAGE_BUGREPORT = orxonox-dev@mail.datacore.ch
75PACKAGE_NAME = orxonox
76PACKAGE_STRING = orxonox 0.1-pre-alpha
77PACKAGE_TARNAME = orxonox
78PACKAGE_VERSION = 0.1-pre-alpha
79PATH_SEPARATOR = :
80SET_MAKE = 
81SHELL = /bin/sh
82STRIP = 
83VERSION = 0.1-pre-alpha
84ac_ct_CC = gcc
85ac_ct_CXX = g++
86ac_ct_STRIP = 
87am__fastdepCC_FALSE = #
88am__fastdepCC_TRUE = 
89am__fastdepCXX_FALSE = #
90am__fastdepCXX_TRUE = 
91am__include = include
92am__leading_dot = .
93am__quote = 
94bindir = ${exec_prefix}/bin
95build_alias = 
96datadir = ${prefix}/share
97exec_prefix = ${prefix}
98host_alias = 
99includedir = ${prefix}/include
100infodir = ${prefix}/info
101install_sh = /root/orxonox/branches/sound/install-sh
102libdir = ${exec_prefix}/lib
103libexecdir = ${exec_prefix}/libexec
104localstatedir = ${prefix}/var
105mandir = ${prefix}/man
106oldincludedir = /usr/include
107prefix = /usr/local
108program_transform_name = s,x,x,
109sbindir = ${exec_prefix}/sbin
110sharedstatedir = ${prefix}/com
111sysconfdir = ${prefix}/etc
112target_alias = 
113AM_CXXFLAGS = "-I/usr/X11R6/include"
114AM_LDFLAGS = "-L/usr/Mesa-6.0.1/lib  -L/usr/X11R6/lib -lXt -lX11" $(MWINDOWS)
115
116
117#"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include"
118bin_PROGRAMS = orxonox sound
119orxonox_SOURCES = orxonox.cc world.cc player.cc data_tank.cc world_entity.cc vector.cc camera.cc collision.cc command_node.cc ini_parser.cc keynames.cc track.cc base_entity.cc game_loader.cc campaign.cc story_entity.cc
120
121sound_SOURCES = sound_test.cc sound_control.cc
122
123noinst_HEADERS = ability.h data_tank.h npc.h stdincl.h ai.h environment.h orxonox.h synchronisable.h base_entity.h error.h player.h track.h camera.h ini_parser.h power_up.h vector.h collision.h keynames.h proto_class.h world.h command_node.h list.h shoot_laser.h world_entity.h coordinates.h message_structures.h shoot_rocket.h
124subdir = src
125ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
126mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
127CONFIG_HEADER = $(top_builddir)/config.h
128CONFIG_CLEAN_FILES =
129bin_PROGRAMS = orxonox$(EXEEXT) sound$(EXEEXT)
130PROGRAMS = $(bin_PROGRAMS)
131
132am_orxonox_OBJECTS = orxonox.$(OBJEXT) world.$(OBJEXT) player.$(OBJEXT) \
133        data_tank.$(OBJEXT) world_entity.$(OBJEXT) vector.$(OBJEXT) \
134        camera.$(OBJEXT) collision.$(OBJEXT) command_node.$(OBJEXT) \
135        ini_parser.$(OBJEXT) keynames.$(OBJEXT) track.$(OBJEXT) \
136        base_entity.$(OBJEXT) game_loader.$(OBJEXT) campaign.$(OBJEXT) \
137        story_entity.$(OBJEXT)
138orxonox_OBJECTS = $(am_orxonox_OBJECTS)
139orxonox_LDADD = $(LDADD)
140orxonox_DEPENDENCIES =
141orxonox_LDFLAGS =
142am_sound_OBJECTS = sound_test.$(OBJEXT) sound_control.$(OBJEXT)
143sound_OBJECTS = $(am_sound_OBJECTS)
144sound_LDADD = $(LDADD)
145sound_DEPENDENCIES =
146sound_LDFLAGS =
147
148DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
149depcomp = $(SHELL) $(top_srcdir)/depcomp
150am__depfiles_maybe = depfiles
151DEP_FILES = ./$(DEPDIR)/base_entity.Po ./$(DEPDIR)/camera.Po \
152        ./$(DEPDIR)/campaign.Po ./$(DEPDIR)/collision.Po \
153        ./$(DEPDIR)/command_node.Po \
154        ./$(DEPDIR)/data_tank.Po ./$(DEPDIR)/game_loader.Po \
155        ./$(DEPDIR)/ini_parser.Po ./$(DEPDIR)/keynames.Po \
156        ./$(DEPDIR)/orxonox.Po ./$(DEPDIR)/player.Po \
157        ./$(DEPDIR)/sound_control.Po \
158        ./$(DEPDIR)/sound_test.Po \
159        ./$(DEPDIR)/story_entity.Po ./$(DEPDIR)/track.Po \
160        ./$(DEPDIR)/vector.Po ./$(DEPDIR)/world.Po \
161        ./$(DEPDIR)/world_entity.Po
162CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
163        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
164CXXLD = $(CXX)
165CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
166        -o $@
167DIST_SOURCES = $(orxonox_SOURCES) $(sound_SOURCES)
168HEADERS = $(noinst_HEADERS)
169
170DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in INSTALL \
171        Makefile.am
172SOURCES = $(orxonox_SOURCES) $(sound_SOURCES)
173
174all: all-am
175
176.SUFFIXES:
177.SUFFIXES: .cc .o .obj
178$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
179        cd $(top_srcdir) && \
180          $(AUTOMAKE) --gnu  src/Makefile
181Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
182        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
183binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
184install-binPROGRAMS: $(bin_PROGRAMS)
185        @$(NORMAL_INSTALL)
186        $(mkinstalldirs) $(DESTDIR)$(bindir)
187        @list='$(bin_PROGRAMS)'; for p in $$list; do \
188          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
189          if test -f $$p \
190          ; then \
191            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
192           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
193           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
194          else :; fi; \
195        done
196
197uninstall-binPROGRAMS:
198        @$(NORMAL_UNINSTALL)
199        @list='$(bin_PROGRAMS)'; for p in $$list; do \
200          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
201          echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
202          rm -f $(DESTDIR)$(bindir)/$$f; \
203        done
204
205clean-binPROGRAMS:
206        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
207orxonox$(EXEEXT): $(orxonox_OBJECTS) $(orxonox_DEPENDENCIES) 
208        @rm -f orxonox$(EXEEXT)
209        $(CXXLINK) $(orxonox_LDFLAGS) $(orxonox_OBJECTS) $(orxonox_LDADD) $(LIBS)
210sound$(EXEEXT): $(sound_OBJECTS) $(sound_DEPENDENCIES) 
211        @rm -f sound$(EXEEXT)
212        $(CXXLINK) $(sound_LDFLAGS) $(sound_OBJECTS) $(sound_LDADD) $(LIBS)
213
214mostlyclean-compile:
215        -rm -f *.$(OBJEXT) core *.core
216
217distclean-compile:
218        -rm -f *.tab.c
219
220include ./$(DEPDIR)/base_entity.Po
221include ./$(DEPDIR)/camera.Po
222include ./$(DEPDIR)/campaign.Po
223include ./$(DEPDIR)/collision.Po
224include ./$(DEPDIR)/command_node.Po
225include ./$(DEPDIR)/data_tank.Po
226include ./$(DEPDIR)/game_loader.Po
227include ./$(DEPDIR)/ini_parser.Po
228include ./$(DEPDIR)/keynames.Po
229include ./$(DEPDIR)/orxonox.Po
230include ./$(DEPDIR)/player.Po
231include ./$(DEPDIR)/sound_control.Po
232include ./$(DEPDIR)/sound_test.Po
233include ./$(DEPDIR)/story_entity.Po
234include ./$(DEPDIR)/track.Po
235include ./$(DEPDIR)/vector.Po
236include ./$(DEPDIR)/world.Po
237include ./$(DEPDIR)/world_entity.Po
238
239.cc.o:
240        if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
241          -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
242        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
243        else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
244        fi
245#       source='$<' object='$@' libtool=no \
246#       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
247#       $(CXXDEPMODE) $(depcomp) \
248#       $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
249
250.cc.obj:
251        if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
252          -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
253        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
254        else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
255        fi
256#       source='$<' object='$@' libtool=no \
257#       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
258#       $(CXXDEPMODE) $(depcomp) \
259#       $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
260uninstall-info-am:
261
262ETAGS = etags
263ETAGSFLAGS =
264
265CTAGS = ctags
266CTAGSFLAGS =
267
268tags: TAGS
269
270ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
271        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
272        unique=`for i in $$list; do \
273            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
274          done | \
275          $(AWK) '    { files[$$0] = 1; } \
276               END { for (i in files) print i; }'`; \
277        mkid -fID $$unique
278
279TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
280                $(TAGS_FILES) $(LISP)
281        tags=; \
282        here=`pwd`; \
283        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
284        unique=`for i in $$list; do \
285            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
286          done | \
287          $(AWK) '    { files[$$0] = 1; } \
288               END { for (i in files) print i; }'`; \
289        test -z "$(ETAGS_ARGS)$$tags$$unique" \
290          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
291             $$tags $$unique
292
293ctags: CTAGS
294CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
295                $(TAGS_FILES) $(LISP)
296        tags=; \
297        here=`pwd`; \
298        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
299        unique=`for i in $$list; do \
300            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
301          done | \
302          $(AWK) '    { files[$$0] = 1; } \
303               END { for (i in files) print i; }'`; \
304        test -z "$(CTAGS_ARGS)$$tags$$unique" \
305          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
306             $$tags $$unique
307
308GTAGS:
309        here=`$(am__cd) $(top_builddir) && pwd` \
310          && cd $(top_srcdir) \
311          && gtags -i $(GTAGS_ARGS) $$here
312
313distclean-tags:
314        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
315DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
316
317top_distdir = ..
318distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
319
320distdir: $(DISTFILES)
321        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
322        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
323        list='$(DISTFILES)'; for file in $$list; do \
324          case $$file in \
325            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
326            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
327          esac; \
328          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
329          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
330          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
331            dir="/$$dir"; \
332            $(mkinstalldirs) "$(distdir)$$dir"; \
333          else \
334            dir=''; \
335          fi; \
336          if test -d $$d/$$file; then \
337            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
338              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
339            fi; \
340            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
341          else \
342            test -f $(distdir)/$$file \
343            || cp -p $$d/$$file $(distdir)/$$file \
344            || exit 1; \
345          fi; \
346        done
347check-am: all-am
348check: check-am
349all-am: Makefile $(PROGRAMS) $(HEADERS)
350
351installdirs:
352        $(mkinstalldirs) $(DESTDIR)$(bindir)
353install: install-am
354install-exec: install-exec-am
355install-data: install-data-am
356uninstall: uninstall-am
357
358install-am: all-am
359        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
360
361installcheck: installcheck-am
362install-strip:
363        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
364          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
365          `test -z '$(STRIP)' || \
366            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
367mostlyclean-generic:
368
369clean-generic:
370
371distclean-generic:
372        -rm -f $(CONFIG_CLEAN_FILES)
373
374maintainer-clean-generic:
375        @echo "This command is intended for maintainers to use"
376        @echo "it deletes files that may require special tools to rebuild."
377clean: clean-am
378
379clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
380
381distclean: distclean-am
382        -rm -rf ./$(DEPDIR)
383        -rm -f Makefile
384distclean-am: clean-am distclean-compile distclean-generic \
385        distclean-tags
386
387dvi: dvi-am
388
389dvi-am:
390
391info: info-am
392
393info-am:
394
395install-data-am:
396
397install-exec-am: install-binPROGRAMS
398
399install-info: install-info-am
400
401install-man:
402
403installcheck-am:
404
405maintainer-clean: maintainer-clean-am
406        -rm -rf ./$(DEPDIR)
407        -rm -f Makefile
408maintainer-clean-am: distclean-am maintainer-clean-generic
409
410mostlyclean: mostlyclean-am
411
412mostlyclean-am: mostlyclean-compile mostlyclean-generic
413
414pdf: pdf-am
415
416pdf-am:
417
418ps: ps-am
419
420ps-am:
421
422uninstall-am: uninstall-binPROGRAMS uninstall-info-am
423
424.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
425        clean-generic ctags distclean distclean-compile \
426        distclean-generic distclean-tags distdir dvi dvi-am info \
427        info-am install install-am install-binPROGRAMS install-data \
428        install-data-am install-exec install-exec-am install-info \
429        install-info-am install-man install-strip installcheck \
430        installcheck-am installdirs maintainer-clean \
431        maintainer-clean-generic mostlyclean mostlyclean-compile \
432        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
433        uninstall-am uninstall-binPROGRAMS uninstall-info-am
434
435
436#  uncomment the following if bencoder requires the math library
437#orxonox_LDADD=-lm
438
439#EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo
440
441#  if you write a self-test script named `chk', uncomment the
442#  following and add `chk' to the EXTRA_DIST list
443#TESTS=chk
444
445#  build and install the .info pages
446#info_TEXINFOS = orxonox.texinfo
447#orxonox_TEXINFOS = gpl.texinfo
448
449#  install the man pages
450#man_MANS=orxonox.1
451# Tell versions [3.59,3.63) of GNU make to not export all variables.
452# Otherwise a system limit (for SysV at least) may be exceeded.
453.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.