* Makefile.in, configure.in: Handle jstools like vmake.

This commit is contained in:
Ian Lance Taylor 1997-08-11 17:50:58 +00:00
parent 7b94b2ea77
commit c070fb34df
3 changed files with 30 additions and 9 deletions

View File

@ -1,3 +1,9 @@
start-sanitize-ide
Mon Aug 11 13:49:46 1997 Ian Lance Taylor <ian@cygnus.com>
* Makefile.in, configure.in: Handle jstools like vmake.
end-sanitize-ide
Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
* Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in

View File

@ -481,6 +481,9 @@ ALL_MODULES = \
all-inet \
all-ispell \
all-itcl \
$(start-sanitize-ide) \
all-jstools \
$(end-sanitize-ide) \
all-ld \
all-libiberty \
$(start-sanitize-ide) \
@ -553,6 +556,9 @@ CROSS_CHECK_MODULES = \
check-inet \
check-ispell \
check-itcl \
$(start-sanitize-ide) \
check-jstools \
$(end-sanitize-ide) \
check-ld \
check-libiberty \
$(start-sanitize-ide) \
@ -626,6 +632,9 @@ INSTALL_MODULES = \
install-inet \
install-ispell \
install-itcl \
$(start-sanitize-ide) \
install-jstools \
$(end-sanitize-ide) \
install-ld \
install-libiberty \
$(start-sanitize-ide) \
@ -780,6 +789,9 @@ CLEAN_MODULES = \
clean-inet \
clean-ispell \
clean-itcl \
$(start-sanitize-ide) \
clean-jstools \
$(end-sanitize-ide) \
clean-ld \
clean-libiberty \
$(start-sanitize-ide) \
@ -1418,6 +1430,9 @@ all-indent:
all-inet: all-tcl all-send-pr all-perl
all-ispell: all-emacs19
all-itcl: all-tcl all-tk
# start-sanitize-ide
all-jstools: all-tcl all-tk all-libide
# end-sanitize-ide
all-ld: all-libiberty all-bfd all-opcodes all-byacc all-flex
configure-target-libg++: $(ALL_GCC) configure-target-librx
all-target-libg++: configure-target-libg++ all-gas all-ld all-gcc all-target-libiberty all-target-newlib all-target-libio all-target-librx all-target-libstdc++

View File

@ -55,7 +55,7 @@ fi
# 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 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"
host_tools="${host_tools} ilu vmake jstools"
# end-sanitize-ide
# these libraries are built for the target environment, and are built after
@ -236,7 +236,7 @@ case ${with_x} in
no)
skipdirs="${skipdirs} tk gash"
# start-sanitize-ide
skipdirs="${skipdirs} libide vmake"
skipdirs="${skipdirs} libide vmake jstools"
# end-sanitize-ide
;;
*)
@ -389,13 +389,13 @@ case "${host}" in
i[3456]86-*-vsta)
noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet itcl tix db sn gnuserv"
# start-sanitize-ide
noconfigdirs="$noconfigdirs libide vmake"
noconfigdirs="$noconfigdirs libide vmake jstools"
# end-sanitize-ide
;;
i[3456]86-*-go32* | i[3456]86-*-msdosdjgpp*)
noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl apache inet itcl tix db sn gnuserv"
# start-sanitize-ide
noconfigdirs="$noconfigdirs libide vmake"
noconfigdirs="$noconfigdirs libide vmake jstools"
# end-sanitize-ide
;;
*-*-cygwin32)
@ -410,7 +410,7 @@ case "${host}" in
ppc*-*-pe)
noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf automake texinfo bison send-pr gprof rcs guile perl apache inet itcl tix db sn gnuserv"
# start-sanitize-ide
noconfigdirs="$noconfigdirs libide vmake"
noconfigdirs="$noconfigdirs libide vmake jstools"
# end-sanitize-ide
;;
esac
@ -455,7 +455,7 @@ case "${target}" in
d30v-*-*)
noconfigdirs="$noconfigdirs tcl tk expect gcc gdb newlib target-librx target-libg++ target-libstdc++ target-libio target-libgloss itcl tix db sn gnuserv target-libiberty target-newlib target-examples"
# start-sanitize-ide
noconfigdirs="$noconfigdirs libide vmake"
noconfigdirs="$noconfigdirs libide vmake jstools"
# end-sanitize-ide
;;
# end-sanitize-d30v
@ -493,7 +493,7 @@ case "${target}" in
*-*-cygwin32) ;; # keep gdb tcl tk expect etc.
*) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix db sn gnuserv"
# start-sanitize-ide
noconfigdirs="$noconfigdirs libide vmake"
noconfigdirs="$noconfigdirs libide vmake jstools"
# end-sanitize-ide
;;
esac
@ -540,7 +540,7 @@ case "${target}" in
target_configdirs="$target_configdirs target-winsup"
noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl tix db sn gnuserv"
# start-sanitize-ide
noconfigdirs="$noconfigdirs libide vmake"
noconfigdirs="$noconfigdirs libide vmake jstools"
# end-sanitize-ide
# always build newlib.
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
@ -549,7 +549,7 @@ case "${target}" in
powerpcle-*-solaris*)
noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl tix db sn gnuserv"
# start-sanitize-ide
noconfigdirs="$noconfigdirs libide vmake"
noconfigdirs="$noconfigdirs libide vmake jstools"
# end-sanitize-ide
;;
rs6000-*-lynxos*)