On Thu, 2005-06-23 at 13:47 -0400, Robert P. J. Day wrote:
> in any event, the simplest solution appears to be to just hack up a
> modified makefile to do what i want. thanks for the info thus far,
> i'm sure this isn't the end of it.
>
I hack the Makefile template for all my builds.
I never use autoconf.
If you want to use autoconf, you can do this:
make target_source
That creates subdirectory "tsrc" that contains
all of the generated source code files. Cd into
that directory and delete the ones you do not
want. (ex: tclsqlite.c and shell.c) then do
crosscompiler -o libsqlite.a *.c
--
D. Richard Hipp <[EMAIL PROTECTED]>