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
/
vesa
/
Makefile.am
blob
d58f20f95bfd40706d530d3d5b70ae2281c6ebaf
1
INCLUDES = \
2
@KDRIVE_INCS@ \
3
@KDRIVE_CFLAGS@
4
5
noinst_LIBRARIES = libvesa.a
6
7
bin_PROGRAMS = Xvesa
8
9
libvesa_a_SOURCES = \
10
vesa.c \
11
vesa.h \
12
vbe.c \
13
vbe.h \
14
vga.c \
15
vga.h \
16
vm86.c \
17
vm86.h
18
19
Xvesa_SOURCES = \
20
vesainit.c
21
22
Xvesa_LDADD = \
23
libvesa.a \
24
@KDRIVE_LIBS@ \
25
@XSERVER_LIBS@
26
27
Xvesa_DEPENDENCIES = \
28
libvesa.a \
29
@KDRIVE_LOCAL_LIBS@
30
31
relink:
32
rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS)