1999-10-15 07:23:53 +00:00
|
|
|
#!nmake
|
|
|
|
#
|
|
|
|
# The contents of this file are subject to the Mozilla 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/MPL/
|
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
# The Original Code is the Mozilla browser.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Netscape
|
|
|
|
# Communications, Inc. Portions created by Netscape are
|
|
|
|
# Copyright (C) 1999, Mozilla. All Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
|
|
|
# Travis Bogard <travis@netscape.com>
|
|
|
|
|
|
|
|
DEPTH=..\..
|
2001-09-12 20:32:40 +00:00
|
|
|
MODULE=docshell
|
|
|
|
XPIDL_MODULE=docshell_base
|
2001-09-18 22:01:13 +00:00
|
|
|
REQUIRES = xpcom \
|
|
|
|
string \
|
|
|
|
caps \
|
|
|
|
necko \
|
|
|
|
layout \
|
|
|
|
dom \
|
|
|
|
js \
|
|
|
|
uriloader \
|
|
|
|
exthandler \
|
|
|
|
htmlparser \
|
|
|
|
view \
|
|
|
|
pref \
|
|
|
|
locale \
|
|
|
|
webBrowser_core \
|
|
|
|
xpconnect \
|
|
|
|
timer \
|
|
|
|
widget \
|
|
|
|
shistory \
|
|
|
|
intl \
|
|
|
|
plugin \
|
|
|
|
webshell \
|
|
|
|
chardet \
|
|
|
|
uconv \
|
|
|
|
appcomps \
|
|
|
|
content_xul \
|
|
|
|
find \
|
|
|
|
nkcache \
|
|
|
|
content \
|
|
|
|
raptor \
|
|
|
|
gfx \
|
|
|
|
history \
|
|
|
|
$(NULL)
|
1999-10-15 07:23:53 +00:00
|
|
|
|
2000-07-18 23:13:07 +00:00
|
|
|
LIBRARY_NAME=basedocshell_s
|
|
|
|
|
1999-10-15 07:23:53 +00:00
|
|
|
XPIDLSRCS= \
|
1999-11-12 07:28:25 +00:00
|
|
|
.\nsCDocShell.idl \
|
2000-11-08 21:00:37 +00:00
|
|
|
.\nsCDefaultURIFixup.idl \
|
1999-10-15 07:23:53 +00:00
|
|
|
.\nsIDocShell.idl \
|
2000-07-18 23:13:07 +00:00
|
|
|
.\nsIDocShellHistory.idl \
|
2000-03-30 12:29:51 +00:00
|
|
|
.\nsIDocShellLoadInfo.idl \
|
1999-12-03 10:02:00 +00:00
|
|
|
.\nsIDocShellTreeItem.idl \
|
1999-12-03 09:24:22 +00:00
|
|
|
.\nsIDocShellTreeNode.idl \
|
1999-12-12 08:52:03 +00:00
|
|
|
.\nsIDocShellTreeOwner.idl \
|
2000-11-09 20:30:35 +00:00
|
|
|
.\nsIContentViewer.idl \
|
2000-07-18 23:13:07 +00:00
|
|
|
.\nsIContentViewerEdit.idl \
|
1999-11-23 10:15:10 +00:00
|
|
|
# .\nsIContentViewerFile.idl \
|
1999-11-19 07:35:27 +00:00
|
|
|
.\nsIMarkupDocumentViewer.idl \
|
1999-10-15 07:23:53 +00:00
|
|
|
.\nsIScrollable.idl \
|
1999-10-21 06:41:03 +00:00
|
|
|
.\nsITextScroll.idl \
|
2000-02-02 05:51:30 +00:00
|
|
|
.\nsIWebNavigation.idl \
|
2000-11-08 21:00:37 +00:00
|
|
|
.\nsIURIFixup.idl \
|
1999-10-15 07:23:53 +00:00
|
|
|
$(NULL)
|
|
|
|
|
1999-10-26 01:44:00 +00:00
|
|
|
CPP_OBJS= \
|
1999-11-12 07:28:25 +00:00
|
|
|
.\$(OBJDIR)\nsDocShell.obj \
|
2001-04-27 21:11:03 +00:00
|
|
|
.\$(OBJDIR)\nsWebShell.obj \
|
|
|
|
.\$(OBJDIR)\nsDocShellEnumerator.obj \
|
2000-03-30 12:38:18 +00:00
|
|
|
.\$(OBJDIR)\nsDocShellLoadInfo.obj \
|
1999-11-06 04:51:05 +00:00
|
|
|
.\$(OBJDIR)\nsDSURIContentListener.obj \
|
2000-11-08 21:00:37 +00:00
|
|
|
.\$(OBJDIR)\nsDefaultURIFixup.obj \
|
2000-06-19 05:54:37 +00:00
|
|
|
# .\$(OBJDIR)\nsDSWebProgressListener.obj \
|
1999-10-26 01:44:00 +00:00
|
|
|
$(NULL)
|
|
|
|
|
1999-10-15 07:23:53 +00:00
|
|
|
include <$(DEPTH)\config\rules.mak>
|
|
|
|
include <$(DEPTH)\config\config.mak>
|
1999-10-26 01:44:00 +00:00
|
|
|
|
2000-08-25 18:39:46 +00:00
|
|
|
nsDocShell.cpp : nsDocShell.h
|
|
|
|
|
1999-11-28 03:05:01 +00:00
|
|
|
install:: $(LIBRARY)
|
2000-07-18 23:13:07 +00:00
|
|
|
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
2000-09-20 19:35:24 +00:00
|
|
|
|