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
/
ttydrv
/
Makefile.in
blob
b7bfff6b6174f369f93c61c69a87b3c636183faf
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
winetty.drv
6
IMPORTS
=
user32 gdi32 kernel32 ntdll
7
EXTRALIBS
=
@CURSESLIBS@
8
9
C_SRCS
=
\
10
bitmap.c \
11
dc.c \
12
graphics.c \
13
objects.c \
14
palette.c \
15
ttydrv_main.c \
16
user.c \
17
wnd.c
18
19
@MAKE_DLL_RULES@
20
21
### Dependencies: