Use 32-bit hook functions where possible. Cleaned up a couple of
[wine/multimedia.git] / graphics / Makefile.in
blobcccb3f5871328a5ec2a823e20112834b5f372451
1 DEFS = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = graphics
8 C_SRCS = \
9 bitblt.c \
10 dispdib.c \
11 driver.c \
12 env.c \
13 escape.c \
14 fontengine.c \
15 mapping.c \
16 painting.c \
17 path.c
19 all: $(MODULE).o
21 @MAKE_RULES@
23 $(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
24 $(LDCOMBINE) $(OBJS) -o $@
26 ### Dependencies: