MAINSRCDIR=../.. include $(MAINSRCDIR)/defs/include_paths.am noinst_LIBRARIES = libORXgraphics.a libORXgraphics_a_SOURCES = \ graphics_engine.cc \ graphics_effect.cc \ light.cc \ shader.cc \ shader_data.cc \ resource_shader.cc \ \ render2D/render_2d.cc \ render2D/element_2d.cc \ render2D/image_plane.cc \ \ text_engine/text_engine.cc \ text_engine/text.cc \ text_engine/multi_line_text.cc \ text_engine/limited_width_text.cc \ text_engine/font.cc \ text_engine/font_data.cc \ text_engine/resource_font.cc noinst_HEADERS =\ graphics_engine.h \ graphics_effect.h \ light.h \ shader.h \ shader_data.h \ resource_shader.h \ \ render2D/render_2d.h \ render2D/element_2d.h \ render2D/image_plane.h \ \ text_engine/text_engine.h \ text_engine/text.h \ text_engine/multi_line_text.h \ text_engine/limited_width_text.h \ text_engine/font.h \ text_engine/font_data.h \ text_engine/resource_font.h \ text_engine/default_font.xpm SUBDIRS = importer \ spatial_separation EXTRA_DIST =