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

73 строки
1.8 KiB
Makefile
Исходник Обычный вид История

1998-12-22 01:12:02 +03:00
#
# 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.
1999-09-15 02:49:58 +04:00
#
1998-12-22 01:12:02 +03:00
1999-09-15 02:49:58 +04:00
DEPTH = ../../..
1998-12-22 01:12:02 +03:00
topsrcdir = @top_srcdir@
srcdir = @srcdir@
1999-09-15 02:49:58 +04:00
VPATH = @srcdir@
1998-12-22 01:12:02 +03:00
include $(DEPTH)/config/autoconf.mk
1999-09-15 02:49:58 +04:00
MODULE = msgbase
EXPORTS = \
msgCore.h \
nsIMsgHdr.h \
nsMsgFolderFlags.h \
nsMsgHeaderMasks.h \
nsMsgMessageFlags.h \
nsMsgLocalFolderHdrs.h \
nsMsgMD5.h \
$(NULL)
XPIDLSRCS = \
nsICopyMessageListener.idl \
nsICopyMsgStreamListener.idl \
1999-09-15 02:49:58 +04:00
nsIMessenger.idl \
nsIFolder.idl \
nsIFolderListener.idl \
nsIMessage.idl \
nsIMessageView.idl \
nsIMsgAccount.idl \
nsIMsgAccountManager.idl \
nsIMsgFolder.idl \
nsIMsgFolderCache.idl \
nsIMsgFolderCacheElement.idl \
nsIMsgGroupRecord.idl \
nsIMsgHost.idl \
nsIMsgIdentity.idl \
nsIMsgIncomingServer.idl \
nsIMsgMailSession.idl \
1999-05-27 10:30:01 +04:00
nsIMsgMessageService.idl \
1999-09-15 02:49:58 +04:00
nsIMsgSignature.idl \
nsIMsgThread.idl \
nsIMsgVCard.idl \
nsIUrlListener.idl \
1999-06-27 08:12:07 +04:00
nsIUrlListenerManager.idl \
1999-09-15 02:49:58 +04:00
nsIMsgBiffManager.idl \
nsIMsgCopyService.idl \
nsIMsgCopyServiceListener.idl \
1999-08-04 22:40:13 +04:00
nsIMsgStatusFeedback.idl \
1999-09-15 02:49:58 +04:00
nsIMsgMailNewsUrl.idl \
nsIMsgWindow.idl \
1999-09-15 02:49:58 +04:00
nsIMsgProtocolInfo.idl \
nsIMsgRDFDataSource.idl \
1999-01-15 02:51:32 +03:00
$(NULL)
1998-12-22 01:12:02 +03:00
include $(topsrcdir)/config/rules.mk