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
Fix DGA2 mode setting to use the correct color depth.
[wine.git]
/
graphics
/
Makefile.in
blob
cccb3f5871328a5ec2a823e20112834b5f372451
1
DEFS
=
@DLLFLAGS@
-
D__WINE__
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
graphics
7
8
C_SRCS
=
\
9
bitblt.c \
10
dispdib.c \
11
driver.c \
12
env.c \
13
escape.c \
14
fontengine.c \
15
mapping.c \
16
painting.c \
17
path.c
18
19
all
: $(
MODULE
)
.o
20
21
@MAKE_RULES@
22
23
$(
MODULE
)
.o
: $(
OBJS
)
Makefile.in
$(
TOPSRCDIR
)/
Make.rules.in
24
$(
LDCOMBINE
) $(
OBJS
) -
o
$
@
25
26
### Dependencies: