source: issm/trunk/src/ad/eraselinks.sh@ 9775

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
Line 
1#/bin/bash
2#This script soflinks all files in trunk/src/c/ directory necessary for compilation
3#of trunk/src/ad/
4rm include
5rm objects
6rm Container
7rm shared
8rm toolkits
9rm io
10rm EnumDefinitions
11rm modules
12rm solutions
13rm solvers
14rm issm.h
Note: See TracBrowser for help on using the repository browser.