[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
a question of Chains of Implicit Rules
From: |
ali hagigat |
Subject: |
a question of Chains of Implicit Rules |
Date: |
Wed, 20 Oct 2010 09:15:19 +0330 |
10.4 Chains of Implicit Rules
If the file ‘n.c’ exists, or is mentioned in the makefile, no special
searching is required:
make finds that the object file can be made by C compilation from ‘n.c’;
later on, when
considering how to make ‘n.c’, the rule for running Yacc is used.
Ultimately both ‘n.c’
and ‘n.o’ are updated.
-----------------------------------------------------------------------------------------------------------------------
"later on, when considering how to make ‘n.c’, the rule for running
Yacc is used", what does it mean? Would you please give an example.
- a question of Chains of Implicit Rules,
ali hagigat <=