ThirdParty:: new compilation recipe for gcc 4.9.2 and 4.8.4
[foam-extend-3.2.git] / extend-bazaar / Allwclean
blob9a70cd98d27be756a0e356f2ccf6a0cc58f64211
1 #!/bin/bash
2 cd ${0%/*} || exit 1 # run from this directory
4 # Clean compilation in Fluid-Structure Interaction package
6 cd FluidStructureInteraction/src/
7 ./Allwclean
10 # Clean compilation in cfMesh mesh generation package
12 cd cfMesh-v1.0/
13 wclean libso meshLibrary
14 wclean all executables
15 wclean all utilities
18 #Clean makeAxialMesh
19 wclean MakeAxialMesh/makeAxialMesh
21 # ----------------------------------------------------------------- end-of-file