Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/automake/src/Makefile.am @ 1955

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

orxonox/branches/automake: now it should compile on windows. random→rand, glut→glut32

File size: 754 bytes
Line 
1AM_CXXFLAGS="-I/usr/X11R6/include"
2AM_LDFLAGS="-L/usr/Mesa-6.0.1/lib -lglut32 -lGLU32 -lGL32 -lm -L/usr/X11R6/lib -lXt -lX11"
3
4#"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include"
5
6
7bin_PROGRAMS=orxonox
8orxonox_SOURCES=orxonox.cc world.cc environment.cc player.cc npc.cc input_output.cc data_tank.cc ai.cc shoot_laser.cc shoot_rocket.cc
9
10#  uncomment the following if bencoder requires the math library
11#gui_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.