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