Home
last modified time | relevance | path

Searched refs:LDLIBRARY (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Misc/
Dpython-config.sh.in47 LDLIBRARY="@LDLIBRARY@"
/external/python/cpython2/
DMakefile.pre.in178 LDLIBRARY= @LDLIBRARY@
489 $(BUILDPYTHON): Modules/python.o $(LIBRARY) $(LDLIBRARY)
543 if test $(INSTSONAME) != $(LDLIBRARY); then \
576 $(CC) -o $(LDLIBRARY) $(LDFLAGS) -dynamiclib \
1004 if test -f $(LDLIBRARY); then \
1008 $(INSTALL_SHARED) $(LDLIBRARY) $(DESTDIR)$(LIBDIR)/$(INSTSONAME); \
1009 if test $(LDLIBRARY) != $(INSTSONAME); then \
1010 (cd $(DESTDIR)$(LIBDIR); $(LN) -sf $(INSTSONAME) $(LDLIBRARY)) \
1216 $(INSTALL_DATA) $(LDLIBRARY) $(DESTDIR)$(LIBPL) ; \
1292 frameworkinstallstructure: $(LDLIBRARY)
[all …]
Dconfigure.ac785 # LDLIBRARY is the name of the library to link against (as opposed to the
788 # is blank as the main program is not linked directly against LDLIBRARY.
789 # LDLIBRARYDIR is the path to LDLIBRARY, which is made in a subdirectory. On
790 # systems without shared libraries, LDLIBRARY is the same as LIBRARY
791 # (defined in the Makefiles). On Cygwin LDLIBRARY is the import library,
798 AC_SUBST(LDLIBRARY) subst
804 LDLIBRARY="$LIBRARY"
805 BLDLIBRARY='$(LDLIBRARY)'
806 INSTSONAME='$(LDLIBRARY)'
892 AC_MSG_CHECKING(LDLIBRARY)
[all …]
Dconfigure5349 LDLIBRARY="$LIBRARY"
5470 LDLIBRARY='$(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)'
5484 LDLIBRARY='libpython$(VERSION).so'
5487 LDLIBRARY='libpython$(VERSION).dll.a'
5491 LDLIBRARY='libpython$(VERSION).so'
5494 INSTSONAME="$LDLIBRARY".$SOVERSION
5497 LDLIBRARY='libpython$(VERSION).so'
5505 INSTSONAME="$LDLIBRARY".$SOVERSION
5510 LDLIBRARY='libpython$(VERSION).so'
5513 LDLIBRARY='libpython$(VERSION).sl'
[all …]
/external/python/cpython3/
DMakefile.pre.in231 LDLIBRARY= @LDLIBRARY@
589 $(BUILDPYTHON): Programs/python.o $(LIBRARY) $(LDLIBRARY) $(PY3LIBRARY) $(EXPORTSYMS)
644 if test $(INSTSONAME) != $(LDLIBRARY); then \
684 $(CC) -o $(LDLIBRARY) $(PY_CORE_LDFLAGS) -dynamiclib \
724 Programs/_testembed: Programs/_testembed.o $(LIBRARY) $(LDLIBRARY) $(PY3LIBRARY) $(EXPORTSYMS)
1310 if test -f $(LDLIBRARY) && test "$(PYTHONFRAMEWORKDIR)" = "no-framework" ; then \
1314 $(INSTALL_SHARED) $(LDLIBRARY) $(DESTDIR)$(LIBDIR)/$(INSTSONAME); \
1315 if test $(LDLIBRARY) != $(INSTSONAME); then \
1316 (cd $(DESTDIR)$(LIBDIR); $(LN) -sf $(INSTSONAME) $(LDLIBRARY)) \
1637 $(INSTALL_DATA) $(LDLIBRARY) $(DESTDIR)$(LIBPL) ; \
[all …]
Dconfigure.ac991 # LDLIBRARY is the name of the library to link against (as opposed to the
994 # is blank as the main program is not linked directly against LDLIBRARY.
995 # LDLIBRARYDIR is the path to LDLIBRARY, which is made in a subdirectory. On
996 # systems without shared libraries, LDLIBRARY is the same as LIBRARY
997 # (defined in the Makefiles). On Cygwin LDLIBRARY is the import library,
1007 AC_SUBST(LDLIBRARY) subst
1015 LDLIBRARY="$LIBRARY"
1016 BLDLIBRARY='$(LDLIBRARY)'
1017 INSTSONAME='$(LDLIBRARY)'
1113 AC_MSG_CHECKING(LDLIBRARY)
[all …]
Dconfigure5788 LDLIBRARY="$LIBRARY"
5921 LDLIBRARY='$(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)'
5936 LDLIBRARY='libpython$(LDVERSION).dll.a'
5940 LDLIBRARY='libpython$(LDVERSION).so'
5943 INSTSONAME="$LDLIBRARY".$SOVERSION
5950 LDLIBRARY='libpython$(LDVERSION).so'
5953 INSTSONAME="$LDLIBRARY".$SOVERSION
5962 LDLIBRARY='libpython$(LDVERSION).so'
5965 LDLIBRARY='libpython$(LDVERSION).sl'
5972 LDLIBRARY='libpython$(LDVERSION).dylib'
[all …]