<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.2900.3492" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=084424119-15012009><FONT 
face=Arial>Question:</FONT></SPAN></DIV>
<DIV><SPAN class=084424119-15012009><FONT face=Arial>Is there a way to set value 
for an environment variable, e.g. PATH, and let it be valid in Makefile? 
ENV{XXX} can only be valid when cmake is runing, not for 
make.</FONT></SPAN></DIV>
<DIV><SPAN class=084424119-15012009><FONT face=Arial></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=084424119-15012009><FONT face=Arial>Reason:</FONT></SPAN></DIV>
<DIV><SPAN class=084424119-15012009><FONT face=Arial>Some commands&nbsp;depend 
on some environment varialbes. </FONT></SPAN></DIV>
<DIV><SPAN class=084424119-15012009><FONT face=Arial>Right now I'm trying to run 
"omniidl" to build corba idl files, it needs PYTHONPATH to be set correctly, 
otherwise this command can't run. I checked its switches, there isn't such a 
switch that can let omniidl know this path.</FONT></SPAN></DIV></BODY></HTML>