2007-11-02 12:35:34 +01:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = inetcomm.dll
|
2008-03-04 16:52:54 +01:00
|
|
|
IMPORTLIB = inetcomm
|
2008-09-10 13:37:40 +02:00
|
|
|
IMPORTS = uuid oleaut32 ole32 ws2_32 user32 advapi32 kernel32
|
2007-11-02 12:35:34 +01:00
|
|
|
|
|
|
|
C_SRCS = \
|
2008-09-25 13:56:09 +02:00
|
|
|
imaptransport.c \
|
2007-11-02 12:39:03 +01:00
|
|
|
inetcomm_main.c \
|
2007-11-02 14:46:13 +01:00
|
|
|
internettransport.c \
|
2008-09-10 13:05:37 +02:00
|
|
|
mimeintl.c \
|
2007-11-02 12:49:29 +01:00
|
|
|
mimeole.c \
|
2008-10-30 15:05:24 +01:00
|
|
|
pop3transport.c \
|
2008-10-30 15:05:39 +01:00
|
|
|
regsvr.c \
|
|
|
|
smtptransport.c
|
2007-11-02 12:35:34 +01:00
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|