Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/chris/src/Makefile @ 2165

Last change on this file since 2165 was 2105, checked in by chris, 20 years ago

orxonox/branches/chris: Port to SDL complete. Everything compiles and the generated executable runs without crashing. Keyboard and mouse handling works. Drawing is messed up, possibly because of my incompetent Rotation class. Hence all you see at them moment is a pitch black screen. I added the makefile I used to compile it since bensch hasn't yet included SDL into the configure script.

File size: 12.7 KB
RevLine 
[2105]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 = /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} /d/projects/Orxonox/branches/chris/missing --run aclocal-1.7
39AMDEP_FALSE = #
40AMDEP_TRUE = 
41AMTAR = ${SHELL} /d/projects/Orxonox/branches/chris/missing --run tar
42AUTOCONF = ${SHELL} /d/projects/Orxonox/branches/chris/missing --run autoconf
43AUTOHEADER = ${SHELL} /d/projects/Orxonox/branches/chris/missing --run autoheader
44AUTOMAKE = ${SHELL} /d/projects/Orxonox/branches/chris/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 = .exe
62INSTALL_DATA = ${INSTALL} -m 644
63INSTALL_PROGRAM = ${INSTALL}
64INSTALL_SCRIPT = ${INSTALL}
65INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
66LDFLAGS = 
67LIBOBJS = 
68LIBS = -lm  -lopengl32 -lGLU32 -lmingw32 -lsdlmain -lsdl -mwindows
69LTLIBOBJS = 
70MAKEINFO = ${SHELL} /d/projects/Orxonox/branches/chris/missing --run makeinfo
71MSBITFIELDS = -mms-bitfields
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 = /d/projects/Orxonox/branches/chris/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"
115
116
117#"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include"
118bin_PROGRAMS = orxonox
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
120subdir = src
121ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
122mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
123CONFIG_HEADER = $(top_builddir)/config.h
124CONFIG_CLEAN_FILES =
125bin_PROGRAMS = orxonox$(EXEEXT)
126PROGRAMS = $(bin_PROGRAMS)
127
128am_orxonox_OBJECTS = orxonox.$(OBJEXT) world.$(OBJEXT) player.$(OBJEXT) \
129        data_tank.$(OBJEXT) world_entity.$(OBJEXT) vector.$(OBJEXT) \
130        camera.$(OBJEXT) collision.$(OBJEXT) command_node.$(OBJEXT) \
131        ini_parser.$(OBJEXT) keynames.$(OBJEXT) track.$(OBJEXT)
132orxonox_OBJECTS = $(am_orxonox_OBJECTS)
133orxonox_LDADD = $(LDADD)
134orxonox_DEPENDENCIES =
135orxonox_LDFLAGS =
136
137DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
138depcomp = $(SHELL) $(top_srcdir)/depcomp
139am__depfiles_maybe = depfiles
140DEP_FILES = ./$(DEPDIR)/camera.Po ./$(DEPDIR)/collision.Po \
141        ./$(DEPDIR)/command_node.Po \
142        ./$(DEPDIR)/data_tank.Po ./$(DEPDIR)/ini_parser.Po \
143        ./$(DEPDIR)/keynames.Po ./$(DEPDIR)/orxonox.Po \
144        ./$(DEPDIR)/player.Po ./$(DEPDIR)/track.Po \
145        ./$(DEPDIR)/vector.Po ./$(DEPDIR)/world.Po \
146        ./$(DEPDIR)/world_entity.Po
147CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
148        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
149CXXLD = $(CXX)
150CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
151        -o $@
152DIST_SOURCES = $(orxonox_SOURCES)
153DIST_COMMON = $(srcdir)/Makefile.in INSTALL Makefile.am
154SOURCES = $(orxonox_SOURCES)
155
156all: all-am
157
158.SUFFIXES:
159.SUFFIXES: .cc .o .obj
160$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
161        cd $(top_srcdir) && \
162          $(AUTOMAKE) --gnu  src/Makefile
163Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
164        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
165binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
166install-binPROGRAMS: $(bin_PROGRAMS)
167        @$(NORMAL_INSTALL)
168        $(mkinstalldirs) $(DESTDIR)$(bindir)
169        @list='$(bin_PROGRAMS)'; for p in $$list; do \
170          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
171          if test -f $$p \
172          ; then \
173            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
174           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
175           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
176          else :; fi; \
177        done
178
179uninstall-binPROGRAMS:
180        @$(NORMAL_UNINSTALL)
181        @list='$(bin_PROGRAMS)'; for p in $$list; do \
182          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
183          echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
184          rm -f $(DESTDIR)$(bindir)/$$f; \
185        done
186
187clean-binPROGRAMS:
188        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
189orxonox$(EXEEXT): $(orxonox_OBJECTS) $(orxonox_DEPENDENCIES) 
190        @rm -f orxonox$(EXEEXT)
191        $(CXXLINK) $(orxonox_LDFLAGS) $(orxonox_OBJECTS) $(orxonox_LDADD) $(LIBS)
192
193mostlyclean-compile:
194        -rm -f *.$(OBJEXT) core *.core
195
196distclean-compile:
197        -rm -f *.tab.c
198
199include ./$(DEPDIR)/camera.Po
200include ./$(DEPDIR)/collision.Po
201include ./$(DEPDIR)/command_node.Po
202include ./$(DEPDIR)/data_tank.Po
203include ./$(DEPDIR)/ini_parser.Po
204include ./$(DEPDIR)/keynames.Po
205include ./$(DEPDIR)/orxonox.Po
206include ./$(DEPDIR)/player.Po
207include ./$(DEPDIR)/track.Po
208include ./$(DEPDIR)/vector.Po
209include ./$(DEPDIR)/world.Po
210include ./$(DEPDIR)/world_entity.Po
211
212.cc.o:
213        if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
214          -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
215        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
216        else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
217        fi
218#       source='$<' object='$@' libtool=no \
219#       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
220#       $(CXXDEPMODE) $(depcomp) \
221#       $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
222
223.cc.obj:
224        if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
225          -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
226        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
227        else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
228        fi
229#       source='$<' object='$@' libtool=no \
230#       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
231#       $(CXXDEPMODE) $(depcomp) \
232#       $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
233uninstall-info-am:
234
235ETAGS = etags
236ETAGSFLAGS =
237
238CTAGS = ctags
239CTAGSFLAGS =
240
241tags: TAGS
242
243ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
244        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
245        unique=`for i in $$list; do \
246            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
247          done | \
248          $(AWK) '    { files[$$0] = 1; } \
249               END { for (i in files) print i; }'`; \
250        mkid -fID $$unique
251
252TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
253                $(TAGS_FILES) $(LISP)
254        tags=; \
255        here=`pwd`; \
256        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
257        unique=`for i in $$list; do \
258            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
259          done | \
260          $(AWK) '    { files[$$0] = 1; } \
261               END { for (i in files) print i; }'`; \
262        test -z "$(ETAGS_ARGS)$$tags$$unique" \
263          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
264             $$tags $$unique
265
266ctags: CTAGS
267CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
268                $(TAGS_FILES) $(LISP)
269        tags=; \
270        here=`pwd`; \
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        test -z "$(CTAGS_ARGS)$$tags$$unique" \
278          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
279             $$tags $$unique
280
281GTAGS:
282        here=`$(am__cd) $(top_builddir) && pwd` \
283          && cd $(top_srcdir) \
284          && gtags -i $(GTAGS_ARGS) $$here
285
286distclean-tags:
287        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
288DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
289
290top_distdir = ..
291distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
292
293distdir: $(DISTFILES)
294        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
295        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
296        list='$(DISTFILES)'; for file in $$list; do \
297          case $$file in \
298            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
299            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
300          esac; \
301          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
302          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
303          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
304            dir="/$$dir"; \
305            $(mkinstalldirs) "$(distdir)$$dir"; \
306          else \
307            dir=''; \
308          fi; \
309          if test -d $$d/$$file; then \
310            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
311              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
312            fi; \
313            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
314          else \
315            test -f $(distdir)/$$file \
316            || cp -p $$d/$$file $(distdir)/$$file \
317            || exit 1; \
318          fi; \
319        done
320check-am: all-am
321check: check-am
322all-am: Makefile $(PROGRAMS)
323
324installdirs:
325        $(mkinstalldirs) $(DESTDIR)$(bindir)
326install: install-am
327install-exec: install-exec-am
328install-data: install-data-am
329uninstall: uninstall-am
330
331install-am: all-am
332        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
333
334installcheck: installcheck-am
335install-strip:
336        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
337          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
338          `test -z '$(STRIP)' || \
339            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
340mostlyclean-generic:
341
342clean-generic:
343
344distclean-generic:
345        -rm -f $(CONFIG_CLEAN_FILES)
346
347maintainer-clean-generic:
348        @echo "This command is intended for maintainers to use"
349        @echo "it deletes files that may require special tools to rebuild."
350clean: clean-am
351
352clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
353
354distclean: distclean-am
355        -rm -rf ./$(DEPDIR)
356        -rm -f Makefile
357distclean-am: clean-am distclean-compile distclean-generic \
358        distclean-tags
359
360dvi: dvi-am
361
362dvi-am:
363
364info: info-am
365
366info-am:
367
368install-data-am:
369
370install-exec-am: install-binPROGRAMS
371
372install-info: install-info-am
373
374install-man:
375
376installcheck-am:
377
378maintainer-clean: maintainer-clean-am
379        -rm -rf ./$(DEPDIR)
380        -rm -f Makefile
381maintainer-clean-am: distclean-am maintainer-clean-generic
382
383mostlyclean: mostlyclean-am
384
385mostlyclean-am: mostlyclean-compile mostlyclean-generic
386
387pdf: pdf-am
388
389pdf-am:
390
391ps: ps-am
392
393ps-am:
394
395uninstall-am: uninstall-binPROGRAMS uninstall-info-am
396
397.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
398        clean-generic ctags distclean distclean-compile \
399        distclean-generic distclean-tags distdir dvi dvi-am info \
400        info-am install install-am install-binPROGRAMS install-data \
401        install-data-am install-exec install-exec-am install-info \
402        install-info-am install-man install-strip installcheck \
403        installcheck-am installdirs maintainer-clean \
404        maintainer-clean-generic mostlyclean mostlyclean-compile \
405        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
406        uninstall-am uninstall-binPROGRAMS uninstall-info-am
407
408
409#  uncomment the following if bencoder requires the math library
410#gui_LDADD=-lm
411
412#EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo
413
414#  if you write a self-test script named `chk', uncomment the
415#  following and add `chk' to the EXTRA_DIST list
416#TESTS=chk
417
418#  build and install the .info pages
419#info_TEXINFOS = orxonox.texinfo
420#orxonox_TEXINFOS = gpl.texinfo
421
422#  install the man pages
423#man_MANS=orxonox.1
424# Tell versions [3.59,3.63) of GNU make to not export all variables.
425# Otherwise a system limit (for SysV at least) may be exceeded.
426.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.