From 53c403df7973db01de99aa2704cb47ec9270b1d8 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 15 Apr 1996 21:14:30 +0000 Subject: [PATCH] * 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. --- ChangeLog | 9 +++++++++ Makefile.in | 4 ++++ configure.in | 12 ++++++------ 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3f0ea67d72..7c830e23b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon Apr 15 15:09:05 1996 Tom Tromey + + * 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 * Makefile.in: Add support for clean-{module} and diff --git a/Makefile.in b/Makefile.in index 597682f1db..dda19c40bc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/configure.in b/configure.in index dec42cfa9b..01ff0dd40c 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.34.1