OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shlibs
(Results
26 - 34
of
34
) sorted by null
1
2
/external/openssl/
check-all-builds.sh
556
local
shlibs
="$6"
568
for lib in $
shlibs
; do
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile
185
SHLIBS
= $(LIBS)
493
$(BLDSHARED) -Wl,-h$(INSTSONAME) -o $(INSTSONAME) $(LIBRARY_OBJS) $(MODLIBS) $(
SHLIBS
) $(LIBC) $(LIBM) $(LDLAST); \
496
$(BLDSHARED) -o $@ $(LIBRARY_OBJS) $(MODLIBS) $(
SHLIBS
) $(LIBC) $(LIBM) $(LDLAST); \
500
$(CC) -dynamiclib -Wl,-single_module $(LDFLAGS) -undefined dynamic_lookup -Wl,-install_name,$(prefix)/lib/libpython$(VERSION).dylib -Wl,-compatibility_version,$(VERSION) -Wl,-current_version,$(VERSION) -o $@ $(LIBRARY_OBJS) $(
SHLIBS
) $(LIBC) $(LIBM) $(LDLAST); \
504
$(LDSHARED) -o $@ $(LIBRARY_OBJS) $(MODLIBS) $(
SHLIBS
) $(LIBC) $(LIBM) $(LDLAST)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile
185
SHLIBS
= $(LIBS)
494
$(BLDSHARED) -Wl,-h$(INSTSONAME) -o $(INSTSONAME) $(LIBRARY_OBJS) $(MODLIBS) $(
SHLIBS
) $(LIBC) $(LIBM) $(LDLAST); \
497
$(BLDSHARED) -o $@ $(LIBRARY_OBJS) $(MODLIBS) $(
SHLIBS
) $(LIBC) $(LIBM) $(LDLAST); \
501
$(CC) -dynamiclib -Wl,-single_module $(LDFLAGS) -undefined dynamic_lookup -Wl,-install_name,$(prefix)/lib/libpython$(VERSION).dylib -Wl,-compatibility_version,$(VERSION) -Wl,-current_version,$(VERSION) -o $@ $(LIBRARY_OBJS) $(
SHLIBS
) $(LIBC) $(LIBM) $(LDLAST); \
505
$(LDSHARED) -o $@ $(LIBRARY_OBJS) $(MODLIBS) $(
SHLIBS
) $(LIBC) $(LIBM) $(LDLAST)
[
all
...]
/external/e2fsprogs/debian/
changelog
304
* Add pointer for e2fsprogs-udeb to libcomerr2.
shlibs
(Closes: #665885)
592
* Fixed bad dependency on libblkid1 due to
shlibs
.local (Closes: #583551)
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_sysconfigdata.py
462
'
SHLIBS
': '-ldl -framework CoreFoundation',
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_sysconfigdata.py
462
'
SHLIBS
': '-lpthread -ldl -lpthread -lutil',
/external/lldb/source/Commands/
CommandObjectTarget.cpp
838
const FileSpecList &
shlibs
= m_option_shared_libraries.GetOptionValue().GetCurrentValue();
local
[
all
...]
/external/e2fsprogs/
configure
[
all
...]
RELEASE-NOTES
[
all
...]
Completed in 1057 milliseconds
1
2