Cross Reference: Makefile.am
xref: /xsrc/external/mit/xorg-server/dist/exa/Makefile.am
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /xsrc/external/mit/xorg-server/dist/exa/
Makefile.am revision 35c4bbdf
1noinst_LTLIBRARIES = libexa.la
2
3if XORG
4sdk_HEADERS = exa.h
5endif
6
7AM_CPPFLAGS = $(XORG_INCS)
8
9AM_CFLAGS = $(XORG_CFLAGS) $(DIX_CFLAGS)
10
11libexa_la_SOURCES = \
12	exa.c \
13	exa.h \
14	exa_classic.c \
15	exa_migration_classic.c \
16	exa_driver.c \
17	exa_mixed.c \
18	exa_migration_mixed.c \
19	exa_accel.c \
20	exa_glyphs.c \
21	exa_offscreen.c \
22	exa_render.c \
23	exa_priv.h \
24	exa_unaccel.c
25

Indexes created Fri Dec 12 19:09:41 GMT 2025