Last change
on this file since 7156 was
7151,
checked in by bensch, 19 years ago
|
orxonox/trunk: new and more improved WE make process
|
File size:
1.1 KB
|
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 | object_manager.cc \ |
---|
8 | loading/factory.cc \ |
---|
9 | state.cc \ |
---|
10 | hud.cc \ |
---|
11 | game_rules.cc \ |
---|
12 | multiplayer_team_deathmatch.cc \ |
---|
13 | \ |
---|
14 | animation/animation3d.cc \ |
---|
15 | animation/animation.cc \ |
---|
16 | animation/animation_player.cc \ |
---|
17 | \ |
---|
18 | loading/resource_manager.cc \ |
---|
19 | loading/game_loader.cc \ |
---|
20 | loading/load_param.cc \ |
---|
21 | loading/load_param_description.cc \ |
---|
22 | \ |
---|
23 | track/pilot_node.cc \ |
---|
24 | track/track_manager.cc \ |
---|
25 | track/track_node.cc |
---|
26 | |
---|
27 | noinst_HEADERS = fast_factory.h \ |
---|
28 | object_manager.h \ |
---|
29 | state.h \ |
---|
30 | hud.h \ |
---|
31 | game_rules.h \ |
---|
32 | multiplayer_team_deathmatch.h \ |
---|
33 | \ |
---|
34 | animation/animation3d.h \ |
---|
35 | animation/animation.h \ |
---|
36 | animation/animation_player.h \ |
---|
37 | animation/t_animation.h \ |
---|
38 | \ |
---|
39 | loading/resource_manager.h \ |
---|
40 | loading/factory.h \ |
---|
41 | loading/game_loader.h \ |
---|
42 | loading/load_param.h \ |
---|
43 | loading/load_param_description.h \ |
---|
44 | \ |
---|
45 | track/pilot_node.h \ |
---|
46 | track/track_manager.h \ |
---|
47 | track/track_node.h |
---|
Note: See
TracBrowser
for help on using the repository browser.