Hi Vad,
 learn make utility.

And i want to know more about target modifiers aside from .PHONY, like this:
.INTERMEDIATE .SECONDARY

Please show me some simple examples of using this targets
Please check out the GNU make manual here:

 http://www.gnu.org/software/make/manual

Look in section 10.4 under intermediate dependencies. .INTERMEDIATE and 
.SECONDARY both provide a mechanism for you to explicitly declare a target as 
an intermediate product. Section 10.4 explains why you might want to do this, 
and what the side effects are.

John



_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to