1998-12-21 22:12:02 +00:00
|
|
|
#!gmake
|
|
|
|
#
|
|
|
|
# The contents of this file are subject to the Netscape Public License
|
|
|
|
# Version 1.0 (the "NPL"); you may not use this file except in
|
|
|
|
# compliance with the NPL. You may obtain a copy of the NPL at
|
|
|
|
# http://www.mozilla.org/NPL/
|
|
|
|
#
|
|
|
|
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
|
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
|
|
|
# for the specific language governing rights and limitations under the
|
|
|
|
# NPL.
|
|
|
|
#
|
|
|
|
# The Initial Developer of this code under the NPL is Netscape
|
|
|
|
# Communications Corporation. Portions created by Netscape are
|
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
|
|
|
# Reserved.
|
|
|
|
|
|
|
|
DEPTH = ../../..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
srcdir = @srcdir@
|
1999-06-08 02:17:24 +00:00
|
|
|
MODULE = msgbase
|
1998-12-21 22:12:02 +00:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
1999-05-12 05:30:06 +00:00
|
|
|
XPIDLSRCS = \
|
1999-05-27 06:30:01 +00:00
|
|
|
nsICopyMessageListener.idl \
|
1999-06-14 22:43:45 +00:00
|
|
|
nsICopyMsgStreamListener.idl \
|
1999-06-04 04:00:58 +00:00
|
|
|
nsIMessenger.idl \
|
1999-05-12 19:11:22 +00:00
|
|
|
nsIFolder.idl \
|
1999-05-27 06:30:01 +00:00
|
|
|
nsIFolderListener.idl \
|
|
|
|
nsIMessage.idl \
|
|
|
|
nsIMessageView.idl \
|
|
|
|
nsIMsgAccount.idl \
|
|
|
|
nsIMsgAccountManager.idl \
|
1999-02-06 02:11:54 +00:00
|
|
|
nsIMsgFolder.idl \
|
1999-07-16 21:27:56 +00:00
|
|
|
nsIMsgFolderCache.idl \
|
|
|
|
nsIMsgFolderCacheElement.idl \
|
1999-03-24 04:16:21 +00:00
|
|
|
nsIMsgGroupRecord.idl \
|
1999-05-27 06:30:01 +00:00
|
|
|
nsIMsgHost.idl \
|
1999-05-27 05:19:55 +00:00
|
|
|
nsIMsgIdentity.idl \
|
|
|
|
nsIMsgIncomingServer.idl \
|
|
|
|
nsIMsgMailSession.idl \
|
1999-05-27 06:30:01 +00:00
|
|
|
nsIMsgMessageService.idl \
|
1999-05-27 05:19:55 +00:00
|
|
|
nsIMsgSignature.idl \
|
1999-05-27 06:30:01 +00:00
|
|
|
nsIMsgThread.idl \
|
1999-05-27 05:19:55 +00:00
|
|
|
nsIMsgVCard.idl \
|
1999-05-27 06:30:01 +00:00
|
|
|
nsIUrlListener.idl \
|
1999-06-27 04:12:07 +00:00
|
|
|
nsIUrlListenerManager.idl \
|
1999-06-03 22:53:37 +00:00
|
|
|
nsIMsgBiffManager.idl \
|
1999-06-22 23:20:56 +00:00
|
|
|
nsIMsgCopyService.idl \
|
1999-06-23 21:17:24 +00:00
|
|
|
nsIMsgCopyServiceListener.idl \
|
1999-08-04 18:40:13 +00:00
|
|
|
nsIMsgStatusFeedback.idl \
|
1999-08-04 20:29:45 +00:00
|
|
|
nsIMsgMailNewsUrl.idl \
|
1999-08-20 22:42:03 +00:00
|
|
|
nsIMsgWindowData.idl \
|
1999-01-14 23:51:32 +00:00
|
|
|
$(NULL)
|
|
|
|
|
1999-02-06 02:11:54 +00:00
|
|
|
EXPORTS = \
|
|
|
|
msgCore.h \
|
1999-06-10 20:24:43 +00:00
|
|
|
nsIMsgHdr.h \
|
1999-02-06 02:11:54 +00:00
|
|
|
nsMsgFolderFlags.h \
|
|
|
|
nsMsgHeaderMasks.h \
|
|
|
|
nsMsgMessageFlags.h \
|
1999-02-08 00:13:59 +00:00
|
|
|
nsMsgLocalFolderHdrs.h \
|
1999-02-19 02:12:44 +00:00
|
|
|
nsMsgMD5.h \
|
1998-12-21 22:12:02 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/config.mk
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|