* Makefile.in: Install gdbtk.tcl.

* configure.in:  Add ENABLE_GDBTK flag.
	* gdbtk.c (gdb_sourcelines):  Returns list of source lines
	containing code.  (gdb_regnames):  Returns list of register names.
This commit is contained in:
Stu Grossman
1994-11-14 16:59:16 +00:00
parent fee3930ea4
commit 5b21fb6879
4 changed files with 96 additions and 2 deletions

View File

@@ -416,6 +416,7 @@ fi
if [ "${enable_gdbtk}" = "yes" ] ; then
sed -e '/# End of host and/i\
\
ENABLE_GDBTK = 1\
ENABLE_DEPFILES = gdbtk.o\
ENABLE_CLIBS = $(TCL) $(TK) -lX11 -lm
' < Makefile > Makefile.tem