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
/
sdl
/
Makefile.am
blob
e74249967072f602adf4c05bc7c615ebc7e50120
1
INCLUDES = \
2
@KDRIVE_PURE_INCS@ \
3
@KDRIVE_CFLAGS@ \
4
@XSDL_INCS@
5
6
bin_PROGRAMS = Xsdl
7
8
Xsdl_SOURCES = sdl.c
9
10
Xsdl_LDADD = @KDRIVE_PURE_LIBS@ \
11
@KDRIVE_LIBS@ \
12
@XSERVER_LIBS@ \
13
@XSDL_LIBS@
14
15
Xsdl_DEPENDENCIES = @KDRIVE_LOCAL_LIBS@
16
17
relink:
18
rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS)