P
prabhu.desai
I'm compiling a huge(900 files ) embedded application written in C .
Over a period of time , the code has developed a lot of inter crossed
dependenc. The current scenario is , i make a change to one header file
, it begins to compile all the .c files in the project.
Is there a tool/algorithm to remove all the unecessary
dependency ? How do i clean up my code ?
Any help in this regard is highly appreciated.
Over a period of time , the code has developed a lot of inter crossed
dependenc. The current scenario is , i make a change to one header file
, it begins to compile all the .c files in the project.
Is there a tool/algorithm to remove all the unecessary
dependency ? How do i clean up my code ?
Any help in this regard is highly appreciated.