I have a C++ preprocessor written like this:
#ifdef cpp_variable //x+y; #endif
Can anyone tell me how to define this in Makefile.
Add to Makefile:
CPPFLAGS = -Dcpp_variable