Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/std/src/util/Makefile.am @ 7216

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

orxonox/std:: compile and run again, with many more std::strings….

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.