Fixed makefiles for necko module, but netwerk directory.

This commit is contained in:
warren%netscape.com 1999-06-25 03:00:32 +00:00
Родитель 9e072c4c81
Коммит 9ac7aaff06
38 изменённых файлов: 61 добавлений и 61 удалений

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

@ -21,7 +21,7 @@ topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
MODULE = netwerk
MODULE = necko
include $(DEPTH)/config/autoconf.mk

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

@ -21,7 +21,7 @@ topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
MODULE = netwerk
MODULE = necko
include $(DEPTH)/config/autoconf.mk

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

@ -21,8 +21,8 @@ topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
MODULE = netwerk
XPIDL_MODULE = netwerk_base
MODULE = necko
XPIDL_MODULE = necko_base
XPIDLSRCS = \
nsIRequest.idl \

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

@ -22,7 +22,7 @@ DEPTH = ..\..\..
// temporary, until we land:
!ifndef NECKO
include <$(DEPTH)/config/config.mak>
PUBLIC = $(DEPTH)\necko\dist\include
PUBLIC = $(DEPTH)\netwerk\dist\include
!endif
EXPORTS = \
@ -53,7 +53,7 @@ XPIDLSRCS = \
include <$(DEPTH)/config/rules.mak>
$(DEPTH)\necko\dist\include:
-mkdir $(DEPTH)\necko\dist
-mkdir $(DEPTH)\necko\dist\include
$(DEPTH)\netwerk\dist\include:
-mkdir $(DEPTH)\netwerk\dist
-mkdir $(DEPTH)\netwerk\dist\include

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

@ -19,9 +19,9 @@ topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
MODULE = netwerk
MODULE = necko
LIBRARY_NAME = netwerkbase_s
LIBRARY_NAME = neckobase_s
include $(DEPTH)/config/autoconf.mk

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

@ -20,7 +20,7 @@ DEPTH = ..\..\..
// temporary, until we land:
!ifndef NECKO
include <$(DEPTH)/config/config.mak>
PUBLIC = $(DEPTH)\necko\dist\include
PUBLIC = $(DEPTH)\netwerk\dist\include
!endif
LCFLAGS = -DWIN32_LEAN_AND_MEAN -D_IMPL_NS_NET

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

@ -23,18 +23,18 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
LIBRARY_NAME = netwerk
LIBRARY_NAME = necko
IS_COMPONENT = 1
MODULE = netwerk
MODULE = necko
CPPSRCS = \
nsNetFactory.cpp \
$(NULL)
SHARED_LIBRARY_LIBS = \
$(DIST)/lib/libnetwerkbase_s.a \
$(DIST)/lib/libnetwerkdns_s.a \
$(DIST)/lib/libneckobase_s.a \
$(DIST)/lib/libneckodns_s.a \
$(NULL)
LOCAL_INCLUDES += \

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

@ -21,7 +21,7 @@ MODULE=necko
// temporary, until we land:
!ifndef NECKO
include <$(DEPTH)/config/config.mak>
PUBLIC = $(DEPTH)\necko\dist\include
PUBLIC = $(DEPTH)\netwerk\dist\include
!endif
MAKE_OBJ_TYPE=DLL
@ -32,11 +32,11 @@ CPP_OBJS= \
.\$(OBJDIR)\nsNetFactory.obj \
$(NULL)
LLIBS= \
LLIBS= \
$(DIST)\lib\neckobase_s.lib \
$(DIST)\lib\neckodns_s.lib \
$(DIST)\lib\xpcom.lib \
$(DIST)\lib\plc3.lib \
$(DIST)\lib\xpcom.lib \
$(DIST)\lib\plc3.lib \
$(LIBNSPR)
MISCDEP=$(LLIBS)

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

@ -21,7 +21,7 @@ topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
MODULE = netwerk
MODULE = necko
include $(DEPTH)/config/autoconf.mk

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

@ -15,7 +15,7 @@
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
MODULE = netwerk
MODULE = necko
DEPTH = ../../..
@ -23,7 +23,7 @@ topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
XPIDL_MODULE = netwerk_dns
XPIDL_MODULE = necko_dns
XPIDLSRCS = \
nsIDNSListener.idl \

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

@ -22,7 +22,7 @@ DEPTH = ..\..\..
// temporary, until we land:
!ifndef NECKO
include <$(DEPTH)/config/config.mak>
PUBLIC = $(DEPTH)\necko\dist\include
PUBLIC = $(DEPTH)\netwerk\dist\include
!endif
XPIDL_MODULE = necko_dns

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

@ -19,7 +19,7 @@ topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
LIBRARY_NAME = netwerkdns_s
LIBRARY_NAME = neckodns_s
include $(DEPTH)/config/autoconf.mk
@ -32,7 +32,7 @@ EXPORTS = \
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
MODULE = netwerk
MODULE = necko
include $(topsrcdir)/config/config.mk

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

@ -20,7 +20,7 @@ DEPTH = ..\..\..
// temporary, until we land:
!ifndef NECKO
include <$(DEPTH)/config/config.mak>
PUBLIC = $(DEPTH)\necko\dist\include
PUBLIC = $(DEPTH)\netwerk\dist\include
!endif
LCFLAGS = -DWIN32_LEAN_AND_MEAN -D_IMPL_NS_NET

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

@ -21,7 +21,7 @@ topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
MODULE = netwerk
MODULE = necko
include $(DEPTH)/config/autoconf.mk

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

@ -21,7 +21,7 @@ topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
MODULE = netwerk
MODULE = necko
include $(DEPTH)/config/autoconf.mk

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

@ -15,7 +15,7 @@
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
MODULE = netwerk
MODULE = necko
DEPTH = ../../../..
@ -23,7 +23,7 @@ topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
XPIDL_MODULE = netwerk_file
XPIDL_MODULE = necko_file
XPIDLSRCS = \
nsIFileChannel.idl \

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

@ -22,7 +22,7 @@ DEPTH = ..\..\..\..
// temporary, until we land:
!ifndef NECKO
include <$(DEPTH)/config/config.mak>
PUBLIC = $(DEPTH)\necko\dist\include
PUBLIC = $(DEPTH)\netwerk\dist\include
!endif
XPIDL_MODULE = necko_file

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

@ -19,7 +19,7 @@ topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
MODULE = netwerk
MODULE = necko
LIBRARY_NAME = necko_file
@ -33,7 +33,7 @@ CPPSRCS = \
nsFileProtocolFactory.cpp \
$(NULL)
REQUIRES = xpcom netwerk raptor
REQUIRES = xpcom necko raptor
include $(topsrcdir)/config/config.mk

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

@ -21,7 +21,7 @@ MODULE=necko
// temporary, until we land:
!ifndef NECKO
include <$(DEPTH)/config/config.mak>
PUBLIC = $(DEPTH)\necko\dist\include
PUBLIC = $(DEPTH)\netwerk\dist\include
!endif
IS_COMPONENT=1

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

@ -21,7 +21,7 @@ topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
MODULE = netwerk
MODULE = necko
include $(DEPTH)/config/autoconf.mk

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

@ -15,14 +15,14 @@
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
MODULE = netwerk
MODULE = necko
DEPTH = ../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
XPIDL_MODULE = netwerk_ftp
XPIDL_MODULE = necko_ftp
XPIDLSRCS = \
nsIFTPChannel.idl \

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

@ -22,7 +22,7 @@ DEPTH = ..\..\..\..
// temporary, until we land:
!ifndef NECKO
include <$(DEPTH)/config/config.mak>
PUBLIC = $(DEPTH)\necko\dist\include
PUBLIC = $(DEPTH)\netwerk\dist\include
!endif
XPIDL_MODULE = necko_ftp

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

@ -33,7 +33,7 @@ CPPSRCS = \
nsFtpFactory.cpp \
$(NULL)
MODULE = netwerk
MODULE = necko
include $(topsrcdir)/config/config.mk

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

@ -20,7 +20,7 @@ DEPTH = ..\..\..\..
// temporary, until we land:
!ifndef NECKO
include <$(DEPTH)/config/config.mak>
PUBLIC = $(DEPTH)\necko\dist\include
PUBLIC = $(DEPTH)\netwerk\dist\include
!endif
MAKE_OBJ_TYPE=DLL

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

@ -21,7 +21,7 @@ topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
MODULE = netwerk
MODULE = necko
include $(DEPTH)/config/autoconf.mk

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

@ -15,7 +15,7 @@
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
MODULE = netwerk
MODULE = necko
DEPTH = ../../../..
@ -23,7 +23,7 @@ topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
XPIDL_MODULE = netwerk_http
XPIDL_MODULE = necko_http
XPIDLSRCS = \
nsIHTTPChannel.idl \

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

@ -22,7 +22,7 @@ DEPTH = ..\..\..\..
// temporary, until we land:
!ifndef NECKO
include <$(DEPTH)/config/config.mak>
PUBLIC = $(DEPTH)\necko\dist\include
PUBLIC = $(DEPTH)\netwerk\dist\include
!endif
XPIDL_MODULE = necko_http

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

@ -39,9 +39,9 @@ EXPORTS= \
nsHTTPCID.h \
$(NULL)
REQUIRES = xpcom netwerk raptor
REQUIRES = xpcom necko raptor
MODULE = netwerk
MODULE = necko
include $(topsrcdir)/config/config.mk

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

@ -30,7 +30,7 @@ DEPTH=..\..\..\..
// temporary, until we land:
!ifndef NECKO
include <$(DEPTH)/config/config.mak>
PUBLIC = $(DEPTH)\necko\dist\include
PUBLIC = $(DEPTH)\netwerk\dist\include
!endif
MODULE=necko

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

@ -21,7 +21,7 @@ topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
MODULE = netwerk
MODULE = necko
include $(DEPTH)/config/autoconf.mk

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

@ -19,7 +19,7 @@ topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
MODULE = netwerk
MODULE = necko
LIBRARY_NAME = necko_resource
@ -32,7 +32,7 @@ CPPSRCS = \
nsResourceProtocolFactory.cpp \
$(NULL)
REQUIRES = xpcom netwerk
REQUIRES = xpcom necko
include $(topsrcdir)/config/config.mk

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

@ -21,7 +21,7 @@ MODULE=necko
// temporary, until we land:
!ifndef NECKO
include <$(DEPTH)/config/config.mak>
PUBLIC = $(DEPTH)\necko\dist\include
PUBLIC = $(DEPTH)\netwerk\dist\include
!endif
IS_COMPONENT=1

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

@ -20,7 +20,7 @@ DEPTH=..\..
// temporary, until we land:
!ifndef NECKO
include <$(DEPTH)/config/config.mak>
PUBLIC = $(DEPTH)\necko\dist\include
PUBLIC = $(DEPTH)\netwerk\dist\include
!endif
MAKE_OBJ_TYPE = EXE

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

@ -21,7 +21,7 @@ topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
MODULE = netwerk
MODULE = necko
include $(DEPTH)/config/autoconf.mk

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

@ -15,7 +15,7 @@
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
MODULE = netwerk
MODULE = necko
DEPTH = ../../..

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

@ -22,7 +22,7 @@ DEPTH = ..\..\..
// temporary, until we land:
!ifndef NECKO
include <$(DEPTH)/config/config.mak>
PUBLIC = $(DEPTH)\necko\dist\include
PUBLIC = $(DEPTH)\netwerk\dist\include
!endif
EXPORTS = \
@ -31,7 +31,7 @@ EXPORTS = \
include <$(DEPTH)/config/rules.mak>
$(DEPTH)\necko\dist\include:
-mkdir $(DEPTH)\necko\dist
-mkdir $(DEPTH)\necko\dist\include
$(DEPTH)\netwerk\dist\include:
-mkdir $(DEPTH)\netwerk\dist
-mkdir $(DEPTH)\netwerk\dist\include

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

@ -19,7 +19,7 @@ topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
LIBRARY_NAME = netwerkutil_s
LIBRARY_NAME = neckoutil_s
include $(DEPTH)/config/autoconf.mk
@ -32,7 +32,7 @@ EXPORTS = \
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
MODULE = netwerk
MODULE = necko
include $(topsrcdir)/config/config.mk

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

@ -20,7 +20,7 @@ DEPTH = ..\..\..
// temporary, until we land:
!ifndef NECKO
include <$(DEPTH)/config/config.mak>
PUBLIC = $(DEPTH)\necko\dist\include
PUBLIC = $(DEPTH)\netwerk\dist\include
!endif
LCFLAGS = -DWIN32_LEAN_AND_MEAN -D_IMPL_NS_NET