2004-07-06 21:01:18 +00:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = atl.dll
|
2008-03-04 15:52:54 +00:00
|
|
|
IMPORTLIB = atl
|
2007-08-22 09:05:35 +00:00
|
|
|
IMPORTS = ole32 oleaut32 user32 gdi32 advapi32 kernel32
|
2006-07-11 17:33:22 +00:00
|
|
|
EXTRALIBS = -luuid
|
2004-07-06 21:01:18 +00:00
|
|
|
|
|
|
|
C_SRCS = \
|
2006-10-30 16:07:46 +00:00
|
|
|
atl_ax.c \
|
2004-08-13 00:38:59 +00:00
|
|
|
atl_main.c \
|
2005-03-16 19:53:41 +00:00
|
|
|
registrar.c
|
|
|
|
|
|
|
|
RC_SRCS = rsrc.rc
|
2004-07-06 21:01:18 +00:00
|
|
|
|
2006-10-16 15:20:37 +00:00
|
|
|
IDL_H_SRCS = \
|
2005-03-14 10:51:27 +00:00
|
|
|
atliface.idl
|
|
|
|
|
2004-07-06 21:01:18 +00:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2006-09-14 07:38:16 +00:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|