source:
orxonox.OLD/branches/shared_lib/src/util/Makefile.am
@
7188
| Last change on this file since 7188 was 7187, checked in by bensch, 20 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 | |
| [7187] | 6 | INCLUDES = $(LTDLINCL) |
| [7174] | 7 | |
| [7187] | 8 | |
| [5463] | 9 | libORXutils_a_SOURCES = fast_factory.cc \ |
| [5750] | 10 | object_manager.cc \ |
| [5463] | 11 | state.cc \ |
| [6437] | 12 | hud.cc \ |
| [7020] | 13 | game_rules.cc \ |
| [7034] | 14 | multiplayer_team_deathmatch.cc \ |
| [7151] | 15 | \ |
| [5463] | 16 | animation/animation3d.cc \ |
| 17 | animation/animation.cc \ | |
| 18 | animation/animation_player.cc \ | |
| [7151] | 19 | \ |
| [5479] | 20 | loading/resource_manager.cc \ |
| [5463] | 21 | loading/game_loader.cc \ |
| 22 | loading/load_param.cc \ | |
| [5546] | 23 | loading/load_param_description.cc \ |
| [7167] | 24 | loading/factory.cc \ |
| 25 | loading/dynamic_loader.cc \ | |
| [7151] | 26 | \ |
| [5463] | 27 | track/pilot_node.cc \ |
| 28 | track/track_manager.cc \ | |
| [6142] | 29 | track/track_node.cc |
| [5349] | 30 | |
| [7174] | 31 | |
| [5350] | 32 | noinst_HEADERS = fast_factory.h \ |
| [5750] | 33 | object_manager.h \ |
| [5350] | 34 | state.h \ |
| [6437] | 35 | hud.h \ |
| [7020] | 36 | game_rules.h \ |
| [7034] | 37 | multiplayer_team_deathmatch.h \ |
| [7151] | 38 | \ |
| [5350] | 39 | animation/animation3d.h \ |
| 40 | animation/animation.h \ | |
| 41 | animation/animation_player.h \ | |
| 42 | animation/t_animation.h \ | |
| [7151] | 43 | \ |
| [5479] | 44 | loading/resource_manager.h \ |
| [5350] | 45 | loading/game_loader.h \ |
| 46 | loading/load_param.h \ | |
| [5546] | 47 | loading/load_param_description.h \ |
| [7167] | 48 | loading/factory.h \ |
| 49 | loading/dynamic_loader.h \ | |
| [7151] | 50 | \ |
| [5350] | 51 | track/pilot_node.h \ |
| 52 | track/track_manager.h \ | |
| 53 | track/track_node.h |
Note: See TracBrowser
for help on using the repository browser.










