repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added YUV routines needed for v4l driver, and in the future possibly
[wine/gsoc-2012-control.git]
/
dlls
/
x11drv
/
Makefile.in
blob
294b6596f150ddb4c5cd545c240b134ae81e0848
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
winex11.drv
6
IMPORTS
=
user32 gdi32 advapi32 kernel32 ntdll
7
EXTRAINCL
=
@X_CFLAGS@
8
EXTRALIBS
= $(
LIBUNICODE
)
@X_LIBS@ @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@
9
10
C_SRCS
=
\
11
bitblt.c \
12
bitmap.c \
13
brush.c \
14
clipboard.c \
15
clipping.c \
16
codepage.c \
17
dce.c \
18
desktop.c \
19
dga2.c \
20
dib.c \
21
dib_convert.c \
22
dib_dst_swap.c \
23
dib_src_swap.c \
24
event.c \
25
graphics.c \
26
init.c \
27
keyboard.c \
28
mouse.c \
29
opengl.c \
30
palette.c \
31
pen.c \
32
scroll.c \
33
settings.c \
34
text.c \
35
window.c \
36
winpos.c \
37
wintab.c \
38
x11ddraw.c \
39
x11drv_main.c \
40
xdnd.c \
41
xfont.c \
42
xim.c \
43
xrandr.c \
44
xrender.c \
45
xvidmode.c
46
47
@MAKE_DLL_RULES@
48
49
all
: $(
PROGRAMS
)
50
51
### Dependencies: