This commit is contained in:
briano%netscape.com 1999-09-14 01:35:43 +00:00
Родитель d7814e1c8e
Коммит a54c669e40
20 изменённых файлов: 177 добавлений и 267 удалений

Просмотреть файл

@ -13,18 +13,20 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
DEPTH = ../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = java
MODULE = java
EXPORTS = java.h javasec.h lj.h edtplug.h
EXPORTS = java.h javasec.h lj.h edtplug.h
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -13,31 +13,34 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
DEPTH = ../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = java
MODULE = java
EXPORTS = netscape_applet_EmbeddedObjectNatives.h \
netscape_applet_MozillaAppletContext.h \
netscape_javascript_JSObject.h \
netscape_javascript_JSException.h \
netscape_plugin_Plugin.h \
netscape_plugin_composer_Composer.h \
netscape_plugin_composer_PluginManager.h \
netscape_security_Principal.h \
netscape_security_Privilege.h \
netscape_security_PrivilegeManager.h \
netscape_security_PrivilegeTable.h \
netscape_security_Target.h \
netscape_security_Zig.h \
$(NULL)
EXPORTS = \
netscape_applet_EmbeddedObjectNatives.h \
netscape_applet_MozillaAppletContext.h \
netscape_javascript_JSObject.h \
netscape_javascript_JSException.h \
netscape_plugin_Plugin.h \
netscape_plugin_composer_Composer.h \
netscape_plugin_composer_PluginManager.h \
netscape_security_Principal.h \
netscape_security_Privilege.h \
netscape_security_PrivilegeManager.h \
netscape_security_PrivilegeTable.h \
netscape_security_Target.h \
netscape_security_Zig.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -13,11 +13,12 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
@ -31,3 +32,4 @@ CSRCS = stubnj.c
include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(DEPTH)/dist/public/img -I$(DEPTH)/dist/public/util -I$(DEPTH)/dist/public/layer

Просмотреть файл

@ -22,8 +22,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = necko
DIRS = \
base \
dns \

Просмотреть файл

@ -22,8 +22,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = necko
DIRS = public src
include $(topsrcdir)/config/rules.mk

12
netwerk/cache/Makefile.in поставляемый
Просмотреть файл

@ -1,5 +1,3 @@
# Generated automatically from Makefile.in by configure.
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
@ -15,16 +13,16 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../..
DEPTH = ../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = public obj mgr pref module tests
DIRS = public obj mgr pref module tests
include $(topsrcdir)/config/rules.mk

44
netwerk/cache/mgr/Makefile.in поставляемый
Просмотреть файл

@ -1,5 +1,3 @@
# Generated automatically from Makefile.in by configure.
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
@ -15,41 +13,31 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
DEPTH = ../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = cachemgr
MODULE=cachemgr
IS_COMPONENT=1
MODULE = cachemgr
LIBRARY_NAME = cachemgr
IS_COMPONENT = 1
LOCAL_INCLUDES += \
-I$(srcdir)/../public \
-I$(srcdir)/../include \
$(NULL)
REQUIRES = nspr
CPPSRCS = \
nsCacheManager.cpp \
nsMonitorable.cpp \
nsCacheBkgThd.cpp \
nsBkgThread.cpp \
$(NULL)
CPPSRCS = \
nsCacheManager.cpp \
nsMonitorable.cpp \
nsCacheBkgThd.cpp \
nsBkgThread.cpp \
$(NULL)
EXPORTS = \
$(NULL)
LOCAL_INCLUDES = -I$(srcdir)/../public -I$(srcdir)/../include
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
REQUIRES += nspr
EXTRA_LIBS += $(NSPR_LIBS)
include $(topsrcdir)/config/config.mk
#TARGETS = $(LIBRARY)
EXTRA_LIBS = $(NSPR_LIBS)
include $(topsrcdir)/config/rules.mk

14
netwerk/cache/module/Makefile.in поставляемый
Просмотреть файл

@ -1,4 +1,3 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
@ -14,21 +13,16 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
DEPTH = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
EXPORTS = \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
DIRS = disk memory
include $(topsrcdir)/config/config.mk
DIRS = disk memory
include $(topsrcdir)/config/rules.mk

48
netwerk/cache/module/disk/Makefile.in поставляемый
Просмотреть файл

@ -1,5 +1,3 @@
# Generated automatically from Makefile.in by configure.
# Generated automatically from Makefile.in by configure.
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
@ -15,47 +13,29 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = diskcache
MODULE = diskcache
IS_COMPONENT = 1
LIBRARY_NAME = diskcache
IS_COMPONENT = 1
LOCAL_INCLUDES += \
-I../../public \
-I../../include \
-I../ \
$(NULL)
CPPSRCS = \
nsDiskModule.cpp \
nsMonitorable.cpp \
nsFileStream.cpp \
nsDiskModuleFactory.cpp \
$(NULL)
CPPSRCS = \
nsDiskModule.cpp \
nsMonitorable.cpp \
nsFileStream.cpp \
nsDiskModuleFactory.cpp \
$(NULL)
BASE_LIBS=
NETLIB_LIBS =
LIBS =
DEFINES +=
DSO_LDOPTS += -ldb
include $(topsrcdir)/config/config.mk
# hack until necko lands
ifndef NECKO
PUBLIC = $(DEPTH)/netwerk/dist/include
endif
LOCAL_INCLUDES = -I../../public -I../../include -I..
include $(topsrcdir)/config/rules.mk
DSO_LDOPTS += -ldb

52
netwerk/cache/module/memory/Makefile.in поставляемый
Просмотреть файл

@ -1,5 +1,3 @@
# Generated automatically from Makefile.in by configure.
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
@ -15,43 +13,37 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../../..
DEPTH = ../../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = memcache
MODULE=memcache
IS_COMPONENT=1
MODULE = memcache
LIBRARY_NAME = memcache
IS_COMPONENT = 1
LOCAL_INCLUDES += \
-I$(srcdir) \
-I$(srcdir)/../../include \
-I$(srcdir)/../../public \
-I$(srcdir)/.. \
$(NULL)
REQUIRES = nspr
CPPSRCS = \
nsMemModule.cpp \
nsMemCacheObject.cpp \
nsMemStream.cpp \
nsMonitorable.cpp \
nsMemModuleFactory.cpp \
$(NULL)
CPPSRCS = \
nsMemModule.cpp \
nsMemCacheObject.cpp \
nsMemStream.cpp \
nsMonitorable.cpp \
nsMemModuleFactory.cpp \
$(NULL)
EXPORTS =
LOCAL_INCLUDES = \
-I$(srcdir) \
-I$(srcdir)/../../include \
-I$(srcdir)/../../public \
-I$(srcdir)/.. \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
REQUIRES += nspr
EXTRA_LIBS += $(NSPR_LIBS)
include $(topsrcdir)/config/config.mk
#TARGETS = $(LIBRARY)
EXTRA_LIBS = $(NSPR_LIBS)
include $(topsrcdir)/config/rules.mk

41
netwerk/cache/obj/Makefile.in поставляемый
Просмотреть файл

@ -1,5 +1,3 @@
# Generated automatically from Makefile.in by configure.
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
@ -15,39 +13,30 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
DEPTH = ../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = cacheobj
MODULE=cacheobj
IS_COMPONENT=1
MODULE = cacheobj
LIBRARY_NAME = cacheobj
IS_COMPONENT = 1
LOCAL_INCLUDES += \
-I$(srcdir)/../include \
-I$(srcdir)/../public \
-I$(PUBLIC)/netlib \
$(NULL)
CPPSRCS = nsCacheObject.cpp
CPPSRCS = \
nsCacheObject.cpp \
$(NULL)
REQUIRES = nspr
EXPORTS = \
$(NULL)
LOCAL_INCLUDES = \
-I$(srcdir)/../include \
-I$(srcdir)/../public \
-I$(PUBLIC)/netlib \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
REQUIRES += nspr
EXTRA_LIBS += $(NSPR_LIBS)
include $(topsrcdir)/config/config.mk
#TARGETS = $(LIBRARY)
EXTRA_LIBS = $(NSPR_LIBS)
include $(topsrcdir)/config/rules.mk

44
netwerk/cache/pref/Makefile.in поставляемый
Просмотреть файл

@ -1,5 +1,3 @@
# Generated automatically from Makefile.in by configure.
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
@ -15,40 +13,30 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
DEPTH = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = cachepref
MODULE=cachepref
IS_COMPONENT=1
MODULE = cachepref
LIBRARY_NAME = cachepref
IS_COMPONENT = 1
LOCAL_INCLUDES += \
-I$(srcdir)/../include \
-I$(srcdir)/../public \
-I$(PUBLIC)/netlib \
$(NULL)
CPPSRCS = nsCachePref.cpp
CPPSRCS = \
nsCachePref.cpp \
# nsCachePrefFactory.cpp \
$(NULL)
REQUIRES = nspr
EXPORTS = \
$(NULL)
LOCAL_INCLUDES = \
-I$(srcdir)/../include \
-I$(srcdir)/../public \
-I$(PUBLIC)/netlib \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
REQUIRES += nspr
EXTRA_LIBS += $(NSPR_LIBS)
include $(topsrcdir)/config/config.mk
#TARGETS = $(LIBRARY)
EXTRA_LIBS = $(NSPR_LIBS)
include $(topsrcdir)/config/rules.mk

23
netwerk/cache/public/Makefile.in поставляемый
Просмотреть файл

@ -1,4 +1,3 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
@ -14,25 +13,23 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH=../../..
DEPTH = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
EXPORTS = \
nsICacheManager.h \
nsICacheObject.h \
nsICachePref.h \
nsICacheModule.h \
$(NULL)
EXPORTS = \
nsICacheManager.h \
nsICacheObject.h \
nsICachePref.h \
nsICacheModule.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
#MODULE = cache
include $(topsrcdir)/config/config.mk
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/rules.mk

13
netwerk/cache/tests/Makefile.in поставляемый
Просмотреть файл

@ -1,4 +1,3 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
@ -14,14 +13,16 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
DEPTH = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = xptest
DIRS = xptest
include $(topsrcdir)/config/rules.mk

41
netwerk/cache/tests/xptest/Makefile.in поставляемый
Просмотреть файл

@ -1,5 +1,3 @@
# Generated automatically from Makefile.in by configure.
# Generated automatically from Makefile.in by configure.
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
@ -15,41 +13,34 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
#DIRS = dynamic
CPPSRCS = \
disktest.cpp \
memtest.cpp \
$(NULL)
CPPSRCS = \
disktest.cpp \
memtest.cpp \
$(NULL)
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=)
#PROGRAM = cachetest
#LIBRARY_NAME = xpcomsample
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=)
LIBS = \
-lpref \
-lsecfree \
-lmozjs \
-lxpcom \
$(ZLIB_LIBS) \
$(NSPR_LIBS) \
$(NULL)
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk
DEFINES += -DUSE_NSREG -DCACHE
LIBS_DIR += -L$(DIST)/bin/components
INCLUDES += -I$(srcdir)/../../public -I$(srcdir)/../../include -I..
IS_COMPONENT =
LIBS = \
-lpref \
-lsecfree \
-lmozjs \
-lxpcom \
$(ZLIB_LIBS) \
$(NSPR_LIBS) \
$(NULL)
#SIMPLE_PROGRAMS = $(addprefix $(OBJDIR)/, $(CPPSRCS:.cpp=))
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -22,8 +22,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = necko
DIRS = public src
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -22,16 +22,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = necko
DIRS = \
about \
data \
file \
resource \
ftp \
http \
$(NULL)
DIRS = about data file resource ftp http
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -1,3 +1,4 @@
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -12,29 +13,24 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../../..
DEPTH = ../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
LIBRARY_NAME = necko_data
IS_COMPONENT = 1
include $(DEPTH)/config/autoconf.mk
CPPSRCS = \
nsDataHandler.cpp \
nsDataChannel.cpp \
nsDataFactory.cpp \
$(NULL)
MODULE = necko
LIBRARY_NAME = necko_data
IS_COMPONENT = 1
MODULE = necko
include $(topsrcdir)/config/config.mk
TARGET = $(LIBARY)
CPPSRCS = \
nsDataHandler.cpp \
nsDataChannel.cpp \
nsDataFactory.cpp \
$(NULL)
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -34,6 +34,8 @@ CPPSRCS = \
$(NULL)
include $(topsrcdir)/config/rules.mk
ifeq ($(OS_ARCH), Linux)
DEFINES += -D_BSD_SOURCE
DEFINES += -D_BSD_SOURCE
endif

Просмотреть файл

@ -28,12 +28,14 @@ IS_COMPONENT = 1
REQUIRES = xpcom
CPPSRCS = nsMultiMixedConv.cpp \
CPPSRCS = \
nsMultiMixedConv.cpp \
nsFTPDirListingConv.cpp \
nsConvFactories.cpp \
nsConvFactories.cpp \
$(NULL)
EXPORTS = nsMultiMixedConv.h \
EXPORTS = \
nsMultiMixedConv.h \
nsFTPDirListingConv.h \
$(NULL)