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
/
fbdev
/
Makefile.am
blob
ea2aff3b395108397fc68707f9790a8d4ac4404c
1
INCLUDES = \
2
@KDRIVE_INCS@ \
3
@KDRIVE_CFLAGS@
4
5
noinst_LIBRARIES = libfbdev.a
6
7
libfbdev_a_SOURCES = \
8
fbdev.c \
9
fbdev.h
10
11
if KDRIVEFBDEV
12
bin_PROGRAMS = Xfbdev
13
14
Xfbdev_SOURCES = \
15
fbinit.c
16
17
Xfbdev_LDADD = \
18
libfbdev.a \
19
@KDRIVE_LIBS@ \
20
@XSERVER_LIBS@
21
22
Xfbdev_DEPENDENCIES = \
23
libfbdev.a \
24
@KDRIVE_LOCAL_LIBS@
25
26
relink:
27
rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS)
28
endif