2004-07-06 21:01:18 +00:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = atl.dll
|
2005-05-09 14:42:30 +00:00
|
|
|
IMPORTLIB = libatl.$(IMPLIBEXT)
|
2005-03-14 10:51:27 +00:00
|
|
|
IMPORTS = ole32 shlwapi user32 advapi32 kernel32
|
2006-07-11 17:33:22 +00:00
|
|
|
EXTRALIBS = -luuid
|
2004-07-06 21:01:18 +00:00
|
|
|
|
|
|
|
C_SRCS = \
|
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
|
|
|
|
2005-03-14 10:51:27 +00:00
|
|
|
IDL_SRCS = \
|
|
|
|
atliface.idl
|
|
|
|
|
2004-07-06 21:01:18 +00:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2005-03-17 13:57:44 +00:00
|
|
|
rsrc.res: atl.rgs
|
|
|
|
|
2006-09-14 07:38:16 +00:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|