source:
orxonox.OLD/trunk/src/util/Makefile.am
@
7438
Last change on this file since 7438 was 7391, checked in by patrick, 19 years ago | |
---|---|
File size: 862 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 \ |
[7020] | 10 | game_rules.cc \ |
[7391] | 11 | mission_goal.cc\ |
[7034] | 12 | multiplayer_team_deathmatch.cc \ |
[7391] | 13 | singleplayer_shootemup.cc \ |
[7151] | 14 | \ |
[5463] | 15 | animation/animation3d.cc \ |
16 | animation/animation.cc \ | |
17 | animation/animation_player.cc \ | |
[7151] | 18 | \ |
[7221] | 19 | track/pilot_node.cc |
20 | ||
21 | # track/track_manager.cc \ | |
[6142] | 22 | track/track_node.cc |
[5349] | 23 | |
[5350] | 24 | noinst_HEADERS = fast_factory.h \ |
[5750] | 25 | object_manager.h \ |
[5350] | 26 | state.h \ |
[6437] | 27 | hud.h \ |
[7020] | 28 | game_rules.h \ |
[7391] | 29 | mission_goal.h \ |
[7034] | 30 | multiplayer_team_deathmatch.h \ |
[7391] | 31 | singleplayer_shootemup.h \ |
[7151] | 32 | \ |
[5350] | 33 | animation/animation3d.h \ |
34 | animation/animation.h \ | |
35 | animation/animation_player.h \ | |
36 | animation/t_animation.h \ | |
[7151] | 37 | \ |
[7221] | 38 | track/pilot_node.h |
39 | ||
40 | # track/track_manager.h \ | |
[5350] | 41 | track/track_node.h |
Note: See TracBrowser
for help on using the repository browser.