projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Release 971130
[wine]
/
msdos
/
Makefile.in
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
dosmem.c \
10
dpmi.c \
11
int10.c \
12
int11.c \
13
int12.c \
14
int13.c \
15
int15.c \
16
int1a.c \
17
int21.c \
18
int25.c \
19
int26.c \
20
int2a.c \
21
int2f.c \
22
int3d.c \
23
int4b.c \
24
int5c.c \
25
interrupts.c \
26
ioports.c \
27
vxd.c
28
29
all: $(MODULE).o
30
31
@MAKE_RULES@
32
33
### Dependencies: