Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/john/src/Makefile.am @ 2035

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

orxonox/branches/john: Makefile in src updated.

File size: 805 bytes
Line 
1AM_CXXFLAGS="-I/usr/X11R6/include"
2AM_LDFLAGS="-L/usr/Mesa-6.0.1/lib  -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 \
9                world.cc \
10                environment.cc \
11                player.cc \
12                npc.cc \
13                input_output.cc \
14                data_tank.cc \
15                ai.cc \
16                shoot_laser.cc \
17                shoot_rocket.cc \
18                3dStructs.cc \
19                3dUnit.cc \
20                3ds.cc
21
22#  uncomment the following if bencoder requires the math library
23#gui_LDADD=-lm
24
25#EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo
26
27#  if you write a self-test script named `chk', uncomment the
28#  following and add `chk' to the EXTRA_DIST list
29#TESTS=chk
30
31#  build and install the .info pages
32#info_TEXINFOS = orxonox.texinfo
33#orxonox_TEXINFOS = gpl.texinfo
34
35#  install the man pages
36#man_MANS=orxonox.1
Note: See TracBrowser for help on using the repository browser.