Winspool DocumentProperties and DeviceCapabilities should now work on
[wine.git] / objects / Makefile.in
blob02a4311dfe9625217e9bd7da483e698ee5e34220
1 DEFS = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = objects
8 C_SRCS = \
9 bitmap.c \
10 brush.c \
11 clipping.c \
12 color.c \
13 cursoricon.c \
14 dc.c \
15 dcvalues.c \
16 dib.c \
17 enhmetafile.c \
18 font.c \
19 gdiobj.c \
20 linedda.c \
21 metafile.c \
22 palette.c \
23 pen.c \
24 region.c \
25 text.c
27 all: $(MODULE).o
29 @MAKE_RULES@
31 ### Dependencies: