* all: Sanitize include file order for source files. Avoid warnings due to use of unreserved symbols in system headers (primarily on Windows) by using this order of #include in .c files: - First include makeint.h - Next include the header for this .c file (if one exists) - Next include all system header files - Lastly include any other GNU Make headers, in alphabetical order