1999-05-18 13:11:01 +04:00
|
|
|
#
|
2012-05-21 15:12:37 +04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
1999-05-18 13:11:01 +04:00
|
|
|
|
2012-08-04 22:26:44 +04:00
|
|
|
DEPTH = @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 \
|
2012-01-27 00:54:03 +04:00
|
|
|
ClearOnShutdown.cpp \
|
2012-06-12 21:06:21 +04:00
|
|
|
VisualEventTracer.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 \
|
2012-02-20 07:51:48 +04:00
|
|
|
nsISizeOf.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 \
|
2011-12-09 07:09:36 +04:00
|
|
|
dmd.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 = \
|
2011-08-06 02:22:11 +04:00
|
|
|
MapsMemoryReporter.h \
|
2011-12-15 19:51:11 +04:00
|
|
|
ClearOnShutdown.h \
|
2012-07-26 23:33:45 +04:00
|
|
|
StaticPtr.h \
|
2011-12-15 23:48:38 +04:00
|
|
|
AvailableMemoryTracker.h \
|
2012-02-04 00:13:24 +04:00
|
|
|
StackWalk.h \
|
2012-06-12 21:06:21 +04:00
|
|
|
VisualEventTracer.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)
|
2011-12-15 23:48:38 +04:00
|
|
|
|
2001-12-09 10:05:12 +03:00
|
|
|
ifdef MOZ_DEBUG
|
|
|
|
CSRCS += pure_api.c
|
|
|
|
EXPORTS += pure.h
|
|
|
|
endif
|
2011-12-15 23:48:38 +04:00
|
|
|
|
|
|
|
CPPSRCS += AvailableMemoryTracker.cpp
|
|
|
|
|
|
|
|
endif #if OS_ARCH == WINNT
|
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
|
|
|
|
2012-01-05 08:19:14 +04:00
|
|
|
ifeq ($(OS_ARCH),WINNT)
|
|
|
|
SDK_HEADERS += \
|
|
|
|
nsWindowsHelpers.h \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
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
|
|
|
|
|
2011-12-23 05:24:43 +04:00
|
|
|
LOCAL_INCLUDES += \
|
|
|
|
-I$(srcdir)/../build \
|
|
|
|
-I$(topsrcdir)/xpcom/ds \
|
|
|
|
$(NULL)
|