Lines Matching +refs:Install +refs:Python
1 # Top-level Makefile for Python
14 # If you have a previous version of Python installed that you don't
98 # Install prefix for architecture-independent files
101 # Install prefix for architecture-dependent files
104 # Install prefix for data files
133 # Short name and location for Mac OS X Python framework
195 LIBOBJDIR= Python/
274 Python/mysnprintf.c \
275 Python/pyctype.c \
282 Python/mysnprintf.o \
283 Python/pyctype.o \
297 Python/_warnings.o \
298 Python/Python-ast.o \
299 Python/asdl.o \
300 Python/ast.o \
301 Python/bltinmodule.o \
302 Python/ceval.o \
303 Python/compile.o \
304 Python/codecs.o \
305 Python/errors.o \
306 Python/frozen.o \
307 Python/frozenmain.o \
308 Python/future.o \
309 Python/getargs.o \
310 Python/getcompiler.o \
311 Python/getcopyright.o \
312 Python/getplatform.o \
313 Python/getversion.o \
314 Python/graminit.o \
315 Python/import.o \
316 Python/importdl.o \
317 Python/marshal.o \
318 Python/modsupport.o \
319 Python/mystrtoul.o \
320 Python/mysnprintf.o \
321 Python/peephole.o \
322 Python/pyarena.o \
323 Python/pyctype.o \
324 Python/pyfpe.o \
325 Python/pymath.o \
326 Python/pystate.o \
327 Python/pythonrun.o \
328 Python/random.o \
329 Python/structmember.o \
330 Python/symtable.o \
331 Python/sysmodule.o \
332 Python/traceback.o \
333 Python/getopt.o \
334 Python/pystrcmp.o \
335 Python/pystrtod.o \
336 Python/dtoa.o \
337 Python/formatter_unicode.o \
338 Python/formatter_string.o \
339 Python/$(DYNLOADFILE) \
389 # objects that get linked into the Python library
410 …echo "Building Python out of the source tree (in $(abs_builddir)) requires a clean source tree ($(…
590 # This rule builds the Cygwin Python DLL and import library if configured
672 # Regenerate Include/graminit.h and Python/graminit.c
677 $(srcdir)/Python/graminit.c
690 # Regenerate Include/Python-ast.h using Parser/asdl_c.py -h
694 $(srcdir)/Parser/Python.asdl
695 # Regenerate Python/Python-ast.c using Parser/asdl_c.py -c
696 $(MKDIR_P) $(srcdir)/Python
698 -c $(srcdir)/Python \
699 $(srcdir)/Parser/Python.asdl
701 Python/compile.o Python/symtable.o Python/ast.o: $(srcdir)/Include/graminit.h $(srcdir)/Include/Pyt…
703 Python/getplatform.o: $(srcdir)/Python/getplatform.c
704 $(CC) -c $(PY_CFLAGS) -DPLATFORM='"$(MACHDEP)"' -o $@ $(srcdir)/Python/getplatform.c
706 Python/importdl.o: $(srcdir)/Python/importdl.c
707 $(CC) -c $(PY_CFLAGS) -I$(DLINCLDIR) -o $@ $(srcdir)/Python/importdl.c
738 # Regenerate Python/opcode_targets.h from Lib/opcode.py
739 # using Python/makeopcodetargets.py
740 $(PYTHON_FOR_REGEN) $(srcdir)/Python/makeopcodetargets.py \
741 $(srcdir)/Python/opcode_targets.h
743 Python/ceval.o: $(srcdir)/Python/opcode_targets.h
745 Python/formatter_unicode.o: $(srcdir)/Python/formatter_unicode.c \
748 Python/formatter_string.o: $(srcdir)/Python/formatter_string.c \
755 Include/Python-ast.h \
756 Include/Python.h \
838 $(srcdir)/Include/Python-ast.h
918 # Install everything
929 # Install almost everything without disturbing previous versions
945 # Install shared libraries enabled by Setup
967 # Install the interpreter by creating a symlink chain:
992 # Install the interpreter with $(VERSION) affixed
1016 # Install the versioned manual page
1029 # Install the unversioned manual pages
1036 # Install the library
1179 # Install the include files
1197 # Install the library and miscellaneous stuff needed for extending/embedding
1264 # Install the dynamically loadable modules
1275 # framework-based Python. frameworkinstall installs everything, the
1280 # This target is here for backward compatibility, previous versions of Python
1314 # Install a number of symlinks to keep software that expects a normal unix
1420 # Keep configure and Python-ast.[ch], it's possible they can't be generated
1480 Python/thread.o: @THREADHEADERS@