mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 19:18:42 +00:00
24 lines
435 B
Makefile
24 lines
435 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = atl.dll
|
|
IMPORTLIB = libatl.$(IMPLIBEXT)
|
|
IMPORTS = ole32 oleaut32 shlwapi user32 gdi32 advapi32 kernel32
|
|
EXTRALIBS = -luuid
|
|
|
|
C_SRCS = \
|
|
atl_ax.c \
|
|
atl_main.c \
|
|
registrar.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
IDL_H_SRCS = \
|
|
atliface.idl
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
rsrc.res: atl.rgs
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|