blob: a198d091df14b8966825a6215da49d2e4de78ecc [file] [log] [blame]
Alexandre Julliarda0b2b1d1997-11-16 17:38:29 +00001DEFS = @DLLFLAGS@ -D__WINE__
Alexandre Julliardbf9130a1996-10-13 17:45:47 +00002TOPSRCDIR = @top_srcdir@
3TOPOBJDIR = ..
4SRCDIR = @srcdir@
5VPATH = @srcdir@
6MODULE = objects
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00007
Alexandre Julliardff8331e1995-09-18 11:19:54 +00008C_SRCS = \
Alexandre Julliardff8331e1995-09-18 11:19:54 +00009 bitmap.c \
10 brush.c \
11 clipping.c \
12 color.c \
13 dc.c \
14 dcvalues.c \
15 dib.c \
Alexandre Julliarda69b88b1998-03-15 20:29:56 +000016 enhmetafile.c \
Alexandre Julliardff8331e1995-09-18 11:19:54 +000017 font.c \
18 gdiobj.c \
19 linedda.c \
20 metafile.c \
Alexandre Julliardff8331e1995-09-18 11:19:54 +000021 palette.c \
22 pen.c \
23 region.c \
24 text.c
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000025
Ulrich Weigandf86aab81999-09-20 18:47:14 +000026GLUE = dc.c
27
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000028all: $(MODULE).o
29
Alexandre Julliardff8331e1995-09-18 11:19:54 +000030@MAKE_RULES@
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000031
Alexandre Julliard15bfcd02000-09-29 00:28:25 +000032$(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
33 $(LDCOMBINE) $(OBJS) -o $@
34
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000035### Dependencies: