Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 7156 was 7151, checked in by bensch, 19 years ago

orxonox/trunk: new and more improved WE make process

File size: 1.1 KB
RevLine 
[5349]1MAINSRCDIR=..
2include $(MAINSRCDIR)/defs/include_paths.am
3
[5463]4noinst_LIBRARIES = libORXutils.a
[5349]5
[5463]6libORXutils_a_SOURCES = fast_factory.cc \
[5750]7                        object_manager.cc \
[5546]8                        loading/factory.cc \
[5463]9                        state.cc \
[6437]10                        hud.cc \
[7020]11                        game_rules.cc \
[7034]12                        multiplayer_team_deathmatch.cc \
[7151]13                        \
[5463]14                        animation/animation3d.cc \
15                        animation/animation.cc \
16                        animation/animation_player.cc \
[7151]17                        \
[5479]18                        loading/resource_manager.cc \
[5463]19                        loading/game_loader.cc \
20                        loading/load_param.cc \
[5546]21                        loading/load_param_description.cc \
[7151]22                        \
[5463]23                        track/pilot_node.cc \
24                        track/track_manager.cc \
[6142]25                        track/track_node.cc
[5349]26
[5350]27noinst_HEADERS =        fast_factory.h \
[5750]28                        object_manager.h \
[5350]29                        state.h \
[6437]30                        hud.h \
[7020]31                        game_rules.h \
[7034]32                        multiplayer_team_deathmatch.h \
[7151]33                        \
[5350]34                        animation/animation3d.h \
35                        animation/animation.h \
36                        animation/animation_player.h \
37                        animation/t_animation.h \
[7151]38                        \
[5479]39                        loading/resource_manager.h \
[5350]40                        loading/factory.h \
41                        loading/game_loader.h \
42                        loading/load_param.h \
[5546]43                        loading/load_param_description.h \
[7151]44                        \
[5350]45                        track/pilot_node.h \
46                        track/track_manager.h \
47                        track/track_node.h
Note: See TracBrowser for help on using the repository browser.