projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Release 970616
[wine]
/
graphics
/
x11drv
/
Makefile.in
1
DEFS = -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
xfont.c \
14
graphics.c \
15
init.c \
16
objects.c \
17
pen.c \
18
text.c
19
20
all: $(MODULE).o
21
22
@MAKE_RULES@
23
24
### Dependencies: