| Line |   | 
|---|
| 1 | MAINSRCDIR=.. | 
|---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am | 
|---|
| 3 |  | 
|---|
| 4 | noinst_LIBRARIES = libORXutils.a | 
|---|
| 5 |  | 
|---|
| 6 | INCLUDES = $(LTDLINCL) | 
|---|
| 7 |  | 
|---|
| 8 |  | 
|---|
| 9 | libORXutils_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 |  | 
|---|
| 26 | noinst_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.