gecko-dev/mailnews/base/public/Makefile.in

71 lines
1.8 KiB
Makefile
Raw Normal View History

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@
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 \
nsICopyMsgStreamListener.idl \
nsIMessenger.idl \
nsIFolder.idl \
1999-05-27 06:30:01 +00:00
nsIFolderListener.idl \
nsIMessage.idl \
nsIMessageView.idl \
nsIMsgAccount.idl \
nsIMsgAccountManager.idl \
nsIMsgFolder.idl \
1999-07-16 21:27:56 +00:00
nsIMsgFolderCache.idl \
nsIMsgFolderCacheElement.idl \
nsIMsgGroupRecord.idl \
1999-05-27 06:30:01 +00:00
nsIMsgHost.idl \
nsIMsgIdentity.idl \
nsIMsgIncomingServer.idl \
nsIMsgMailSession.idl \
1999-05-27 06:30:01 +00:00
nsIMsgMessageService.idl \
nsIMsgSignature.idl \
1999-05-27 06:30:01 +00:00
nsIMsgThread.idl \
nsIMsgVCard.idl \
1999-05-27 06:30:01 +00:00
nsIUrlListener.idl \
1999-06-27 04:12:07 +00:00
nsIUrlListenerManager.idl \
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 \
nsIMsgMailNewsUrl.idl \
1999-08-20 22:42:03 +00:00
nsIMsgWindowData.idl \
1999-01-14 23:51:32 +00:00
$(NULL)
EXPORTS = \
msgCore.h \
nsIMsgHdr.h \
nsMsgFolderFlags.h \
nsMsgHeaderMasks.h \
nsMsgMessageFlags.h \
1999-02-08 00:13:59 +00:00
nsMsgLocalFolderHdrs.h \
nsMsgMD5.h \
1998-12-21 22:12:02 +00:00
$(NULL)
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk