It can be difficult to split lines in GNU Makefiles for better readability without changing their meaning; but there are several ways to work around the line-continuation rules.
Line continuation rules for Makefiles
Most programming languages have a facility for breaking up long lines. For example, in the C language …