help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Handling code generators


From: Stephen Byan
Subject: RE: Handling code generators
Date: Wed, 6 Dec 2000 06:12:38 -0800

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
<address@hidden>
Design Engineer
MS 1-3/E23
333 South Street
Shrewsbury, MA 01545
(508)770-3414
fax: (508)770-2604 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]