Last change
on this file since 3009 was
2990,
checked in by bensch, 20 years ago
|
orxonox/trunk: make dist works again: don't forget to drag in the .h-files
|
File size:
1.3 KB
|
Rev | Line | |
---|
[1953] | 1 | AM_CXXFLAGS="-I/usr/X11R6/include" |
---|
[2190] | 2 | AM_LDFLAGS="-L/usr/Mesa-6.0.1/lib -L/usr/X11R6/lib -lXt -lX11" $(MWINDOWS) |
---|
[1955] | 3 | |
---|
[1953] | 4 | #"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include" |
---|
| 5 | |
---|
[1955] | 6 | |
---|
[1953] | 7 | bin_PROGRAMS=orxonox |
---|
| 8 | |
---|
[2816] | 9 | orxonox_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 game_loader.cc campaign.cc story_entity.cc object.cc environment.cc array.cc material.cc list.cc |
---|
[2990] | 10 | noinst_HEADERS=ability.h data_tank.h npc.h stdincl.h ai.h environment.h orxonox.h synchronisable.h base_entity.h error.h player.h track.h camera.h ini_parser.h power_up.h vector.h collision.h keynames.h proto_class.h world.h command_node.h list.h shoot_laser.h world_entity.h coordinates.h message_structures.h shoot_rocket.h object.h array.h material.h list_template.h story_entity.h story_def.h game_loader.h campaign.h |
---|
[2589] | 11 | |
---|
| 12 | |
---|
[2816] | 13 | |
---|
[1953] | 14 | # uncomment the following if bencoder requires the math library |
---|
[2190] | 15 | #orxonox_LDADD=-lm |
---|
[1953] | 16 | |
---|
| 17 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
| 18 | |
---|
| 19 | # if you write a self-test script named `chk', uncomment the |
---|
| 20 | # following and add `chk' to the EXTRA_DIST list |
---|
| 21 | #TESTS=chk |
---|
| 22 | |
---|
| 23 | # build and install the .info pages |
---|
| 24 | #info_TEXINFOS = orxonox.texinfo |
---|
| 25 | #orxonox_TEXINFOS = gpl.texinfo |
---|
| 26 | |
---|
| 27 | # install the man pages |
---|
| 28 | #man_MANS=orxonox.1 |
---|
Note: See
TracBrowser
for help on using the repository browser.