1999-05-18 13:11:01 +04:00
|
|
|
#
|
2004-04-18 18:21:17 +04:00
|
|
|
# ***** BEGIN LICENSE BLOCK *****
|
|
|
|
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
1999-05-18 13:11:01 +04:00
|
|
|
#
|
2004-04-18 18:21:17 +04: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.
|
1999-05-18 13:11:01 +04:00
|
|
|
#
|
1999-11-06 06:43:54 +03:00
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
2004-04-18 18:21:17 +04:00
|
|
|
# The Initial Developer of the Original Code is
|
|
|
|
# Netscape Communications Corporation.
|
|
|
|
# Portions created by the Initial Developer are Copyright (C) 1998
|
|
|
|
# the Initial Developer. All Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
1999-11-06 06:43:54 +03:00
|
|
|
#
|
2004-04-18 18:21:17 +04:00
|
|
|
# Alternatively, the contents of this file may be used under the terms of
|
|
|
|
# either of the GNU General Public License Version 2 or later (the "GPL"),
|
|
|
|
# or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
|
|
# in which case the provisions of the GPL or the LGPL are applicable instead
|
|
|
|
# of those above. If you wish to allow use of your version of this file only
|
|
|
|
# under the terms of either the GPL or the LGPL, and not to allow others to
|
|
|
|
# use your version of this file under the terms of the MPL, indicate your
|
|
|
|
# decision by deleting the provisions above and replace them with the notice
|
|
|
|
# and other provisions required by the GPL or the LGPL. If you do not delete
|
|
|
|
# the provisions above, a recipient may use your version of this file under
|
|
|
|
# the terms of any one of the MPL, the GPL or the LGPL.
|
1999-09-18 06:12:56 +04:00
|
|
|
#
|
2004-04-18 18:21:17 +04:00
|
|
|
# ***** END LICENSE BLOCK *****
|
1999-05-18 13:11:01 +04:00
|
|
|
|
1999-09-18 06:12:56 +04:00
|
|
|
DEPTH = ../..
|
1999-05-18 13:11:01 +04:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
1999-09-18 06:12:56 +04:00
|
|
|
MODULE = xpcom
|
|
|
|
XPIDL_MODULE = xpcom_base
|
|
|
|
LIBRARY_NAME = xpcombase_s
|
2002-12-28 04:15:07 +03:00
|
|
|
GRE_MODULE = 1
|
1999-05-18 13:11:01 +04:00
|
|
|
|
2001-09-18 17:41:47 +04:00
|
|
|
REQUIRES = string \
|
|
|
|
$(NULL)
|
2001-02-22 12:35:51 +03:00
|
|
|
|
1999-09-18 06:12:56 +04:00
|
|
|
CPPSRCS = \
|
2000-06-03 11:30:36 +04:00
|
|
|
nsAllocator.cpp \
|
2000-04-18 06:34:54 +04:00
|
|
|
nsConsoleMessage.cpp \
|
2003-08-05 09:29:10 +04:00
|
|
|
nsConsoleService.cpp \
|
2003-07-08 02:11:36 +04:00
|
|
|
nsDebugImpl.cpp \
|
2003-08-05 09:29:10 +04:00
|
|
|
nsErrorService.cpp \
|
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 21:42:36 +04:00
|
|
|
nsExceptionService.cpp \
|
2003-08-05 09:29:10 +04:00
|
|
|
nsID.cpp \
|
|
|
|
nsMemoryImpl.cpp \
|
|
|
|
nsTraceRefcntImpl.cpp \
|
2004-11-15 23:16:52 +03:00
|
|
|
nsInterfaceRequestorAgg.cpp \
|
1999-09-18 06:12:56 +04:00
|
|
|
$(NULL)
|
1999-05-18 13:11:01 +04:00
|
|
|
|
1999-10-15 03:26:41 +04:00
|
|
|
ifdef GC_LEAK_DETECTOR
|
|
|
|
CSRCS += nsGarbageCollector.c
|
1999-10-30 11:06:26 +04:00
|
|
|
CPPSRCS += nsLeakDetector.cpp
|
2001-04-03 17:29:13 +04:00
|
|
|
REQUIRES += boehm
|
1999-10-15 03:26:41 +04:00
|
|
|
endif
|
|
|
|
|
1999-09-18 06:12:56 +04:00
|
|
|
EXPORTS = \
|
|
|
|
nsAgg.h \
|
2003-02-22 03:32:13 +03:00
|
|
|
nsAutoPtr.h \
|
1999-09-18 06:12:56 +04:00
|
|
|
nsCom.h \
|
2003-07-08 02:11:36 +04:00
|
|
|
nsDebugImpl.h \
|
2003-08-05 09:29:10 +04:00
|
|
|
nsIAllocator.h \
|
1999-09-18 06:12:56 +04:00
|
|
|
nsIID.h \
|
2001-10-26 11:17:41 +04:00
|
|
|
nsISupportsObsolete.h \
|
2003-08-05 09:29:10 +04:00
|
|
|
nsTraceRefcntImpl.h \
|
2001-10-26 11:17:41 +04:00
|
|
|
nsWeakPtr.h \
|
2004-11-15 23:16:52 +03:00
|
|
|
nsInterfaceRequestorAgg.h \
|
1999-09-18 06:12:56 +04:00
|
|
|
$(NULL)
|
1999-05-18 13:11:01 +04:00
|
|
|
|
2001-12-09 10:05:12 +03:00
|
|
|
ifeq ($(OS_ARCH),WINNT)
|
|
|
|
ifdef MOZ_DEBUG
|
|
|
|
CSRCS += pure_api.c
|
|
|
|
EXPORTS += pure.h
|
|
|
|
endif
|
2003-01-15 23:40:06 +03:00
|
|
|
CPPSRCS += nsStackFrameWin.cpp
|
2001-12-09 10:05:12 +03:00
|
|
|
endif
|
|
|
|
|
2003-01-15 23:40:06 +03:00
|
|
|
ifneq ($(OS_ARCH),WINNT)
|
|
|
|
CPPSRCS += nsStackFrameUnix.cpp
|
|
|
|
endif
|
2002-02-26 02:20:01 +03:00
|
|
|
|
|
|
|
SDK_XPIDLSRCS = \
|
2003-08-05 09:29:10 +04:00
|
|
|
nsIDebug.idl \
|
2002-02-26 02:20:01 +03:00
|
|
|
nsIInterfaceRequestor.idl \
|
2003-08-05 09:29:10 +04:00
|
|
|
nsIMemory.idl \
|
2002-02-26 02:20:01 +03:00
|
|
|
nsIProgrammingLanguage.idl \
|
|
|
|
nsISupports.idl \
|
2003-08-05 09:29:10 +04:00
|
|
|
nsITraceRefcnt.idl \
|
2002-02-26 02:20:01 +03:00
|
|
|
nsIWeakReference.idl \
|
|
|
|
nsrootidl.idl \
|
|
|
|
|
2002-02-27 03:35:06 +03:00
|
|
|
SDK_HEADERS = \
|
2002-09-07 21:13:19 +04:00
|
|
|
nsError.h \
|
2003-08-05 09:29:10 +04:00
|
|
|
nsID.h \
|
2002-02-27 03:35:06 +03:00
|
|
|
nsISupportsBase.h \
|
|
|
|
nscore.h \
|
|
|
|
|
1999-09-18 06:12:56 +04:00
|
|
|
XPIDLSRCS = \
|
2000-04-18 06:34:54 +04:00
|
|
|
nsIConsoleListener.idl \
|
2003-08-05 09:29:10 +04:00
|
|
|
nsIConsoleMessage.idl \
|
|
|
|
nsIConsoleService.idl \
|
|
|
|
nsIErrorService.idl \
|
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 21:42:36 +04:00
|
|
|
nsIException.idl \
|
|
|
|
nsIExceptionService.idl \
|
1999-09-18 06:12:56 +04:00
|
|
|
$(NULL)
|
1999-05-18 13:11:01 +04:00
|
|
|
|
1999-10-30 11:06:26 +04:00
|
|
|
ifdef GC_LEAK_DETECTOR
|
2000-04-04 08:46:38 +04:00
|
|
|
XPIDLSRCS += nsILeakDetector.idl
|
1999-10-30 11:06:26 +04:00
|
|
|
endif
|
|
|
|
|
1999-05-18 13:11:01 +04:00
|
|
|
# we don't want the shared lib, but we want to force the creation of a static lib.
|
2001-06-19 02:10:38 +04:00
|
|
|
FORCE_STATIC_LIB = 1
|
|
|
|
|
|
|
|
# Force use of PIC
|
|
|
|
FORCE_USE_PIC = 1
|
1999-05-18 13:11:01 +04:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
1999-09-18 06:12:56 +04:00
|
|
|
DEFINES += -D_IMPL_NS_COM
|
|
|
|
|