(GDB_TK): Add all-libgui.
* configure.in: Add libgui directory.
* configure: Add all-libgui to GDB_TK.
apache bash
bfd binutils bison byacc cvs deja-gnu dejagnu diff dosrel dvips
emacs emacs19 examples expect fileutils findutils flex
- gas gawk gcc gdb gdbm gdbtest glob gperf gprof grep grez groff guile gzip
+ gas gawk gcc gdb gdbm gdbtest glob gperf gprof grep grez groff
+ guile gzip
include inet install-sh ispell
- ld less libg++ libgcc libgloss libiberty libide libio librx libstdc++
+ ld less libg++ libgcc libgloss libiberty libgui libide libio
+ librx libstdc++
m4 make mkinstalldirs mmalloc move-if-change newlib ncurses opcodes
pagas patch perl prms
rcs readline sed send-pr shellutils sim tar textutils time
+Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
+
+ * Makefile.in: Add libgui directory.
+ (GDB_TK): Add all-libgui.
+ * configure.in: Add libgui directory.
+ * configure: Add all-libgui to GDB_TK.
+
Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
* config-ml.in (multidirs): Add m32r to multilib list.
all-jstools \
$(end-sanitize-ide) \
all-ld \
+ all-libgui \
all-libiberty \
all-libide \
all-m4 \
check-jstools \
$(end-sanitize-ide) \
check-ld \
+ check-libgui \
check-libiberty \
check-libide \
check-m4 \
install-jstools \
$(end-sanitize-ide) \
install-ld \
+ install-libgui \
install-libiberty \
install-libide \
install-m4 \
clean-jstools \
$(end-sanitize-ide) \
clean-ld \
+ clean-libgui \
clean-libiberty \
clean-libide \
clean-m4 \
ALL_GCC = all-gcc
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
-GDB_TK = all-tk all-tcl all-itcl all-tix all-libide
+GDB_TK = all-tk all-tcl all-itcl all-tix all-libgui all-libide
all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-bison all-byacc all-sim $(gdbnlmrequirements) $(GDB_TK)
all-gnuserv:
configure-target-gperf: $(ALL_GCC)
all-ispell: all-emacs19
all-itcl: all-tcl all-tk
# start-sanitize-ide
-all-jstools: all-tcl all-tk all-tix all-libide
+all-jstools: all-tcl all-tk all-tix all-libgui all-libide
# end-sanitize-ide
all-ld: all-libiberty all-bfd all-opcodes all-bison all-byacc all-flex
configure-target-libg++: $(ALL_GCC) configure-target-librx
configure-target-libio: $(ALL_GCC)
all-target-libio: configure-target-libio all-gas all-ld all-gcc all-target-libiberty all-target-newlib
check-target-libio: all-target-libstdc++
+all-libgui: all-tcl all-tk all-itcl
all-libiberty:
# start-sanitize-ide
all-libide: all-ilu
all-time:
all-tix: all-tcl all-tk
# start-sanitize-ide
-all-vmake: all-tcl all-tk all-itcl all-tix all-libide
+all-vmake: all-tcl all-tk all-itcl all-tix all-libgui all-libide
# end-sanitize-ide
all-wdiff:
all-target-winsup: all-target-newlib all-target-libiberty all-target-librx all-target-libio configure-target-winsup
# FIXME: This should be in configure.in, not configure
# Determine whether gdb needs tk/tcl or not.
if [ "$enable_gdbtk" != "no" ]; then
- GDB_TK="all-tcl all-tk all-itcl all-tix"
+ GDB_TK="all-tcl all-tk all-itcl all-tix all-libgui all-libide"
else
GDB_TK=""
fi
# these libraries are used by various programs built for the host environment
#
-host_libs="mmalloc libiberty opcodes bfd readline gash db tcl tk tclX itcl tix libide"
+host_libs="mmalloc libiberty opcodes bfd readline gash db tcl tk tclX itcl tix libgui libide"
if [ "${enable_gdbgui}" = "yes" ] ; then
host_libs="${host_libs} libgui"
yes | "") # the default value for this tree is that X11 is available
;;
no)
- skipdirs="${skipdirs} libide tk gash"
+ skipdirs="${skipdirs} tk libgui libide gash"
# start-sanitize-ide
skipdirs="${skipdirs} vmake jstools"
# end-sanitize-ide