Home
last modified time | relevance | path

Searched refs:LDLIBRARY (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Tools/scripts/
H A Dsmelly.py152 LDLIBRARY = sysconfig.get_config_var('LDLIBRARY')
153 if not LDLIBRARY:
154 raise Exception("failed to get LDLIBRARY variable from sysconfig")
155 if LDLIBRARY != LIBRARY:
157 nsymbol += check_library(LDLIBRARY, dynamic=True)
H A Dstable_abi.py419 LDLIBRARY = sysconfig.get_config_var("LDLIBRARY")
420 if not LDLIBRARY:
421 raise Exception("failed to get LDLIBRARY variable from sysconfig")
423 manifest, LDLIBRARY, expected_symbols, dynamic=False)
/third_party/python/
H A Dconfigure934 LDLIBRARY
7182 # LDLIBRARY is the name of the library to link against (as opposed to the
7185 # is blank as the main program is not linked directly against LDLIBRARY.
7186 # LDLIBRARYDIR is the path to LDLIBRARY, which is made in a subdirectory. On
7187 # systems without shared libraries, LDLIBRARY is the same as LIBRARY
7188 # (defined in the Makefiles). On Cygwin LDLIBRARY is the import library,
7206 LDLIBRARY="$LIBRARY"
7207 BLDLIBRARY='$(LDLIBRARY)'
7208 INSTSONAME='$(LDLIBRARY)'
7353 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking LDLIBRARY" >
[all...]

Completed in 8 milliseconds