%% Rajesh <[EMAIL PROTECTED]> writes: r> I am Rajesh. I want to set a variable in make file r> based on some condition. Will you please guide me how r> to use if statement in makefile.
Take a look at the "Syntax in Conditionals" section of the GNU make manual, which comes with GNU make. You can also find an online copy at: http://www.gnu.org/manual/make/ -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
