oliverschmidt 7a228fea41 Replaced classic approach of generating dependency files via rule with generating them as side effect of generating object files. The issue with "No rule to make target ..." is solved as suggested in http://make.paulandlesley.org/autodep.html.
At least with gcc (and cc65) the dependency files are generated without an additional run of the C compiler. This is especially beneficial on Cygwin because of the fork() performance issue.
2009-07-02 22:36:04 +00:00
..
2009-03-17 20:19:11 +00:00
2007-09-19 12:48:26 +00:00
2007-09-01 01:09:25 +00:00
2007-09-29 03:57:39 +00:00