The following targets can be used as `make [target]'.

Building and Installing:
  all            - Build matrixgl normally (default)
  install        - Install matrixgl and its manpage
  install-strip  - Same as above, but strip debugging symbols from the binary

Cleaning and Uninstalling:
  uninstall      - Uninstall previously installed files
  clean          - Remove files generated by make
  distclean      - Remove files generated by ./configure

Distributing:
  dist           - Create distributions with default archive formats
  distcheck      - Test if `make dist` produces correct distributions
  dist-gzip2     - Create a tidy '.tar.gz' distribution
  dist-bzip2     - Create a tidy '.tar.bz2' distribution
  dist-zip       - Create a tidy '.zip' distribution
  dist-lzma      - Create a tidy '.tar.lzma' distribution
  dist-xz        - Create a tidy '.tar.xz' distribution
  dist-shar      - Create a tidy '.shar.gz' shell archive distribution

Documentation:
  html           - Generate non-paginated HTML documentation
  pdf            - Generate a PDF book of our documentation
  ps             - Generate a PostScript book of our documentation
  dvi            - Generate a DVI version of our documentation
  info           - Generate GNU info documentation

  Use install-[format] to install the generated documentation.
  A man page is installed automatically via `make install'

For more information, consult the INSTALL and README files in the project root.
