Name: Anonymous 2015-02-20 20:14
Incremental compilation is nice, but expressing dependencies between objects, sources and headers is a pain in the ass. gcc -M is utter garbage not unlike GCC itself and generates thirty to fifty useless prerequisites per file in case one of the system headers changes. Gotta make sure, the user might be retarded after all.
How do I write good make files and still have time for actual programming?
How do I write good make files and still have time for actual programming?