HomeSort by relevance Sort by last modified time
    Searched refs:SRCDIR (Results 51 - 54 of 54) sorted by null

1 23

  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile 29 srcdir= /usr/local/google/buildbot/src/android/master-ndk/toolchain/python/Python-2.7.5 macro
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.p
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 29 srcdir= /s/ndk-toolchain/src/python/Python-2.7.5 macro
43 SVNVERSION= svnversion $(srcdir)
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
240 GRAMMAR_INPUT= $(srcdir)/Grammar/Grammar
306 AST_ASDL= $(srcdir)/Parser/Python.asdl
308 ASDLGEN_FILES= $(srcdir)/Parser/asdl.py $(srcdir)/Parser/asdl_c.p
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 29 srcdir= /s/ndk-toolchain/src/python/Python-2.7.5 macro
43 SVNVERSION= svnversion $(srcdir)
44 HGVERSION= hg id -i $(srcdir)
45 HGTAG= hg id -t $(srcdir)
46 HGBRANCH= hg id -b $(srcdir)
68 MAKESETUP= $(srcdir)/Modules/makesetup
77 CPPFLAGS= -I. -IInclude -I$(srcdir)/Include
198 PYTHON_FOR_BUILD=_PYTHON_PROJECT_BASE=$(abs_builddir) _PYTHON_HOST_PLATFORM=$(_PYTHON_HOST_PLATFORM) PYTHONPATH=/tmp/ndk-andrewhsieh/buildhost/install/prebuilt/linux-x86_64/lib/python2.7/lib-dynload:$(shell test -f pybuilddir.txt && echo $(abs_builddir)/`cat pybuilddir.txt`:)$(srcdir)/Lib:$(srcdir)/Lib/plat-$(MACHDEP) /tmp/ndk-andrewhsieh/buildhost/install/prebuilt/linux-x86_64/bin/python2.7
203 PROFILE_TASK= $(srcdir)/Tools/pybench/pybench.py -n 2 --with-gc --with-syschec
    [all...]
  /external/curl/tests/
runtests.pl 59 push(@INC, $ENV{'srcdir'}) if(defined $ENV{'srcdir'});
149 my $srcdir = $ENV{'srcdir'} || '.';
156 my $TESTDIR="$srcdir/data";
180 my $perl="perl -I$srcdir";
191 my $memanalyze="$perl $srcdir/memanalyze.pl";
    [all...]

Completed in 402 milliseconds

1 23