Remove Accidentally inserted ^M chars.

This commit is contained in:
edburns%acm.org 2001-05-31 21:42:02 +00:00
Родитель dd2beccbc3
Коммит b9750208b5
1 изменённых файлов: 82 добавлений и 82 удалений

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

@ -1,82 +1,82 @@
#!nmake #!nmake
# #
# The contents of this file are subject to the Mozilla Public # The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file # License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of # except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/ # the License at http://www.mozilla.org/MPL/
# #
# Software distributed under the License is distributed on an "AS # Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing # implied. See the License for the specific language governing
# rights and limitations under the License. # rights and limitations under the License.
# #
# The Original Code is mozilla.org code. # The Original Code is mozilla.org code.
# #
# The Initial Developer of the Original Code is Sun Microsystems, # The Initial Developer of the Original Code is Sun Microsystems,
# Inc. Portions created by Sun are # Inc. Portions created by Sun are
# Copyright (C) 1999 Sun Microsystems, Inc. All # Copyright (C) 1999 Sun Microsystems, Inc. All
# Rights Reserved. # Rights Reserved.
# #
# Contributor(s): # Contributor(s):
IGNORE_MANIFEST=1 IGNORE_MANIFEST=1
#//------------------------------------------------------------------------ #//------------------------------------------------------------------------
#// #//
#// Makefile to build the java enhancers to mozilla #// Makefile to build the java enhancers to mozilla
#// #//
#//------------------------------------------------------------------------ #//------------------------------------------------------------------------
#//------------------------------------------------------------------------ #//------------------------------------------------------------------------
#// #//
#// Specify the depth of the current directory relative to the #// Specify the depth of the current directory relative to the
#// root of NS #// root of NS
#// #//
#//------------------------------------------------------------------------ #//------------------------------------------------------------------------
DEPTH = .. DEPTH = ..
!ifdef BUILD_DOM_ONLY !ifdef BUILD_DOM_ONLY
DIRS = external \ DIRS = external \
util \ util \
dom dom
!else !else
!ifdef BUILD_PLUGLETS_ONLY !ifdef BUILD_PLUGLETS_ONLY
DIRS = external \ DIRS = external \
util \ util \
dom \ dom \
plugins plugins
!else !else
!ifdef BUILD_WEBCLIENT_ONLY !ifdef BUILD_WEBCLIENT_ONLY
DIRS = external \ DIRS = external \
util \ util \
dom \ dom \
xpcom \ xpcom \
webclient \ webclient \
build build
!else !else
!ifdef BUILD_BLACKCONNECT_ONLY !ifdef BUILD_BLACKCONNECT_ONLY
DIRS = external \ DIRS = external \
util \ util \
xpcom xpcom
!else !else
!ifdef BUILD_BLACKWOOD !ifdef BUILD_BLACKWOOD
DIRS = external \ DIRS = external \
util \ util \
dom \ dom \
xpcom \ xpcom \
webclient \ webclient \
plugins plugins
!endif !endif
!endif !endif
!endif !endif
!endif !endif
!endif !endif
!ifdef PACKAGE_BUILD !ifdef PACKAGE_BUILD
DIRS = $(DIRS) build DIRS = $(DIRS) build
!endif !endif
include <$(DEPTH)\config\rules.mak> include <$(DEPTH)\config\rules.mak>
edburns: edburns:
echo $(DIRS) echo $(DIRS)