xserver/hw/kdrive/vesa/Makefile.am

36 lines
445 B
Makefile

INCLUDES = \
@KDRIVE_INCS@ \
@XSERVER_CFLAGS@
noinst_LIBRARIES = libvesa.a
bin_PROGRAMS = Xvesa
if TSLIB
TSLIB_FLAG = -lts
endif
libvesa_a_SOURCES = \
vesa.c \
vesa.h \
vbe.c \
vbe.h \
vga.c \
vga.h \
vm86.c \
vm86.h
Xvesa_SOURCES = \
vesainit.c
Xvesa_LDADD = \
libvesa.a \
@KDRIVE_LIBS@ \
@XSERVER_LIBS@ \
$(TSLIB_FLAG)
Xvesa_DEPENDENCIES = \
libvesa.a \
@KDRIVE_LIBS@