From 72e703144ed51c980ab0fc9760c5d47456fdf787 Mon Sep 17 00:00:00 2001 From: "cyeh%netscape.com" Date: Thu, 20 Aug 1998 00:30:12 +0000 Subject: [PATCH] merging files from AUTOCONF_1_0 branch git-svn-id: svn://10.0.0.236/trunk@8223 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/lib/Makefile.in | 76 ++++++++++++++++++++++++++++ mozilla/modules/edtplug/Makefile.in | 30 +++++++++++ mozilla/modules/progress/Makefile.in | 26 ++++++++++ mozilla/modules/security/Makefile.in | 27 ++++++++++ mozilla/modules/softupdt/Makefile.in | 27 ++++++++++ mozilla/nav-java/Makefile.in | 34 +++++++++++++ mozilla/sun-java/Makefile.in | 74 +++++++++++++++++++++++++++ mozilla/sun-java/stubs/Makefile.in | 27 ++++++++++ 8 files changed, 321 insertions(+) create mode 100644 mozilla/lib/Makefile.in create mode 100644 mozilla/modules/edtplug/Makefile.in create mode 100644 mozilla/modules/progress/Makefile.in create mode 100644 mozilla/modules/security/Makefile.in create mode 100644 mozilla/modules/softupdt/Makefile.in create mode 100644 mozilla/nav-java/Makefile.in create mode 100644 mozilla/sun-java/Makefile.in create mode 100644 mozilla/sun-java/stubs/Makefile.in diff --git a/mozilla/lib/Makefile.in b/mozilla/lib/Makefile.in new file mode 100644 index 00000000000..0fa4c2a8d2e --- /dev/null +++ b/mozilla/lib/Makefile.in @@ -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 diff --git a/mozilla/modules/edtplug/Makefile.in b/mozilla/modules/edtplug/Makefile.in new file mode 100644 index 00000000000..1d8e7b23745 --- /dev/null +++ b/mozilla/modules/edtplug/Makefile.in @@ -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 diff --git a/mozilla/modules/progress/Makefile.in b/mozilla/modules/progress/Makefile.in new file mode 100644 index 00000000000..9d0d886b2c9 --- /dev/null +++ b/mozilla/modules/progress/Makefile.in @@ -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 diff --git a/mozilla/modules/security/Makefile.in b/mozilla/modules/security/Makefile.in new file mode 100644 index 00000000000..5f453e1b640 --- /dev/null +++ b/mozilla/modules/security/Makefile.in @@ -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 diff --git a/mozilla/modules/softupdt/Makefile.in b/mozilla/modules/softupdt/Makefile.in new file mode 100644 index 00000000000..209d7194441 --- /dev/null +++ b/mozilla/modules/softupdt/Makefile.in @@ -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 diff --git a/mozilla/nav-java/Makefile.in b/mozilla/nav-java/Makefile.in new file mode 100644 index 00000000000..545c21ac352 --- /dev/null +++ b/mozilla/nav-java/Makefile.in @@ -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 diff --git a/mozilla/sun-java/Makefile.in b/mozilla/sun-java/Makefile.in new file mode 100644 index 00000000000..c19b55e1cf4 --- /dev/null +++ b/mozilla/sun-java/Makefile.in @@ -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) diff --git a/mozilla/sun-java/stubs/Makefile.in b/mozilla/sun-java/stubs/Makefile.in new file mode 100644 index 00000000000..9ee28dbd37f --- /dev/null +++ b/mozilla/sun-java/stubs/Makefile.in @@ -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