2001-10-23 20:35:23 +00:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2002-03-20 22:19:06 +00:00
|
|
|
MODULE = msdmo.dll
|
2005-05-09 14:42:30 +00:00
|
|
|
IMPORTLIB = libmsdmo.$(IMPLIBEXT)
|
2003-11-25 00:55:57 +00:00
|
|
|
IMPORTS = ole32 user32 advapi32 kernel32
|
2006-07-11 17:33:22 +00:00
|
|
|
EXTRALIBS = -luuid
|
2001-10-23 20:35:23 +00:00
|
|
|
|
2002-03-20 00:50:35 +00:00
|
|
|
C_SRCS = \
|
|
|
|
dmoreg.c \
|
2007-05-04 10:27:34 +00:00
|
|
|
dmort.c
|
2001-10-23 20:35:23 +00:00
|
|
|
|
2003-07-21 20:03:50 +00:00
|
|
|
RC_SRCS = \
|
|
|
|
rsrc.rc
|
|
|
|
|
2001-10-23 20:35:23 +00:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2006-09-14 07:38:16 +00:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|