|
Last change
on this file since 6002 was
5546,
checked in by bensch, 20 years ago
|
|
orxonox/trunk: taken out LoadParamDescription into a file of its own
|
|
File size:
975 bytes
|
| Line | |
|---|
| 1 | MAINSRCDIR=.. |
|---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am |
|---|
| 3 | |
|---|
| 4 | noinst_LIBRARIES = libORXutils.a |
|---|
| 5 | |
|---|
| 6 | libORXutils_a_SOURCES = fast_factory.cc \ |
|---|
| 7 | loading/factory.cc \ |
|---|
| 8 | garbage_collector.cc \ |
|---|
| 9 | state.cc \ |
|---|
| 10 | user_control.cc \ |
|---|
| 11 | animation/animation3d.cc \ |
|---|
| 12 | animation/animation.cc \ |
|---|
| 13 | animation/animation_player.cc \ |
|---|
| 14 | loading/resource_manager.cc \ |
|---|
| 15 | loading/game_loader.cc \ |
|---|
| 16 | loading/load_param.cc \ |
|---|
| 17 | loading/load_param_description.cc \ |
|---|
| 18 | track/pilot_node.cc \ |
|---|
| 19 | track/track_manager.cc \ |
|---|
| 20 | track/track_node.cc |
|---|
| 21 | |
|---|
| 22 | noinst_HEADERS = fast_factory.h \ |
|---|
| 23 | garbage_collector.h \ |
|---|
| 24 | state.h \ |
|---|
| 25 | user_control.h \ |
|---|
| 26 | animation/animation3d.h \ |
|---|
| 27 | animation/animation.h \ |
|---|
| 28 | animation/animation_player.h \ |
|---|
| 29 | animation/t_animation.h \ |
|---|
| 30 | loading/resource_manager.h \ |
|---|
| 31 | loading/factory.h \ |
|---|
| 32 | loading/game_loader.h \ |
|---|
| 33 | loading/load_param.h \ |
|---|
| 34 | loading/load_param_description.h \ |
|---|
| 35 | track/pilot_node.h \ |
|---|
| 36 | track/track_manager.h \ |
|---|
| 37 | track/track_node.h |
|---|
Note: See
TracBrowser
for help on using the repository browser.