source:
orxonox.OLD/branches/shared_lib/src/util/Makefile.am
@
7341
Last change on this file since 7341 was 7264, checked in by bensch, 19 years ago | |
---|---|
File size: 787 bytes |
Rev | Line | |
---|---|---|
[5349] | 1 | MAINSRCDIR=.. |
2 | include $(MAINSRCDIR)/defs/include_paths.am | |
3 | ||
[5463] | 4 | noinst_LIBRARIES = libORXutils.a |
[5349] | 5 | |
[7264] | 6 | INCLUDES = $(LTDLINCL) |
7 | ||
8 | ||
[5463] | 9 | libORXutils_a_SOURCES = fast_factory.cc \ |
[5750] | 10 | object_manager.cc \ |
[5463] | 11 | state.cc \ |
[6437] | 12 | hud.cc \ |
[7020] | 13 | game_rules.cc \ |
[7034] | 14 | multiplayer_team_deathmatch.cc \ |
[7151] | 15 | \ |
[5463] | 16 | animation/animation3d.cc \ |
17 | animation/animation.cc \ | |
18 | animation/animation_player.cc \ | |
[7151] | 19 | \ |
[7221] | 20 | track/pilot_node.cc |
21 | ||
22 | # track/track_manager.cc \ | |
[6142] | 23 | track/track_node.cc |
[5349] | 24 | |
[7264] | 25 | |
[5350] | 26 | noinst_HEADERS = fast_factory.h \ |
[5750] | 27 | object_manager.h \ |
[5350] | 28 | state.h \ |
[6437] | 29 | hud.h \ |
[7020] | 30 | game_rules.h \ |
[7034] | 31 | multiplayer_team_deathmatch.h \ |
[7151] | 32 | \ |
[5350] | 33 | animation/animation3d.h \ |
34 | animation/animation.h \ | |
35 | animation/animation_player.h \ | |
36 | animation/t_animation.h \ | |
[7151] | 37 | \ |
[7221] | 38 | track/pilot_node.h |
39 | ||
40 | # track/track_manager.h \ | |
[5350] | 41 | track/track_node.h |
Note: See TracBrowser
for help on using the repository browser.