On 21.08.2010 9:43, ali hagigat wrote:
10.5 Defining and Redefining Pattern Rules
You define an implicit rule by writing a pattern rule. A pattern rule
looks like an ordinary
rule, except that its target contains the character ‘%’ (exactly one of them).
-----------------------------------------------------------------------------------------------------------------------------
In the sentence, "exactly one of them", What does "them" mean?

I Think this mead: One % char for each target file (which separated by space).
Look "10.5.2 Pattern Rule Examples":

  %.tab.c %.tab.h: %.y
         bison -d $<

--
С уважением, Александр Гавенко.

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

Reply via email to