Can I compile a library adding a namespace at compile time using GNAT? I have to link to a legacy library that don't use a root package and child packages, so it's very annoying having hundred of options when I have to include something.
The other option I have is to write a Python script to add the root package to all files to reduce the problem.