This tree contains the GDI (Generic Database Interface). Contents are:

README          This file.

RELEASE_NOTES   Lists the current state of the GDI release and known problems.

Makefile        Technically, all you should have to do is type at this level

                     make install

                and it will take it from there.  That failing, cd to src/gdi 
                and src/postgres and 'make install' in both places.

doc/frame/      GDI user manual (postscript files).
doc/man/        Man pages.  C man pages are *.3. FORTRAN man pages are *.3f.

include/        GDI public include files.

lib/            The "production" version of libgdi.a and libgdipg.a that 
                applications should link.

src/gdi         GDI source code.

src/postgres    Source code for the GDI --> Postgres interface.

test/fortran/   Test programs written in FORTRAN.

test/c/         Test programs written in C.

pg_schema/      Source code for the postgres "schema dumper".
