Implemented:
[wine] / ole / Makefile.in
1 DEFS      = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = ole
7
8 C_SRCS = \
9         antimoniker.c \
10         bindctx.c \
11         compobj.c \
12         compositemoniker.c \
13         filemoniker.c \
14         guid.c \
15         ifs.c \
16         itemmoniker.c \
17         moniker.c \
18         ole2.c \
19         ole2disp.c \
20         ole2nls.c \
21         olecli.c \
22         oledlg.c \
23         olefont.c \
24         oleobj.c \
25         olesvr.c \
26         parsedt.c \
27         safearray.c \
28         stg_bigblockfile.c \
29         stg_stream.c \
30         storage.c \
31         storage32.c \
32         typelib.c \
33         variant.c
34
35 all: $(MODULE).o
36
37 @MAKE_RULES@
38
39 ### Dependencies: