* Makefile.in: Add automake targets.
authorIan Lance Taylor <ian@airs.com>
Thu, 8 May 1997 21:30:31 +0000 (21:30 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 8 May 1997 21:30:31 +0000 (21:30 +0000)
* configure.in (host_tools): Add automake.

ChangeLog
Makefile.in
configure.in

index c78aee8b3e3fc74d03b17dce62a60ca36dc526df..c86d2621088411030abe97f134c8dd58363f1341 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in: Add automake targets.
+       * configure.in (host_tools): Add automake.
+
 start-sanitize-ide
 Thu May  8 17:09:12 1997  Ian Lance Taylor  <ian@cygnus.com>
 
index 5b74f170d05fc086074cf7b48b0732c4e6353211..fedaabf35e445ddf61413df7f4630bd08ee11911 100644 (file)
@@ -426,6 +426,7 @@ GCC_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_GCC_FLAGS)
 ALL_MODULES = \
        all-apache \
        all-autoconf \
+       all-automake \
        all-bash \
        all-bfd \
        all-binutils \
@@ -501,6 +502,7 @@ NATIVE_CHECK_MODULES = \
 CROSS_CHECK_MODULES = \
        check-apache \
        check-autoconf \
+       check-automake \
        check-bash \
        check-bfd \
        check-binutils \
@@ -565,6 +567,7 @@ CHECK_MODULES=$(NATIVE_CHECK_MODULES) $(CROSS_CHECK_MODULES)
 INSTALL_MODULES = \
        install-apache \
        install-autoconf \
+       install-automake \
        install-bash \
        install-bfd \
        install-binutils \
@@ -711,6 +714,7 @@ INSTALL_TARGET_MODULES = \
 CLEAN_MODULES = \
        clean-apache \
        clean-autoconf \
+       clean-automake \
        clean-bash \
        clean-bfd \
        clean-binutils \
@@ -1331,6 +1335,7 @@ install-dosrel-fake:
 # This is a list of inter-dependencies among modules.
 all-apache:
 all-autoconf: all-m4
+all-automake:
 all-bash:
 all-bfd:
 all-binutils: all-libiberty all-opcodes all-bfd all-flex all-byacc
index 41af98d3c0766abf2bb278c67e063528ffca42cb..79587d4a44f92ef7912c285211f968d52280d01e 100644 (file)
@@ -53,7 +53,7 @@ fi
 # these tools are built for the host environment
 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
 # know that we are building the simulator.
-host_tools="texinfo byacc flex bison binutils ld gas gcc sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu bash m4 autoconf ispell grep diff rcs cvs fileutils shellutils time textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils sn"
+host_tools="texinfo byacc flex bison binutils ld gas gcc sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu bash m4 autoconf automake ispell grep diff rcs cvs fileutils shellutils time textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils sn"
 # start-sanitize-ide
 host_tools="${host_tools} ilu vmake"
 # end-sanitize-ide
@@ -85,7 +85,7 @@ target_tools="target-examples target-groff"
 #
 # This must be a single line because of the way it is searched by grep in
 # the code below.
-native_only="autoconf cvs emacs emacs19 fileutils find gawk grep gzip hello indent ispell m4 rcs recode sed shellutils tar textutils gash uudecode wdiff gprof target-groff guile perl apache inet time bash prms sn gnuserv"
+native_only="autoconf automake cvs emacs emacs19 fileutils find gawk grep gzip hello indent ispell m4 rcs recode sed shellutils tar textutils gash uudecode wdiff gprof target-groff guile perl apache inet time bash prms sn gnuserv"
 
 # directories to be built in a cross environment only
 #
@@ -391,7 +391,7 @@ case "${host}" in
 # end-sanitize-ide
        ;;
   *-*-cygwin32)
-     noconfigdirs="expect dejagnu cvs autoconf bison send-pr gprof rcs guile perl texinfo apache inet itcl db sn gnuserv"
+     noconfigdirs="expect dejagnu cvs autoconf automake bison send-pr gprof rcs guile perl texinfo apache inet itcl db sn gnuserv"
 # start-sanitize-ide
      noconfigdirs="$noconfigdirs libide vmake"
 # end-sanitize-ide
@@ -402,7 +402,7 @@ case "${host}" in
      target_configdirs=
     ;;
   ppc*-*-pe)
-     noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl apache inet itcl db sn gnuserv"
+     noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf automake texinfo bison send-pr gprof rcs guile perl apache inet itcl db sn gnuserv"
 # start-sanitize-ide
      noconfigdirs="$noconfigdirs libide vmake"
 # end-sanitize-ide
This page took 0.032465 seconds and 4 git commands to generate.