Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/Makefile.am @ 2551

Last change on this file since 2551 was 2551, checked in by patrick, 20 years ago

orxonox/trunk: minor changes - enhanced sc controll, fixed uncontrolled rotation effect, added some debug outputs for testing purposes, reformatted some src files from win style but not all

File size: 784 bytes
Line 
1AM_CXXFLAGS="-I/usr/X11R6/include"
2AM_LDFLAGS="-L/usr/Mesa-6.0.1/lib  -L/usr/X11R6/lib -lXt -lX11" $(MWINDOWS)
3
4#"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include"
5
6
7bin_PROGRAMS=orxonox
8orxonox_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
9
10#  uncomment the following if bencoder requires the math library
11#orxonox_LDADD=-lm
12
13#EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo
14
15#  if you write a self-test script named `chk', uncomment the
16#  following and add `chk' to the EXTRA_DIST list
17#TESTS=chk
18
19#  build and install the .info pages
20#info_TEXINFOS = orxonox.texinfo
21#orxonox_TEXINFOS = gpl.texinfo
22
23#  install the man pages
24#man_MANS=orxonox.1
Note: See TracBrowser for help on using the repository browser.