| Line |   | 
|---|
| 1 | MAINSRCDIR=../.. | 
|---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am | 
|---|
| 3 |  | 
|---|
| 4 | noinst_LIBRARIES = libORXgraphics.a | 
|---|
| 5 |  | 
|---|
| 6 | libORXgraphics_a_SOURCES = \ | 
|---|
| 7 |                 graphics_engine.cc \ | 
|---|
| 8 |                 light.cc \ | 
|---|
| 9 |                 shader.cc \ | 
|---|
| 10 |                 \ | 
|---|
| 11 |                 render2D/render_2d.cc \ | 
|---|
| 12 |                 render2D/element_2d.cc \ | 
|---|
| 13 |                 render2D/billboard.cc \ | 
|---|
| 14 |                 \ | 
|---|
| 15 |                 text_engine/text_engine.cc \ | 
|---|
| 16 |                 text_engine/text.cc \ | 
|---|
| 17 |                 text_engine/font.cc \ | 
|---|
| 18 |                 \ | 
|---|
| 19 |                 effects/graphics_effect.cc \ | 
|---|
| 20 |                 effects/fog_effect.cc \ | 
|---|
| 21 |                 effects/lense_flare.cc | 
|---|
| 22 |  | 
|---|
| 23 |  | 
|---|
| 24 | noinst_HEADERS = \ | 
|---|
| 25 |                 graphics_engine.h \ | 
|---|
| 26 |                 light.h \ | 
|---|
| 27 |                 shader.h \ | 
|---|
| 28 |                 \ | 
|---|
| 29 |                 render2D/render_2d.h \ | 
|---|
| 30 |                 render2D/element_2d.h \ | 
|---|
| 31 |                 render2D/billboard.h \ | 
|---|
| 32 |                 \ | 
|---|
| 33 |                 text_engine/text_engine.h \ | 
|---|
| 34 |                 text_engine/text.h \ | 
|---|
| 35 |                 text_engine/font.h \ | 
|---|
| 36 |                 text_engine/default_font.xpm \ | 
|---|
| 37 |                 \ | 
|---|
| 38 |                 effects/graphics_effect.h \ | 
|---|
| 39 |                 effects/fog_effect.h \ | 
|---|
| 40 |                 effects/lense_flare.h | 
|---|
| 41 |  | 
|---|
| 42 |  | 
|---|
| 43 | SUBDIRS = importer \ | 
|---|
| 44 |           spatial_separation | 
|---|
| 45 |  | 
|---|
| 46 | EXTRA_DIST = | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.