Moved the OEM bitmaps that don't depend on the Wine look into the
[wine] / graphics / Makefile.in
1 DEFS      = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = graphics
7
8 C_SRCS = \
9         bitblt.c \
10         dispdib.c \
11         env.c \
12         escape.c \
13         fontengine.c \
14         mapping.c \
15         painting.c \
16         path.c
17
18 all: $(MODULE).o
19
20 @MAKE_RULES@
21
22 $(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
23         $(LDCOMBINE) $(OBJS) -o $@
24
25 ### Dependencies: