/[escript]/trunk/paso/profiling/SConscript
ViewVC logotype

Diff of /trunk/paso/profiling/SConscript

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

revision 2160 by artak, Tue Dec 16 03:29:54 2008 UTC revision 2164 by artak, Tue Dec 16 04:00:23 2008 UTC
# Line 25  filenames = [ x for x in os.listdir(src_ Line 25  filenames = [ x for x in os.listdir(src_
25    
26  sources = [x for x in filenames if os.path.splitext(x)[1] in ['.cpp', '.c']]  sources = [x for x in filenames if os.path.splitext(x)[1] in ['.cpp', '.c']]
27    
28  local_env.Append(LIBS= ['esysUtils','paso'] + local_env['sys_libs'] )  local_env.Append(LIBS= ['escript','esysUtils','paso'] + local_env['sys_libs'] )
29  local_env['CCFLAGS'] = re.sub("-O[0-9]", "-g", str(local_env['CCFLAGS']))   # Some of these test files are too large to optimize  local_env['CCFLAGS'] = re.sub("-O[0-9]", "-g", str(local_env['CCFLAGS']))   # Some of these test files are too large to optimize
30    
31  program = local_env.Program('PasoTests', sources)  program = local_env.Program('PasoTests', sources)

Legend:
Removed from v.2160  
changed lines
  Added in v.2164

  ViewVC Help
Powered by ViewVC 1.1.26