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