What are the instructions written inside the makefile of a C project to make both the expanded source code file .i and the assembly source code .s visible in the project explorer in eclipse IDE ?
that depends on the compiler. for gcc
it is -save-temps