~fluidity-core/fluidity/sea-ice-branch

« back to all changes in this revision

Viewing changes to tests/burgers_mms_steady_adjoint_gradient_src/Makefile

  • Committer: Simon Mouradian
  • Date: 2012-10-19 10:35:59 UTC
  • mfrom: (3520.32.371 fluidity)
  • Revision ID: simon.mouradian06@imperial.ac.uk-20121019103559-y36qa47phc69q8sc
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
input: clean copy_tests
2
2
 
3
3
copy_tests:
4
 
        cp mms_A.bml mms_B.bml; sed -i 's/_A/_B/' mms_B.bml
5
 
        cp mms_A.bml mms_C.bml; sed -i 's/_A/_C/' mms_C.bml
6
 
        cp mms_A.bml mms_D.bml; sed -i 's/_A/_D/' mms_D.bml
7
 
        cp mms_A.bml mms_E.bml; sed -i 's/_A/_E/' mms_E.bml
8
 
        cp op_A.oml op_B.oml; sed -i 's/_A/_B/' op_B.oml
9
 
        cp op_A.oml op_C.oml; sed -i 's/_A/_C/' op_C.oml
10
 
        cp op_A.oml op_D.oml; sed -i 's/_A/_D/' op_D.oml
11
 
        cp op_A.oml op_E.oml; sed -i 's/_A/_E/' op_E.oml
 
4
        cp mms_template.bml mms_A.bml; sed -i 's/_template/_A/' mms_A.bml
 
5
        cp mms_template.bml mms_B.bml; sed -i 's/_template/_B/' mms_B.bml
 
6
        cp mms_template.bml mms_C.bml; sed -i 's/_template/_C/' mms_C.bml
 
7
        cp mms_template.bml mms_D.bml; sed -i 's/_template/_D/' mms_D.bml
 
8
        cp mms_template.bml mms_E.bml; sed -i 's/_template/_E/' mms_E.bml
 
9
        cp op_template.oml op_A.oml; sed -i 's/_template/_A/' op_A.oml
 
10
        cp op_template.oml op_B.oml; sed -i 's/_template/_B/' op_B.oml
 
11
        cp op_template.oml op_C.oml; sed -i 's/_template/_C/' op_C.oml
 
12
        cp op_template.oml op_D.oml; sed -i 's/_template/_D/' op_D.oml
 
13
        cp op_template.oml op_E.oml; sed -i 's/_template/_E/' op_E.oml
12
14
 
13
15
clean:
14
 
        rm -f *.vtu *.stat *.pkl *tmp.[ob]ml burgers.py
 
16
        rm -f *.vtu *.stat *.pkl *tmp.oml mms_?.bml op_?.oml burgers.py