Whitespace change to trigger rebuild of libs that depend upon zlib.

This commit is contained in:
seawood%netscape.com 2003-01-30 05:53:29 +00:00
Родитель bb28a32743
Коммит 4540357473
13 изменённых файлов: 11 добавлений и 120 удалений

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

@ -78,3 +78,4 @@ include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(srcdir)/../include

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

@ -181,3 +181,4 @@ EmbedComponents.cpp: EmbedComponents.cpp.in Makefile Makefile.in $(EMBED_LINK_CO
GARBAGE += EmbedComponents.cpp embed-link-comp-names embed-link-comps components
endif

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

@ -77,3 +77,4 @@ EXTRA_DSO_LDOPTS += \
include $(topsrcdir)/config/rules.mk

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

@ -64,3 +64,4 @@ EXTRA_DSO_LDOPTS = \
$(NULL)
include $(topsrcdir)/config/rules.mk

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

@ -98,3 +98,4 @@ EXTRA_DSO_LDOPTS = \
include $(topsrcdir)/config/rules.mk

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

@ -1,66 +0,0 @@
#
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/NPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
#
DEPTH = ../../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = wsproxytest
LIBRARY_NAME = wsproxytest
EXPORT_LIBRARY = 1
XPIDL_MODULE = wsproxytest
IS_COMPONENT = 1
MODULE_NAME = WSPProxyTestModule
REQUIRES = xpcom \
string \
xmlextras \
xpconnect \
caps \
js \
necko \
dom \
$(NULL)
XPIDLSRCS = \
nsIWSPProxyTest.idl \
$(NULL)
CPPSRCS = \
wspproxytest.cpp \
wspproxytestmodule.cpp \
$(NULL)
LOCAL_INCLUDES = \
-I$(srcdir)/../ \
$(NULL)
EXTRA_DSO_LDOPTS = \
$(LIBS_DIR) \
$(MOZ_COMPONENT_LIBS) \
$(ZLIB_LIBS) \
$(MOZ_JS_LIBS) \
$(NULL)
include $(topsrcdir)/config/rules.mk

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

@ -74,3 +74,4 @@ EXTRA_DSO_LDOPTS += \
$(MOZ_COMPONENT_LIBS) \
$(NULL)

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

@ -87,3 +87,4 @@ export::
touch Makefile; \
fi

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

@ -1,54 +0,0 @@
# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is Tim Rowley.
# Portions created by Tim Rowley are
# Copyright (C) 2001 Tim Rowley. Rights Reserved.
#
# Contributor(s):
# Tim Rowley <tor@cs.brown.edu>
DEPTH = ../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = imgmng
LIBRARY_NAME = imgmng
EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsMNGDecoderModule
GRE_MODULE = 1
EXTRA_DSO_LIBS = gkgfx
REQUIRES = xpcom \
gfx \
imglib2 \
$(MNG_REQUIRES) \
$(JPEG_REQUIRES) \
$(ZLIB_REQUIRES) \
$(NULL)
CPPSRCS = nsMNGDecoder.cpp nsMNGFactory.cpp imgContainerMNG.cpp
EXTRA_DSO_LDOPTS = \
$(LIBS_DIR) \
$(MNG_LIBS) $(JPEG_LIBS) $(ZLIB_LIBS) \
$(EXTRA_DSO_LIBS) \
$(MOZ_COMPONENT_LIBS) \
$(NULL)
include $(topsrcdir)/config/rules.mk

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

@ -134,3 +134,4 @@ nsMetaModule_%.cpp: nsMetaModule.cpp.in Makefile Makefile.in $(topsrcdir)/config
sed -e "s|%DECLARE_SUBMODULE_INFOS%|$(foreach m, $($(_META_COMPONENT_NAMES)), extern nsModuleInfo NSMODULEINFO($(m));)|" | \
sed -e "s|%SUBMODULE_INFOS%|$(foreach m, $($(_META_COMPONENT_NAMES)), \\& NSMODULEINFO($(m)),)|" \
> $(_TARGET)

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

@ -43,3 +43,4 @@ EXPORTS = $(MODULES_ZLIB_SRC_LEXPORTS)
include $(topsrcdir)/config/rules.mk

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

@ -102,3 +102,4 @@ EXTRA_DSO_LDOPTS += \
endif
include $(topsrcdir)/config/rules.mk

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

@ -129,3 +129,4 @@ ifeq ($(OS_ARCH),WINNT)
DEFINES += -DZLIB_DLL
endif