Hi list,
I was wondering about the layout of my first larger ocaml project. I
will need to write different modules and even different programs that
make use of those modules. I want to work with Gnu Make because I am
used to it. Is it possible to compile a module such that the output
directory is not the one of the source code (as it is in the standard
directory of the ocamls libs)or is it not recommended to do it like
that? For keeping a clear structure I wanted to do sth. like:
Makefile
src/
lib/
bin/
and the Makefile generates all I need. 
Sorry for that question but it is not really obvious for me.
chris
.