This commit is contained in:
briano%netscape.com 1999-09-17 21:06:32 +00:00
Родитель ecc3a2aa22
Коммит e635bdcdb7
3 изменённых файлов: 22 добавлений и 46 удалений

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

@ -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,20 +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@
MODULE = necko
include $(DEPTH)/config/autoconf.mk
DIRS= \
public \
src \
$(NULL)
DIRS = public src
include $(topsrcdir)/config/rules.mk

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

@ -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,28 +13,19 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
MODULE = necko
DEPTH = ../../../..
DEPTH = ../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
XPIDL_MODULE = necko_about
XPIDLSRCS = \
nsIJARChannel.idl \
$(NULL)
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
MODULE = necko
XPIDL_MODULE = necko_about
# hack until necko lands
ifndef NECKO
PUBLIC = $(DEPTH)/netwerk/dist/include
endif
XPIDLSRCS = nsIJARChannel.idl
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,35 +13,25 @@
# 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@
MODULE = necko
LIBRARY_NAME = necko_jar
IS_COMPONENT = 1
include $(DEPTH)/config/autoconf.mk
CPPSRCS = \
nsJARProtocolHandler.cpp \
nsJARProtocolFactory.cpp \
$(NULL)
MODULE = necko
LIBRARY_NAME = necko_jar
IS_COMPONENT = 1
REQUIRES = xpcom necko
REQUIRES = xpcom necko
include $(topsrcdir)/config/config.mk
# hack until necko lands
ifndef NECKO
PUBLIC = $(DEPTH)/netwerk/dist/include
endif
TARGET = $(LIBARY)
CPPSRCS = \
nsJARProtocolHandler.cpp \
nsJARProtocolFactory.cpp \
$(NULL)
include $(topsrcdir)/config/rules.mk