Hello
 
I am newbie to Makefiles. When make is executed i want to hide the gcc 
compilation flags and would like to display only the C file getting compiled. 
Can you please help me doing this?
 
Eg:
 
#make
gcc -DTESTFLAG1 -DTESTFLAG2 testfile1.c
gcc -DTESTFLAG1 -DTESTFLAG2 testfile2.c
gcc -DTESTFLAG1 -DTESTFLAG2 testfile3.c
 
Expected
#make
Compiling testfile1.c
Compiling testfile2.c
Compiling testfile3.c
 
 
Thanks & Regards
Veerendra Mattaparthi
Sr. R&D Engineer
M: +6593974792
 


------------------------------------------------------------------------------
<<Do you really need to print this? Think of our environment, do your part>>
_______________________________________________
Help-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to