Last change
on this file since 3177 was
2033,
checked in by bensch, 20 years ago
|
orxonox/branches/john: Makefile in src updated.
|
File size:
805 bytes
|
Rev | Line | |
---|
[1953] | 1 | AM_CXXFLAGS="-I/usr/X11R6/include" |
---|
[1959] | 2 | AM_LDFLAGS="-L/usr/Mesa-6.0.1/lib -L/usr/X11R6/lib -lXt -lX11" |
---|
[1955] | 3 | |
---|
[1953] | 4 | #"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include" |
---|
| 5 | |
---|
[1955] | 6 | |
---|
[1953] | 7 | bin_PROGRAMS=orxonox |
---|
[2033] | 8 | orxonox_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 |
---|
[1953] | 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.