source:
orxonox.OLD/trunk/src/util/Makefile.am
@
8650
Last change on this file since 8650 was 8068, checked in by patrick, 18 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 | |
[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 \ |
[8068] | 12 | network_game_rules.cc \ |
[7034] | 13 | multiplayer_team_deathmatch.cc \ |
[7391] | 14 | singleplayer_shootemup.cc \ |
[7461] | 15 | \ |
16 | mission_goal.cc\ | |
17 | kill_target.cc\ | |
[7482] | 18 | kill.cc \ |
[7461] | 19 | \ |
[7440] | 20 | signal_handler.cc \ |
[7151] | 21 | \ |
[5463] | 22 | animation/animation3d.cc \ |
23 | animation/animation.cc \ | |
24 | animation/animation_player.cc \ | |
[7151] | 25 | \ |
[7221] | 26 | track/pilot_node.cc |
27 | ||
28 | # track/track_manager.cc \ | |
[6142] | 29 | track/track_node.cc |
[5349] | 30 | |
[5350] | 31 | noinst_HEADERS = fast_factory.h \ |
[5750] | 32 | object_manager.h \ |
[5350] | 33 | state.h \ |
[6437] | 34 | hud.h \ |
[7461] | 35 | \ |
[7020] | 36 | game_rules.h \ |
[8068] | 37 | network_game_rules.h \ |
[7034] | 38 | multiplayer_team_deathmatch.h \ |
[7391] | 39 | singleplayer_shootemup.h \ |
[7461] | 40 | \ |
41 | mission_goal.cc\ | |
42 | kill_target.h\ | |
[7482] | 43 | kill.h \ |
44 | \ | |
[7440] | 45 | signal_handler.h \ |
[7151] | 46 | \ |
[5350] | 47 | animation/animation3d.h \ |
48 | animation/animation.h \ | |
49 | animation/animation_player.h \ | |
50 | animation/t_animation.h \ | |
[7151] | 51 | \ |
[7221] | 52 | track/pilot_node.h |
53 | ||
54 | # track/track_manager.h \ | |
[5350] | 55 | track/track_node.h |
Note: See TracBrowser
for help on using the repository browser.