get_standard_makefile_argsΒΆ

get_standard_makefile_args is a script in CIMEROOT/scripts/Tools.

$ ./get_standard_makefile_args --help
usage: get_standard_makefile_args [-h] [-d] [-v] [-s] [--cmake] [caseroot]

Output the list of standard makefile args to the command line.  This script
should only be used when the components buildlib is not written in python

positional arguments:
  caseroot       Case directory to build.
                 Default is current directory.

optional arguments:
  -h, --help     show this help message and exit
  -d, --debug    Print debug information (very verbose) to file /Users/sacks/cime/scripts/Tools/get_standard_makefile_args.log
  -v, --verbose  Add additional context (time and file) to log messages
  -s, --silent   Print only warnings and error messages
  --cmake        Get cmake-style args instead of Make