There may be a better way. SQLite3's build system actually provides a way to build what the SQLite community calls an "amalgamation" of all the sources that make up libsqlite3.so.
So perhaps I can "gmake sqlite3.c" and I can build all three (+ 2 for 64-bit) ELF files the Solaris way, and I can use INS.file to install them. No more DESTDIR, no more libtool nonsense, no more ./install-sfw script. The only thing is I may need to patch the SQLite3 Makefile.in to define a target that allows me to extract all the CPP defines produced by ./configure. Nico --
