Lines Matching defs:SRCDIR
47 SRCDIR = pathlib.Path(__file__).parent.parent.parent.absolute()
48 WASMTOOLS = SRCDIR / "Tools" / "wasm"
49 BUILDDIR = SRCDIR / "builddir"
50 CONFIGURE = SRCDIR / "configure"
51 SETUP_LOCAL = SRCDIR / "Modules" / "Setup.local"
73 run "make clean -C '{SRCDIR}'".
197 SRCDIR / "Programs" / "python.o",
198 SRCDIR / "Python" / "frozen_modules" / "importlib._bootstrap.h",
520 relbuilddir=self.builddir.relative_to(SRCDIR),
521 srcdir=SRCDIR,
586 relbuilddir = self.builddir.relative_to(SRCDIR)
596 srv = subprocess.Popen(args, cwd=SRCDIR)
655 self._run_cmd(embuilder_cmd, cwd=SRCDIR)