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-05-12 05:30:06 +00:00
|
|
|
MODULE = mailnews
|
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 \
|
|
|
|
nsIDOMMsgAppCore.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-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-01-14 23:51:32 +00:00
|
|
|
$(NULL)
|
|
|
|
|
1999-02-06 02:11:54 +00:00
|
|
|
EXPORTS = \
|
|
|
|
msgCore.h \
|
|
|
|
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 \
|
1999-02-24 02:27:44 +00:00
|
|
|
nsIMsgMailNewsUrl.h \
|
1999-03-03 01:05:04 +00:00
|
|
|
nsIUrlListenerManager.h \
|
1999-03-30 02:19:22 +00:00
|
|
|
nsICopyMessageListener.h \
|
1999-04-05 23:33:43 +00:00
|
|
|
nsIMessageView.h \
|
1999-04-24 20:32:24 +00:00
|
|
|
nsIMessage.h \
|
1998-12-21 22:12:02 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/config.mk
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|