Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/shared_lib/src/util/Makefile.am @ 7341

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

shared_lib: compile again

File size: 787 bytes
Line 
1MAINSRCDIR=..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXutils.a
5
6INCLUDES = $(LTDLINCL)
7
8
9libORXutils_a_SOURCES = fast_factory.cc \
10                        object_manager.cc \
11                        state.cc \
12                        hud.cc \
13                        game_rules.cc \
14                        multiplayer_team_deathmatch.cc \
15                        \
16                        animation/animation3d.cc \
17                        animation/animation.cc \
18                        animation/animation_player.cc \
19                        \
20                        track/pilot_node.cc
21
22#                       track/track_manager.cc \
23                        track/track_node.cc
24
25
26noinst_HEADERS =        fast_factory.h \
27                        object_manager.h \
28                        state.h \
29                        hud.h \
30                        game_rules.h \
31                        multiplayer_team_deathmatch.h \
32                        \
33                        animation/animation3d.h \
34                        animation/animation.h \
35                        animation/animation_player.h \
36                        animation/t_animation.h \
37                        \
38                        track/pilot_node.h
39
40#                       track/track_manager.h \
41                        track/track_node.h
Note: See TracBrowser for help on using the repository browser.