Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/util/Makefile.am @ 9406

Last change on this file since 9406 was 9406, checked in by bensch, 18 years ago

orxonox/trunk: merged the proxy back

merged with commandsvn merge -r9346:HEAD https://svn.orxonox.net/orxonox/branches/proxy .

no conflicts

File size: 1.1 KB
Line 
1MAINSRCDIR=..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXutils.a
5
6libORXutils_a_SOURCES = fast_factory.cc \
7                        object_manager.cc \
8                        state.cc \
9                        hud.cc \
10                        \
11                        game_rules.cc \
12                        network_game_rules.cc \
13                        multiplayer_team_deathmatch.cc \
14                        singleplayer_shootemup.cc \
15                        \
16                        \
17                        \
18                        mission_goal.cc\
19                        kill_target.cc\
20                        kill.cc \
21                        \
22                        signal_handler.cc \
23                        \
24                        animation/animation3d.cc \
25                        animation/animation.cc \
26                        animation/animation_player.cc \
27                        \
28                        track/pilot_node.cc \
29                        \
30                        network_stats_widget.cc
31
32#                       track/track_manager.cc \
33                        track/track_node.cc
34
35noinst_HEADERS =        fast_factory.h \
36                        object_manager.h \
37                        state.h \
38                        hud.h \
39                        \
40                        game_rules.h \
41                        network_game_rules.h \
42                        multiplayer_team_deathmatch.h \
43                        singleplayer_shootemup.h \
44                        \
45                        mission_goal.cc\
46                        kill_target.h\
47                        kill.h \
48                        \
49                        signal_handler.h \
50                        \
51                        animation/animation3d.h \
52                        animation/animation.h \
53                        animation/animation_player.h \
54                        animation/t_animation.h \
55                        \
56                        track/pilot_node.h \
57                        \
58                        network_stats_widget.h
59
60
61#                       track/track_manager.h \
62                        track/track_node.h
Note: See TracBrowser for help on using the repository browser.