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
|
2005-04-01 22:22:57 +04:00
|
|
|
MOZILLA_INTERNAL_API =1
|
2009-11-25 23:41:58 +03:00
|
|
|
LIBXUL_LIBRARY = 1
|
2001-02-22 12:35:51 +03:00
|
|
|
|
2011-11-04 07:53:41 +04:00
|
|
|
# TODO: we do this in crashreporter and storage/src too, should be centralized
|
2010-05-26 23:40:52 +04:00
|
|
|
ifeq ($(OS_ARCH),Linux)
|
|
|
|
DEFINES += -DXP_LINUX
|
|
|
|
endif
|
|
|
|
|
1999-09-18 06:12:56 +04:00
|
|
|
CPPSRCS = \
|
2005-07-23 18:05:25 +04:00
|
|
|
nsVersionComparatorImpl.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
|
|
|
nsMemoryImpl.cpp \
|
|
|
|
nsTraceRefcntImpl.cpp \
|
2004-11-15 23:16:52 +03:00
|
|
|
nsInterfaceRequestorAgg.cpp \
|
2005-11-22 00:01:45 +03:00
|
|
|
nsUUIDGenerator.cpp \
|
2006-07-06 10:32:03 +04:00
|
|
|
nsSystemInfo.cpp \
|
2007-01-05 01:31:26 +03:00
|
|
|
nsCycleCollector.cpp \
|
2007-08-11 01:28:22 +04:00
|
|
|
nsStackWalk.cpp \
|
2008-03-06 04:28:25 +03:00
|
|
|
nsMemoryReporterManager.cpp \
|
2010-04-20 11:04:42 +04:00
|
|
|
FunctionTimer.cpp \
|
1999-09-18 06:12:56 +04:00
|
|
|
$(NULL)
|
1999-05-18 13:11:01 +04:00
|
|
|
|
2011-08-06 02:22:11 +04:00
|
|
|
ifeq ($(OS_ARCH),Linux)
|
|
|
|
CPPSRCS += MapsMemoryReporter.cpp
|
|
|
|
endif
|
|
|
|
|
2009-09-19 06:59:53 +04:00
|
|
|
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
|
2006-02-19 00:09:59 +03:00
|
|
|
CPPSRCS += nsMacUtilsImpl.cpp
|
2006-02-17 19:19:53 +03:00
|
|
|
endif
|
|
|
|
|
1999-09-18 06:12:56 +04:00
|
|
|
EXPORTS = \
|
|
|
|
nsAgg.h \
|
2008-11-06 01:13:37 +03:00
|
|
|
nsAutoRef.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 \
|
2007-08-11 01:28:22 +04:00
|
|
|
nsStackWalk.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
|
|
|
|
2010-04-20 11:04:42 +04:00
|
|
|
EXPORTS_NAMESPACES = mozilla
|
|
|
|
|
|
|
|
EXPORTS_mozilla = \
|
|
|
|
FunctionTimer.h \
|
2011-08-06 02:22:11 +04:00
|
|
|
MapsMemoryReporter.h \
|
2010-04-20 11:04:42 +04:00
|
|
|
$(NULL)
|
|
|
|
|
2010-11-10 05:02:09 +03:00
|
|
|
ifeq (windows,$(MOZ_WIDGET_TOOLKIT))
|
2011-02-12 04:56:11 +03:00
|
|
|
CPPSRCS += nsCrashOnException.cpp
|
2010-11-10 05:02:09 +03:00
|
|
|
endif
|
|
|
|
|
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
|
|
|
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 \
|
2008-03-06 04:28:25 +03:00
|
|
|
nsrootidl.idl
|
2002-02-26 02:20:01 +03:00
|
|
|
|
2002-02-27 03:35:06 +03:00
|
|
|
SDK_HEADERS = \
|
2008-12-10 17:17:14 +03:00
|
|
|
nsAutoPtr.h \
|
2002-09-07 21:13:19 +04:00
|
|
|
nsError.h \
|
2002-02-27 03:35:06 +03:00
|
|
|
nsISupportsBase.h \
|
|
|
|
nscore.h \
|
2010-08-17 21:25:41 +04:00
|
|
|
nsAtomicRefcnt.h \
|
2007-01-05 01:31:26 +03:00
|
|
|
nsCycleCollector.h \
|
2008-02-14 02:11:11 +03:00
|
|
|
nsObjCExceptions.h \
|
2002-02-27 03:35:06 +03:00
|
|
|
|
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 \
|
2010-08-12 04:03:23 +04:00
|
|
|
nsICycleCollectorListener.idl \
|
2009-01-09 00:50:21 +03:00
|
|
|
nsIDebug2.idl \
|
2003-08-05 09:29:10 +04:00
|
|
|
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 \
|
2005-07-23 18:05:25 +04:00
|
|
|
nsIVersionComparator.idl \
|
2005-11-22 00:01:45 +03:00
|
|
|
nsIUUIDGenerator.idl \
|
2006-05-02 22:54:19 +04:00
|
|
|
nsIMutable.idl \
|
2008-03-06 04:28:25 +03:00
|
|
|
nsIMemoryReporter.idl \
|
1999-09-18 06:12:56 +04:00
|
|
|
$(NULL)
|
1999-05-18 13:11:01 +04:00
|
|
|
|
2009-09-19 06:59:53 +04:00
|
|
|
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
|
2006-02-17 19:19:53 +03:00
|
|
|
XPIDLSRCS += nsIMacUtils.idl
|
|
|
|
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
|
|
|
|
|
1999-05-18 13:11:01 +04:00
|
|
|
|
2011-10-07 00:22:43 +04:00
|
|
|
include $(topsrcdir)/config/config.mk
|
|
|
|
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
2008-03-05 14:10:35 +03:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
|
|
|
DEFINES += -D_IMPL_NS_COM
|
2008-03-05 14:26:06 +03:00
|
|
|
|
2008-03-14 18:42:34 +03:00
|
|
|
ifneq (,$(filter gtk2,$(MOZ_WIDGET_TOOLKIT)))
|
|
|
|
CXXFLAGS += $(MOZ_GTK2_CFLAGS)
|
|
|
|
endif
|
|
|
|
|
2010-02-04 01:17:09 +03:00
|
|
|
LOCAL_INCLUDES += -I$(srcdir)/../build
|