swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swarm-Support] On makefiles...


From: Alex Lancaster
Subject: Re: [Swarm-Support] On makefiles...
Date: 01 Jul 2004 18:49:18 -0700

>>>>> "PT" == Pietro Terna  writes:

PT>         Dear Derek, the simplest way to learn Makefile is to read
PT> a lot of them, but intepreting them from the bottom to the top.

PT>         The .o dependencies are used to force the compiler to
PT> renew the compilation of some pieces of code when other are
PT> modified. So you have to include the files that are influenced by
PT> the modifications.

You should also read the manual for "GNU make":

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

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

Alex


reply via email to

[Prev in Thread] Current Thread [Next in Thread]