repo.or.cz
/
wine
/
gsoc_dplay.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added the DFCS_{HOT,TRANSPARENT} definitions.
[wine/gsoc_dplay.git]
/
graphics
/
Makefile.in
blob
530d9485da001811fb33128c664ee16fbbfc1e1c
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
env.c \
12
escape.c \
13
fontengine.c \
14
mapping.c \
15
painting.c \
16
path.c
17
18
all
: $(
MODULE
)
.o
19
20
@MAKE_RULES@
21
22
$(
MODULE
)
.o
: $(
OBJS
)
Makefile.in
$(
TOPSRCDIR
)/
Make.rules.in
23
$(
LDCOMBINE
) $(
OBJS
) -
o
$
@
24
25
### Dependencies: