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
Copy the first 128 colors from the default colormap to Wine's private
[wine.git]
/
graphics
/
x11drv
/
Makefile.in
blob
fbc00b5ae556499412c1fa58b08f93132042ee7e
1
DEFS
=
@DLLFLAGS@
-
D__WINE__
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
x11drv
7
8
C_SRCS
=
\
9
bitblt.c \
10
bitmap.c \
11
brush.c \
12
clipping.c \
13
codepage.c \
14
dib.c \
15
graphics.c \
16
init.c \
17
objects.c \
18
oembitmap.c \
19
opengl.c \
20
palette.c \
21
pen.c \
22
text.c \
23
xfont.c
24
25
all
: $(
MODULE
)
.o
26
27
@MAKE_RULES@
28
29
$(
MODULE
)
.o
: $(
OBJS
)
Makefile.in
$(
TOPSRCDIR
)/
Make.rules.in
30
$(
LDCOMBINE
) $(
OBJS
) -
o
$
@
31
32
### Dependencies: