Cleanup, in the vain hope that this might clear up the freaky Sol/x86 .L_T7158 undefined symbol problem.
git-svn-id: svn://10.0.0.236/trunk@40754 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
bf1672355f
commit
da7a9c40e3
@ -1,4 +1,3 @@
|
||||
#!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
|
||||
@ -14,55 +13,54 @@
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
#
|
||||
|
||||
DEPTH=../../..
|
||||
DEPTH = ../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = jsdombase_s
|
||||
LIBRARY_NAME = jsdombase_s
|
||||
MODULE = dom
|
||||
|
||||
MODULE=dom
|
||||
REQUIRES = xpcom raptor dom js netlib caps oji ojiimpl
|
||||
|
||||
REQUIRES = xpcom raptor dom js netlib caps oji ojiimpl
|
||||
CPPSRCS = \
|
||||
nsBarProps.cpp \
|
||||
nsJSBarProp.cpp \
|
||||
nsJSEnvironment.cpp \
|
||||
nsJSWindow.cpp \
|
||||
nsJSNavigator.cpp \
|
||||
nsJSLocation.cpp \
|
||||
nsJSWindowCollection.cpp \
|
||||
nsGlobalWindow.cpp \
|
||||
nsLocation.cpp \
|
||||
nsDOMWindowList.cpp \
|
||||
nsJSSecurityManager.cpp \
|
||||
nsJSUtils.cpp \
|
||||
nsScreen.cpp \
|
||||
nsJSScreen.cpp \
|
||||
nsHistory.cpp \
|
||||
nsJSHistory.cpp \
|
||||
nsJSPlugin.cpp \
|
||||
nsJSPluginArray.cpp \
|
||||
nsJSMimeTypeArray.cpp \
|
||||
nsJSMimeType.cpp \
|
||||
nsMimeTypeArray.cpp \
|
||||
nsPluginArray.cpp \
|
||||
$(NULL)
|
||||
|
||||
DEFINES += -D_IMPL_NS_DOM
|
||||
|
||||
CPPSRCS = \
|
||||
nsBarProps.cpp \
|
||||
nsJSBarProp.cpp \
|
||||
nsJSEnvironment.cpp \
|
||||
nsJSWindow.cpp \
|
||||
nsJSNavigator.cpp \
|
||||
nsJSLocation.cpp \
|
||||
nsJSWindowCollection.cpp \
|
||||
nsGlobalWindow.cpp \
|
||||
nsLocation.cpp \
|
||||
nsDOMWindowList.cpp \
|
||||
nsJSSecurityManager.cpp \
|
||||
nsJSUtils.cpp \
|
||||
nsScreen.cpp \
|
||||
nsJSScreen.cpp \
|
||||
nsHistory.cpp \
|
||||
nsJSHistory.cpp \
|
||||
nsJSPlugin.cpp \
|
||||
nsJSPluginArray.cpp \
|
||||
nsJSMimeTypeArray.cpp \
|
||||
nsJSMimeType.cpp \
|
||||
nsMimeTypeArray.cpp \
|
||||
nsPluginArray.cpp \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = nsJSUtils.h
|
||||
EXPORTS = nsJSUtils.h
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
MKSHLIB :=
|
||||
|
||||
# we don't want the shared lib, but we want to force the creation of a static lib.
|
||||
override NO_SHARED_LIB=1
|
||||
override NO_STATIC_LIB=
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_DOM
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user