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

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

1998-12-22 01:12:02 +03:00
#
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/NPL/
1998-12-22 01:12:02 +03:00
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
1998-12-22 01:12:02 +03:00
#
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is Netscape
1998-12-22 01:12:02 +03:00
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
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 \
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 \
nsIMsgFolderCompactor.idl \
1999-09-15 02:49:58 +04:00
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 \
nsIIncomingServerListener.idl \
nsIMsgHdr.idl \
nsIMessengerMigrator.idl \
nsIMessengerWindowService.idl \
2000-01-29 02:48:23 +03:00
nsIMsgStringService.idl \
nsIMsgViewNavigationService.idl \
nsIMsgPrintEngine.idl \
nsISubscribableServer.idl \
1999-01-15 02:51:32 +03:00
$(NULL)
1998-12-22 01:12:02 +03:00
include $(topsrcdir)/config/rules.mk