DEFS = @DLLFLAGS@ -D__WINE__ TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ VPATH = @srcdir@ LIBEXT = @LIBEXT@ MODULE = ole32 SOVERSION = 1.0 SPEC_SRCS = ole32.spec ole2.spec storage.spec compobj.spec C_SRCS = \ antimoniker.c \ bindctx.c \ clipboard.c \ compobj.c \ compositemoniker.c \ datacache.c \ defaulthandler.c \ errorinfo.c \ filemoniker.c \ hglobalstream.c \ ifs.c \ itemmoniker.c \ memlockbytes.c \ moniker.c \ ole2.c \ ole2stubs.c \ oleobj.c \ stg_bigblockfile.c \ stg_stream.c \ storage.c \ storage32.c all: lib$(MODULE).$(LIBEXT) @MAKE_RULES@ clean:: $(RM) lib$(MODULE).$(LIBEXT).$(SOVERSION) ### Dependencies: