EXTRADEFS = -D_OLEAUT32_ -DCOM_NO_WINDOWS_H
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = oleaut32.dll
IMPORTLIB = liboleaut32.$(IMPLIBEXT)
IMPORTS   = ole32 rpcrt4 user32 gdi32 advapi32 kernel32 ntdll
DELAYIMPORTS = comctl32 urlmon
EXTRALIBS = $(LIBUNICODE) -luuid

C_SRCS = \
	connpt.c \
	dispatch.c \
	hash.c \
	oaidl_p.c \
	oleaut.c \
	olefont.c \
	olepicture.c \
	recinfo.c \
	regsvr.c \
	safearray.c \
	stubs.c \
	tmarshal.c \
	typelib.c \
	typelib2.c \
	usrmarshal.c \
	varformat.c \
	variant.c \
	vartype.c

C_SRCS16 = \
	ole2disp.c \
	typelib16.c

SPEC_SRCS16 = \
	ole2disp.spec \
	typelib.spec

RC_SRCS = oleaut32.rc

SUBDIRS = tests

@MAKE_DLL_RULES@

### Dependencies: