Magnus Hagander wrote:
> 1) How would I go about to have the Makefile actually build those
> files and link them in without explicitly teaching it about it?
There is no (useful) implicit rule to build executables. Either you
make one up (difficult), or you just do the explicit thing.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/