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@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
1999-02-06 02:11:54 +00:00
|
|
|
IDLSRCS = \
|
|
|
|
nsIMsgHost.idl \
|
|
|
|
nsIMsgFolder.idl \
|
1999-03-20 00:22:46 +00:00
|
|
|
nsIDOMMsgAppCore.idl \
|
1999-01-14 23:51:32 +00:00
|
|
|
$(NULL)
|
|
|
|
|
1999-02-06 02:11:54 +00:00
|
|
|
EXPORTS = \
|
|
|
|
msgCore.h \
|
1999-02-27 02:33:21 +00:00
|
|
|
nsIMessenger.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 \
|
1999-02-26 01:56:15 +00:00
|
|
|
nsIMsg.h \
|
1999-02-19 02:12:44 +00:00
|
|
|
nsIMsgRFC822Parser.h \
|
1999-02-06 02:11:54 +00:00
|
|
|
nsIMsgHost.h \
|
1999-02-24 10:39:06 +00:00
|
|
|
nsIFolder.h \
|
1999-02-06 02:11:54 +00:00
|
|
|
nsIMsgFolder.h \
|
|
|
|
nsIMsgRDFFolder.h \
|
1999-02-24 02:27:44 +00:00
|
|
|
nsIMsgMailNewsUrl.h \
|
1999-03-03 01:05:04 +00:00
|
|
|
nsIUrlListener.h \
|
|
|
|
nsIUrlListenerManager.h \
|
1999-03-09 23:51:40 +00:00
|
|
|
nsIMsgMailSession.h \
|
|
|
|
nsIMsgIdentity.h \
|
1999-03-09 22:34:29 +00:00
|
|
|
nsIFolderListener.h \
|
1999-03-10 03:52:29 +00:00
|
|
|
nsIDOMMsgAppCore.h \
|
1998-12-21 22:12:02 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/config.mk
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|