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