Reusing Inline Files in Makefiles

To reuse an inline file, specify <<filename where the file is defined and first used, then reuse filename without the angle brackets (<<) later in the same or another command. The command to create the inline file must run before all commands that use the file.