~asc/fluidity/iceshelfcavity

« back to all changes in this revision

Viewing changes to legacy_reservoir_prototype/tests/CompModel_1d_2Phases_3Components_NonEquilibrium/Makefile

  • Committer: Adam Candy
  • Date: 2011-10-12 20:39:04 UTC
  • Revision ID: adam.candy@imperial.ac.uk-20111012203904-9gwqzs4z798zcw0l
Automatic sync to launchpad

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SHELL = sh
2
 
 
3
 
SIM = InputComp2P3C_
4
 
 
5
 
input: clean
6
 
 
7
 
        ../../../scripts/interval --dx=0.1 0 1 1d_mesh
8
 
 
9
 
        @echo "compute input for $(SIM)"
10
 
        gfortran -o $(SIM)KComp   $(SIM)KComp.f90
11
 
        gfortran -o $(SIM)permability   $(SIM)permability.f90
12
 
        gfortran -o $(SIM)saturation    $(SIM)saturation.f90
13
 
        gfortran -o $(SIM)suf_t_bc      $(SIM)suf_t_bc.f90
14
 
        gfortran -o $(SIM)suf_vol_bc    $(SIM)suf_vol_bc.f90
15
 
        gfortran -o $(SIM)suf_comp_bc   $(SIM)suf_comp_bc.f90
16
 
        gfortran -o $(SIM)wic_d_bc      $(SIM)wic_d_bc.f90
17
 
        gfortran -o $(SIM)wic_p_bc      $(SIM)wic_p_bc.f90
18
 
        gfortran -o $(SIM)wic_vol_bc    $(SIM)wic_vol_bc.f90
19
 
        gfortran -o $(SIM)EOSCoeff      $(SIM)EOSCoeff.f90
20
 
        gfortran -o $(SIM)Comp2         $(SIM)Comp2.f90
21
 
 
22
 
clean:
23
 
        rm -f $(SIM)KComp 
24
 
        rm -f $(SIM)permability
25
 
        rm -f $(SIM)saturation 
26
 
        rm -f $(SIM)suf_t_bc
27
 
        rm -f $(SIM)suf_vol_bc 
28
 
        rm -f $(SIM)suf_comp_bc 
29
 
        rm -f $(SIM)wic_d_bc
30
 
        rm -f $(SIM)wic_p_bc
31
 
        rm -f $(SIM)wic_vol_bc
32
 
        rm -f $(SIM)EOSCoeff
33
 
        rm -f $(SIM)Comp2
34
 
        rm -f gmon.out
35
 
        rm -f *.d.*   
36
 
        rm -f time_count tempfile flog.dat CheckSparsityMatrix.dat filedim fvalues mirror_int_data.dat fort.*