27 lines
339 B
Makefile
27 lines
339 B
Makefile
DEFS = @DLLFLAGS@ -D__WINE__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = x11drv
|
|
|
|
C_SRCS = \
|
|
bitblt.c \
|
|
bitmap.c \
|
|
brush.c \
|
|
clipping.c \
|
|
dib.c \
|
|
graphics.c \
|
|
init.c \
|
|
objects.c \
|
|
oembitmap.c \
|
|
pen.c \
|
|
text.c \
|
|
xfont.c
|
|
|
|
all: $(MODULE).o
|
|
|
|
@MAKE_RULES@
|
|
|
|
### Dependencies:
|