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

[ns] How to add new file to compiler in ns2??



Hi all:
        If I have wrote new class in new file.
        I want to write it  into Makefile.
        I add myfile.o: myfile.h ........etc!
        But I see other file may relate with many other files
        
        My question is how do I know which file I need add to 
	Myfile.o: Myfile.h [which files??]