new 818051de2c8769029049ce3d36c6b856f47496c9
[wine/hacks.git] / dlls / atl / Makefile.in
blobd419a5d558d29d13b89b887669c0a0e3172b6b39
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = atl.dll
6 IMPORTLIB = libatl.$(IMPLIBEXT)
7 IMPORTS = ole32 oleaut32 shlwapi user32 gdi32 advapi32 kernel32
8 EXTRALIBS = -luuid
10 C_SRCS = \
11 atl_ax.c \
12 atl_main.c \
13 registrar.c
15 RC_SRCS = rsrc.rc
17 IDL_H_SRCS = \
18 atliface.idl
20 @MAKE_DLL_RULES@
22 @DEPENDENCIES@ # everything below this line is overwritten by make depend