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 | state.cc \ |
---|
9 | hud.cc \ |
---|
10 | game_rules.cc \ |
---|
11 | multiplayer_team_deathmatch.cc \ |
---|
12 | \ |
---|
13 | animation/animation3d.cc \ |
---|
14 | animation/animation.cc \ |
---|
15 | animation/animation_player.cc \ |
---|
16 | \ |
---|
17 | track/pilot_node.cc |
---|
18 | |
---|
19 | # track/track_manager.cc \ |
---|
20 | track/track_node.cc |
---|
21 | |
---|
22 | noinst_HEADERS = fast_factory.h \ |
---|
23 | object_manager.h \ |
---|
24 | state.h \ |
---|
25 | hud.h \ |
---|
26 | game_rules.h \ |
---|
27 | multiplayer_team_deathmatch.h \ |
---|
28 | \ |
---|
29 | animation/animation3d.h \ |
---|
30 | animation/animation.h \ |
---|
31 | animation/animation_player.h \ |
---|
32 | animation/t_animation.h \ |
---|
33 | \ |
---|
34 | track/pilot_node.h |
---|
35 | |
---|
36 | # track/track_manager.h \ |
---|
37 | track/track_node.h |
---|
Note: See
TracBrowser
for help on using the repository browser.