* Makefile.in, configure.in: Handle jstools like vmake.
This commit is contained in:
parent
7b94b2ea77
commit
c070fb34df
|
@ -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>
|
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
|
* Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
|
||||||
|
|
15
Makefile.in
15
Makefile.in
|
@ -481,6 +481,9 @@ ALL_MODULES = \
|
||||||
all-inet \
|
all-inet \
|
||||||
all-ispell \
|
all-ispell \
|
||||||
all-itcl \
|
all-itcl \
|
||||||
|
$(start-sanitize-ide) \
|
||||||
|
all-jstools \
|
||||||
|
$(end-sanitize-ide) \
|
||||||
all-ld \
|
all-ld \
|
||||||
all-libiberty \
|
all-libiberty \
|
||||||
$(start-sanitize-ide) \
|
$(start-sanitize-ide) \
|
||||||
|
@ -553,6 +556,9 @@ CROSS_CHECK_MODULES = \
|
||||||
check-inet \
|
check-inet \
|
||||||
check-ispell \
|
check-ispell \
|
||||||
check-itcl \
|
check-itcl \
|
||||||
|
$(start-sanitize-ide) \
|
||||||
|
check-jstools \
|
||||||
|
$(end-sanitize-ide) \
|
||||||
check-ld \
|
check-ld \
|
||||||
check-libiberty \
|
check-libiberty \
|
||||||
$(start-sanitize-ide) \
|
$(start-sanitize-ide) \
|
||||||
|
@ -626,6 +632,9 @@ INSTALL_MODULES = \
|
||||||
install-inet \
|
install-inet \
|
||||||
install-ispell \
|
install-ispell \
|
||||||
install-itcl \
|
install-itcl \
|
||||||
|
$(start-sanitize-ide) \
|
||||||
|
install-jstools \
|
||||||
|
$(end-sanitize-ide) \
|
||||||
install-ld \
|
install-ld \
|
||||||
install-libiberty \
|
install-libiberty \
|
||||||
$(start-sanitize-ide) \
|
$(start-sanitize-ide) \
|
||||||
|
@ -780,6 +789,9 @@ CLEAN_MODULES = \
|
||||||
clean-inet \
|
clean-inet \
|
||||||
clean-ispell \
|
clean-ispell \
|
||||||
clean-itcl \
|
clean-itcl \
|
||||||
|
$(start-sanitize-ide) \
|
||||||
|
clean-jstools \
|
||||||
|
$(end-sanitize-ide) \
|
||||||
clean-ld \
|
clean-ld \
|
||||||
clean-libiberty \
|
clean-libiberty \
|
||||||
$(start-sanitize-ide) \
|
$(start-sanitize-ide) \
|
||||||
|
@ -1418,6 +1430,9 @@ all-indent:
|
||||||
all-inet: all-tcl all-send-pr all-perl
|
all-inet: all-tcl all-send-pr all-perl
|
||||||
all-ispell: all-emacs19
|
all-ispell: all-emacs19
|
||||||
all-itcl: all-tcl all-tk
|
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
|
all-ld: all-libiberty all-bfd all-opcodes all-byacc all-flex
|
||||||
configure-target-libg++: $(ALL_GCC) configure-target-librx
|
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++
|
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++
|
||||||
|
|
18
configure.in
18
configure.in
|
@ -55,7 +55,7 @@ fi
|
||||||
# know that we are building the simulator.
|
# 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"
|
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
|
# start-sanitize-ide
|
||||||
host_tools="${host_tools} ilu vmake"
|
host_tools="${host_tools} ilu vmake jstools"
|
||||||
# end-sanitize-ide
|
# end-sanitize-ide
|
||||||
|
|
||||||
# these libraries are built for the target environment, and are built after
|
# these libraries are built for the target environment, and are built after
|
||||||
|
@ -236,7 +236,7 @@ case ${with_x} in
|
||||||
no)
|
no)
|
||||||
skipdirs="${skipdirs} tk gash"
|
skipdirs="${skipdirs} tk gash"
|
||||||
# start-sanitize-ide
|
# start-sanitize-ide
|
||||||
skipdirs="${skipdirs} libide vmake"
|
skipdirs="${skipdirs} libide vmake jstools"
|
||||||
# end-sanitize-ide
|
# end-sanitize-ide
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
@ -389,13 +389,13 @@ case "${host}" in
|
||||||
i[3456]86-*-vsta)
|
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"
|
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
|
# start-sanitize-ide
|
||||||
noconfigdirs="$noconfigdirs libide vmake"
|
noconfigdirs="$noconfigdirs libide vmake jstools"
|
||||||
# end-sanitize-ide
|
# end-sanitize-ide
|
||||||
;;
|
;;
|
||||||
i[3456]86-*-go32* | i[3456]86-*-msdosdjgpp*)
|
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"
|
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
|
# start-sanitize-ide
|
||||||
noconfigdirs="$noconfigdirs libide vmake"
|
noconfigdirs="$noconfigdirs libide vmake jstools"
|
||||||
# end-sanitize-ide
|
# end-sanitize-ide
|
||||||
;;
|
;;
|
||||||
*-*-cygwin32)
|
*-*-cygwin32)
|
||||||
|
@ -410,7 +410,7 @@ case "${host}" in
|
||||||
ppc*-*-pe)
|
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"
|
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
|
# start-sanitize-ide
|
||||||
noconfigdirs="$noconfigdirs libide vmake"
|
noconfigdirs="$noconfigdirs libide vmake jstools"
|
||||||
# end-sanitize-ide
|
# end-sanitize-ide
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -455,7 +455,7 @@ case "${target}" in
|
||||||
d30v-*-*)
|
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"
|
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
|
# start-sanitize-ide
|
||||||
noconfigdirs="$noconfigdirs libide vmake"
|
noconfigdirs="$noconfigdirs libide vmake jstools"
|
||||||
# end-sanitize-ide
|
# end-sanitize-ide
|
||||||
;;
|
;;
|
||||||
# end-sanitize-d30v
|
# end-sanitize-d30v
|
||||||
|
@ -493,7 +493,7 @@ case "${target}" in
|
||||||
*-*-cygwin32) ;; # keep gdb tcl tk expect etc.
|
*-*-cygwin32) ;; # keep gdb tcl tk expect etc.
|
||||||
*) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix db sn gnuserv"
|
*) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix db sn gnuserv"
|
||||||
# start-sanitize-ide
|
# start-sanitize-ide
|
||||||
noconfigdirs="$noconfigdirs libide vmake"
|
noconfigdirs="$noconfigdirs libide vmake jstools"
|
||||||
# end-sanitize-ide
|
# end-sanitize-ide
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -540,7 +540,7 @@ case "${target}" in
|
||||||
target_configdirs="$target_configdirs target-winsup"
|
target_configdirs="$target_configdirs target-winsup"
|
||||||
noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl tix db sn gnuserv"
|
noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl tix db sn gnuserv"
|
||||||
# start-sanitize-ide
|
# start-sanitize-ide
|
||||||
noconfigdirs="$noconfigdirs libide vmake"
|
noconfigdirs="$noconfigdirs libide vmake jstools"
|
||||||
# end-sanitize-ide
|
# end-sanitize-ide
|
||||||
# always build newlib.
|
# always build newlib.
|
||||||
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
|
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
|
||||||
|
@ -549,7 +549,7 @@ case "${target}" in
|
||||||
powerpcle-*-solaris*)
|
powerpcle-*-solaris*)
|
||||||
noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl tix db sn gnuserv"
|
noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl tix db sn gnuserv"
|
||||||
# start-sanitize-ide
|
# start-sanitize-ide
|
||||||
noconfigdirs="$noconfigdirs libide vmake"
|
noconfigdirs="$noconfigdirs libide vmake jstools"
|
||||||
# end-sanitize-ide
|
# end-sanitize-ide
|
||||||
;;
|
;;
|
||||||
rs6000-*-lynxos*)
|
rs6000-*-lynxos*)
|
||||||
|
|
Loading…
Reference in New Issue