Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: merged the std-branche back, it runs on windows and Linux

svn merge https://svn.orxonox.net/orxonox/branches/std . -r7202:HEAD

File size: 761 bytes
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                        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
22noinst_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.