Home | History | Annotate | Download | only in config

Lines Matching defs:srcdir

29 srcdir=		/usr/local/google/buildbot/src/android/master-ndk/toolchain/python/Python-2.7.5
68 MAKESETUP= $(srcdir)/Modules/makesetup
77 CPPFLAGS= -I. -IInclude -I$(srcdir)/Include
203 PROFILE_TASK= $(srcdir)/Tools/pybench/pybench.py -n 2 --with-gc --with-syscheck
204 #PROFILE_TASK= $(srcdir)/Lib/test/regrtest.py
241 GRAMMAR_INPUT= $(srcdir)/Grammar/Grammar
307 AST_ASDL= $(srcdir)/Parser/Python.asdl
309 ASDLGEN_FILES= $(srcdir)/Parser/asdl.py $(srcdir)/Parser/asdl_c.py
311 ASDLGEN= $(srcdir)/Parser/asdl_c.py
478 $(PYTHON_FOR_BUILD) $(srcdir)/setup.py $$quiet build
514 SRC_GDB_HOOKS=$(srcdir)/Tools/gdb/libpython.py
554 $(srcdir)/Modules/config.c.in \
559 $(SHELL) $(MAKESETUP) -c $(srcdir)/Modules/config.c.in \
568 Modules/Setup: $(srcdir)/Modules/Setup.dist
587 $(srcdir)/Modules/getbuildinfo.c
593 -o $@ $(srcdir)/Modules/getbuildinfo.c
596 Modules/getpath.o: $(srcdir)/Modules/getpath.c Makefile
602 -o $@ $(srcdir)/Modules/getpath.c
605 PC/getpathp.o: $(srcdir)/PC/getpathp.c
606 $(CC) -c $(PY_CFLAGS) -o $@ $(srcdir)/PC/getpathp.c
608 Modules/python.o: $(srcdir)/Modules/python.c
609 $(MAINCC) -c $(PY_CFLAGS) -o $@ $(srcdir)/Modules/python.c
611 Modules/posixmodule.o: $(srcdir)/Modules/posixmodule.c $(srcdir)/Modules/posixmodule.h
613 Modules/grpmodule.o: $(srcdir)/Modules/grpmodule.c $(srcdir)/Modules/posixmodule.h
615 Modules/pwdmodule.o: $(srcdir)/Modules/pwdmodule.c $(srcdir)/Modules/posixmodule.h
628 Parser/grammar.o: $(srcdir)/Parser/grammar.c \
629 $(srcdir)/Include/token.h \
630 $(srcdir)/Include/grammar.h
631 Parser/metagrammar.o: $(srcdir)/Parser/metagrammar.c
633 Parser/tokenizer_pgen.o: $(srcdir)/Parser/tokenizer.c
635 Parser/pgenmain.o: $(srcdir)/Include/parsetok.h
647 Python/getplatform.o: $(srcdir)/Python/getplatform.c
648 $(CC) -c $(PY_CFLAGS) -DPLATFORM='"$(MACHDEP)"' -o $@ $(srcdir)/Python/getplatform.c
650 Python/importdl.o: $(srcdir)/Python/importdl.c
651 $(CC) -c $(PY_CFLAGS) -I$(DLINCLDIR) -o $@ $(srcdir)/Python/importdl.c
653 Objects/unicodectype.o: $(srcdir)/Objects/unicodectype.c \
654 $(srcdir)/Objects/unicodetype_db.h
657 $(srcdir)/Include/bytes_methods.h \
658 $(srcdir)/Objects/stringlib/count.h \
659 $(srcdir)/Objects/stringlib/ctype.h \
660 $(srcdir)/Objects/stringlib/fastsearch.h \
661 $(srcdir)/Objects/stringlib/find.h \
662 $(srcdir)/Objects/stringlib/formatter.h \
663 $(srcdir)/Objects/stringlib/partition.h \
664 $(srcdir)/Objects/stringlib/split.h \
665 $(srcdir)/Objects/stringlib/stringdefs.h \
666 $(srcdir)/Objects/stringlib/string_format.h \
667 $(srcdir)/Objects/stringlib/transmogrify.h \
668 $(srcdir)/Objects/stringlib/unicodedefs.h \
669 $(srcdir)/Objects/stringlib/localeutil.h
671 Objects/unicodeobject.o: $(srcdir)/Objects/unicodeobject.c \
674 Objects/bytearrayobject.o: $(srcdir)/Objects/bytearrayobject.c \
677 Objects/stringobject.o: $(srcdir)/Objects/stringobject.c \
680 Python/formatter_unicode.o: $(srcdir)/Python/formatter_unicode.c \
683 Python/formatter_string.o: $(srcdir)/Python/formatter_string.c \
788 TESTPROG= $(srcdir)/Lib/test/regrtest.py
791 -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
796 -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
797 $(TESTPYTHON) $(srcdir)/Lib/compileall.py
798 -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
809 -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
828 -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
835 -rm -f $(srcdir)/Lib/test/*.py[co]
925 $(INSTALL_DATA) $(srcdir)/Misc/python.man \
968 libinstall: build_all $(srcdir)/Lib/$(PLATDIR) $(srcdir)/Modules/xxmodule.c
979 a=$(srcdir)/Lib/$$d; \
988 @for i in $(srcdir)/Lib/*.py `cat pybuilddir.txt`/_sysconfigdata.py $(srcdir)/Lib/*.doc $(srcdir)/Lib/*.egg-info ; \
1000 a=$(srcdir)/Lib/$$d; \
1023 $(INSTALL_DATA) $(srcdir)/LICENSE $(DESTDIR)$(LIBDEST)/LICENSE.txt
1025 $(INSTALL_DATA) $(srcdir)/Modules/xxmodule.c \
1052 $(srcdir)/Lib/$(PLATDIR):
1053 mkdir $(srcdir)/Lib/$(PLATDIR)
1054 cp $(srcdir)/Lib/plat-generic/regen $(srcdir)/Lib/$(PLATDIR)/regen
1056 export PYTHONPATH; PYTHONPATH="$(srcdir)/Lib:$(abs_builddir)/`cat pybuilddir.txt`"; \
1066 cd $(srcdir)/Lib/$(PLATDIR); $(RUNSHARED) ./regen "$(CC)"
1068 python-config: $(srcdir)/Misc/python-config.in
1071 sed -e "s,@EXENAME@,$(BINDIR)/python$(VERSION)$(EXE)," < $(srcdir)/Misc/python-config.in >python-config
1086 @for i in $(srcdir)/Include/*.h; \
1123 $(INSTALL_DATA) $(srcdir)/Modules/config.c.in $(DESTDIR)$(LIBPL)/config.c.in
1129 $(INSTALL_SCRIPT) $(srcdir)/Modules/makesetup $(DESTDIR)$(LIBPL)/makesetup
1130 $(INSTALL_SCRIPT) $(srcdir)/install-sh $(DESTDIR)$(LIBPL)/install-sh
1140 $(INSTALL_SCRIPT) $(srcdir)/Modules/makexp_aix \
1143 $(INSTALL_SCRIPT) $(srcdir)/Modules/ld_so_aix \
1164 $(RUNSHARED) $(PYTHON_FOR_BUILD) $(srcdir)/setup.py install \
1237 SRCDIR=$(srcdir) $(RUNSHARED) \
1238 $(PYTHON_FOR_BUILD) $(srcdir)/Tools/scripts/setup.py install \
1249 config.status: $(srcdir)/configure
1250 $(SHELL) $(srcdir)/configure $(CONFIG_ARGS)
1260 ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/reindent.py -r $(srcdir)/Lib
1270 (cd $(srcdir); autoconf)
1271 (cd $(srcdir); autoheader)
1275 cd $(srcdir); \
1283 cd $(srcdir); \
1294 find $(srcdir) -name '*.py[co]' -exec rm -f {} ';'
1326 find $(srcdir) '(' -name '*.fdc' -o -name '*~' \
1368 $(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/patchcheck.py
1372 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
1388 Modules/posixmodule.o: $(srcdir)/Modules/posixmodule.c; $(CC) $(PY_CFLAGS) -c $(srcdir)/Modules/posixmodule.c -o Modules/posixmodule.o
1390 Modules/threadmodule.o: $(srcdir)/Modules/threadmodule.c; $(CC) $(PY_CFLAGS) -c $(srcdir)/Modules/threadmodule.c -o Modules/threadmodule.o
1392 Modules/signalmodule.o: $(srcdir)/Modules/signalmodule.c; $(CC) $(PY_CFLAGS) -c $(srcdir)/Modules/signalmodule.c -o Modules/signalmodule.o
1394 Modules/errnomodule.o: $(srcdir)/Modules/errnomodule.c; $(CC) $(PY_CFLAGS) -c $(srcdir)/Modules/errnomodule.c -o Modules/errnomodule.o
1396 Modules/_sre.o: $(srcdir)/Modules/_sre.c; $(CC) $(PY_CFLAGS) -c $(srcdir)/Modules/_sre.c -o Modules/_sre.o
1398 Modules/_codecsmodule.o: $(srcdir)/Modules/_codecsmodule.c; $(CC) $(PY_CFLAGS) -c $(srcdir)/Modules/_codecsmodule.c -o Modules/_codecsmodule.o
1400 Modules/_weakref.o: $(srcdir)/Modules/_weakref.c; $(CC) $(PY_CFLAGS) -c $(srcdir)/Modules/_weakref.c -o Modules/_weakref.o
1402 Modules/zipimport.o: $(srcdir)/Modules/zipimport.c; $(CC) $(PY_CFLAGS) -c $(srcdir)/Modules/zipimport.c -o Modules/zipimport.o
1404 Modules/symtablemodule.o: $(srcdir)/Modules/symtablemodule.c; $(CC) $(PY_CFLAGS) -c $(srcdir)/Modules/symtablemodule.c -o Modules/symtablemodule.o
1406 Modules/xxsubtype.o: $(srcdir)/Modules/xxsubtype.c; $(CC) $(PY_CFLAGS) -c $(srcdir)/Modules/xxsubtype.c -o Modules/xxsubtype.o