freebsd-dev/gnu/lib/libdialog
Ruslan Ermilov c7b111cba8 Added new bsd.incs.mk which handles installing of header files
via INCS.  Implemented INCSLINKS (equivalent to SYMLINKS) to
handle symlinking include files.  Allow for multiple groups of
include files to be installed, with the powerful INCSGROUPS knob.
Documentation to follow.

Added standard `includes' and `incsinstall' targets, use them
in Makefile.inc1.  Headers from the following makefiles were
not installed before (during `includes' in Makefile.inc1):

	kerberos5/lib/libtelnet/Makefile
	lib/libbz2/Makefile
	lib/libdevinfo/Makefile
	lib/libform/Makefile
	lib/libisc/Makefile
	lib/libmenu/Makefile
	lib/libmilter/Makefile
	lib/libpanel/Makefile

Replaced all `beforeinstall' targets for installing includes
with the INCS stuff.

Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS,
and for compatibility with NetBSD.  Similarly for INCOWN, INCGRP,
and INCMODE.

Consistently use INCLUDEDIR instead of /usr/include.

gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes
were only lightly tested due to the missing contrib/libstdc++-v3.
I fully tested the pre-WIP_GCC31 version of this patch with the
contrib/libstdc++.295 stuff.

These changes have been tested on i386 with the -DNO_WERROR "make
world" and "make release".
2002-05-12 16:01:00 +00:00
..
TESTS
CHANGES
checklist.c Properly move cursor when home and end keys are used. 2001-08-31 01:56:06 +00:00
colors.h
COPYING
dialog.3 Fixed missing return type in synopsis. 2001-10-03 04:01:51 +00:00
dialog.h
dialog.priv.h
dir.c
dir.h
fselect.c
gauge.c Fixed memory leak in dialog_gauge(3). 2001-11-29 07:42:13 +00:00
help.c
inputbox.c
kernel.c
lineedit.c
Makefile Added new bsd.incs.mk which handles installing of header files 2002-05-12 16:01:00 +00:00
menubox.c Improve the interface provided by libdialog. Move a cursor around over 2001-07-18 05:21:37 +00:00
msgbox.c Handle keys consistently. 2001-08-09 01:14:09 +00:00
notify.c Handle keys consistently. 2001-08-09 01:14:09 +00:00
prgbox.c
radiolist.c Properly move cursor when home and end keys are used. 2001-08-31 01:56:06 +00:00
raw_popen.c Fix the type of the NULL arg to execl() 2001-07-09 09:24:06 +00:00
rc.c
rc.h
README
textbox.c Handle keys consistently. 2001-07-26 03:34:43 +00:00
TODO
tree.c Handle keys consistently. 2001-07-26 03:34:43 +00:00
ui_objects.c
ui_objects.h
yesno.c Improve the interface provided by libdialog. Move a cursor around over 2001-07-18 05:21:37 +00:00

This library was split out from the `dialog' program for use
in C programs.  For a list of interface functions, see dialog.h.
For usage examples, see the `dialog' program sources in
/usr/src/gnu/usr.bin/dialog.

You can additionally use any ncurses functions after init_dialog().

							Ache.