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
/
fake
/
Makefile.am
blob
09d179eb01834db412c8f9c170cba0c2290fc04f
1
INCLUDES = \
2
@KDRIVE_INCS@ \
3
@KDRIVE_CFLAGS@
4
5
noinst_LIBRARIES = libfake.a
6
7
bin_PROGRAMS = Xfake
8
9
libfake_a_SOURCES = \
10
fake.c \
11
kbd.c \
12
os.c \
13
mouse.c \
14
fake.h
15
16
Xfake_SOURCES = \
17
fakeinit.c
18
19
Xfake_LDADD = \
20
libfake.a \
21
@KDRIVE_LIBS@ \
22
@XSERVER_LIBS@
23
24
Xfake_DEPENDENCIES = \
25
libfake.a \
26
@KDRIVE_LOCAL_LIBS@
27
28
relink:
29
rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS)