1999-02-07 05:07:22 +03:00
|
|
|
#
|
1999-11-06 06:43:54 +03:00
|
|
|
# The contents of this file are subject to the Netscape Public
|
|
|
|
# License Version 1.1 (the "License"); you may not use this file
|
|
|
|
# except in compliance with the License. You may obtain a copy of
|
|
|
|
# the License at http://www.mozilla.org/NPL/
|
1999-02-07 05:07:22 +03:00
|
|
|
#
|
1999-11-06 06:43:54 +03:00
|
|
|
# Software distributed under the License is distributed on an "AS
|
|
|
|
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
|
|
# implied. See the License for the specific language governing
|
|
|
|
# rights and limitations under the License.
|
1999-02-07 05:07:22 +03:00
|
|
|
#
|
1999-11-06 06:43:54 +03:00
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Netscape
|
1999-02-07 05:07:22 +03:00
|
|
|
# Communications Corporation. Portions created by Netscape are
|
1999-11-06 06:43:54 +03:00
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All
|
|
|
|
# Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
1999-09-15 03:05:06 +04:00
|
|
|
#
|
1999-02-07 05:07:22 +03:00
|
|
|
|
1999-09-15 03:05:06 +04:00
|
|
|
DEPTH = ../../..
|
1999-02-07 05:07:22 +03:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
1999-09-15 03:05:06 +04:00
|
|
|
VPATH = @srcdir@
|
1999-02-07 05:07:22 +03:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
1999-09-15 03:05:06 +04:00
|
|
|
MODULE = msgcompose
|
2002-01-16 08:10:09 +03:00
|
|
|
ifeq ($(OS_ARCH),WINNT)
|
|
|
|
XPIDL_MODULE = msgcompo
|
|
|
|
endif
|
1999-02-09 04:40:25 +03:00
|
|
|
|
1999-09-15 03:05:06 +04:00
|
|
|
EXPORTS = \
|
1999-02-07 05:07:22 +03:00
|
|
|
$(NULL)
|
|
|
|
|
1999-09-15 03:05:06 +04:00
|
|
|
XPIDLSRCS = \
|
2001-10-30 17:42:41 +03:00
|
|
|
nsIMsgAttachment.idl \
|
2001-05-05 01:13:25 +04:00
|
|
|
nsIMsgComposeProgressParams.idl \
|
2000-12-06 22:56:27 +03:00
|
|
|
nsIMsgComposeParams.idl \
|
1999-09-15 03:05:06 +04:00
|
|
|
nsIMsgComposeService.idl \
|
|
|
|
nsIMsgCompose.idl \
|
|
|
|
nsIMsgCompFields.idl \
|
|
|
|
nsIMsgQuote.idl \
|
|
|
|
nsIMsgSendListener.idl \
|
|
|
|
nsIMsgSendLaterListener.idl \
|
|
|
|
nsIMsgSend.idl \
|
|
|
|
nsIMsgSendLater.idl \
|
2001-08-16 04:27:53 +04:00
|
|
|
nsIMsgSendReport.idl \
|
1999-09-15 03:05:06 +04:00
|
|
|
nsIMsgDraft.idl \
|
1999-12-02 01:34:49 +03:00
|
|
|
nsIMsgRecipientArray.idl \
|
1999-09-15 03:05:06 +04:00
|
|
|
nsISmtpServer.idl \
|
|
|
|
nsISmtpUrl.idl \
|
|
|
|
nsISmtpService.idl \
|
2001-04-13 08:38:01 +04:00
|
|
|
nsIURLFetcher.idl \
|
2001-11-01 09:27:04 +03:00
|
|
|
nsIMsgComposeSecure.idl \
|
1999-09-15 03:05:06 +04:00
|
|
|
$(NULL)
|
1999-02-07 05:07:22 +03:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|