1999-05-18 13:11:01 +04:00
|
|
|
#
|
1999-11-06 06:43:54 +03: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 13:11:01 +04:00
|
|
|
#
|
1999-11-06 06:43:54 +03: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 13:11:01 +04:00
|
|
|
#
|
1999-11-06 06:43:54 +03:00
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Netscape
|
1999-05-18 13:11:01 +04:00
|
|
|
# Communications Corporation. Portions created by Netscape are
|
1999-11-06 06:43:54 +03:00
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All
|
|
|
|
# Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
1999-09-18 06:12:56 +04:00
|
|
|
#
|
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
|
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-06-03 11:30:13 +04:00
|
|
|
nsMemoryImpl.cpp \
|
2000-07-22 09:46:39 +04:00
|
|
|
nsErrorService.cpp \
|
1999-09-18 06:12:56 +04:00
|
|
|
nsTraceRefcnt.cpp \
|
|
|
|
nsID.cpp \
|
1999-10-01 06:43:27 +04:00
|
|
|
nsCWeakReference.cpp \
|
2000-04-18 06:34:54 +04:00
|
|
|
nsConsoleService.cpp \
|
|
|
|
nsConsoleMessage.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 \
|
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 \
|
2001-10-26 11:17:41 +04:00
|
|
|
nsIAllocator.h \
|
1999-09-18 06:12:56 +04:00
|
|
|
nsCom.h \
|
2001-09-27 08:37:35 +04:00
|
|
|
nsComObsolete.h \
|
1999-10-01 06:43:27 +04:00
|
|
|
nsCWeakReference.h \
|
1999-09-18 06:12:56 +04:00
|
|
|
nsIID.h \
|
2001-10-26 11:17:41 +04:00
|
|
|
nsISupportsObsolete.h \
|
1999-09-18 06:12:56 +04:00
|
|
|
nsTraceRefcnt.h \
|
2001-10-26 11:17:41 +04:00
|
|
|
nsWeakPtr.h \
|
1999-09-18 06:12:56 +04:00
|
|
|
$(NULL)
|
1999-05-18 13:11:01 +04:00
|
|
|
|
2000-04-20 08:55:26 +04:00
|
|
|
ifdef NS_TRACE_MALLOC
|
|
|
|
CSRCS += nsTraceMalloc.c
|
2002-02-26 12:26:10 +03:00
|
|
|
CPPSRCS += nsTypeInfo.cpp
|
|
|
|
ifeq ($(OS_ARCH),WINNT)
|
|
|
|
CPPSRCS += nsDebugHelpWin32.cpp nsWinTraceMalloc.cpp
|
|
|
|
endif
|
2000-04-20 08:55:26 +04:00
|
|
|
EXPORTS += nsTraceMalloc.h
|
|
|
|
DEFINES += -DNS_TRACE_MALLOC
|
|
|
|
endif
|
|
|
|
|
2001-12-09 10:05:12 +03:00
|
|
|
ifeq ($(OS_ARCH),WINNT)
|
|
|
|
ifdef MOZ_DEBUG
|
|
|
|
CSRCS += pure_api.c
|
|
|
|
EXPORTS += pure.h
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
2002-02-26 02:20:01 +03:00
|
|
|
|
|
|
|
SDK_XPIDLSRCS = \
|
|
|
|
nsIInterfaceRequestor.idl \
|
|
|
|
nsIProgrammingLanguage.idl \
|
|
|
|
nsISupports.idl \
|
|
|
|
nsIWeakReference.idl \
|
|
|
|
nsIMemory.idl \
|
|
|
|
nsrootidl.idl \
|
|
|
|
|
2002-02-27 03:35:06 +03:00
|
|
|
SDK_HEADERS = \
|
2002-09-07 21:13:19 +04:00
|
|
|
nsError.h \
|
2002-02-27 03:35:06 +03:00
|
|
|
nsISupportsBase.h \
|
|
|
|
nscore.h \
|
|
|
|
nsID.h \
|
|
|
|
|
|
|
|
|
1999-09-18 06:12:56 +04:00
|
|
|
XPIDLSRCS = \
|
2000-07-22 09:46:39 +04:00
|
|
|
nsIErrorService.idl \
|
2000-04-18 06:34:54 +04:00
|
|
|
nsIConsoleService.idl \
|
|
|
|
nsIConsoleMessage.idl \
|
|
|
|
nsIConsoleListener.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
|
|
|
|
|
|
|
|
ifeq ($(OS_ARCH), Linux)
|
|
|
|
DEFINES += -D_BSD_SOURCE
|
|
|
|
endif
|