HomeSort by relevance Sort by last modified time
    Searched refs:INSTSONAME (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 178 INSTSONAME= $(LDLIBRARY)
492 if test $(INSTSONAME) != $(LDLIBRARY); then \
493 $(BLDSHARED) -Wl,-h$(INSTSONAME) -o $(INSTSONAME) $(LIBRARY_OBJS) $(MODLIBS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
494 $(LN) -f $(INSTSONAME) $@; \
906 $(INSTALL_SHARED) $(LDLIBRARY) $(DESTDIR)$(LIBDIR)/$(INSTSONAME); \
907 if test $(LDLIBRARY) != $(INSTSONAME); then \
908 (cd $(DESTDIR)$(LIBDIR); $(LN) -sf $(INSTSONAME) $(LDLIBRARY)) \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 178 INSTSONAME= $(LDLIBRARY)
493 if test $(INSTSONAME) != $(LDLIBRARY); then \
494 $(BLDSHARED) -Wl,-h$(INSTSONAME) -o $(INSTSONAME) $(LIBRARY_OBJS) $(MODLIBS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
495 $(LN) -f $(INSTSONAME) $@; \
907 $(INSTALL_SHARED) $(LDLIBRARY) $(DESTDIR)$(LIBDIR)/$(INSTSONAME); \
908 if test $(LDLIBRARY) != $(INSTSONAME); then \
909 (cd $(DESTDIR)$(LIBDIR); $(LN) -sf $(INSTSONAME) $(LDLIBRARY)) \
    [all...]

Completed in 67 milliseconds