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:
Andrew Cagney
2004-02-18 19:01:36 +00:00
parent e2879ccb3d
commit 226361c452
6 changed files with 538 additions and 434 deletions

View File

@@ -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