executables
executables = { Const('version_cmd') : List([Name('fc_exe'), Const('--version')]), Const('compiler_f77') : List([Name('fc_exe'), Const('-Wall'), Const('-ffixed-form'), Const('-fno-second-underscore')]), Const('compiler_f90') : List([Name('fc_exe'), Const('-Wall'), Const('-fno-second-underscore')]), Const('compiler_fix') : List([Name('fc_exe'), Const('-Wall'), Const('-ffixed-form'), Const('-fno-second-underscore')]), Const('linker_so') : List([Name('fc_exe'), Const('-Wall')]), Const('archiver') : List([Const('ar'), Const('-cr')]), Const('ranlib') : List([Const('ranlib')]), Const('linker_exe') : List([Name('fc_exe'), Const('-Wall')]) }