Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 10618 was 10618, checked in by bknecht, 17 years ago

merged cleanup into trunk (only improvements)

File size: 917 bytes
Line 
1MAINSRCDIR=..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXutils.a
5
6libORXutils_a_SOURCES = \
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/track.cc
29
30noinst_HEADERS =        \
31                        object_manager.h \
32                        state.h \
33                        hud.h \
34                        \
35                        game_rules.h \
36                        network_game_rules.h \
37                        multiplayer_team_deathmatch.h \
38                        singleplayer_shootemup.h \
39                        \
40                        mission_goal.cc\
41                        kill_target.h\
42                        kill.h \
43                        \
44                        signal_handler.h \
45                        \
46                        animation/animation3d.h \
47                        animation/animation.h \
48                        animation/animation_player.h \
49                        animation/t_animation.h \
50                        \
51                        track/track.h
Note: See TracBrowser for help on using the repository browser.