source:
orxonox.OLD/branches/playability/src/util/Makefile.am
@
10367
| Last change on this file since 10367 was 10088, checked in by patrick, 19 years ago | |
|---|---|
| File size: 1.0 KB | |
| Rev | Line | |
|---|---|---|
| [5349] | 1 | MAINSRCDIR=.. |
| 2 | include $(MAINSRCDIR)/defs/include_paths.am | |
| 3 | ||
| [5463] | 4 | noinst_LIBRARIES = libORXutils.a |
| [5349] | 5 | |
| [9869] | 6 | libORXutils_a_SOURCES = \ |
| [5750] | 7 | object_manager.cc \ |
| [5463] | 8 | state.cc \ |
| [6437] | 9 | hud.cc \ |
| [7461] | 10 | \ |
| [7020] | 11 | game_rules.cc \ |
| [8068] | 12 | network_game_rules.cc \ |
| [7034] | 13 | multiplayer_team_deathmatch.cc \ |
| [7391] | 14 | singleplayer_shootemup.cc \ |
| [7461] | 15 | \ |
| [9406] | 16 | \ |
| 17 | \ | |
| [7461] | 18 | mission_goal.cc\ |
| 19 | kill_target.cc\ | |
| [7482] | 20 | kill.cc \ |
| [7461] | 21 | \ |
| [7440] | 22 | signal_handler.cc \ |
| [7151] | 23 | \ |
| [5463] | 24 | animation/animation3d.cc \ |
| 25 | animation/animation.cc \ | |
| 26 | animation/animation_player.cc \ | |
| [7151] | 27 | \ |
| [10088] | 28 | track/pilot_node.cc \ |
| 29 | track/track.cc \ | |
| 30 | track/track_manager.cc \ | |
| [6142] | 31 | track/track_node.cc |
| [5349] | 32 | |
| [9869] | 33 | noinst_HEADERS = \ |
| [5750] | 34 | object_manager.h \ |
| [5350] | 35 | state.h \ |
| [6437] | 36 | hud.h \ |
| [7461] | 37 | \ |
| [7020] | 38 | game_rules.h \ |
| [8068] | 39 | network_game_rules.h \ |
| [7034] | 40 | multiplayer_team_deathmatch.h \ |
| [7391] | 41 | singleplayer_shootemup.h \ |
| [7461] | 42 | \ |
| 43 | mission_goal.cc\ | |
| 44 | kill_target.h\ | |
| [7482] | 45 | kill.h \ |
| 46 | \ | |
| [7440] | 47 | signal_handler.h \ |
| [7151] | 48 | \ |
| [5350] | 49 | animation/animation3d.h \ |
| 50 | animation/animation.h \ | |
| 51 | animation/animation_player.h \ | |
| 52 | animation/t_animation.h \ | |
| [7151] | 53 | \ |
| [10088] | 54 | track/pilot_node.h \ |
| 55 | track/track.h \ | |
| 56 | track/track_manager.h \ | |
| 57 | track/track_node.h | |
| [7221] | 58 |
Note: See TracBrowser
for help on using the repository browser.










