forked from Imagelibrary/binutils-gdb
2004-02-18 Andrew Cagney <cagney@redhat.com>
* configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and CONFIG_UNINSTALL. * configure: Re-generate. * interps.h (INTERP_TUI): Define. * Makefile.in: Update dependencies. (TUI): New macro. (tui-main.o): Specify dependencies. (install-tui, uninstall-tui, clean-tui, all-tui): New rules. * tui/tui-main.c: New file.
This commit is contained in:
@@ -71,5 +71,6 @@ extern void clear_interpreter_hooks (void);
|
||||
#define INTERP_MI2 "mi2"
|
||||
#define INTERP_MI3 "mi3"
|
||||
#define INTERP_MI "mi"
|
||||
#define INTERP_TUI "tui"
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user