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










