Hello everyone,
I have read through GNU Makefile manual related parts dealing with the description of sign "::" -- but after reading it, it makes me more confused. :-)
I have read through GNU Makefile manual related parts dealing with the description of sign "::" -- but after reading it, it makes me more confused. :-)
So, could anyone show me a simple example of what means "::"? Or give an explanation of the following simple samples?
What makes me confused is the sign '%' and ":: ;" string.
Example 1:
--------------------
% :: $(Foo);
--------------------
Example 2:
--------------------
%.test :: ;
--------------------
What do they mean?
thanks in advance,
George
Example 1:
--------------------
% :: $(Foo);
--------------------
Example 2:
--------------------
%.test :: ;
--------------------
What do they mean?
thanks in advance,
George
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min.
_______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
