Return the name of the object files for the given source files.
The list of paths to source files. Paths can be either relative or absolute, this is handled transparently.
Whether to strip the directory from the returned paths. If True, the file name prepended by output_dir is returned. Default is False.
If given, this path is prepended to the returned paths to the object files.
The list of paths to the object files corresponding to the source files in source_filenames.
© 2005–2024 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/2.4/reference/generated/numpy.distutils.ccompiler.CCompiler_object_filenames.html