Your problem is essentially the same as handling the dependencies of object
files (.o's) on header files (.h files); you could use the same solution.
How about modifying the code generator (or making a wrapper script for it)
to generate a depend file, then including the depend file in the makefile?
See Paul's excellent article on auto-dependency generation at
<http://www.paulandlesley.org/gmake/autodep.html>.
Regards,
-Steve
Steve Byan
<[EMAIL PROTECTED]>
Design Engineer
MS 1-3/E23
333 South Street
Shrewsbury, MA 01545
(508)770-3414
fax: (508)770-2604
_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make