repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Don't fill colormap beyond end of screen depth.
[wine.git]
/
msdos
/
Makefile.in
blob
4fc628b3d8cd3ad4cde664ab3afeb0e856d677bf
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
dosconf.c \
10
dosmem.c \
11
dpmi.c \
12
int11.c \
13
int12.c \
14
int13.c \
15
int15.c \
16
int1a.c \
17
int20.c \
18
int21.c \
19
int25.c \
20
int26.c \
21
int2a.c \
22
int2f.c \
23
int3d.c \
24
int41.c \
25
int4b.c \
26
int5c.c \
27
interrupts.c \
28
ioports.c \
29
ppdev.c \
30
vxd.c
31
32
all
: $(
MODULE
)
.o
33
34
@MAKE_RULES@
35
36
$(
MODULE
)
.o
: $(
OBJS
)
Makefile.in
$(
TOPSRCDIR
)/
Make.rules.in
37
$(
LDCOMBINE
) $(
OBJS
) -
o
$
@
38
39
### Dependencies: