xserver-multidpi/hw/kdrive/r128/Makefile.am

33 lines
504 B
Makefile
Raw Normal View History

2003-10-11 21:36:13 +02:00
INCLUDES = \
2003-11-02 20:56:10 +01:00
@KDRIVE_INCS@ \
2003-10-11 21:36:13 +02:00
-I$(top_srcdir)/hw/kdrive/vesa \
2003-11-02 20:56:10 +01:00
@XSERVER_CFLAGS@
2003-10-11 21:36:13 +02:00
bin_PROGRAMS = Xr128
2003-11-06 15:01:46 +01:00
if TSLIB
TSLIB_FLAG = -lts
endif
2003-10-11 21:36:13 +02:00
noinst_LIBRARIES = libr128.a
libr128_a_SOURCES = \
r128draw.c \
r128.c \
r128.h
Xr128_SOURCES = \
r128stub.c
R128_LIBS = \
libr128.a \
2003-10-11 21:36:13 +02:00
$(top_builddir)/hw/kdrive/vesa/libvesa.a \
@KDRIVE_LIBS@
Xr128_LDADD = \
$(R128_LIBS) \
2003-11-06 15:01:46 +01:00
@XSERVER_LIBS@ \
$(TSLIB_FLAG)
Xr128_DEPENDENCIES = $(R128_LIBS) @KDRIVE_LIBS@