Home | History | Annotate | Download | only in config

Lines Matching refs:Python

2 # Top-level Makefile for Python
15 # If you have a previous version of Python installed that you don't
29 srcdir= /Volumes/Android/buildbot/src/android/master-ndk/toolchain/python/Python-2.7.5
30 VPATH= /Volumes/Android/buildbot/src/android/master-ndk/toolchain/python/Python-2.7.5
31 MSYSVPATH= /Volumes/Android/buildbot/src/android/master-ndk/toolchain/python/Python-2.7.5
32 abs_srcdir= /Volumes/Android/buildbot/src/android/master-ndk/toolchain/python/Python-2.7.5
33 abs_builddir= /Volumes/Android/buildbot/src/android/master-ndk/out/build/buildhost/build-python-darwin-x86_64-2.7.5
53 # Use this to make a link between python$(VERSION) and python in $(BINDIR)
66 MKDIR_P= /Volumes/Android/buildbot/src/android/master-ndk/toolchain/python/Python-2.7.5/install-sh -c -d
115 BINLIBDEST= $(LIBDIR)/python$(VERSION)
116 LIBDEST= $(SCRIPTDIR)/python$(VERSION)
117 INCLUDEPY= $(INCLUDEDIR)/python$(VERSION)
118 CONFINCLUDEPY= $(CONFINCLUDEDIR)/python$(VERSION)
119 LIBP= $(LIBDIR)/python$(VERSION)
132 # Short name and location for Mac OS X Python framework
147 # Environment to run shared python without installed libraries
161 SRCDIRS= Parser Grammar Objects Python Modules Mac
187 THREADOBJ= Python/thread.o
190 MACHDEP_OBJS= Python/mactoolboxglue.o
191 LIBOBJDIR= Python/
195 PYTHON= python$(EXE)
196 BUILDPYTHON= python$(BUILDEXE)
239 GRAMMAR_C= Python/graminit.c
279 Python/mysnprintf.c \
280 Python/pyctype.c \
287 Python/mysnprintf.o \
288 Python/pyctype.o \
303 AST_H= $(AST_H_DIR)/Python-ast.h
304 AST_C_DIR= Python
305 AST_C= $(AST_C_DIR)/Python-ast.c
306 AST_ASDL= $(srcdir)/Parser/Python.asdl
309 # XXX Note that a build now requires Python exist before the build starts
313 # Python
315 Python/_warnings.o \
316 Python/Python-ast.o \
317 Python/asdl.o \
318 Python/ast.o \
319 Python/bltinmodule.o \
320 Python/ceval.o \
321 Python/compile.o \
322 Python/codecs.o \
323 Python/errors.o \
324 Python/frozen.o \
325 Python/frozenmain.o \
326 Python/future.o \
327 Python/getargs.o \
328 Python/getcompiler.o \
329 Python/getcopyright.o \
330 Python/getplatform.o \
331 Python/getversion.o \
332 Python/graminit.o \
333 Python/import.o \
334 Python/importdl.o \
335 Python/marshal.o \
336 Python/modsupport.o \
337 Python/mystrtoul.o \
338 Python/mysnprintf.o \
339 Python/peephole.o \
340 Python/pyarena.o \
341 Python/pyctype.o \
342 Python/pyfpe.o \
343 Python/pymath.o \
344 Python/pystate.o \
345 Python/pythonrun.o \
346 Python/random.o \
347 Python/structmember.o \
348 Python/symtable.o \
349 Python/sysmodule.o \
350 Python/traceback.o \
351 Python/getopt.o \
352 Python/pystrcmp.o \
353 Python/pystrtod.o \
354 Python/dtoa.o \
355 Python/formatter_unicode.o \
356 Python/formatter_string.o \
357 Python/$(DYNLOADFILE) \
407 # objects that get linked into the Python library
453 $(BUILDPYTHON): Modules/python.o $(LIBRARY) $(LDLIBRARY)
455 Modules/python.o \
506 # Copy up the gdb python hooks into a position where they can be automatically
539 # This rule builds the Cygwin Python DLL and import library if configured
607 Modules/python.o: $(srcdir)/Modules/python.c
608 $(MAINCC) -c $(PY_CFLAGS) -o $@ $(srcdir)/Modules/python.c
644 Python/compile.o Python/symtable.o Python/ast.o: $(GRAMMAR_H) $(AST_H)
646 Python/getplatform.o: $(srcdir)/Python/getplatform.c
647 $(CC) -c $(PY_CFLAGS) -DPLATFORM='"$(MACHDEP)"' -o $@ $(srcdir)/Python/getplatform.c
649 Python/importdl.o: $(srcdir)/Python/importdl.c
650 $(CC) -c $(PY_CFLAGS) -I$(DLINCLDIR) -o $@ $(srcdir)/Python/importdl.c
679 Python/formatter_unicode.o: $(srcdir)/Python/formatter_unicode.c \
682 Python/formatter_string.o: $(srcdir)/Python/formatter_string.c \
689 Include/Python-ast.h \
690 Include/Python.h \
773 $(LIBRARY_OBJS) $(MODOBJS) Modules/python.o: $(PYTHON_HEADERS)
869 # $(PYTHON) -> python2 -> python$(VERSION))
872 -if test -f $(DESTDIR)$(BINDIR)/$(PYTHON) -o -h $(DESTDIR)$(BINDIR)/$(PYTHON); \
873 then rm -f $(DESTDIR)$(BINDIR)/$(PYTHON); \
877 (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)$(EXE) python2$(EXE))
878 (cd $(DESTDIR)$(BINDIR); $(LN) -s python2$(EXE) $(PYTHON))
880 (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-config python2-config)
881 -rm -f $(DESTDIR)$(BINDIR)/python-config
882 (cd $(DESTDIR)$(BINDIR); $(LN) -s python2-config python-config)
885 (cd $(DESTDIR)$(LIBPC); $(LN) -s python-$(VERSION).pc python2.pc)
886 -rm -f $(DESTDIR)$(LIBPC)/python.pc
887 (cd $(DESTDIR)$(LIBPC); $(LN) -s python2.pc python.pc)
900 $(INSTALL_PROGRAM) $(BUILDPYTHON) $(DESTDIR)$(BINDIR)/python$(VERSION)$(EXE)
924 $(INSTALL_DATA) $(srcdir)/Misc/python.man \
925 $(DESTDIR)$(MANDIR)/man1/python$(VERSION).1
930 (cd $(DESTDIR)$(MANDIR)/man1; $(LN) -s python$(VERSION).1 python2.1)
931 -rm -f $(DESTDIR)$(MANDIR)/man1/python.1
932 (cd $(DESTDIR)$(MANDIR)/man1; $(LN) -s python2.1 python.1)
1067 python-config: $(srcdir)/Misc/python-config.in
1070 sed -e "s,@EXENAME@,$(BINDIR)/python$(VERSION)$(EXE)," < $(srcdir)/Misc/python-config.in >python-config
1072 sed -e "s,\$$(\([A-Za-z0-9_]*\)),\$$\{\1\},g" < Misc/python-config.sh >python-config.sh
1099 libainstall: all python-config
1121 $(INSTALL_DATA) Modules/python.o $(DESTDIR)$(LIBPL)/python.o
1127 $(INSTALL_DATA) Misc/python.pc $(DESTDIR)$(LIBPC)/python-$(VERSION).pc
1130 $(INSTALL_SCRIPT) python-config $(DESTDIR)$(BINDIR)/python$(VERSION)-config
1131 $(INSTALL_SCRIPT) python-config.sh $(DESTDIR)$(BINDIR)/python-config.sh
1132 rm python-config
1133 @if [ -s Modules/python.exp -a \
1136 $(INSTALL_DATA) Modules/python.exp \
1137 $(DESTDIR)$(LIBPL)/python.exp; \
1138 echo; echo "$(LIBPL)/python.exp"; \
1171 # framework-based Python. frameworkinstall installs everything, the
1176 # This target is here for backward compatiblity, previous versions of Python
1201 $(LN) -fsn include/python$(VERSION) $(DESTDIR)$(prefix)/Headers
1211 # install (which includes python-config) happy.
1213 ln -fs "../../../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/python$(VERSION)/config/libpython$(VERSION).a"
1214 ln -fs "../../../$(PYTHONFRAMEWORK)" "$(DESTDIR)$(prefix)/lib/python$(VERSION)/config/libpython$(VERSION).dylib"
1222 # This install the unix python and pythonw tools in /usr/local/bin
1288 touch Include/Python-ast.h Python/Python-ast.c
1315 # Keep configure and Python-ast.[ch], it's possible they can't be generated
1322 Modules/ld_so_aix Modules/python.exp Misc/python.pc
1323 -rm -f python*-gdb.py
1371 Python/thread.o: $(srcdir)/Python/thread_atheos.h $(srcdir)/Python/thread_beos.h $(srcdir)/Python/thread_cthread.h $(srcdir)/Python/thread_foobar.h $(srcdir)/Python/thread_lwp.h $(srcdir)/Python/thread_nt.h $(srcdir)/Python/thread_os2.h $(srcdir)/Python/thread_pth.h $(srcdir)/Python/thread_pthread.h $(srcdir)/Python/thread_sgi.h $(srcdir)/Python/thread_solaris.h $(srcdir)/Python/thread_wince.h