custom.mk 841 B

12345678910111213141516171819202122
  1. # Customize openMSX to your system/preferences.
  2. # Directory to install to.
  3. # openMSX is always installed into a single self-contained directory.
  4. # But you can change that directory to for example /usr/local/openMSX
  5. # or /usr/games/openMSX if you like.
  6. INSTALL_BASE:=/opt/openMSX
  7. # Add revision number to executable file name? This applies only to
  8. # development versions, not to release versions (see version.py).
  9. VERSION_EXEC:=false
  10. # Create a symbolic link to the installed binary?
  11. # This link is placed in a location that is typically in a user's path:
  12. # /usr/local/bin for system-wide installs and ~/bin for personal installs.
  13. # This setting is only relevant on systems that support symbolic links.
  14. SYMLINK_FOR_BINARY:=true
  15. # Install content of Contrib/ directory?
  16. # Currently this contains a version of C-BIOS.
  17. INSTALL_CONTRIB:=true