Last change
on this file since 5524 was
5479,
checked in by bensch, 19 years ago
|
orxonox/trunk: updated to new autoconf, moved resourcemanager to util/loading
|
File size:
877 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 \ |
---|
| 7 | garbage_collector.cc \ |
---|
| 8 | state.cc \ |
---|
| 9 | user_control.cc \ |
---|
| 10 | animation/animation3d.cc \ |
---|
| 11 | animation/animation.cc \ |
---|
| 12 | animation/animation_player.cc \ |
---|
[5479] | 13 | loading/resource_manager.cc \ |
---|
[5463] | 14 | loading/factory.cc \ |
---|
| 15 | loading/game_loader.cc \ |
---|
| 16 | loading/load_param.cc \ |
---|
| 17 | track/pilot_node.cc \ |
---|
| 18 | track/track_manager.cc \ |
---|
| 19 | track/track_node.cc |
---|
[5349] | 20 | |
---|
[5350] | 21 | noinst_HEADERS = fast_factory.h \ |
---|
| 22 | garbage_collector.h \ |
---|
| 23 | state.h \ |
---|
| 24 | user_control.h \ |
---|
| 25 | animation/animation3d.h \ |
---|
| 26 | animation/animation.h \ |
---|
| 27 | animation/animation_player.h \ |
---|
| 28 | animation/t_animation.h \ |
---|
[5479] | 29 | loading/resource_manager.h \ |
---|
[5350] | 30 | loading/factory.h \ |
---|
| 31 | loading/game_loader.h \ |
---|
| 32 | loading/load_param.h \ |
---|
| 33 | track/pilot_node.h \ |
---|
| 34 | track/track_manager.h \ |
---|
| 35 | track/track_node.h |
---|
Note: See
TracBrowser
for help on using the repository browser.