1999-05-18 09:11:01 +00:00
|
|
|
#
|
1999-11-06 03:43:54 +00:00
|
|
|
# The contents of this file are subject to the Netscape 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/NPL/
|
1999-05-18 09:11:01 +00:00
|
|
|
#
|
1999-11-06 03:43:54 +00:00
|
|
|
# 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 09:11:01 +00:00
|
|
|
#
|
1999-11-06 03:43:54 +00:00
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Netscape
|
1999-05-18 09:11:01 +00:00
|
|
|
# Communications Corporation. Portions created by Netscape are
|
1999-11-06 03:43:54 +00:00
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All
|
|
|
|
# Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
1999-09-18 02:12:56 +00:00
|
|
|
#
|
1999-05-18 09:11:01 +00:00
|
|
|
|
1999-09-18 02:12:56 +00:00
|
|
|
DEPTH = ../..
|
1999-05-18 09:11:01 +00:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
1999-09-18 02:12:56 +00:00
|
|
|
MODULE = xpcom
|
|
|
|
XPIDL_MODULE = xpcom_ds
|
|
|
|
LIBRARY_NAME = xpcomds_s
|
2001-11-01 22:40:03 +00:00
|
|
|
REQUIRES = \
|
2001-09-18 13:41:47 +00:00
|
|
|
string \
|
|
|
|
$(NULL)
|
1999-09-18 02:12:56 +00:00
|
|
|
|
2000-01-06 01:12:25 +00:00
|
|
|
CSRCS = \
|
2001-02-21 14:05:29 +00:00
|
|
|
pldhash.c \
|
2000-01-06 01:12:25 +00:00
|
|
|
plvector.c \
|
|
|
|
$(NULL)
|
|
|
|
|
1999-09-18 02:12:56 +00:00
|
|
|
CPPSRCS = \
|
|
|
|
nsArena.cpp \
|
|
|
|
nsAtomTable.cpp \
|
2000-03-31 09:19:17 +00:00
|
|
|
nsAtomService.cpp \
|
1999-09-18 02:12:56 +00:00
|
|
|
nsByteBuffer.cpp \
|
2002-10-03 03:43:11 +00:00
|
|
|
nsCheapSets.cpp \
|
1999-09-18 02:12:56 +00:00
|
|
|
nsCRT.cpp \
|
|
|
|
nsConjoiningEnumerator.cpp \
|
|
|
|
nsDeque.cpp \
|
|
|
|
nsEmptyEnumerator.cpp \
|
|
|
|
nsEnumeratorUtils.cpp \
|
2000-07-29 02:58:43 +00:00
|
|
|
nsFixedSizeAllocator.cpp \
|
2002-10-03 03:43:11 +00:00
|
|
|
nsHashSets.cpp \
|
1999-09-18 02:12:56 +00:00
|
|
|
nsHashtable.cpp \
|
|
|
|
nsHashtableEnumerator.cpp \
|
|
|
|
nsObserver.cpp \
|
|
|
|
nsObserverList.cpp \
|
|
|
|
nsObserverService.cpp \
|
|
|
|
nsProperties.cpp \
|
2000-01-05 09:29:25 +00:00
|
|
|
nsPersistentProperties.cpp \
|
1999-09-18 02:12:56 +00:00
|
|
|
nsQuickSort.cpp \
|
2002-01-24 06:48:58 +00:00
|
|
|
nsRecyclingAllocator.cpp \
|
1999-09-18 02:12:56 +00:00
|
|
|
nsSizeOfHandler.cpp \
|
2000-08-22 05:59:06 +00:00
|
|
|
nsStaticNameTable.cpp \
|
2000-06-13 04:56:38 +00:00
|
|
|
nsStatistics.cpp \
|
1999-09-18 02:12:56 +00:00
|
|
|
nsSupportsArray.cpp \
|
|
|
|
nsSupportsArrayEnumerator.cpp \
|
|
|
|
nsSupportsPrimitives.cpp \
|
|
|
|
nsUnicharBuffer.cpp \
|
2001-10-31 23:35:07 +00:00
|
|
|
nsVariant.cpp \
|
1999-09-18 02:12:56 +00:00
|
|
|
nsVoidArray.cpp \
|
2000-01-17 22:32:13 +00:00
|
|
|
nsTextFormatter.cpp \
|
2001-08-17 02:03:34 +00:00
|
|
|
nsTimelineService.cpp \
|
2002-01-15 22:43:37 +00:00
|
|
|
nsValueArray.cpp \
|
2002-10-07 19:03:41 +00:00
|
|
|
nsCOMArray.cpp \
|
|
|
|
nsArray.cpp \
|
|
|
|
nsArrayEnumerator.cpp \
|
1999-09-18 02:12:56 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
EXPORTS = \
|
2000-03-31 09:19:17 +00:00
|
|
|
nsAtomService.h \
|
2002-10-03 03:43:11 +00:00
|
|
|
nsCheapSets.h \
|
1999-09-18 02:12:56 +00:00
|
|
|
nsCppSharedAllocator.h \
|
|
|
|
nsCRT.h \
|
|
|
|
nsDeque.h \
|
2002-02-20 06:08:53 +00:00
|
|
|
nsDoubleHashtable.h \
|
1999-09-18 02:12:56 +00:00
|
|
|
nsEnumeratorUtils.h \
|
2000-07-29 02:58:43 +00:00
|
|
|
nsFixedSizeAllocator.h \
|
2002-10-03 03:43:11 +00:00
|
|
|
nsHashSets.h \
|
1999-09-18 02:12:56 +00:00
|
|
|
nsHashtable.h \
|
|
|
|
nsHashtableEnumerator.h \
|
|
|
|
nsIArena.h \
|
|
|
|
nsIByteBuffer.h \
|
|
|
|
nsISizeOfHandler.h \
|
|
|
|
nsIUnicharBuffer.h \
|
|
|
|
nsInt64.h \
|
2001-10-19 20:52:59 +00:00
|
|
|
nsObserverService.h \
|
1999-09-18 02:12:56 +00:00
|
|
|
nsQuickSort.h \
|
2002-01-24 06:48:58 +00:00
|
|
|
nsRecyclingAllocator.h \
|
2000-08-22 05:59:06 +00:00
|
|
|
nsStaticNameTable.h \
|
2000-06-13 04:56:38 +00:00
|
|
|
nsStatistics.h \
|
1999-11-10 00:28:34 +00:00
|
|
|
nsSupportsArray.h \
|
1999-09-18 02:12:56 +00:00
|
|
|
nsSupportsPrimitives.h \
|
|
|
|
nsTime.h \
|
|
|
|
nsUnitConversion.h \
|
2001-10-31 23:35:07 +00:00
|
|
|
nsVariant.h \
|
1999-09-18 02:12:56 +00:00
|
|
|
nsVector.h \
|
|
|
|
nsVoidArray.h \
|
2001-02-21 14:05:29 +00:00
|
|
|
pldhash.h \
|
1999-09-18 02:12:56 +00:00
|
|
|
plvector.h \
|
2000-01-17 22:32:13 +00:00
|
|
|
nsTextFormatter.h \
|
2002-01-15 22:43:37 +00:00
|
|
|
nsValueArray.h \
|
2002-10-07 19:03:41 +00:00
|
|
|
nsArray.h \
|
|
|
|
nsArrayEnumerator.h \
|
|
|
|
nsCOMArray.h \
|
1999-09-18 02:12:56 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
XPIDLSRCS = \
|
|
|
|
nsIAtom.idl \
|
2000-03-31 09:19:17 +00:00
|
|
|
nsIAtomService.idl \
|
1999-09-18 02:12:56 +00:00
|
|
|
nsICollection.idl \
|
|
|
|
nsIEnumerator.idl \
|
2001-07-31 19:05:34 +00:00
|
|
|
nsIPersistentProperties2.idl \
|
2001-10-31 23:35:07 +00:00
|
|
|
nsIPropertyBag.idl \
|
2002-07-01 23:36:03 +00:00
|
|
|
nsIRecyclingAllocator.idl \
|
2001-10-31 23:35:07 +00:00
|
|
|
nsIVariant.idl \
|
2001-07-31 19:05:34 +00:00
|
|
|
nsISerializable.idl \
|
1999-09-18 02:12:56 +00:00
|
|
|
nsISupportsArray.idl \
|
2000-02-14 06:38:22 +00:00
|
|
|
nsISupportsIterators.idl \
|
2001-08-17 02:03:34 +00:00
|
|
|
nsITimelineService.idl \
|
2002-10-07 19:03:41 +00:00
|
|
|
nsIArray.idl \
|
1999-09-18 02:12:56 +00:00
|
|
|
$(NULL)
|
|
|
|
|
2002-02-25 23:20:01 +00:00
|
|
|
SDK_XPIDLSRCS = \
|
|
|
|
nsIObserverService.idl \
|
|
|
|
nsIObserver.idl \
|
2002-08-27 01:05:21 +00:00
|
|
|
nsIProperties.idl \
|
2002-02-25 23:20:01 +00:00
|
|
|
nsISimpleEnumerator.idl \
|
2002-10-04 23:49:23 +00:00
|
|
|
nsIStringService.idl \
|
|
|
|
nsISupportsPrimitives.idl \
|
2002-02-25 23:20:01 +00:00
|
|
|
$(NULL)
|
|
|
|
|
1999-09-18 02:12:56 +00:00
|
|
|
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
1999-05-18 09:11:01 +00:00
|
|
|
|
|
|
|
# we don't want the shared lib, but we want to force the creation of a static lib.
|
2001-06-18 22:10:38 +00:00
|
|
|
FORCE_STATIC_LIB = 1
|
|
|
|
|
|
|
|
# Force use of PIC
|
|
|
|
FORCE_USE_PIC = 1
|
1999-05-18 09:11:01 +00:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2002-08-12 13:35:18 +00:00
|
|
|
DEFINES += -D_IMPL_NS_COM
|