1999-08-04 01:40:56 +04:00
|
|
|
#
|
1999-11-06 06:40:37 +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-04-25 23:25:24 +04:00
|
|
|
#
|
1999-11-06 06:40:37 +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-04-25 23:25:24 +04:00
|
|
|
#
|
1999-11-06 06:40:37 +03:00
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Netscape
|
1999-04-25 23:25:24 +04:00
|
|
|
# Communications Corporation. Portions created by Netscape are
|
1999-11-06 06:40:37 +03:00
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All
|
|
|
|
# Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
1999-08-04 01:40:56 +04:00
|
|
|
#
|
1999-04-25 23:25:24 +04:00
|
|
|
|
1999-08-04 01:40:56 +04:00
|
|
|
DEPTH = ../..
|
1999-04-25 23:25:24 +04:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
1999-08-04 01:40:56 +04:00
|
|
|
MODULE = necko
|
|
|
|
LIBRARY_NAME = necko
|
2001-04-28 23:48:12 +04:00
|
|
|
EXPORT_LIBRARY = 1
|
1999-08-04 01:40:56 +04:00
|
|
|
IS_COMPONENT = 1
|
2001-06-21 00:21:49 +04:00
|
|
|
MODULE_NAME = necko_core_and_primary_protocols
|
2001-07-24 02:36:12 +04:00
|
|
|
REQUIRES = xpcom string nkcache pref mimetype util jar locale intl
|
1999-04-25 23:25:24 +04:00
|
|
|
|
1999-10-01 01:22:48 +04:00
|
|
|
CPPSRCS = nsNetModule.cpp
|
2001-01-24 01:10:34 +03:00
|
|
|
EXPORTS = nsNetCID.h
|
1999-04-25 23:25:24 +04:00
|
|
|
|
1999-08-04 01:40:56 +04:00
|
|
|
SHARED_LIBRARY_LIBS = \
|
2000-04-18 14:27:21 +04:00
|
|
|
$(DIST)/lib/libneckobase_s.$(LIB_SUFFIX) \
|
|
|
|
$(DIST)/lib/libneckodns_s.$(LIB_SUFFIX) \
|
|
|
|
$(DIST)/lib/libneckosocket_s.$(LIB_SUFFIX) \
|
2000-05-06 13:15:56 +04:00
|
|
|
$(DIST)/lib/libnkconv_s.$(LIB_SUFFIX) \
|
|
|
|
$(DIST)/lib/libnkcnvts_s.$(LIB_SUFFIX) \
|
|
|
|
$(DIST)/lib/libnkmime_s.$(LIB_SUFFIX) \
|
|
|
|
$(DIST)/lib/libnkhttp_s.$(LIB_SUFFIX) \
|
|
|
|
$(DIST)/lib/libnkfile_s.$(LIB_SUFFIX) \
|
|
|
|
$(DIST)/lib/libnkdata_s.$(LIB_SUFFIX) \
|
|
|
|
$(DIST)/lib/libnkjar_s.$(LIB_SUFFIX) \
|
|
|
|
$(DIST)/lib/libnkres_s.$(LIB_SUFFIX) \
|
|
|
|
$(DIST)/lib/libnkabout_s.$(LIB_SUFFIX) \
|
|
|
|
$(DIST)/lib/libnkkwd_s.$(LIB_SUFFIX) \
|
1999-08-04 01:40:56 +04:00
|
|
|
$(NULL)
|
1999-04-25 23:25:24 +04:00
|
|
|
|
2000-08-09 01:05:59 +04:00
|
|
|
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
|
|
|
|
SHARED_LIBRARY_LIBS += $(DIST)/lib/libmozdbm_s.$(LIB_SUFFIX)
|
|
|
|
endif
|
|
|
|
|
2000-07-31 06:19:57 +04:00
|
|
|
ifdef MOZ_PERF_METRICS
|
|
|
|
SHARED_LIBRARY_LIBS += $(DIST)/lib/libmozutil_s.$(LIB_SUFFIX)
|
|
|
|
endif
|
|
|
|
|
1999-08-04 01:40:56 +04:00
|
|
|
LOCAL_INCLUDES = \
|
|
|
|
-I$(srcdir)/../base/src \
|
|
|
|
-I$(srcdir)/../dns/src \
|
1999-08-24 08:54:03 +04:00
|
|
|
-I$(srcdir)/../socket/base \
|
2000-05-06 13:15:56 +04:00
|
|
|
-I$(srcdir)/../streamconv/src \
|
|
|
|
-I$(srcdir)/../streamconv/converters \
|
|
|
|
-I$(srcdir)/../mime/src \
|
|
|
|
-I$(srcdir)/../protocol/http/src \
|
|
|
|
-I$(srcdir)/../protocol/file/src \
|
|
|
|
-I$(srcdir)/../protocol/data/src \
|
|
|
|
-I$(srcdir)/../protocol/jar/src \
|
|
|
|
-I$(srcdir)/../protocol/res/src \
|
|
|
|
-I$(srcdir)/../protocol/about/src \
|
|
|
|
-I$(srcdir)/../protocol/keyword/src \
|
1999-08-04 01:40:56 +04:00
|
|
|
$(NULL)
|
1999-06-10 00:39:08 +04:00
|
|
|
|
1999-08-04 01:40:56 +04:00
|
|
|
EXTRA_DSO_LDOPTS = \
|
1999-11-16 09:02:31 +03:00
|
|
|
$(MOZ_COMPONENT_LIBS) \
|
2000-05-20 08:29:55 +04:00
|
|
|
$(ZLIB_LIBS) \
|
1999-08-04 01:40:56 +04:00
|
|
|
$(NULL)
|
1999-04-25 23:25:24 +04:00
|
|
|
|
1999-06-27 09:47:04 +04:00
|
|
|
include $(topsrcdir)/config/rules.mk
|