/[ascend]/trunk/SConstruct
ViewVC logotype

Diff of /trunk/SConstruct

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

revision 555 by johnpye, Tue May 2 01:33:10 2006 UTC revision 556 by johnpye, Tue May 2 01:57:49 2006 UTC
# Line 1236  if platform.system()=="Linux": Line 1236  if platform.system()=="Linux":
1236  #------------------------------------------------------  #------------------------------------------------------
1237  # DISTRIBUTION TAR FILE  # DISTRIBUTION TAR FILE
1238    
 subdirs = Split("base tcltk pygtk lsod blas emacsMode linpack models jam scons test")  
 rootfiles = Split("ascend.spec ascend.spec.in SConstruct LICENSE.txt INSTALL")  
   
1239  env['DISTTAR_FORMAT']='bz2'  env['DISTTAR_FORMAT']='bz2'
1240  env.Append(DISTTAR_EXCLUDEEXTS=['.lib','.cc','.cache','.pyc','.cvsignore','.dblite'])  env.Append(
1241        DISTTAR_EXCLUDEEXTS=['.lib','.cc','.cache','.pyc','.cvsignore','.dblite','.log']
1242        , DISTTAR_EXCLUDEDIRS=['dist']
1243    )
1244    
1245  tar = env.DistTar("dist/ascend-"+version  tar = env.DistTar("dist/ascend-"+version
1246      , rootfiles + [env.Dir(d) for d in subdirs]      , [env.Dir('#')]
1247  )  )
1248    
1249  #------------------------------------------------------  #------------------------------------------------------
# Line 1255  tar = env.DistTar("dist/ascend-"+version Line 1255  tar = env.DistTar("dist/ascend-"+version
1255  #------------------------------------------------------  #------------------------------------------------------
1256  # DEFAULT TARGETS  # DEFAULT TARGETS
1257    
1258  env.Default(['base/generic'])  env.Default(['pygtk','tcltk98'])
1259    

Legend:
Removed from v.555  
changed lines
  Added in v.556

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