Copy the first 128 colors from the default colormap to Wine's private
[wine.git] / graphics / x11drv / Makefile.in
blobfbc00b5ae556499412c1fa58b08f93132042ee7e
1 DEFS = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = x11drv
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
25 all: $(MODULE).o
27 @MAKE_RULES@
29 $(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
30 $(LDCOMBINE) $(OBJS) -o $@
32 ### Dependencies: