2006-02-16 00:14:11 +00:00
|
|
|
noinst_LTLIBRARIES = libexa.la
|
2005-08-06 23:27:33 +00:00
|
|
|
|
2006-04-17 07:27:43 +00:00
|
|
|
if XORG
|
2005-08-06 23:27:33 +00:00
|
|
|
sdk_HEADERS = exa.h
|
2006-04-17 07:27:43 +00:00
|
|
|
endif
|
2005-08-06 23:27:33 +00:00
|
|
|
|
2013-08-06 13:08:13 +10:00
|
|
|
AM_CPPFLAGS = \
|
2005-10-02 08:53:18 +00:00
|
|
|
$(XORG_INCS) \
|
2006-02-16 00:14:11 +00:00
|
|
|
-I$(srcdir)/../miext/cw
|
2005-08-08 00:38:41 +00:00
|
|
|
|
2009-02-27 16:37:27 +01:00
|
|
|
AM_CFLAGS = $(XORG_CFLAGS) $(DIX_CFLAGS)
|
2005-08-08 00:38:41 +00:00
|
|
|
|
|
|
|
|
libexa_la_SOURCES = \
|
|
|
|
|
exa.c \
|
|
|
|
|
exa.h \
|
2009-07-22 21:35:41 +02:00
|
|
|
exa_classic.c \
|
2009-08-01 19:19:19 +02:00
|
|
|
exa_migration_classic.c \
|
2009-07-22 21:35:41 +02:00
|
|
|
exa_driver.c \
|
2009-08-01 19:19:19 +02:00
|
|
|
exa_mixed.c \
|
|
|
|
|
exa_migration_mixed.c \
|
2006-02-02 20:09:14 +00:00
|
|
|
exa_accel.c \
|
2008-04-28 21:00:54 +02:00
|
|
|
exa_glyphs.c \
|
2006-02-02 20:09:14 +00:00
|
|
|
exa_offscreen.c \
|
|
|
|
|
exa_render.c \
|
|
|
|
|
exa_priv.h \
|
|
|
|
|
exa_unaccel.c
|