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

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

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

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

@ -13,17 +13,19 @@
# Communications Corporation. Portions created by Netscape are # Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights # Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved. # Reserved.
#
DEPTH = ../../.. DEPTH = ../../..
topsrcdir = @top_srcdir@ topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
MODULE = java MODULE = java
EXPORTS = netscape_applet_EmbeddedObjectNatives.h \ EXPORTS = \
netscape_applet_EmbeddedObjectNatives.h \
netscape_applet_MozillaAppletContext.h \ netscape_applet_MozillaAppletContext.h \
netscape_javascript_JSObject.h \ netscape_javascript_JSObject.h \
netscape_javascript_JSException.h \ netscape_javascript_JSException.h \
@ -41,3 +43,4 @@ EXPORTS = netscape_applet_EmbeddedObjectNatives.h \
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS)) EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk

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

@ -13,11 +13,12 @@
# Communications Corporation. Portions created by Netscape are # Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights # Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved. # Reserved.
#
DEPTH = ../../.. DEPTH = ../../..
topsrcdir = @top_srcdir@ topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
@ -31,3 +32,4 @@ CSRCS = stubnj.c
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(DEPTH)/dist/public/img -I$(DEPTH)/dist/public/util -I$(DEPTH)/dist/public/layer 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 include $(DEPTH)/config/autoconf.mk
MODULE = necko
DIRS = \ DIRS = \
base \ base \
dns \ dns \

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

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

6
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 # 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 # Version 1.0 (the "NPL"); you may not use this file except in
@ -15,8 +13,7 @@
# Communications Corporation. Portions created by Netscape are # Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights # Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved. # Reserved.
#
DEPTH = ../.. DEPTH = ../..
topsrcdir = @top_srcdir@ topsrcdir = @top_srcdir@
@ -28,3 +25,4 @@ include $(DEPTH)/config/autoconf.mk
DIRS = public obj mgr pref module tests DIRS = public obj mgr pref module tests
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk

28
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 # 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 # Version 1.0 (the "NPL"); you may not use this file except in
@ -15,22 +13,20 @@
# Communications Corporation. Portions created by Netscape are # Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights # Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved. # Reserved.
#
DEPTH = ../../.. DEPTH = ../../..
topsrcdir = @top_srcdir@ topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
MODULE = cachemgr
LIBRARY_NAME = cachemgr LIBRARY_NAME = cachemgr
MODULE=cachemgr IS_COMPONENT = 1
IS_COMPONENT=1
LOCAL_INCLUDES += \ REQUIRES = nspr
-I$(srcdir)/../public \
-I$(srcdir)/../include \
$(NULL)
CPPSRCS = \ CPPSRCS = \
nsCacheManager.cpp \ nsCacheManager.cpp \
@ -39,17 +35,9 @@ CPPSRCS = \
nsBkgThread.cpp \ nsBkgThread.cpp \
$(NULL) $(NULL)
EXPORTS = \ LOCAL_INCLUDES = -I$(srcdir)/../public -I$(srcdir)/../include
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS)) EXTRA_LIBS = $(NSPR_LIBS)
REQUIRES += nspr
EXTRA_LIBS += $(NSPR_LIBS)
include $(topsrcdir)/config/config.mk
#TARGETS = $(LIBRARY)
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk

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

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

28
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 # 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 # Version 1.0 (the "NPL"); you may not use this file except in
@ -15,6 +13,7 @@
# Communications Corporation. Portions created by Netscape are # Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights # Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved. # Reserved.
#
DEPTH = ../../../.. DEPTH = ../../../..
topsrcdir = @top_srcdir@ topsrcdir = @top_srcdir@
@ -23,17 +22,10 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = diskcache
MODULE = diskcache MODULE = diskcache
LIBRARY_NAME = diskcache
IS_COMPONENT = 1 IS_COMPONENT = 1
LOCAL_INCLUDES += \
-I../../public \
-I../../include \
-I../ \
$(NULL)
CPPSRCS = \ CPPSRCS = \
nsDiskModule.cpp \ nsDiskModule.cpp \
nsMonitorable.cpp \ nsMonitorable.cpp \
@ -41,21 +33,9 @@ CPPSRCS = \
nsDiskModuleFactory.cpp \ nsDiskModuleFactory.cpp \
$(NULL) $(NULL)
BASE_LIBS= LOCAL_INCLUDES = -I../../public -I../../include -I..
NETLIB_LIBS = include $(topsrcdir)/config/rules.mk
LIBS =
DEFINES +=
DSO_LDOPTS += -ldb DSO_LDOPTS += -ldb
include $(topsrcdir)/config/config.mk
# hack until necko lands
ifndef NECKO
PUBLIC = $(DEPTH)/netwerk/dist/include
endif
include $(topsrcdir)/config/rules.mk

34
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 # 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 # Version 1.0 (the "NPL"); you may not use this file except in
@ -15,24 +13,20 @@
# Communications Corporation. Portions created by Netscape are # Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights # Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved. # Reserved.
#
DEPTH = ../../../.. DEPTH = ../../../..
topsrcdir = @top_srcdir@ topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
MODULE = memcache
LIBRARY_NAME = memcache LIBRARY_NAME = memcache
MODULE=memcache IS_COMPONENT = 1
IS_COMPONENT=1
LOCAL_INCLUDES += \ REQUIRES = nspr
-I$(srcdir) \
-I$(srcdir)/../../include \
-I$(srcdir)/../../public \
-I$(srcdir)/.. \
$(NULL)
CPPSRCS = \ CPPSRCS = \
nsMemModule.cpp \ nsMemModule.cpp \
@ -42,16 +36,14 @@ CPPSRCS = \
nsMemModuleFactory.cpp \ nsMemModuleFactory.cpp \
$(NULL) $(NULL)
EXPORTS = LOCAL_INCLUDES = \
-I$(srcdir) \
-I$(srcdir)/../../include \
-I$(srcdir)/../../public \
-I$(srcdir)/.. \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS)) EXTRA_LIBS = $(NSPR_LIBS)
REQUIRES += nspr
EXTRA_LIBS += $(NSPR_LIBS)
include $(topsrcdir)/config/config.mk
#TARGETS = $(LIBRARY)
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk

33
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 # 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 # Version 1.0 (the "NPL"); you may not use this file except in
@ -15,39 +13,30 @@
# Communications Corporation. Portions created by Netscape are # Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights # Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved. # Reserved.
#
DEPTH = ../../.. DEPTH = ../../..
topsrcdir = @top_srcdir@ topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
MODULE = cacheobj
LIBRARY_NAME = cacheobj LIBRARY_NAME = cacheobj
MODULE=cacheobj IS_COMPONENT = 1
IS_COMPONENT=1
LOCAL_INCLUDES += \ CPPSRCS = nsCacheObject.cpp
REQUIRES = nspr
LOCAL_INCLUDES = \
-I$(srcdir)/../include \ -I$(srcdir)/../include \
-I$(srcdir)/../public \ -I$(srcdir)/../public \
-I$(PUBLIC)/netlib \ -I$(PUBLIC)/netlib \
$(NULL) $(NULL)
CPPSRCS = \ EXTRA_LIBS = $(NSPR_LIBS)
nsCacheObject.cpp \
$(NULL)
EXPORTS = \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
REQUIRES += nspr
EXTRA_LIBS += $(NSPR_LIBS)
include $(topsrcdir)/config/config.mk
#TARGETS = $(LIBRARY)
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk

34
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 # 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 # Version 1.0 (the "NPL"); you may not use this file except in
@ -15,40 +13,30 @@
# Communications Corporation. Portions created by Netscape are # Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights # Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved. # Reserved.
#
DEPTH = ../../.. DEPTH = ../../..
topsrcdir = @top_srcdir@ topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
MODULE = cachepref
LIBRARY_NAME = cachepref LIBRARY_NAME = cachepref
MODULE=cachepref IS_COMPONENT = 1
IS_COMPONENT=1
LOCAL_INCLUDES += \ CPPSRCS = nsCachePref.cpp
REQUIRES = nspr
LOCAL_INCLUDES = \
-I$(srcdir)/../include \ -I$(srcdir)/../include \
-I$(srcdir)/../public \ -I$(srcdir)/../public \
-I$(PUBLIC)/netlib \ -I$(PUBLIC)/netlib \
$(NULL) $(NULL)
CPPSRCS = \ EXTRA_LIBS = $(NSPR_LIBS)
nsCachePref.cpp \
# nsCachePrefFactory.cpp \
$(NULL)
EXPORTS = \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
REQUIRES += nspr
EXTRA_LIBS += $(NSPR_LIBS)
include $(topsrcdir)/config/config.mk
#TARGETS = $(LIBRARY)
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk

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

@ -1,4 +1,3 @@
#!gmake
# #
# The contents of this file are subject to the Netscape Public License # 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 # Version 1.0 (the "NPL"); you may not use this file except in
@ -14,8 +13,9 @@
# Communications Corporation. Portions created by Netscape are # Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights # Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved. # Reserved.
#
DEPTH=../../.. DEPTH = ../../..
topsrcdir = @top_srcdir@ topsrcdir = @top_srcdir@
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
@ -31,8 +31,5 @@ EXPORTS = \
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS)) EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
#MODULE = cache
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk

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

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

21
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 # 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 # Version 1.0 (the "NPL"); you may not use this file except in
@ -15,6 +13,7 @@
# Communications Corporation. Portions created by Netscape are # Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights # Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved. # Reserved.
#
DEPTH = ../../../.. DEPTH = ../../../..
topsrcdir = @top_srcdir@ topsrcdir = @top_srcdir@
@ -23,24 +22,13 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
#DIRS = dynamic
CPPSRCS = \ CPPSRCS = \
disktest.cpp \ disktest.cpp \
memtest.cpp \ memtest.cpp \
$(NULL) $(NULL)
#PROGRAM = cachetest
#LIBRARY_NAME = xpcomsample
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=) SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=)
include $(topsrcdir)/config/config.mk
DEFINES += -DUSE_NSREG -DCACHE
LIBS_DIR += -L$(DIST)/bin/components
INCLUDES += -I$(srcdir)/../../public -I$(srcdir)/../../include -I..
IS_COMPONENT =
LIBS = \ LIBS = \
-lpref \ -lpref \
-lsecfree \ -lsecfree \
@ -50,6 +38,9 @@ LIBS = \
$(NSPR_LIBS) \ $(NSPR_LIBS) \
$(NULL) $(NULL)
#SIMPLE_PROGRAMS = $(addprefix $(OBJDIR)/, $(CPPSRCS:.cpp=))
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk
DEFINES += -DUSE_NSREG -DCACHE
LIBS_DIR += -L$(DIST)/bin/components
INCLUDES += -I$(srcdir)/../../public -I$(srcdir)/../../include -I..

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

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

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

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

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

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

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

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

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

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