help-make
[Top][All Lists]
Advanced

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

GNU Make - Hide compilation flags


From: Veerendra
Subject: GNU Make - Hide compilation flags
Date: Thu, 21 Apr 2011 10:41:55 +0800

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>>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]