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-07-27 23:27:44 +00:00
|
|
|
#
|
1999-05-18 09:11:01 +00:00
|
|
|
|
1999-07-27 23:27:44 +00:00
|
|
|
DEPTH = ../..
|
1999-05-18 09:11:01 +00:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2000-11-20 07:16:06 +00:00
|
|
|
MODULE = xpcom
|
2000-11-21 00:18:46 +00:00
|
|
|
XPIDL_MODULE = xpcom_components
|
1999-07-27 23:27:44 +00:00
|
|
|
LIBRARY_NAME = xpcomcomponents_s
|
2001-09-18 13:41:47 +00:00
|
|
|
REQUIRES = libreg \
|
|
|
|
string \
|
|
|
|
$(NULL)
|
1999-07-27 23:27:44 +00:00
|
|
|
|
|
|
|
CPPSRCS = \
|
2001-10-16 03:35:52 +00:00
|
|
|
nsCategoryManager.cpp \
|
1999-07-27 23:27:44 +00:00
|
|
|
nsComponentManager.cpp \
|
2001-12-19 00:59:25 +00:00
|
|
|
nsComponentManagerObsolete.cpp \
|
1999-07-27 23:27:44 +00:00
|
|
|
nsGenericFactory.cpp \
|
1999-08-31 21:40:21 +00:00
|
|
|
nsNativeComponentLoader.cpp \
|
1999-07-27 23:27:44 +00:00
|
|
|
nsRegistry.cpp \
|
2001-10-16 03:35:52 +00:00
|
|
|
nsServiceManagerObsolete.cpp \
|
1999-07-27 23:27:44 +00:00
|
|
|
xcDll.cpp \
|
|
|
|
$(NULL)
|
|
|
|
|
2001-06-20 20:21:49 +00:00
|
|
|
# XXX not really right.
|
|
|
|
ifdef MOZ_STATIC_COMPONENT_LIBS
|
|
|
|
CPPSRCS += nsStaticComponentLoader.cpp
|
|
|
|
DEFINES += -DENABLE_STATIC_COMPONENT_LOADER=1
|
|
|
|
endif
|
|
|
|
|
1999-07-27 23:27:44 +00:00
|
|
|
EXPORTS = \
|
1999-09-05 06:27:42 +00:00
|
|
|
nsComponentManagerUtils.h \
|
2001-12-19 00:59:25 +00:00
|
|
|
nsComponentManagerObsolete.h \
|
1999-07-27 23:27:44 +00:00
|
|
|
nsIGenericFactory.h \
|
1999-09-29 02:35:42 +00:00
|
|
|
nsIRegistryUtils.h \
|
2001-10-16 03:35:52 +00:00
|
|
|
nsIServiceManagerUtils.h \
|
|
|
|
nsIServiceManagerObsolete.h \
|
1999-07-27 23:27:44 +00:00
|
|
|
nsXPComFactory.h \
|
2001-06-20 20:21:49 +00:00
|
|
|
nsStaticComponent.h \
|
2001-12-19 00:59:25 +00:00
|
|
|
nsObsoleteModuleLoading.h \
|
1999-07-27 23:27:44 +00:00
|
|
|
$(NULL)
|
|
|
|
|
1999-09-18 02:12:56 +00:00
|
|
|
XPIDLSRCS = \
|
1999-09-29 02:35:42 +00:00
|
|
|
nsICategoryHandler.idl \
|
|
|
|
nsICategoryManager.idl \
|
2001-03-12 20:43:02 +00:00
|
|
|
nsIClassInfo.idl \
|
1999-09-18 02:12:56 +00:00
|
|
|
nsIComponentLoader.idl \
|
|
|
|
nsIComponentManager.idl \
|
2001-12-19 00:59:25 +00:00
|
|
|
nsIComponentManagerObsolete.idl \
|
1999-09-18 02:12:56 +00:00
|
|
|
nsIFactory.idl \
|
|
|
|
nsIModule.idl \
|
1999-09-29 02:35:42 +00:00
|
|
|
nsIRegistry.idl \
|
2001-10-16 03:35:52 +00:00
|
|
|
nsIServiceManager.idl \
|
1999-09-18 02:12:56 +00:00
|
|
|
$(NULL)
|
|
|
|
|
1999-07-27 23:27:44 +00:00
|
|
|
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
1999-05-18 09:11:01 +00:00
|
|
|
|
1999-09-18 02:12:56 +00:00
|
|
|
LOCAL_INCLUDES = -I$(srcdir)/../base -I$(srcdir)/../thread
|
|
|
|
|
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
|
|
|
|
|
1999-09-18 02:12:56 +00:00
|
|
|
DEFINES += -DUSE_NSREG -D_IMPL_NS_COM -D_IMPL_NS_BASE
|
2001-12-09 07:05:12 +00:00
|
|
|
ifeq ($(OS_ARCH), WINNT)
|
|
|
|
DEFINES += -DWIN32_LEAN_AND_MEAN
|
|
|
|
endif
|