1999-11-02 03:43:10 +00:00
|
|
|
#
|
|
|
|
# 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):
|
|
|
|
# Stuart Parmenter <pavlov@netscape.com>
|
|
|
|
|
|
|
|
DEPTH = ../..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
MODULE = docshell
|
|
|
|
LIBRARY_NAME = basedocshell_s
|
2001-09-18 13:41:47 +00:00
|
|
|
REQUIRES = xpcom \
|
|
|
|
string \
|
|
|
|
caps \
|
|
|
|
necko \
|
|
|
|
gfx \
|
|
|
|
layout \
|
|
|
|
content \
|
|
|
|
dom \
|
|
|
|
js \
|
|
|
|
uriloader \
|
|
|
|
exthandler \
|
|
|
|
htmlparser \
|
|
|
|
view \
|
|
|
|
pref \
|
|
|
|
locale \
|
|
|
|
webbrwsr \
|
|
|
|
xpconnect \
|
|
|
|
timer \
|
|
|
|
widget \
|
|
|
|
shistory \
|
|
|
|
intl \
|
|
|
|
plugin \
|
|
|
|
webshell \
|
|
|
|
chardet \
|
|
|
|
uconv \
|
|
|
|
appcomps \
|
|
|
|
xuldoc \
|
|
|
|
find \
|
|
|
|
nkcache \
|
|
|
|
$(NULL)
|
1999-11-02 03:43:10 +00:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
XPIDLSRCS = \
|
1999-11-29 18:42:33 +00:00
|
|
|
nsCDocShell.idl \
|
2000-11-08 21:00:37 +00:00
|
|
|
nsCDefaultURIFixup.idl \
|
1999-11-02 03:43:10 +00:00
|
|
|
nsIDocShell.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-07-18 23:13:07 +00:00
|
|
|
nsIDocShellHistory.idl \
|
1999-11-29 21:34:42 +00:00
|
|
|
nsIMarkupDocumentViewer.idl \
|
1999-11-02 03:43:10 +00:00
|
|
|
nsIScrollable.idl \
|
|
|
|
nsITextScroll.idl \
|
2000-02-02 05:51:30 +00:00
|
|
|
nsIWebNavigation.idl \
|
2000-11-09 20:30:35 +00:00
|
|
|
nsIContentViewer.idl \
|
2000-07-18 23:13:07 +00:00
|
|
|
nsIContentViewerEdit.idl \
|
2000-11-08 21:00:37 +00:00
|
|
|
nsIURIFixup.idl \
|
1999-11-02 03:43:10 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
CPPSRCS = \
|
1999-11-29 18:42:33 +00:00
|
|
|
nsDocShell.cpp \
|
2000-07-18 23:13:07 +00:00
|
|
|
nsWebShell.cpp \
|
2000-03-30 12:38:18 +00:00
|
|
|
nsDocShellLoadInfo.cpp \
|
2001-04-27 21:11:03 +00:00
|
|
|
nsDocShellEnumerator.cpp \
|
1999-11-29 18:42:33 +00:00
|
|
|
nsDSURIContentListener.cpp \
|
2000-11-08 21:00:37 +00:00
|
|
|
nsDefaultURIFixup.cpp \
|
2000-06-19 05:54:37 +00:00
|
|
|
# nsDSWebProgressListener.cpp \
|
1999-11-02 03:43:10 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
# we don't want the shared lib, but we want to force the creation of a
|
|
|
|
# static lib.
|
2001-06-18 22:10:38 +00:00
|
|
|
FORCE_STATIC_LIB = 1
|
1999-11-02 03:43:10 +00:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
2001-11-01 00:54:48 +00:00
|
|
|
|
|
|
|
# plugins pull in osx toolkit headers
|
|
|
|
ifeq ($(MOZ_WIDGET_TOOLKIT),mac)
|
|
|
|
CXXFLAGS += $(TK_CFLAGS)
|
|
|
|
endif
|
|
|
|
|