mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-13 13:35:56 +00:00
* Makefile.in: Add libidetcl, like libide.
(all-libide): Remove dependencies on all-tcl, all-tk, all-itcl, all-ilu. * configure.IN: Add libidetcl, like libide. * configure (GDB_TK): If enable_ide, add all-libidetcl.
This commit is contained in:
parent
1ff39ecb10
commit
f46d03c51f
@ -108,7 +108,7 @@ else
|
|||||||
keep_these_too="${keep_these_too} ${inet_files}"
|
keep_these_too="${keep_these_too} ${inet_files}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ide_files="libide vmake jstools"
|
ide_files="libide libidetcl vmake jstools"
|
||||||
|
|
||||||
if (echo $* | grep keep\-ide > /dev/null); then
|
if (echo $* | grep keep\-ide > /dev/null); then
|
||||||
keep_these_too="${keep_these_too} ${ide_files}"
|
keep_these_too="${keep_these_too} ${ide_files}"
|
||||||
|
23
ChangeLog
23
ChangeLog
@ -1,3 +1,26 @@
|
|||||||
|
start-sanitize-ide
|
||||||
|
Tue Mar 31 16:50:42 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* Makefile.in: Add libidetcl, like libide.
|
||||||
|
(all-libide): Remove dependencies on all-tcl, all-tk, all-itcl,
|
||||||
|
all-ilu.
|
||||||
|
* configure.IN: Add libidetcl, like libide.
|
||||||
|
* configure (GDB_TK): If enable_ide, add all-libidetcl.
|
||||||
|
|
||||||
|
end-sanitize-ide
|
||||||
|
Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
|
||||||
|
|
||||||
|
* Makefile.in (all-gettext, all-intl): New targets.
|
||||||
|
(ALL_MODULES): Added all-gettext, all-intl.
|
||||||
|
(CROSS_CHECK_MODULES): Added check-gettext, check-intl.
|
||||||
|
(INSTALL_MODULES): Added install-gettext, install-intl.
|
||||||
|
(CLEAN_MODULES): Added clean-gettext, clean-intl.
|
||||||
|
|
||||||
|
* configure.in (host_tools): Added gettext.
|
||||||
|
(native_only): Likewise.
|
||||||
|
(noconfigdirs) [various cases]: Likewise.
|
||||||
|
(host_libs): Added intl.
|
||||||
|
|
||||||
start-sanitize-gdbtk
|
start-sanitize-gdbtk
|
||||||
Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
|
Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
|
||||||
|
|
||||||
|
36
Makefile.in
36
Makefile.in
@ -1,6 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Makefile for directory with subdirs to build.
|
# Makefile for directory with subdirs to build.
|
||||||
# Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 1997 Free Software Foundation
|
# Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 97, 1998
|
||||||
|
# Free Software Foundation
|
||||||
#
|
#
|
||||||
# This file is free software; you can redistribute it and/or modify
|
# This file is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -162,7 +163,7 @@ OTHERS =
|
|||||||
|
|
||||||
# This is set by the configure script to the list of directories which
|
# This is set by the configure script to the list of directories which
|
||||||
# should be built using the target tools.
|
# should be built using the target tools.
|
||||||
TARGET_CONFIGDIRS = libiberty libgloss newlib libio libstdc++ winsup opcodes cygmon
|
TARGET_CONFIGDIRS = libiberty libgloss newlib libio librx libstdc++ libg++ winsup opcodes cygmon
|
||||||
|
|
||||||
# Target libraries are put under this directory:
|
# Target libraries are put under this directory:
|
||||||
# Changed by configure to $(target_alias) if cross.
|
# Changed by configure to $(target_alias) if cross.
|
||||||
@ -498,6 +499,7 @@ ALL_MODULES = \
|
|||||||
all-flex \
|
all-flex \
|
||||||
all-gas \
|
all-gas \
|
||||||
all-gawk \
|
all-gawk \
|
||||||
|
all-gettext \
|
||||||
all-gnuserv \
|
all-gnuserv \
|
||||||
all-gprof \
|
all-gprof \
|
||||||
all-grep \
|
all-grep \
|
||||||
@ -509,6 +511,7 @@ ALL_MODULES = \
|
|||||||
$(end-sanitize-ide) \
|
$(end-sanitize-ide) \
|
||||||
all-indent \
|
all-indent \
|
||||||
all-inet \
|
all-inet \
|
||||||
|
all-intl \
|
||||||
all-ispell \
|
all-ispell \
|
||||||
all-itcl \
|
all-itcl \
|
||||||
$(start-sanitize-ide) \
|
$(start-sanitize-ide) \
|
||||||
@ -519,6 +522,7 @@ ALL_MODULES = \
|
|||||||
all-libiberty \
|
all-libiberty \
|
||||||
$(start-sanitize-ide) \
|
$(start-sanitize-ide) \
|
||||||
all-libide \
|
all-libide \
|
||||||
|
all-libidetcl \
|
||||||
$(end-sanitize-ide) \
|
$(end-sanitize-ide) \
|
||||||
all-m4 \
|
all-m4 \
|
||||||
all-make \
|
all-make \
|
||||||
@ -576,6 +580,7 @@ CROSS_CHECK_MODULES = \
|
|||||||
check-find \
|
check-find \
|
||||||
check-gas \
|
check-gas \
|
||||||
check-gawk \
|
check-gawk \
|
||||||
|
check-gettext \
|
||||||
check-gnuserv \
|
check-gnuserv \
|
||||||
check-gprof \
|
check-gprof \
|
||||||
check-grep \
|
check-grep \
|
||||||
@ -586,6 +591,7 @@ CROSS_CHECK_MODULES = \
|
|||||||
$(end-sanitize-ide) \
|
$(end-sanitize-ide) \
|
||||||
check-indent \
|
check-indent \
|
||||||
check-inet \
|
check-inet \
|
||||||
|
check-intl \
|
||||||
check-ispell \
|
check-ispell \
|
||||||
check-itcl \
|
check-itcl \
|
||||||
$(start-sanitize-ide) \
|
$(start-sanitize-ide) \
|
||||||
@ -596,6 +602,7 @@ CROSS_CHECK_MODULES = \
|
|||||||
check-libiberty \
|
check-libiberty \
|
||||||
$(start-sanitize-ide) \
|
$(start-sanitize-ide) \
|
||||||
check-libide \
|
check-libide \
|
||||||
|
check-libidetcl \
|
||||||
$(end-sanitize-ide) \
|
$(end-sanitize-ide) \
|
||||||
check-m4 \
|
check-m4 \
|
||||||
check-make \
|
check-make \
|
||||||
@ -655,6 +662,7 @@ INSTALL_MODULES = \
|
|||||||
install-flex \
|
install-flex \
|
||||||
install-gas \
|
install-gas \
|
||||||
install-gawk \
|
install-gawk \
|
||||||
|
install-gettext \
|
||||||
install-gnuserv \
|
install-gnuserv \
|
||||||
install-gprof \
|
install-gprof \
|
||||||
install-grep \
|
install-grep \
|
||||||
@ -666,6 +674,7 @@ INSTALL_MODULES = \
|
|||||||
$(end-sanitize-ide) \
|
$(end-sanitize-ide) \
|
||||||
install-indent \
|
install-indent \
|
||||||
install-inet \
|
install-inet \
|
||||||
|
install-intl \
|
||||||
install-ispell \
|
install-ispell \
|
||||||
install-tcl \
|
install-tcl \
|
||||||
install-itcl \
|
install-itcl \
|
||||||
@ -677,6 +686,7 @@ INSTALL_MODULES = \
|
|||||||
install-libiberty \
|
install-libiberty \
|
||||||
$(start-sanitize-ide) \
|
$(start-sanitize-ide) \
|
||||||
install-libide \
|
install-libide \
|
||||||
|
install-libidetcl \
|
||||||
$(end-sanitize-ide) \
|
$(end-sanitize-ide) \
|
||||||
install-m4 \
|
install-m4 \
|
||||||
install-make \
|
install-make \
|
||||||
@ -746,6 +756,8 @@ INSTALL_X11_MODULES = \
|
|||||||
ALL_TARGET_MODULES = \
|
ALL_TARGET_MODULES = \
|
||||||
all-target-libio \
|
all-target-libio \
|
||||||
all-target-libstdc++ \
|
all-target-libstdc++ \
|
||||||
|
all-target-librx \
|
||||||
|
all-target-libg++ \
|
||||||
all-target-newlib \
|
all-target-newlib \
|
||||||
all-target-winsup \
|
all-target-winsup \
|
||||||
all-target-libgloss \
|
all-target-libgloss \
|
||||||
@ -759,6 +771,8 @@ ALL_TARGET_MODULES = \
|
|||||||
CONFIGURE_TARGET_MODULES = \
|
CONFIGURE_TARGET_MODULES = \
|
||||||
configure-target-libio \
|
configure-target-libio \
|
||||||
configure-target-libstdc++ \
|
configure-target-libstdc++ \
|
||||||
|
configure-target-librx \
|
||||||
|
configure-target-libg++ \
|
||||||
configure-target-newlib \
|
configure-target-newlib \
|
||||||
configure-target-winsup \
|
configure-target-winsup \
|
||||||
configure-target-libgloss \
|
configure-target-libgloss \
|
||||||
@ -772,6 +786,7 @@ CONFIGURE_TARGET_MODULES = \
|
|||||||
CHECK_TARGET_MODULES = \
|
CHECK_TARGET_MODULES = \
|
||||||
check-target-libio \
|
check-target-libio \
|
||||||
check-target-libstdc++ \
|
check-target-libstdc++ \
|
||||||
|
check-target-libg++ \
|
||||||
check-target-newlib \
|
check-target-newlib \
|
||||||
check-target-winsup \
|
check-target-winsup \
|
||||||
check-target-libiberty \
|
check-target-libiberty \
|
||||||
@ -782,6 +797,7 @@ CHECK_TARGET_MODULES = \
|
|||||||
INSTALL_TARGET_MODULES = \
|
INSTALL_TARGET_MODULES = \
|
||||||
install-target-libio \
|
install-target-libio \
|
||||||
install-target-libstdc++ \
|
install-target-libstdc++ \
|
||||||
|
install-target-libg++ \
|
||||||
install-target-newlib \
|
install-target-newlib \
|
||||||
install-target-winsup \
|
install-target-winsup \
|
||||||
install-target-libgloss \
|
install-target-libgloss \
|
||||||
@ -810,6 +826,7 @@ CLEAN_MODULES = \
|
|||||||
clean-flex \
|
clean-flex \
|
||||||
clean-gas \
|
clean-gas \
|
||||||
clean-gawk \
|
clean-gawk \
|
||||||
|
clean-gettext \
|
||||||
clean-gnuserv \
|
clean-gnuserv \
|
||||||
clean-gprof \
|
clean-gprof \
|
||||||
clean-grep \
|
clean-grep \
|
||||||
@ -821,6 +838,7 @@ CLEAN_MODULES = \
|
|||||||
$(end-sanitize-ide) \
|
$(end-sanitize-ide) \
|
||||||
clean-indent \
|
clean-indent \
|
||||||
clean-inet \
|
clean-inet \
|
||||||
|
clean-intl \
|
||||||
clean-ispell \
|
clean-ispell \
|
||||||
clean-itcl \
|
clean-itcl \
|
||||||
$(start-sanitize-ide) \
|
$(start-sanitize-ide) \
|
||||||
@ -831,6 +849,7 @@ CLEAN_MODULES = \
|
|||||||
clean-libiberty \
|
clean-libiberty \
|
||||||
$(start-sanitize-ide) \
|
$(start-sanitize-ide) \
|
||||||
clean-libide \
|
clean-libide \
|
||||||
|
clean-libidetcl \
|
||||||
$(end-sanitize-ide) \
|
$(end-sanitize-ide) \
|
||||||
clean-m4 \
|
clean-m4 \
|
||||||
clean-make \
|
clean-make \
|
||||||
@ -864,6 +883,8 @@ CLEAN_MODULES = \
|
|||||||
CLEAN_TARGET_MODULES = \
|
CLEAN_TARGET_MODULES = \
|
||||||
clean-target-libio \
|
clean-target-libio \
|
||||||
clean-target-libstdc++ \
|
clean-target-libstdc++ \
|
||||||
|
clean-target-librx \
|
||||||
|
clean-target-libg++ \
|
||||||
clean-target-newlib \
|
clean-target-newlib \
|
||||||
clean-target-winsup \
|
clean-target-winsup \
|
||||||
clean-target-libgloss \
|
clean-target-libgloss \
|
||||||
@ -1472,9 +1493,10 @@ all-gcc: all-bison all-byacc all-binutils all-gas all-ld
|
|||||||
all-bootstrap: all-libiberty all-bison all-byacc all-binutils all-gas all-ld
|
all-bootstrap: all-libiberty all-bison all-byacc all-binutils all-gas all-ld
|
||||||
GDB_TK = all-tk all-tcl all-itcl all-tix all-libgui
|
GDB_TK = all-tk all-tcl all-itcl all-tix all-libgui
|
||||||
# start-sanitize-ide
|
# start-sanitize-ide
|
||||||
GDB_TK = all-tk all-tcl all-itcl all-tix all-libgui all-libide
|
GDB_TK = all-tk all-tcl all-itcl all-tix all-libgui all-libide all-libidetcl
|
||||||
# end-sanitize-ide
|
# end-sanitize-ide
|
||||||
all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-bison all-byacc all-sim $(gdbnlmrequirements) $(GDB_TK)
|
all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-bison all-byacc all-sim $(gdbnlmrequirements) $(GDB_TK)
|
||||||
|
all-gettext:
|
||||||
all-gnuserv:
|
all-gnuserv:
|
||||||
configure-target-gperf: $(ALL_GCC)
|
configure-target-gperf: $(ALL_GCC)
|
||||||
all-target-gperf: configure-target-gperf all-target-libiberty all-target-libstdc++
|
all-target-gperf: configure-target-gperf all-target-libiberty all-target-libstdc++
|
||||||
@ -1490,10 +1512,11 @@ all-ilu:
|
|||||||
# end-sanitize-ide
|
# end-sanitize-ide
|
||||||
all-indent:
|
all-indent:
|
||||||
all-inet: all-tcl all-send-pr all-perl
|
all-inet: all-tcl all-send-pr all-perl
|
||||||
|
all-intl:
|
||||||
all-ispell: all-emacs19
|
all-ispell: all-emacs19
|
||||||
all-itcl: all-tcl all-tk
|
all-itcl: all-tcl all-tk
|
||||||
# start-sanitize-ide
|
# start-sanitize-ide
|
||||||
all-jstools: all-tcl all-tk all-tix all-libgui all-libide
|
all-jstools: all-tcl all-tk all-tix all-libgui all-libide all-libidetcl
|
||||||
# end-sanitize-ide
|
# end-sanitize-ide
|
||||||
all-ld: all-libiberty all-bfd all-opcodes all-bison all-byacc all-flex
|
all-ld: all-libiberty all-bfd all-opcodes all-bison all-byacc all-flex
|
||||||
configure-target-libg++: $(ALL_GCC) configure-target-librx
|
configure-target-libg++: $(ALL_GCC) configure-target-librx
|
||||||
@ -1506,7 +1529,8 @@ check-target-libio: all-target-libstdc++
|
|||||||
all-libgui: all-tcl all-tk all-itcl
|
all-libgui: all-tcl all-tk all-itcl
|
||||||
all-libiberty:
|
all-libiberty:
|
||||||
# start-sanitize-ide
|
# start-sanitize-ide
|
||||||
all-libide: all-tcl all-tk all-itcl all-ilu all-libgui
|
all-libide: all-ilu
|
||||||
|
all-libidetcl: all-tcl all-tk all-itcl all-ilu all-libgui all-libide
|
||||||
# end-sanitize-ide
|
# end-sanitize-ide
|
||||||
configure-target-librx: $(ALL_GCC) configure-target-newlib
|
configure-target-librx: $(ALL_GCC) configure-target-newlib
|
||||||
all-target-librx: configure-target-librx
|
all-target-librx: configure-target-librx
|
||||||
@ -1539,7 +1563,7 @@ all-tgas: all-libiberty all-bfd all-opcodes
|
|||||||
all-time:
|
all-time:
|
||||||
all-tix: all-tcl all-tk
|
all-tix: all-tcl all-tk
|
||||||
# start-sanitize-ide
|
# start-sanitize-ide
|
||||||
all-vmake: all-tcl all-tk all-itcl all-tix all-libgui all-libide
|
all-vmake: all-tcl all-tk all-itcl all-tix all-libgui all-libide all-libidetcl
|
||||||
# end-sanitize-ide
|
# end-sanitize-ide
|
||||||
all-wdiff:
|
all-wdiff:
|
||||||
all-target-winsup: all-target-newlib all-target-libiberty all-target-libio configure-target-winsup
|
all-target-winsup: all-target-newlib all-target-libiberty all-target-libio configure-target-winsup
|
||||||
|
16
configure.in
16
configure.in
@ -43,7 +43,7 @@
|
|||||||
#
|
#
|
||||||
host_libs="intl mmalloc libiberty opcodes bfd readline gash db tcl tk tclX itcl tix libgui"
|
host_libs="intl mmalloc libiberty opcodes bfd readline gash db tcl tk tclX itcl tix libgui"
|
||||||
# start-sanitize-ide
|
# start-sanitize-ide
|
||||||
host_libs="${host_libs} libide"
|
host_libs="${host_libs} libide libidetcl"
|
||||||
# end-sanitize-ide
|
# end-sanitize-ide
|
||||||
|
|
||||||
if [ "${enable_gdbgui}" = "yes" ] ; then
|
if [ "${enable_gdbgui}" = "yes" ] ; then
|
||||||
@ -338,7 +338,7 @@ case ${with_x} in
|
|||||||
no)
|
no)
|
||||||
skipdirs="${skipdirs} tk libgui gash"
|
skipdirs="${skipdirs} tk libgui gash"
|
||||||
# start-sanitize-ide
|
# start-sanitize-ide
|
||||||
skipdirs="${skipdirs} libide vmake jstools"
|
skipdirs="${skipdirs} libide libidetcl vmake jstools"
|
||||||
# end-sanitize-ide
|
# end-sanitize-ide
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
@ -493,13 +493,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 snavigator gnuserv gettext"
|
noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet itcl tix db snavigator gnuserv gettext"
|
||||||
# start-sanitize-ide
|
# start-sanitize-ide
|
||||||
noconfigdirs="$noconfigdirs libide vmake jstools"
|
noconfigdirs="$noconfigdirs libide libidetcl 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 snavigator gnuserv gettext"
|
noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl apache inet itcl tix db snavigator gnuserv gettext"
|
||||||
# start-sanitize-ide
|
# start-sanitize-ide
|
||||||
noconfigdirs="$noconfigdirs libide vmake jstools"
|
noconfigdirs="$noconfigdirs libide libidetcl vmake jstools"
|
||||||
# end-sanitize-ide
|
# end-sanitize-ide
|
||||||
;;
|
;;
|
||||||
i[3456]86-*-mingw32*)
|
i[3456]86-*-mingw32*)
|
||||||
@ -521,7 +521,7 @@ case "${host}" in
|
|||||||
ppc*-*-pe)
|
ppc*-*-pe)
|
||||||
noconfigdirs="patch diff make tk tcl expect dejagnu cvssrc autoconf automake texinfo bison send-pr gprof rcs guile perl apache inet itcl tix db snavigator gnuserv"
|
noconfigdirs="patch diff make tk tcl expect dejagnu cvssrc autoconf automake texinfo bison send-pr gprof rcs guile perl apache inet itcl tix db snavigator gnuserv"
|
||||||
# start-sanitize-ide
|
# start-sanitize-ide
|
||||||
noconfigdirs="$noconfigdirs libide vmake jstools"
|
noconfigdirs="$noconfigdirs libide libidetcl vmake jstools"
|
||||||
# end-sanitize-ide
|
# end-sanitize-ide
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
@ -625,7 +625,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 libgui db snavigator gnuserv"
|
*) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix libgui db snavigator gnuserv"
|
||||||
# start-sanitize-ide
|
# start-sanitize-ide
|
||||||
noconfigdirs="$noconfigdirs libide vmake jstools"
|
noconfigdirs="$noconfigdirs libide libidetcl vmake jstools"
|
||||||
# end-sanitize-ide
|
# end-sanitize-ide
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
@ -672,7 +672,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 snavigator gnuserv"
|
noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl tix db snavigator gnuserv"
|
||||||
# start-sanitize-ide
|
# start-sanitize-ide
|
||||||
noconfigdirs="$noconfigdirs libide vmake jstools"
|
noconfigdirs="$noconfigdirs libide libidetcl 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 / /'`
|
||||||
@ -681,7 +681,7 @@ case "${target}" in
|
|||||||
powerpcle-*-solaris*)
|
powerpcle-*-solaris*)
|
||||||
noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl tix db snavigator gnuserv"
|
noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl tix db snavigator gnuserv"
|
||||||
# start-sanitize-ide
|
# start-sanitize-ide
|
||||||
noconfigdirs="$noconfigdirs libide vmake jstools"
|
noconfigdirs="$noconfigdirs libide libidetcl vmake jstools"
|
||||||
# end-sanitize-ide
|
# end-sanitize-ide
|
||||||
;;
|
;;
|
||||||
rs6000-*-lynxos*)
|
rs6000-*-lynxos*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user