######################################################################################### # makefile variables shared across multiple makefiles # - to use the help text, your Makefile should have a 'help' target that just # prints all the HELP_LINES ######################################################################################### HELP_COMPILATION_VARIABLES = \ " JAVA_HEAP_SIZE = if overridden, set the default java heap size (default is 8G)" \ " JAVA_TOOL_OPTIONS = if overridden, set underlying java tool options (default sets misc. sizes and tmp dir)" \ " SBT_OPTS = set additional sbt command line options (these take the form -Dsbt.