repo.or.cz
/
xorg_rtime.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
First import
[xorg_rtime.git]
/
xorg-server-1.4
/
hw
/
kdrive
/
linux
/
Makefile.am
blob
e13d083125b339d4fa67978f3a45aa087033f24e
1
INCLUDES = \
2
@KDRIVE_INCS@ \
3
@KDRIVE_CFLAGS@
4
5
AM_CFLAGS = -DHAVE_DIX_CONFIG_H
6
7
noinst_LIBRARIES = liblinux.a
8
9
if TSLIB
10
TSLIB_C = tslib.c
11
endif
12
13
if H3600_TS
14
TS_C = ts.c
15
endif
16
17
if KDRIVE_HW
18
KDRIVE_HW_SOURCES = \
19
agp.c \
20
agp.h \
21
evdev.c \
22
keyboard.c \
23
linux.c
24
endif
25
26
liblinux_a_SOURCES = \
27
bus.c \
28
klinux.h \
29
mouse.c \
30
ms.c \
31
ps2.c \
32
$(KDRIVE_HW_SOURCES) \
33
$(TSLIB_C) \
34
$(TS_C)