OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SYSLIBS
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/bin/
python-config.sh
47
SYSLIBS
="$LIBM $LIBC"
53
LIBS="-ldl -framework CoreFoundation $
SYSLIBS
-lpython${VERSION}${ABIFLAGS}"
/prebuilts/python/linux-x86/2.7.5/bin/
python-config.sh
47
SYSLIBS
="$LIBM $LIBC"
53
LIBS="-lpthread -ldl -lutil $
SYSLIBS
-lpython${VERSION}${ABIFLAGS}"
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile
184
SYSLIBS
= $(LIBM) $(LIBC)
456
$(BLDLIBRARY) $(LIBS) $(MODLIBS) $(
SYSLIBS
) $(LDLAST)
544
$(LIBS) $(MODLIBS) $(
SYSLIBS
) $(LDLAST); \
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile
184
SYSLIBS
= $(LIBM) $(LIBC)
457
$(BLDLIBRARY) $(LIBS) $(MODLIBS) $(
SYSLIBS
) $(LDLAST)
545
$(LIBS) $(MODLIBS) $(
SYSLIBS
) $(LDLAST); \
[
all
...]
Completed in 443 milliseconds