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
/
winedos
/
Makefile.in
blob
88612e69b3b5f2ba5597b4d82f37fed8f128f4bd
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
winedos.dll
6
IMPORTLIB
=
libwinedos.
$(
IMPLIBEXT
)
7
IMPORTS
=
user32 advapi32 kernel32 ntdll
8
EXTRALIBS
= $(
LIBUNICODE
)
9
10
SPEC_SRCS16
=
wprocs.spec
11
12
C_SRCS
=
\
13
devices.c \
14
dma.c \
15
dosaspi.c \
16
dosconf.c \
17
dosmem.c \
18
dosvm.c \
19
fpu.c \
20
himem.c \
21
int09.c \
22
int10.c \
23
int11.c \
24
int12.c \
25
int13.c \
26
int15.c \
27
int16.c \
28
int17.c \
29
int19.c \
30
int1a.c \
31
int20.c \
32
int21.c \
33
int25.c \
34
int26.c \
35
int29.c \
36
int2a.c \
37
int2f.c \
38
int31.c \
39
int33.c \
40
int41.c \
41
int4b.c \
42
int5c.c \
43
int67.c \
44
interrupts.c \
45
ioports.c \
46
module.c \
47
ppdev.c \
48
relay.c \
49
soundblaster.c \
50
timer.c \
51
vga.c \
52
vxd.c \
53
xms.c
54
55
@MAKE_DLL_RULES@
56
57
### Dependencies: