mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-22 11:28:09 +02:00
structure interpretations, and remove a bunch of unused junk from
kdrive-config.h. Xephyr almost works on my amd64.
41 lines
621 B
Makefile
41 lines
621 B
Makefile
INCLUDES = \
|
|
@KDRIVE_INCS@ \
|
|
@KDRIVE_CFLAGS@
|
|
|
|
AM_CFLAGS = -DHAVE_DIX_CONFIG_H
|
|
|
|
noinst_LIBRARIES = libkdrive.a libkdrivestubs.a
|
|
|
|
if KDRIVE_HW
|
|
KDRIVE_HW_SOURCES = \
|
|
vga.c \
|
|
vga.h
|
|
endif
|
|
|
|
libkdrive_a_SOURCES = \
|
|
fourcc.h \
|
|
kaa.c \
|
|
kaa.h \
|
|
kaapict.c \
|
|
kasync.c \
|
|
kcmap.c \
|
|
kcurscol.c \
|
|
kdrive.c \
|
|
kdrive.h \
|
|
kinfo.c \
|
|
kinput.c \
|
|
kkeymap.h \
|
|
kmap.c \
|
|
kmode.c \
|
|
knoop.c \
|
|
koffscreen.c \
|
|
kshadow.c \
|
|
ktest.c \
|
|
kxv.c \
|
|
kxv.h \
|
|
$(KDRIVE_HW_SOURCES) \
|
|
$(top_srcdir)/mi/miinitext.c
|
|
|
|
libkdrivestubs_a_SOURCES = \
|
|
$(top_srcdir)/Xi/stubs.c \
|
|
$(top_srcdir)/fb/fbcmap.c
|