- Started multithreading for FreeBSD (incomplete, but some
[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         ole2stubs.c \
22         olecli.c \
23         oledlg.c \
24         olefont.c \
25         oleobj.c \
26         olesvr.c \
27         parsedt.c \
28         safearray.c \
29         stg_bigblockfile.c \
30         stg_stream.c \
31         storage.c \
32         storage32.c \
33         typelib.c \
34         variant.c
35
36 all: $(MODULE).o
37
38 @MAKE_RULES@
39
40 ### Dependencies: