2013-12-18 11:35:53 -08:00
|
|
|
noinst_LTLIBRARIES = libglamor.la libglamor_egl_stubs.la
|
2008-12-16 12:30:14 -08:00
|
|
|
|
2013-12-18 11:35:53 -08:00
|
|
|
libglamor_la_LIBADD = $(GLAMOR_LIBS)
|
2011-08-16 14:05:25 +08:00
|
|
|
|
2013-12-18 11:35:53 -08:00
|
|
|
AM_CFLAGS = $(CWARNFLAGS) $(DIX_CFLAGS) $(GLAMOR_CFLAGS)
|
2011-11-02 13:44:50 +08:00
|
|
|
|
2008-12-16 12:30:14 -08:00
|
|
|
libglamor_la_SOURCES = \
|
|
|
|
|
glamor.c \
|
2013-12-18 15:27:52 -08:00
|
|
|
glamor_context.h \
|
2014-03-15 13:31:18 -07:00
|
|
|
glamor_copy.c \
|
2008-12-16 15:14:31 -08:00
|
|
|
glamor_core.c \
|
2014-04-02 14:07:20 -07:00
|
|
|
glamor_dash.c \
|
2012-12-29 06:28:17 +00:00
|
|
|
glamor_debug.h \
|
2014-04-01 21:15:48 -07:00
|
|
|
glamor_font.c \
|
2014-04-11 11:01:51 +09:00
|
|
|
glamor_font.h \
|
2013-12-18 15:27:52 -08:00
|
|
|
glamor_glx.c \
|
2010-02-09 23:17:09 -06:00
|
|
|
glamor_glyphs.c \
|
2014-03-16 20:44:48 -07:00
|
|
|
glamor_image.c \
|
2014-03-23 20:59:02 -07:00
|
|
|
glamor_lines.c \
|
|
|
|
|
glamor_segs.c \
|
2009-08-20 16:43:22 -07:00
|
|
|
glamor_render.c \
|
2012-05-15 10:07:24 +08:00
|
|
|
glamor_gradient.c \
|
2014-03-15 13:27:14 -07:00
|
|
|
glamor_prepare.c \
|
|
|
|
|
glamor_prepare.h \
|
2014-03-12 14:27:59 -07:00
|
|
|
glamor_program.c \
|
2014-04-11 11:01:51 +09:00
|
|
|
glamor_program.h \
|
2014-04-01 21:15:46 -07:00
|
|
|
glamor_rects.c \
|
2014-04-01 21:15:45 -07:00
|
|
|
glamor_spans.c \
|
2014-04-01 21:15:48 -07:00
|
|
|
glamor_text.c \
|
2014-04-01 21:15:43 -07:00
|
|
|
glamor_transfer.c \
|
|
|
|
|
glamor_transfer.h \
|
2014-03-12 14:27:59 -07:00
|
|
|
glamor_transform.c \
|
2014-04-11 11:01:51 +09:00
|
|
|
glamor_transform.h \
|
2012-06-02 21:52:25 +08:00
|
|
|
glamor_trapezoid.c \
|
2011-12-13 22:48:34 +08:00
|
|
|
glamor_triangles.c\
|
|
|
|
|
glamor_addtraps.c\
|
2011-12-31 19:29:17 +08:00
|
|
|
glamor_glyphblt.c\
|
2014-03-12 14:35:27 -07:00
|
|
|
glamor_points.c\
|
2012-12-29 06:28:17 +00:00
|
|
|
glamor_priv.h\
|
2011-12-13 22:48:34 +08:00
|
|
|
glamor_pixmap.c\
|
2012-06-11 01:52:14 +08:00
|
|
|
glamor_largepixmap.c\
|
2011-12-13 22:48:34 +08:00
|
|
|
glamor_picture.c\
|
2014-01-06 09:29:57 +08:00
|
|
|
glamor_vbo.c \
|
2011-06-22 18:15:02 +08:00
|
|
|
glamor_window.c\
|
2012-01-18 19:21:36 +08:00
|
|
|
glamor_fbo.c\
|
2012-06-27 12:53:40 +08:00
|
|
|
glamor_compositerects.c\
|
2014-03-16 20:49:28 -07:00
|
|
|
glamor_utils.c\
|
2012-12-29 06:28:17 +00:00
|
|
|
glamor_utils.h\
|
2014-04-05 11:50:51 +01:00
|
|
|
glamor_xv.c \
|
2014-07-18 11:16:27 -07:00
|
|
|
glamor_sync.c \
|
2013-10-30 11:05:40 -04:00
|
|
|
glamor.h
|
2011-11-02 13:44:50 +08:00
|
|
|
|
2013-12-18 11:35:53 -08:00
|
|
|
libglamor_egl_stubs_la_SOURCES = glamor_egl_stubs.c
|
2011-11-02 13:44:50 +08:00
|
|
|
|
2013-12-18 11:35:53 -08:00
|
|
|
sdk_HEADERS = glamor.h
|