From e635bdcdb7c2a3377e1fcd7be300cba37f6b4094 Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Fri, 17 Sep 1999 21:06:32 +0000 Subject: [PATCH] General cleanup. --- netwerk/protocol/jar/Makefile.in | 13 +++------- netwerk/protocol/jar/public/Makefile.in | 22 +++++------------ netwerk/protocol/jar/src/Makefile.in | 33 +++++++++---------------- 3 files changed, 22 insertions(+), 46 deletions(-) diff --git a/netwerk/protocol/jar/Makefile.in b/netwerk/protocol/jar/Makefile.in index c650f31169c..f1d1779a93d 100644 --- a/netwerk/protocol/jar/Makefile.in +++ b/netwerk/protocol/jar/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,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 + diff --git a/netwerk/protocol/jar/public/Makefile.in b/netwerk/protocol/jar/public/Makefile.in index 6517b3d3e91..826724879d4 100644 --- a/netwerk/protocol/jar/public/Makefile.in +++ b/netwerk/protocol/jar/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,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 + diff --git a/netwerk/protocol/jar/src/Makefile.in b/netwerk/protocol/jar/src/Makefile.in index 7262b9279cf..10d7ebe6b6b 100644 --- a/netwerk/protocol/jar/src/Makefile.in +++ b/netwerk/protocol/jar/src/Makefile.in @@ -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 +