Lines Matching refs:build
17 description = "\"build\" pure Python modules (copy to build directory)"
20 ('build-lib=', 'd', "directory to \"build\" (copy) to"),
26 ('force', 'f', "forcibly build everything (ignore file timestamps)"),
43 self.set_undefined_options('build',
79 # we turn off 'preserve_mode' when copying to the build directory,
80 # since the build directory is supposed to be exactly what the
106 # Compute package build directory
135 """Copy data files into build directory"""
337 # Now put the module source file into the "build" area -- this is
338 # easy, we just copy it somewhere under self.build_lib (the build
348 # Now "build" the module -- ie. copy the source file to
349 # self.build_lib (the build directory for Python source).