DtSearch: get it to build, fix up some confusion
authorJon Trulson <jon@radscan.com>
Sat, 26 Oct 2019 20:13:19 +0000 (14:13 -0600)
committerJon Trulson <jon@radscan.com>
Sat, 26 Oct 2019 20:13:19 +0000 (14:13 -0600)
commit056144488a09ff20cbb7f6e8f90aac2680638188
tree9680f24b8d70ed7934effd1915775c37dbdcc102
parenta048cea50fe73ac3e9abb605d34aefd666a1ec70
DtSearch: get it to build, fix up some confusion

There are/were two dproto.h files, one in DtSearch, one in raima.  The
one in raima is the one we want, so replace the global Dt/dproto.h
with it.  Also correct a prototype declaration error in that file.

Delete the dproto.h file in DtSearch, it's garbage and unused.

Next, redo the way yacc is used.  Autotools does "the right thing" by
simply including the .y file in *_SOURCES and using
BUILT_SOURCES/CLEANFILES to manage it.  No need for special rules to
handle yacc and lex.
cde/include/Dt/dproto.h
cde/lib/DtSearch/Makefile.am
cde/lib/DtSearch/raima/Makefile.am
cde/lib/DtSearch/raima/dproto.h [deleted file]