cvs commit: fptools/libraries/mk boilerplate.mk target.mk

Simon Marlow simonmar@microsoft.com
Tue, 31 Jul 2001 17:52:19 +0100


>=20
> simonmar    2001/07/31 09:40:34 PDT
>=20
>   Added files:
>     libraries/mk         boilerplate.mk target.mk=20
>   Log:
>   Add the beginnings of a mk/ framework for the libraries.
>  =20
>   Libraries register themselves using ghc-pkg and a template package
>   config, this is now working for the 'core' package.  The rest of the
>   build framework is a little ropey, but it will take shape soon.

For anyone interested in playing with the new library setup, I've put my
diffs for fptools/ghc here:
=09
	http://www.haskell.org/~simonmar/ghc-diff

As of today, the libraries build and I've successfully linked one or two
small programs with them.

Help/suggestions/comments greatly appreciated as usual.

Cheers,
	Simon