projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fix mapping of DEFAULT_CHARSET.
[wine]
/
graphics
/
x11drv
/
Makefile.in
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: