mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-06 17:24:45 +00:00
26 lines
416 B
Makefile
26 lines
416 B
Makefile
INCLUDES = \
|
|
-I$(top_srcdir)/hw/kdrive/src \
|
|
-I$(top_srcdir)/mi \
|
|
-I$(top_srcdir)/fb \
|
|
-I$(top_srcdir)/miext/layer \
|
|
-I$(top_srcdir)/miext/shadow \
|
|
-I$(top_srcdir)/randr \
|
|
-I$(top_srcdir)/render \
|
|
$(XSERVER_CFLAGS)
|
|
|
|
|
|
noinst_LIBRARIES = liblinux.a
|
|
|
|
liblinux_a_SOURCES = \
|
|
agp.c \
|
|
bus.c \
|
|
keyboard.c \
|
|
linux.c \
|
|
mouse.c \
|
|
ms.c \
|
|
ps2.c
|
|
|
|
if TSLIB
|
|
liblinux_a_SOURCES += tslib.c
|
|
endif
|