cdesktopenv/cde/lib/DtHelp
Jon Trulson 369308b737 The great includes migration of 2019 (autotools)
Ok - so one of the steps in building CDE is an early phase called the
includes phase (make includes).  At this point, all of the public
header files are exported to exports/include/Dt, DtI, ...

Then, the software is built using that include dir.

This of course does not work in autotools.  Much of the software does
things like #include <Dt/something.h>, so in order for the build to
succeed, this behavior must be represented/replicated in some way.

It seems the usual way of dealing with this is to place all public
headers (and in some projects, ALL headers) into a toplevel include
directory.

We now do this for all public headers - they have been moved from
wherever they were and placed in the appropriate spot in includes/

This will break the Imake 'make includes' phase unless the Imakefiles
are fixed (remove the HEADERS = stuff, and the incdir defines).  This
has not been done at this point since in reality, once autotools works
properly, there will be no need for the Imake stuff anymore, and I
intend to get rid of it.

This is just a warning for now - Imake builds in this tree will now
fail at the 'includes' stage.

This commit is only the migration.  In upcoming commits, libtt will be
fixed so that the hack being used before to get around this problem is
removed as there will no longer be any need.

And then the autotools work continues...
2019-10-25 17:01:34 -06:00
..
il lib/DtHelp: add automakefiles 2019-10-23 15:34:19 -06:00
jpeg Remove old jpeg files 2019-10-14 19:18:40 -06:00
AIX.lcx Remove Unixware and openserver support 2018-05-20 12:13:07 -06:00
Access.c Fix to compile warnings. 2019-10-11 10:49:48 +02:00
AccessCCDF.c libDtHelp: Cov 88381 2018-08-11 01:28:57 +01:00
AccessCCDFI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
AccessCCDFP.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
AccessSDL.c libDtHelp: Cov 89129 and 88355 2018-08-11 01:18:45 +01:00
AccessSDLI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
AccessSDLP.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
Actions.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
AsciiSpc.c lib/DtHelp: remove register keyword 2018-06-27 21:58:04 -06:00
AsciiSpcI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
CCDFUtil.c Spelling fixes 2018-05-31 22:23:19 -06:00
CCDFUtilI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
CDE.lcx Remove Unixware and openserver support 2018-05-20 12:13:07 -06:00
Callbacks.c libDtHelp: Cov 88221 2018-08-11 00:36:29 +01:00
Canvas.c libDtHelp: Cov 89012 2018-08-11 00:44:52 +01:00
CanvasError.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
CanvasOs.c Use POSIX macros for linux 2018-05-24 18:22:55 -06:00
CanvasOsI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
CleanUp.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
CleanUpI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
CvString.c Remove Unixware and openserver support 2018-05-20 12:13:07 -06:00
CvStringI.h Remove Unixware and openserver support 2018-05-20 12:13:07 -06:00
CvtToArrayP.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
Destroy.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
DestroyI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
DtHelp.msg correction of message files 2013-09-15 19:35:53 -06:00
Environ_c.c libDtHelp: Cov 88275 2018-08-11 01:08:17 +01:00
FileListUtils.c libDtHelp: 88550 2018-07-04 01:38:14 +01:00
FileListUtilsI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
FileUtils.c libDtHelp: Coverity 88440 2018-07-04 01:40:12 +01:00
Font.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
FontAttr.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
Format.c Fix to compile warnings. 2019-10-11 10:49:48 +02:00
FormatCCDF.c libDtHelp: Cov 88240 2018-08-11 01:03:23 +01:00
FormatCCDFI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
FormatI.h Fix to compile warnings. 2019-10-11 10:49:48 +02:00
FormatMan.c lib/DtHelp: remove register keyword 2018-06-27 21:58:04 -06:00
FormatManI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
FormatSDL.c libDtHelp: Cov 88209 2018-08-11 01:01:13 +01:00
FormatSDLI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
FormatTerm.c libDtHelp: Cov 89172 2018-08-11 00:32:39 +01:00
FormatUtil.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
FormatUtilI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
FreeBSD.lcx Remove Unixware and openserver support 2018-05-20 12:13:07 -06:00
GenUtils.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
GenUtilsP.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
GifUtils.c 'notdef' means it's not used, so we remove it 2019-10-15 20:32:13 -06:00
GlobSearch.c Fix to compile warnings. 2019-10-11 10:49:48 +02:00
GlobSearchI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
GlobSearchP.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
Graphics.c Fix to compile warnings. 2019-10-11 10:49:48 +02:00
GraphicsI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
HP-UX.lcx Remove Unixware and openserver support 2018-05-20 12:13:07 -06:00
HelpAccess.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
HelpAccessI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
HelpDialog.c lib/DtHelp: remove register keyword 2018-06-27 21:58:04 -06:00
HelpDialogI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
HelpDialogImageI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
HelpErrorP.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
HelpI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
HelpQuickD.c Remove NOTDONE code 2019-10-14 11:57:41 -06:00
HelpQuickDI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
HelpUtil.c libDtHelp: Cov 88302 2018-08-11 01:14:03 +01:00
HelpUtilI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
HelpXlate.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
HelpXlate.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
Helpos.c remove ultrix support 2018-09-30 17:27:04 -06:00
History.c Fix to compile warnings. 2019-10-11 10:49:48 +02:00
HistoryI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
HourGlass.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
HyperText.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
HyperTextI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
Imakefile Remove old jpeg files 2019-10-14 19:18:40 -06:00
JpegUtils.c Remove old jpeg files 2019-10-14 19:18:40 -06:00
Layout.c Cleanup of -Wpointer-compare warnings. 2019-08-19 18:02:25 +02:00
LayoutUtil.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
LayoutUtilI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
LinkMgr.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
LinkMgrI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
Linux.lcx Remove Unixware and openserver support 2018-05-20 12:13:07 -06:00
Lock.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
Makefile.am autotools: many fixups, SUN->SOLARIS, typos, etc 2019-10-23 17:34:55 -06:00
Messages.c Spelling fixes 2018-05-31 22:23:19 -06:00
MessagesP.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
NetBSD.lcx Remove Unixware and openserver support 2018-05-20 12:13:07 -06:00
Obsolete.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
ObsoleteP.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
OpenBSD.lcx Remove Unixware and openserver support 2018-05-20 12:13:07 -06:00
PathArea.c Last of the spelling fixed 2018-04-28 12:36:44 -06:00
PathAreaI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
Print.c Fix to compile warnings. 2019-10-11 10:49:48 +02:00
PrintI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
Resize.c lib/DtHelp: remove register keyword 2018-06-27 21:58:04 -06:00
ResizeI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
SDLI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
Selection.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
SelectionI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
SetList.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
StringFuncs.c linux: DtHelp/StringFuncs, enable real iconv() support 2018-11-05 15:33:16 -07:00
StringFuncsI.h Remove Unixware and openserver support 2018-05-20 12:13:07 -06:00
SunOS.lcx Remove Unixware and openserver support 2018-05-20 12:13:07 -06:00
UtilSDL.c libDtHelp: Cov 89532 2018-08-11 00:51:59 +01:00
UtilSDLI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
VirtFuncs.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
VirtFuncsI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
VolSelect.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
VolSelectI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
XInterface.c libDtHelp: Cov 88162 2018-08-11 00:58:46 +01:00
XInterfaceI.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
XUICreate.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
XbmUtils.c libDtHelp: Change to ANSI function definitions 2018-06-28 03:53:31 +01:00
bufio.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
comment.txt Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
decompress.c lib/DtHelp: remove register keyword 2018-06-27 21:58:04 -06:00
fmt_tbl.msg message catalogs: fix comment lines, also remove linux hack in merge.c 2012-09-03 15:12:57 -06:00
libDtHelp.elist Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
mapfile.reorder Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00