Lines Matching refs:py
74 # Both CPPFLAGS and LDFLAGS need to contain the shell's value for setup.py to
203 PROFILE_TASK= $(srcdir)/Tools/pybench/pybench.py -n 2 --with-gc --with-syscheck
204 #PROFILE_TASK= $(srcdir)/Lib/test/regrtest.py
308 ASDLGEN_FILES= $(srcdir)/Parser/asdl.py $(srcdir)/Parser/asdl_c.py
310 ASDLGEN= $(srcdir)/Parser/asdl_c.py
477 $(PYTHON_FOR_BUILD) $(srcdir)/setup.py $$quiet build
507 # loaded by gdb during Lib/test/test_gdb.py
511 gdbhooks: $(BUILDPYTHON)-gdb.py
513 SRC_GDB_HOOKS=$(srcdir)/Tools/gdb/libpython.py
514 $(BUILDPYTHON)-gdb.py: $(SRC_GDB_HOOKS)
515 $(INSTALL_DATA) $(SRC_GDB_HOOKS) $(BUILDPYTHON)-gdb.py
781 # than bytecode generated directly from a .py source file. Sometimes
787 TESTPROG= $(srcdir)/Lib/test/regrtest.py
790 -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
795 -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
796 $(TESTPYTHON) $(srcdir)/Lib/compileall.py
797 -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
808 -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
827 -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
834 -rm -f $(srcdir)/Lib/test/*.py[co]
987 @for i in $(srcdir)/Lib/*.py `cat pybuilddir.txt`/_sysconfigdata.py $(srcdir)/Lib/*.doc $(srcdir)/Lib/*.egg-info ; \
1007 *.py[co]) ;; \
1028 $(PYTHON_FOR_BUILD) -Wi -tt $(DESTDIR)$(LIBDEST)/compileall.py \
1033 $(PYTHON_FOR_BUILD) -Wi -tt -O $(DESTDIR)$(LIBDEST)/compileall.py \
1038 py \
1042 $(PYTHON_FOR_BUILD) -Wi -t -O $(DESTDIR)$(LIBDEST)/compileall.py \
1163 $(RUNSHARED) $(PYTHON_FOR_BUILD) $(srcdir)/setup.py install \
1168 -rm $(DESTDIR)$(DESTSHARED)/_sysconfigdata.py*
1237 $(PYTHON_FOR_BUILD) $(srcdir)/Tools/scripts/setup.py install \
1259 ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/reindent.py -r $(srcdir)/Lib
1293 find $(srcdir) -name '*.py[co]' -exec rm -f {} ';'
1300 find build -name 'fficonfig.py' -exec rm -f {} ';' || true
1323 -rm -f python*-gdb.py
1331 # Check for smelly exported symbols (not starting with Py/_Py)
1334 sed -n "/ [TDB] /s/.* //p" | grep -v "^_*Py" | sort -u; \
1340 -o -name '*.py' \
1367 $(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/patchcheck.py