| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
|||
| tuple |
|
||
|
|||
dep_libs_re = re.compile(r'dependency_libs=\'
|
|||
inh_link_flags_re = re.compile(r'inherited_linker_flags=\'
|
|||
X11_local_sub = re.compile(r'X11R6/lib
|
|||
pkgconfig_sub1 = re.compile(r'usr/lib
|
|||
pkgconfig_sub2 = re.compile(r'
|
|||
flag_re = re.compile(r'-mt
|
|||
__package__ =
|
|||
Imports: _os, re, _unicode_decode, InvalidData
|
|||
Given the contents of an .la file, parse and fix it. This operates with strings of raw bytes (assumed to contain some ascii characters), in order to avoid any potential character encoding issues. Raises 'InvalidData' if the .la file is invalid.
|
|
|||
dep_libs_re
|
inh_link_flags_re
|
pkgconfig_sub2
|
flag_re
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat May 18 16:59:26 2013 | http://epydoc.sourceforge.net |