1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00
cde/cde/lib/DtSearch
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
..
raima The great includes migration of 2019 (autotools) 2019-10-25 17:01:34 -06:00
apndext.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
ausdopen.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
ausexit.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
bmstrstr.c lib/DtSearch: remove register keyword 2018-06-27 21:58:04 -06:00
boolpars.c Spelling fixes 2018-05-31 22:23:19 -06:00
boolsrch.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
boolyac.y Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
cuslang.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
dbchange.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
dberr.c Fix to different compile warnings. 2019-10-10 19:59:40 +02:00
delspace.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
dtoe.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
dtoeinit.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
dtsearch.msg Fix various spelling errors 2018-04-22 12:14:43 -06:00
dtsrapi.c libDtSearch: Coverity 86944 2018-07-02 23:07:39 +01:00
dtsrdbrec.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
dtsrjoint.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
dtsrswab.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
dtsrutil.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
dtsrve.c libDtSearch: Coverity 86804 2018-07-02 22:59:03 +01:00
endslash.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
fileman.c Last of the spelling fixed 2018-04-28 12:36:44 -06:00
globals.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
hdecode.c lib/DtSearch: remove register keyword 2018-06-27 21:58:04 -06:00
hencode.c libDtSearch: Coverity 87032 2018-07-02 23:09:29 +01:00
hilite.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
Imakefile libDtSearch: Remove unused C files that have now disapeared with removal of #defines 2018-06-29 19:07:09 +01:00
iscompat.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
isduprec.c libDtSearch: Coverity 86459 2018-07-02 23:28:31 +01:00
jpn.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
lang.c libDtSearch: Coverity 86119 2018-07-02 23:26:51 +01:00
langmap.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
libDtSearch.elist Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
Makefile.am autotools: many fixups, SUN->SOLARIS, typos, etc 2019-10-23 17:34:55 -06:00
mrclean.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
msgs.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
msgutil.c libDtSearch: Coverity 86602 2018-07-02 23:23:44 +01:00
objdate.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
ocf.c libDtSearch: Coverity 86426 2018-07-02 23:21:07 +01:00
oekwic.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
opendblk.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
ophuf.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
readchar.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
strupr.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
tiny.dbd Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
tiny.han Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
tiny.ocf Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
tiny.txt Use /var/spool instead of /usr/spool and /var/mail instead of /usr/mail 2018-05-20 12:30:32 -06:00
userint.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
vedelete.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
vestatis.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
vstfunct.c Fix typo in license headers 2018-04-28 12:30:20 -06:00