Need an easy way for users (and the CI system) to omit all deprecated elements. Something like
make OMIT_DEPRECATED=true prep
which would then internally add all the -DCFE_OMIT_DEPRECATED -DOSAL_OMIT_DEPRECATED and so on flags when building everything.