LLVM/clang issues

I got the debug version of clang/llvm to build but some of the file extensions are messed up, they have "make" on the ends. See the screenshot. So these files can't be found within other include files because of the messed up names. How can that happen?

Thank you,

Kim

There is no issue at all and nothing is messed up. These files are the
templates populated by the build system. So, you need to follow the
normal build instructions and they will appear in the build directory.