diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-02-18 19:01:36 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-02-18 19:01:36 +0000 |
commit | ce8a5cf1478d9604bba6e576dc3ada351f0b0dd7 (patch) | |
tree | 5f08a883c5fe18abe00fded127681fb028f8d8af /gdb/interps.h | |
parent | 962b7e54b8ec7f0bad7d571b3e9cc26f1fa6ee78 (diff) | |
download | gdb-ce8a5cf1478d9604bba6e576dc3ada351f0b0dd7.tar.gz |
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.
Diffstat (limited to 'gdb/interps.h')
-rw-r--r-- | gdb/interps.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/interps.h b/gdb/interps.h index d24cf6a46d7..8e3257b268e 100644 --- a/gdb/interps.h +++ b/gdb/interps.h @@ -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 |