HomeSort by relevance Sort by last modified time
    Searched refs:BUILDPYTHON (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 196 BUILDPYTHON= python$(BUILDEXE)
198 PYTHON_FOR_BUILD=./$(BUILDPYTHON) -E
422 build_all: $(BUILDPYTHON) oldsharedmods sharedmods gdbhooks
441 ./$(BUILDPYTHON) $(PROFILE_TASK)
453 $(BUILDPYTHON): Modules/python.o $(LIBRARY) $(LDLIBRARY)
458 platform: $(BUILDPYTHON) pybuilddir.txt
464 pybuilddir.txt: $(BUILDPYTHON)
471 sharedmods: $(BUILDPYTHON) pybuilddir.txt
511 gdbhooks: $(BUILDPYTHON)-gdb.py
514 $(BUILDPYTHON)-gdb.py: $(SRC_GDB_HOOKS
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 196 BUILDPYTHON= python$(BUILDEXE)
423 build_all: $(BUILDPYTHON) oldsharedmods sharedmods gdbhooks
442 ./$(BUILDPYTHON) $(PROFILE_TASK)
454 $(BUILDPYTHON): Modules/python.o $(LIBRARY) $(LDLIBRARY)
459 platform: $(BUILDPYTHON) pybuilddir.txt
465 pybuilddir.txt: $(BUILDPYTHON)
472 sharedmods: $(BUILDPYTHON) pybuilddir.txt
512 gdbhooks: $(BUILDPYTHON)-gdb.py
515 $(BUILDPYTHON)-gdb.py: $(SRC_GDB_HOOKS)
516 $(INSTALL_DATA) $(SRC_GDB_HOOKS) $(BUILDPYTHON)-gdb.p
    [all...]

Completed in 46 milliseconds