source:
orxonox.OLD/branches/shared_lib/src/util/Makefile.am
@
7177
Last change on this file since 7177 was 7174, checked in by bensch, 19 years ago | |
---|---|
File size: 1.1 KB |
Rev | Line | |
---|---|---|
[5349] | 1 | MAINSRCDIR=.. |
2 | include $(MAINSRCDIR)/defs/include_paths.am | |
3 | ||
[5463] | 4 | noinst_LIBRARIES = libORXutils.a |
[5349] | 5 | |
[7174] | 6 | |
[5463] | 7 | libORXutils_a_SOURCES = fast_factory.cc \ |
[5750] | 8 | object_manager.cc \ |
[5463] | 9 | state.cc \ |
[6437] | 10 | hud.cc \ |
[7020] | 11 | game_rules.cc \ |
[7034] | 12 | multiplayer_team_deathmatch.cc \ |
[7151] | 13 | \ |
[5463] | 14 | animation/animation3d.cc \ |
15 | animation/animation.cc \ | |
16 | animation/animation_player.cc \ | |
[7151] | 17 | \ |
[5479] | 18 | loading/resource_manager.cc \ |
[5463] | 19 | loading/game_loader.cc \ |
20 | loading/load_param.cc \ | |
[5546] | 21 | loading/load_param_description.cc \ |
[7167] | 22 | loading/factory.cc \ |
23 | loading/dynamic_loader.cc \ | |
[7151] | 24 | \ |
[5463] | 25 | track/pilot_node.cc \ |
26 | track/track_manager.cc \ | |
[6142] | 27 | track/track_node.cc |
[5349] | 28 | |
[7174] | 29 | |
[5350] | 30 | noinst_HEADERS = fast_factory.h \ |
[5750] | 31 | object_manager.h \ |
[5350] | 32 | state.h \ |
[6437] | 33 | hud.h \ |
[7020] | 34 | game_rules.h \ |
[7034] | 35 | multiplayer_team_deathmatch.h \ |
[7151] | 36 | \ |
[5350] | 37 | animation/animation3d.h \ |
38 | animation/animation.h \ | |
39 | animation/animation_player.h \ | |
40 | animation/t_animation.h \ | |
[7151] | 41 | \ |
[5479] | 42 | loading/resource_manager.h \ |
[5350] | 43 | loading/game_loader.h \ |
44 | loading/load_param.h \ | |
[5546] | 45 | loading/load_param_description.h \ |
[7167] | 46 | loading/factory.h \ |
47 | loading/dynamic_loader.h \ | |
[7151] | 48 | \ |
[5350] | 49 | track/pilot_node.h \ |
50 | track/track_manager.h \ | |
51 | track/track_node.h |
Note: See TracBrowser
for help on using the repository browser.