* Makefile.in (ALL_MODULES): Include all-apache.

(CROSS_CHECK_MODULES): Include check-apache.
	(INSTALL_MODULES): Include install-apache.
	(all-apache): New target.

	* configure.in: Added apache everywhere perl is seen.
This commit is contained in:
Tom Tromey 1996-04-15 21:14:30 +00:00
parent 10533b5b48
commit 53c403df79
3 changed files with 19 additions and 6 deletions

View File

@ -1,3 +1,12 @@
Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
* Makefile.in (ALL_MODULES): Include all-apache.
(CROSS_CHECK_MODULES): Include check-apache.
(INSTALL_MODULES): Include install-apache.
(all-apache): New target.
* configure.in: Added apache everywhere perl is seen.
Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
* Makefile.in: Add support for clean-{module} and

View File

@ -410,6 +410,7 @@ GCC_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_GCC_FLAGS)
# This is a list of the targets for all of the modules which are compiled
# using $(FLAGS_TO_PASS).
ALL_MODULES = \
all-apache \
all-autoconf \
all-bfd \
all-binutils \
@ -470,6 +471,7 @@ NATIVE_CHECK_MODULES = \
check-flex
CROSS_CHECK_MODULES = \
check-apache \
check-autoconf \
check-bfd \
check-binutils \
@ -517,6 +519,7 @@ CHECK_MODULES=$(NATIVE_CHECK_MODULES) $(CROSS_CHECK_MODULES)
# This is a list of the install targets for all of the modules which are
# compiled using $(FLAGS_TO_PASS).
INSTALL_MODULES = \
install-apache \
install-autoconf \
install-bfd \
install-binutils \
@ -1220,6 +1223,7 @@ install-dosrel-fake:
# This is a list of inter-dependencies among modules.
all-apache:
all-autoconf: all-m4
all-bfd:
all-binutils: all-libiberty all-opcodes all-bfd all-flex all-byacc

View File

@ -36,7 +36,7 @@ host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch
prms send-pr gprof gdbtest tgas etc expect dejagnu sim
m4 autoconf ispell grep diff rcs cvs fileutils shellutils
textutils wdiff find emacs emacs19 uudecode hello tar gzip indent
recode release sed utils guile perl"
recode release sed utils guile perl apache"
# these libraries are built for the target environment, and are built after
@ -66,7 +66,7 @@ target_tools="target-examples target-groff"
#
native_only="autoconf cvs emacs emacs19 fileutils find grep gzip hello
indent ispell m4 rcs recode sed shellutils tar textutils gash
uudecode wdiff gprof target-groff guile perl"
uudecode wdiff gprof target-groff guile perl apache"
# directories to be built in a cross environment only
#
@ -347,16 +347,16 @@ noconfigdirs=""
case "${host}" in
i[345]86-*-vsta)
noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl"
noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache"
;;
i[345]86-*-go32)
noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl"
noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache"
;;
*-*-cygwin32)
noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl"
noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl apache"
;;
ppc*-*-pe)
noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl"
noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl apache"
;;
esac