Last change
on this file since 9775 was 9775, checked in by Eric.Larour, 14 years ago |
Reduced compilation to the maximum when adic flag is on, so that we do not have to forward differentiate the whole code.
Added 3D, Rifts, Transient, Prognostic, Steadystate conditional compilation.
Added eraselinks in src/ad/ directory to get rid of symlinks.
From mods in ad/Makefile.am, applied to c/Makefile.am -> better compilation.
|
-
Property svn:executable
set to
*
|
File size:
242 bytes
|
Rev | Line | |
---|
[9773] | 1 | #/bin/bash
|
---|
| 2 | #This script soflinks all files in trunk/src/c/ directory necessary for compilation
|
---|
| 3 | #of trunk/src/ad/
|
---|
| 4 | rm include
|
---|
| 5 | rm objects
|
---|
| 6 | rm Container
|
---|
| 7 | rm shared
|
---|
| 8 | rm toolkits
|
---|
[9775] | 9 | rm io
|
---|
| 10 | rm EnumDefinitions
|
---|
[9773] | 11 | rm modules
|
---|
| 12 | rm solutions
|
---|
| 13 | rm solvers
|
---|
| 14 | rm issm.h
|
---|
Note:
See
TracBrowser
for help on using the repository browser.