| 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 | graphics_effect.cc \ |
|---|
| 9 | light.cc \ |
|---|
| 10 | shader.cc \ |
|---|
| 11 | shader_data.cc \ |
|---|
| 12 | resource_shader.cc \ |
|---|
| 13 | \ |
|---|
| 14 | render2D/render_2d.cc \ |
|---|
| 15 | render2D/element_2d.cc \ |
|---|
| 16 | render2D/image_plane.cc \ |
|---|
| 17 | \ |
|---|
| 18 | text_engine/text_engine.cc \ |
|---|
| 19 | text_engine/text.cc \ |
|---|
| 20 | text_engine/multi_line_text.cc \ |
|---|
| 21 | text_engine/limited_width_text.cc \ |
|---|
| 22 | text_engine/font.cc \ |
|---|
| 23 | text_engine/font_data.cc \ |
|---|
| 24 | text_engine/resource_font.cc \ |
|---|
| 25 | \ |
|---|
| 26 | effects/heat_haze_manager.cc |
|---|
| 27 | |
|---|
| 28 | noinst_HEADERS =\ |
|---|
| 29 | graphics_engine.h \ |
|---|
| 30 | graphics_effect.h \ |
|---|
| 31 | light.h \ |
|---|
| 32 | shader.h \ |
|---|
| 33 | shader_data.h \ |
|---|
| 34 | resource_shader.h \ |
|---|
| 35 | \ |
|---|
| 36 | render2D/render_2d.h \ |
|---|
| 37 | render2D/element_2d.h \ |
|---|
| 38 | render2D/image_plane.h \ |
|---|
| 39 | \ |
|---|
| 40 | text_engine/text_engine.h \ |
|---|
| 41 | text_engine/text.h \ |
|---|
| 42 | text_engine/multi_line_text.h \ |
|---|
| 43 | text_engine/limited_width_text.h \ |
|---|
| 44 | text_engine/font.h \ |
|---|
| 45 | text_engine/font_data.h \ |
|---|
| 46 | text_engine/resource_font.h \ |
|---|
| 47 | text_engine/default_font.xpm \ |
|---|
| 48 | \ |
|---|
| 49 | effects/heat_haze_manager.h |
|---|
| 50 | |
|---|
| 51 | |
|---|
| 52 | SUBDIRS = importer \ |
|---|
| 53 | spatial_separation |
|---|
| 54 | EXTRA_DIST = |
|---|
Note: See
TracBrowser
for help on using the repository browser.