projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added /dev/parport support for direct port access.
[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
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
ppdev.c \
40
vga.c \
41
vxd.c
42
43
all: $(MODULE).o
44
45
@MAKE_RULES@
46
47
$(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
48
$(LDCOMBINE) $(OBJS) -o $@
49
50
### Dependencies: