[root]/scripts
scijump
(5 files, 377 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 13 (100.0%) | 57 (100.0%) | 4.3 |
dav | 10 (76.9%) | 55 (96.5%) | 5.5 |
roni | 1 (7.7%) | 1 (1.8%) | 1.0 |
ayla | 2 (15.4%) | 1 (1.8%) | 0.5 |
Automatically handle AIX's .u (as opposed to .d) files...
0 lines of code changed in 2 files:
Need to use 'prereqs' as a dependency for programs... However, when it was a 'phony' target, it fired every time, thus causing the PROGRAMs to relink every time... I don't know a better way to fix this, so instead of making it a phony target, I made it a real target that just uses a file named 'prereqs'... this seems to do the trick.
4 lines of code changed in 2 files:
fix for program make dependencies
10 lines of code changed in 1 file:
All programs depend on 'prereqs' target... this will allow 'make scirun' to work correctly as the first make command (before you had to 'make; make scirun' or some such.
1 lines of code changed in 1 file:
Provide info on how to use under AIX...
9 lines of code changed in 1 file:
Use SCI_MAKE_BE_QUIET for archives
0 lines of code changed in 2 files:
minor indention
3 lines of code changed in 1 file:
Added code to the configure system that, when a different petsc or
hypre is configured, it will run the repair script to remove all .o
files that (probably) depend on petsc/hypre.
29 lines of code changed in 1 file:
Merging sr2_release_v0.1.1.
1 lines of code changed in 2 files: