Should extension library includes, target modules and .conf files
be installed like this:

$PREFIX/include/ggi/ggixyz.h
$PREFIX/etc/ggi/ggixyz.h
$PREFIX/lib/ggi/default/stubs_xyz.o

or this:

$PREFIX/include/ggi/xyz/ggixyz.h
$PREFIX/etc/ggi/xyz/ggixyz.h
$PREFIX/lib/ggi/xyz/default/stubs_xyz.o

        Or another way, or are there any rules here at all?  I see that
the MISC, GIC and 2D LibGGI extension libraries are done this first way,
but I've been doing GGIMesa and GGI3D the second way.  I started using the
second way because it allows each library to use the same file and
directory namespace as LibGGI uses.  This keeps the target loading code in
mode.c simpler and keeps down the size of the .conf file.  But I don't
really care _that_ much either way, and if there's an established
convention I'd like to follow it.

Jon

---
'Cloning and the reprogramming of DNA is the first serious step in 
becoming one with God.'
        - Scientist G. Richard Seed

Reply via email to