O
onkar.n.mahajan
Hi All ,
I want to compile some part of the file depending on some
parameter set in the Makefile (using cc compiler ).
for instance
#ifdef CONDITION
//include this part of the code in compilation
#endif
I need to only set/unset the option in Makefile. Is it possible to do
this ?
One example will be of great help.
Thanks
I want to compile some part of the file depending on some
parameter set in the Makefile (using cc compiler ).
for instance
#ifdef CONDITION
//include this part of the code in compilation
#endif
I need to only set/unset the option in Makefile. Is it possible to do
this ?
One example will be of great help.
Thanks