Lines Matching refs:LDLIBRARY

934 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" >&5
7354 printf %s "checking LDLIBRARY... " >&6; }
7356 # MacOSX framework builds need more magic. LDLIBRARY is the dynamic
7361 # LDLIBRARY, but empty for MacOSX framework builds.
7364 LDLIBRARY='$(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)'
7368 BLDLIBRARY='$(LDLIBRARY)'
7379 LDLIBRARY='libpython$(LDVERSION).dll.a'
7383 LDLIBRARY='libpython$(LDVERSION).so'
7386 INSTSONAME="$LDLIBRARY".$SOVERSION
7393 LDLIBRARY='libpython$(LDVERSION).so'
7396 INSTSONAME="$LDLIBRARY".$SOVERSION
7405 LDLIBRARY='libpython$(LDVERSION).so'
7408 LDLIBRARY='libpython$(LDVERSION).sl'
7415 LDLIBRARY='libpython$(LDVERSION).dylib'
7420 LDLIBRARY='libpython$(LDVERSION).so'
7430 LDLIBRARY='libpython$(LDVERSION).dll.a'
7631 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LDLIBRARY" >&5
7632 printf "%s\n" "$LDLIBRARY" >&6; }
7644 LIBRARY_DEPS="\$(LDLIBRARY) $LIBRARY_DEPS"
12349 LINKFORSHARED='-Wl,--out-implib=$(LDLIBRARY)'
12369 if test ! "$LIBRARY" = "$LDLIBRARY"