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

Re: [ns] Makefile or Makefile.in?



Makefile.in is used by configure to generate Makefile, make uses Makefile. 
If you change *.in, do a configure again so changes get to Makefile.

On Wed, 29 Nov 2000, Wang Qiang wrote:

> Hello all, I have a simple question regarding Makefile:
> If I want to create a new agent and have placed the C++ files under the ~ns/
> directory, exactly which makefile do I need to modify to include the new .o
> file for my agent?  Should I change ~ns/Makefile or ~ns/Makefile.in?  How
> are these two files related to each other?  
> I have checked the archive, but it seemed that there is no definite answer.
> Your help is greatly appreciated!
> 
> WQ
> 
>