repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make MMIO_Open work with NULL filename again.
[wine/multimedia.git]
/
msdos
/
Makefile.in
blob
44f14a0f679d65603e4958599e28752123847dbf
1
DEFS
=
@DLLFLAGS@
-
D__WINE__
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
msdos
7
8
C_SRCS
=
\
9
devices.c \
10
dosaspi.c \
11
dosconf.c \
12
dosmem.c \
13
dpmi.c \
14
xms.c \
15
int09.c \
16
int10.c \
17
int11.c \
18
int12.c \
19
int13.c \
20
int15.c \
21
int16.c \
22
int17.c \
23
int19.c \
24
int1a.c \
25
int20.c \
26
int21.c \
27
int25.c \
28
int26.c \
29
int29.c \
30
int2a.c \
31
int2f.c \
32
int33.c \
33
int3d.c \
34
int41.c \
35
int4b.c \
36
int5c.c \
37
interrupts.c \
38
ioports.c \
39
vga.c \
40
vxd.c
41
42
all
: $(
MODULE
)
.o
43
44
@MAKE_RULES@
45
46
$(
MODULE
)
.o
: $(
OBJS
)
Makefile.in
$(
TOPSRCDIR
)/
Make.rules.in
47
$(
LDCOMBINE
) $(
OBJS
) -
o
$
@
48
49
### Dependencies: