> Hello, > > This modifies the build machinery so that the program "tui" is built. "tui" starts up GDB's TUI (or Text User Interface). Alternative program names include "tgdb", "gdbtui", ... > > Comments? Otherwize look to commit it round 16th Feb. Here's the revised version, with the name "gdbtui", that I've committed. This just leaves doco ... Andrew > 2004-02-10 Andrew Cagney > > * configure.in: Add TUI target to CONFIG_ALL, CONFIG_CLEAN, > CONFIG_INSTALL and CONFIG_UNINSTALL. > * configure: Re-generate. > * interps.h (INTERP_TUI): Define. > * Makefile.in (tui-main.o): Specify dependencies. > (install-tui, uninstall-tui, clean-tui, all-tui): New rules. > * tui/tui-main.c: New file. >