/[ascend]/trunk/base/generic/compiler/SConscript
ViewVC logotype

Diff of /trunk/base/generic/compiler/SConscript

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1435 by johnpye, Wed Jan 3 15:33:23 2007 UTC revision 1436 by jpye, Mon May 21 09:39:28 2007 UTC
# Line 77  for s in [csrcs]: Line 77  for s in [csrcs]:
77  # INSTALL  # INSTALL
78    
79  if libascend_env.get('CAN_INSTALL'):  if libascend_env.get('CAN_INSTALL'):
80      installdir = libascend_env['INSTALL_ROOT']+libascend_env['INSTALL_INCLUDE']+'/compiler'      installdir = Dir(libascend_env.subst("$INSTALL_ROOT$INSTALL_INCLUDE/compiler"))
81    
82      headers = glob.glob("*.h")      headers = glob.glob("*.h")
83      libascend_env.InstallHeader(installdir,headers)      libascend_env.InstallHeader(installdir,headers)

Legend:
Removed from v.1435  
changed lines
  Added in v.1436

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22