Home
last modified time | relevance | path

Searched refs:MODLIBS (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Demo/embed/
DMakefile28 MODLIBS= macro
29 ALLLIBS= $(LIBPYTHON) $(MODLIBS) $(LIBS) $(SYSLIBS)
DREADME11 (MODLIBS, LIBS, SYSLIBS) to link with, to match their definitions in
/external/python/cpython2/
DMakefile.pre.in24 MODLIBS= _MODLIBS_
512 $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST)
564 …$(BLDSHARED) -Wl,-h$(INSTSONAME) -o $(INSTSONAME) $(LIBRARY_OBJS) $(MODLIBS) $(SHLIBS) $(LIBC) $(L…
567 $(BLDSHARED) -o $@ $(LIBRARY_OBJS) $(MODLIBS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
575 $(LDSHARED) -o $@ $(LIBRARY_OBJS) $(MODLIBS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST)
615 $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST); \
/external/python/cpython2/Misc/
DNEWS8804 - Link the shared python library with $(MODLIBS).