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

Last change on this file since 9773 was 9773, checked in by Eric.Larour, 14 years ago

New eraselinks file to erase soft links.
Finished ad Makefile.am, to reduce number of objects compiled when adic option is turned on.

  • Property svn:executable set to *
File size: 241 bytes
RevLine 
[9773]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 iorm EnumDefinitions
10rm modules
11rm solutions
12rm solvers
13rm issm.h
Note: See TracBrowser for help on using the repository browser.