merging files from AUTOCONF_1_0 branch
git-svn-id: svn://10.0.0.236/trunk@8223 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
76
mozilla/lib/Makefile.in
Normal file
76
mozilla/lib/Makefile.in
Normal file
@@ -0,0 +1,76 @@
|
||||
#! 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
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
#
|
||||
|
||||
DEPTH = ..
|
||||
topsrcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
srcdir = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
DIRS = layout libcgi libi18n libmisc
|
||||
|
||||
ifndef NO_UNIX_LDAP
|
||||
DIRS += ldap
|
||||
endif
|
||||
|
||||
ifdef MOZ_MAIL_NEWS
|
||||
DIRS += libmsg
|
||||
endif
|
||||
|
||||
ifdef MOZ_NEO
|
||||
DIRS += libneo
|
||||
endif
|
||||
|
||||
DIRS += libparse xlate xp
|
||||
|
||||
ifdef MOZ_MAIL_NEWS
|
||||
DIRS += libaddr libmime
|
||||
endif
|
||||
|
||||
DIRS += htmldlgs
|
||||
|
||||
ifndef NO_LAYERS
|
||||
DIRS += liblayer
|
||||
endif
|
||||
|
||||
DIRS += libmocha libstyle
|
||||
|
||||
ifeq ($(OS_ARCH),OS2)
|
||||
DIRS += libcnv
|
||||
endif
|
||||
|
||||
DIRS += libpics
|
||||
|
||||
DIRS += mariner
|
||||
|
||||
DIRS += libpwcac
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
ifndef USE_AUTOCONF
|
||||
# This is a kludge so that running "make netscape-us" in this directory
|
||||
# will rebuild the subdirectories, and then relink ../../cmd/xfe/netscape-us
|
||||
#
|
||||
junk=export libs install
|
||||
netscape-us netscape-export nav-us nav-export netscape-us.pure netscape-export.pure: $(junk)
|
||||
cd $(DEPTH)/cmd/xfe; $(MAKE) $@
|
||||
endif
|
||||
30
mozilla/modules/edtplug/Makefile.in
Normal file
30
mozilla/modules/edtplug/Makefile.in
Normal file
@@ -0,0 +1,30 @@
|
||||
#!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
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
IGNORE_MANIFEST=1
|
||||
|
||||
#
|
||||
|
||||
DEPTH = ../..
|
||||
topsrcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
srcdir = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
DIRS = include classes src
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
26
mozilla/modules/progress/Makefile.in
Normal file
26
mozilla/modules/progress/Makefile.in
Normal file
@@ -0,0 +1,26 @@
|
||||
#!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
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
DEPTH = ../..
|
||||
topsrcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
srcdir = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
DIRS = src public
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
27
mozilla/modules/security/Makefile.in
Normal file
27
mozilla/modules/security/Makefile.in
Normal file
@@ -0,0 +1,27 @@
|
||||
# -*- Mode: Makefile -*-
|
||||
#
|
||||
# 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
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
DEPTH = ../..
|
||||
topsrcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
srcdir = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = freenav
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
27
mozilla/modules/softupdt/Makefile.in
Normal file
27
mozilla/modules/softupdt/Makefile.in
Normal file
@@ -0,0 +1,27 @@
|
||||
#!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
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
DEPTH = ../..
|
||||
topsrcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
srcdir = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = classes src include
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
34
mozilla/nav-java/Makefile.in
Normal file
34
mozilla/nav-java/Makefile.in
Normal file
@@ -0,0 +1,34 @@
|
||||
#!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
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
DEPTH = ..
|
||||
topsrcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
srcdir = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
DIRS = $(AWT11DIRS) classes netscape
|
||||
|
||||
ifndef MOZ_JAVA
|
||||
DIRS=stubs
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
ifeq ($(AWT_11),1)
|
||||
AWT11DIRS = classes11
|
||||
endif
|
||||
74
mozilla/sun-java/Makefile.in
Normal file
74
mozilla/sun-java/Makefile.in
Normal file
@@ -0,0 +1,74 @@
|
||||
#!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
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
DEPTH = ..
|
||||
topsrcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
srcdir = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = md-include $(AWT11DIRS) classsrc javah jtools include \
|
||||
runtime md awt mmedia netscape jpegwrap zipwrap bn jdbc
|
||||
|
||||
#
|
||||
# We need to build only console for stand alone java
|
||||
#
|
||||
ifdef MOZ_JAVA
|
||||
|
||||
ifeq ($(STAND_ALONE_JAVA),1)
|
||||
DIRS = javah $(AWT11DIRS) classsrc include md-include md \
|
||||
runtime awt mmedia jpegwrap zipwrap bn jdbc netscape/console
|
||||
endif
|
||||
ifeq ($(AWT_11),1)
|
||||
AWT11DIRS = classsrc11
|
||||
endif
|
||||
|
||||
else # MOZ_JAVA
|
||||
DIRS = stubs
|
||||
endif # MOZ_JAVA
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
OTHER_DIRS = javac javadoc doc javap
|
||||
|
||||
LOOP_OVER_OTHER_DIRS = \
|
||||
@for d in $(OTHER_DIRS); do \
|
||||
if test -d $$d; then \
|
||||
set -e; \
|
||||
echo "cd $$d; $(MAKE) $@"; \
|
||||
cd $$d; $(MAKE) $@; cd ..; \
|
||||
set +e; \
|
||||
else \
|
||||
echo "Skipping non-directory $$d..."; \
|
||||
fi; \
|
||||
done
|
||||
|
||||
.PHONY: $(OTHER_DIRS)
|
||||
|
||||
$(OTHER_DIRS)::
|
||||
@if test -d $@; then \
|
||||
set -e; \
|
||||
echo "cd $@; $(MAKE)"; \
|
||||
cd $@; $(MAKE); \
|
||||
set +e; \
|
||||
else \
|
||||
echo "Skipping non-directory $@..."; \
|
||||
fi
|
||||
|
||||
other_dirs::
|
||||
+$(LOOP_OVER_OTHER_DIRS)
|
||||
27
mozilla/sun-java/stubs/Makefile.in
Normal file
27
mozilla/sun-java/stubs/Makefile.in
Normal file
@@ -0,0 +1,27 @@
|
||||
#!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
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
DEPTH = ../..
|
||||
topsrcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
srcdir = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = jri include src
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
Reference in New Issue
Block a user