mirror of
https://github.com/X11Libre/xf86-video-intel.git
synced 2026-04-01 04:53:26 +00:00
Most likely copied from xserver makefile. Acked-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
18 lines
355 B
Makefile
18 lines
355 B
Makefile
noinst_LTLIBRARIES = libuxa.la
|
|
|
|
# Override these since UXA doesn't need them and the needed files aren't
|
|
# built (in hw/xfree86/os-support/solaris) until after UXA is built
|
|
SOLARIS_ASM_CFLAGS=""
|
|
|
|
AM_CFLAGS = $(CWARNFLAGS) $(XORG_CFLAGS)
|
|
|
|
libuxa_la_SOURCES = \
|
|
uxa.c \
|
|
uxa.h \
|
|
uxa-accel.c \
|
|
uxa-glyphs.c \
|
|
uxa-render.c \
|
|
uxa-priv.h \
|
|
uxa-unaccel.c
|
|
|