Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5447 was 5413, checked in by bensch, 19 years ago

orxonox/trunk: reverted to old revision 5409, removing the LIBTOOL-stuff with command:
svn merge . . -r HEAD:5409

Reason:
Timing:
Default:


real 1m1.111s
user 1m31.534s
sys 0m6.903s

LIBTOOL:


real 2m21.384s
user 3m12.141s
sys 0m36.896s

→ compileTime doubled

File size: 861 bytes
Line 
1MAINSRCDIR=..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXutils.a
5
6libORXutils_a_SOURCES = fast_factory.cc \
7                        garbage_collector.cc \
8                        resource_manager.cc \
9                        state.cc \
10                        user_control.cc \
11                        animation/animation3d.cc \
12                        animation/animation.cc \
13                        animation/animation_player.cc \
14                        loading/factory.cc \
15                        loading/game_loader.cc \
16                        loading/load_param.cc \
17                        track/pilot_node.cc \
18                        track/track_manager.cc \
19                        track/track_node.cc
20
21noinst_HEADERS =        fast_factory.h \
22                        garbage_collector.h \
23                        resource_manager.h \
24                        state.h \
25                        user_control.h \
26                        animation/animation3d.h \
27                        animation/animation.h \
28                        animation/animation_player.h \
29                        animation/t_animation.h \
30                        loading/factory.h \
31                        loading/game_loader.h \
32                        loading/load_param.h \
33                        track/pilot_node.h \
34                        track/track_manager.h \
35                        track/track_node.h
Note: See TracBrowser for help on using the repository browser.