projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Moved more code to the X11 driver.
[wine]
/
windows
/
x11drv
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = x11drv
7
8
C_SRCS = \
9
clipboard.c \
10
event.c \
11
init.c \
12
keyboard.c \
13
mouse.c \
14
wnd.c
15
16
all: $(MODULE).o
17
18
@MAKE_RULES@
19
20
### Dependencies: