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

38 lines
557 B
Makefile
Raw Normal View History

2003-09-12 03:51:16 +02:00
INCLUDES = \
2003-11-02 20:56:10 +01:00
@KDRIVE_INCS@ \
2003-09-12 03:51:16 +02:00
-I$(top_srcdir)/hw/kdrive/vesa \
@KDRIVE_CFLAGS@
2003-09-12 03:51:16 +02:00
bin_PROGRAMS = Xmach64
2003-11-06 15:01:46 +01:00
if TSLIB
TSLIB_FLAG = -lts
endif
noinst_LIBRARIES = libmach64.a
2003-09-12 03:51:16 +02:00
libmach64_a_SOURCES = \
2003-09-12 03:51:16 +02:00
mach64.c \
mach64draw.c \
mach64video.c \
mach64.h \
mach64draw.h
Xmach64_SOURCES = \
mach64stub.c
2003-11-02 20:56:10 +01:00
MACH64_LIBS = \
libmach64.a \
2003-11-06 15:01:46 +01:00
$(top_builddir)/hw/kdrive/vesa/libvesa.a
2003-11-02 20:56:10 +01:00
Xmach64_LDADD = \
$(MACH64_LIBS) \
@KDRIVE_LIBS@ \
@XSERVER_LIBS@ \
2003-11-06 15:01:46 +01:00
$(TSLIB_FLAG)
2003-11-02 20:56:10 +01:00
Xmach64_DEPENDENCIES = $(MACH64_LIBS)