2012-05-21 04:12:37 -07: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/.
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
XPCOM_GLUE_SRC_LCPPSRCS = \
|
|
|
|
nsArrayEnumerator.cpp \
|
|
|
|
nsArrayUtils.cpp \
|
2007-04-26 06:53:48 -07:00
|
|
|
nsCategoryCache.cpp \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsCOMPtr.cpp \
|
|
|
|
nsCOMArray.cpp \
|
|
|
|
nsCRTGlue.cpp \
|
2010-06-10 11:11:11 -07:00
|
|
|
nsClassInfoImpl.cpp \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsComponentManagerUtils.cpp \
|
|
|
|
nsEnumeratorUtils.cpp \
|
|
|
|
nsID.cpp \
|
|
|
|
nsIInterfaceRequestorUtils.cpp \
|
|
|
|
nsINIParser.cpp \
|
|
|
|
nsISupportsImpl.cpp \
|
|
|
|
nsMemory.cpp \
|
|
|
|
nsWeakReference.cpp \
|
|
|
|
nsVersionComparator.cpp \
|
|
|
|
nsTHashtable.cpp \
|
|
|
|
nsQuickSort.cpp \
|
|
|
|
nsVoidArray.cpp \
|
|
|
|
nsTArray.cpp \
|
|
|
|
nsThreadUtils.cpp \
|
2007-05-22 12:39:14 -07:00
|
|
|
nsTObserverArray.cpp \
|
2007-08-06 07:34:02 -07:00
|
|
|
nsCycleCollectionParticipant.cpp \
|
2010-11-11 14:52:30 -08:00
|
|
|
nsCycleCollectorUtils.cpp \
|
2007-09-18 11:14:34 -07:00
|
|
|
nsDeque.cpp \
|
2011-08-09 00:06:37 -07:00
|
|
|
pldhash.cpp \
|
2007-03-22 10:30:00 -07:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
XPCOM_GLUE_SRC_CPPSRCS = $(addprefix $(topsrcdir)/xpcom/glue/, $(XPCOM_GLUE_SRC_LCPPSRCS))
|
|
|
|
|
|
|
|
XPCOM_GLUENS_SRC_LCPPSRCS = \
|
2009-04-18 18:54:23 -07:00
|
|
|
BlockingResourceBase.cpp \
|
2009-05-04 21:57:15 -07:00
|
|
|
DeadlockDetector.cpp \
|
2009-12-11 08:13:19 -08:00
|
|
|
SSE.cpp \
|
2010-04-26 22:43:00 -07:00
|
|
|
unused.cpp \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsProxyRelease.cpp \
|
2008-02-07 11:49:18 -08:00
|
|
|
nsTextFormatter.cpp \
|
2010-06-24 13:36:27 -07:00
|
|
|
GenericFactory.cpp \
|
2010-09-16 13:21:12 -07:00
|
|
|
FileUtils.cpp \
|
2007-03-22 10:30:00 -07:00
|
|
|
$(NULL)
|
|
|
|
|
2012-02-06 13:44:52 -08:00
|
|
|
ifneq (,$(filter arm%,$(TARGET_CPU)))
|
2011-09-19 18:13:08 -07:00
|
|
|
XPCOM_GLUENS_SRC_LCPPSRCS += arm.cpp
|
|
|
|
endif
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
XPCOM_GLUENS_SRC_CPPSRCS = $(addprefix $(topsrcdir)/xpcom/glue/,$(XPCOM_GLUENS_SRC_LCPPSRCS))
|