/[ascend]/trunk/jam/Jamfile
ViewVC logotype

Diff of /trunk/jam/Jamfile

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

revision 129 by jds, Tue Dec 20 20:22:56 2005 UTC revision 216 by jds, Wed Jan 25 02:12:20 2006 UTC
# Line 56  if ! $(JAMRULES_ALREADY_SEEN) Line 56  if ! $(JAMRULES_ALREADY_SEEN)
56  }  }
57    
58  SubInclude TOP base generic ;  SubInclude TOP base generic ;
59  SubInclude TOP blas ;  if $(BUILD_BLAS) != FALSE
60  SubInclude TOP linpack ;    { SubInclude TOP blas ; }
61  SubInclude TOP lsod ;  if $(BUILD_LPAK) != FALSE
62      { SubInclude TOP linpack ; }
63    if $(BUILD_LSODE) != FALSE
64      { SubInclude TOP lsod ; }
65  SubInclude TOP tcltk98 generic ;  SubInclude TOP tcltk98 generic ;

Legend:
Removed from v.129  
changed lines
  Added in v.216

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