Lines Matching defs:variables
16 variables = None
152 if 'true' == variables.get('node_shared'):
161 output_lib = 'libnode.' + variables.get('shlib_suffix')
171 so_name = 'libnode.' + re.sub(r'\.x$', '.so', variables.get('shlib_suffix'))
172 action([output_prefix + so_name], variables.get('libdir') + '/' + so_name)
178 output_lib = 'libnode.' + variables.get('shlib_suffix')
179 action([output_prefix + output_lib], variables.get('libdir') + '/' + output_lib)
180 if 'true' == variables.get('node_use_dtrace'):
194 if 'true' == variables.get('node_install_npm'):
197 if 'true' == variables.get('node_install_corepack'):
287 if 'false' == variables.get('node_shared_libuv'):
290 if 'true' == variables.get('node_use_openssl') and \
291 'false' == variables.get('node_shared_openssl'):
296 if 'false' == variables.get('node_shared_zlib'):
311 global node_prefix, install_path, target_defaults, variables
317 variables = conf['variables']