TOUR DE NS2 REVEALING SECRETS BEHIND COMMAND MAKE AND MAKEFILE Friends, We are decided to introduce a new segment in our blog named as " ToUr De Ns2 " to get you more familiar with ns2 directories, folders and commands that we used in the ns2. We hope it gives you all a deep knowledge in ns2. We need all your supports and prayers. Comments and new ideas are welcomed. Now we are going to have a deep look in command make . We all know that ns2 is a research tool. So all of the researchers are tried to customize files or to add new C++ modules in ns2 directory. During this time, it is necessary to recompile all the files that related or depend with it. So we need an effective command for recompilation of all files because manual recompilation is not possible. For that we here use a UNIX utility tool called as " make ". This command has a significant role in development process. It keeps track of all the files created throughout the development process. By keeping track...