OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MACHDEP
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile
92
MACHDEP
= linux2
198
PYTHON_FOR_BUILD=_PYTHON_PROJECT_BASE=$(abs_builddir) _PYTHON_HOST_PLATFORM=$(_PYTHON_HOST_PLATFORM) PYTHONPATH=/tmp/ndk-andrewhsieh/buildhost/install/prebuilt/linux-x86_64/lib/python2.7/lib-dynload:$(shell test -f pybuilddir.txt && echo $(abs_builddir)/`cat pybuilddir.txt`:)$(srcdir)/Lib:$(srcdir)/Lib/plat-$(
MACHDEP
) /tmp/ndk-andrewhsieh/buildhost/install/prebuilt/linux-x86_64/bin/python2.7
216
MACHDEPPATH=$(DELIM)plat-$(
MACHDEP
)
648
$(CC) -c $(PY_CFLAGS) -DPLATFORM='"$(
MACHDEP
)"' -o $@ $(srcdir)/Python/getplatform.c
936
PLATDIR= plat-$(
MACHDEP
)
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile
92
MACHDEP
= darwin
216
MACHDEPPATH=$(DELIM)plat-$(
MACHDEP
)
647
$(CC) -c $(PY_CFLAGS) -DPLATFORM='"$(
MACHDEP
)"' -o $@ $(srcdir)/Python/getplatform.c
935
PLATDIR= plat-$(
MACHDEP
)
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile
92
MACHDEP
= linux2
216
MACHDEPPATH=$(DELIM)plat-$(
MACHDEP
)
648
$(CC) -c $(PY_CFLAGS) -DPLATFORM='"$(
MACHDEP
)"' -o $@ $(srcdir)/Python/getplatform.c
936
PLATDIR= plat-$(
MACHDEP
)
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile
92
MACHDEP
= darwin
216
MACHDEPPATH=$(DELIM)plat-$(
MACHDEP
)
647
$(CC) -c $(PY_CFLAGS) -DPLATFORM='"$(
MACHDEP
)"' -o $@ $(srcdir)/Python/getplatform.c
935
PLATDIR= plat-$(
MACHDEP
)
[
all
...]
Completed in 78 milliseconds