push 52d6b63ba2f2d4f9b02b6b922d27bff05a60596f
[wine/hacks.git] / dlls / sti / Makefile.in
blob247c1e19a172c8dd96125ff6f3bb21e7022b89e3
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = sti.dll
6 IMPORTLIB = sti
7 IMPORTS = uuid ole32 oleaut32 rpcrt4 advapi32 kernel32
8 EXTRADEFS = -DENTRY_PREFIX=STI_ -DPROXY_DELEGATION -DREGISTER_PROXY_DLL
10 C_SRCS = \
11 regsvr.c \
12 sti.c \
13 sti_main.c
15 IDL_P_SRCS = \
16 sti_wia.idl
18 EXTRA_OBJS = dlldata.o
20 @MAKE_DLL_RULES@
22 @DEPENDENCIES@ # everything below this line is overwritten by make depend