c7b111cba8
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". |
||
---|---|---|
.. | ||
TESTS | ||
CHANGES | ||
checklist.c | ||
colors.h | ||
COPYING | ||
dialog.3 | ||
dialog.h | ||
dialog.priv.h | ||
dir.c | ||
dir.h | ||
fselect.c | ||
gauge.c | ||
help.c | ||
inputbox.c | ||
kernel.c | ||
lineedit.c | ||
Makefile | ||
menubox.c | ||
msgbox.c | ||
notify.c | ||
prgbox.c | ||
radiolist.c | ||
raw_popen.c | ||
rc.c | ||
rc.h | ||
README | ||
textbox.c | ||
TODO | ||
tree.c | ||
ui_objects.c | ||
ui_objects.h | ||
yesno.c |
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.