OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LDLIBRARY
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/bin/
python-config.sh
55
LDLIBRARY
="libpython${VERSION}.a"
/prebuilts/python/linux-x86/2.7.5/bin/
python-config.sh
55
LDLIBRARY
="libpython${VERSION}.a"
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile
174
LDLIBRARY
= libpython$(VERSION).a
175
BLDLIBRARY= $(
LDLIBRARY
)
178
INSTSONAME= $(
LDLIBRARY
)
453
$(BUILDPYTHON): Modules/python.o $(LIBRARY) $(
LDLIBRARY
)
492
if test $(INSTSONAME) != $(
LDLIBRARY
); then \
525
$(CC) -o $(
LDLIBRARY
) $(LDFLAGS) -dynamiclib \
901
if test -f $(
LDLIBRARY
); then \
904
mkdir -p $(DESTDIR)$(LIBPL); $(INSTALL_SHARED) $(
LDLIBRARY
) $(DESTDIR)$(LIBPL); \
906
$(INSTALL_SHARED) $(
LDLIBRARY
) $(DESTDIR)$(LIBDIR)/$(INSTSONAME); \
907
if test $(
LDLIBRARY
) != $(INSTSONAME); then
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile
174
LDLIBRARY
= libpython$(VERSION).a
175
BLDLIBRARY= $(
LDLIBRARY
)
178
INSTSONAME= $(
LDLIBRARY
)
454
$(BUILDPYTHON): Modules/python.o $(LIBRARY) $(
LDLIBRARY
)
493
if test $(INSTSONAME) != $(
LDLIBRARY
); then \
526
$(CC) -o $(
LDLIBRARY
) $(LDFLAGS) -dynamiclib \
902
if test -f $(
LDLIBRARY
); then \
905
mkdir -p $(DESTDIR)$(LIBPL); $(INSTALL_SHARED) $(
LDLIBRARY
) $(DESTDIR)$(LIBPL); \
907
$(INSTALL_SHARED) $(
LDLIBRARY
) $(DESTDIR)$(LIBDIR)/$(INSTSONAME); \
908
if test $(
LDLIBRARY
) != $(INSTSONAME); then
[
all
...]
Completed in 482 milliseconds