On Mon, 2010-09-27 at 09:43 +0330, ali hagigat wrote:
> 4.4.5 Directory Search and Implicit Rules
> ...If ‘foo.c’ exists (or is mentioned in the makefile)....
> --------------------------------------------------------------------
> How foo.c is mentioned in the makefile? I wonder if any one can give an 
> example.

One way:

        foo.o: foo.c

Another way:

    foo.c:

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[email protected]>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.mad-scientist.net
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist


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

Reply via email to