* make local (dev) version
- ./configure [--no-gui --no-doc]
- make

* make source dist
- make source-dist

* make MacOS version
- make macos-dist

* make Win32 version
- make win32-pre
- on the Win32 side (VBox)
  . launch a cygwin terminal
  . cd /cygdrive/e/Caml/rfsm
  . make win32-compiler
  . launch a MinGW terminal
  . cd /e/Caml/rfsm
  . make win32-gui
  . make win32-install
  . make win32-installer
