H A D | common_env.py | 287 def set_str_2make(type, macro, macro_val, macro_cfg, env_type = None, env_mod_type = None, depends = None): 296 strs = '%s\tCOMPILE_MODULE += %s\n'%(strs, macro_cfg) 297 #strs = '%s\tLIBS += $(addprefix -l, $(%s_libs))\n'%(strs, macro_cfg) 302 for mod in macro_cfg: 303 libs = macro_cfg[mod] 306 src = macro_cfg[mod][lib] 319 strs = condition_str(macro, macro_val, macro_cfg, env_type, depends) 322 strs = condition_str(macro, macro_val, macro_cfg, env_type, depends, True) 326 module_str[env_mod_type] = condition_str(macro, macro_val, macro_cfg, env_type, depends, True) 328 def set_config(type, macro, macro_val, macro_cfg, env_typ 379 macro_cfg = { global() variable 386 macro_cfg = { global() variable 393 macro_cfg = { global() variable 427 macro_cfg = { global() variable 434 macro_cfg = { global() variable [all...] |