1 all: t1 t2 t3 t4 t5
2 t1:
3 ../../scripts/chemsh -notk pph3.chm > pph3.log
4 t2:
5 ../../scripts/chemsh -notk uff.chm > uff.logc
6 t3:
7 ../../scripts/chemsh -notk water_spme.chm > water_spme.log
8 t4:
9 ../../scripts/chemsh -notk water_ewald.chm > water_ewald.log
10 t5:
11 ../../scripts/chemsh -notk water_group_cutoff.chm > water_group_cutoff.log
13 clean:
14 rm -f CONFIG
15 rm -f CONTROL
16 rm -f FIELD
17 rm -f c
18 rm -f copt.c_vis
19 rm -f copt.result
20 rm -f defs
21 rm -f e
22 rm -f ff
23 rm -f newopt.h_vis
24 rm -f no.f_restart
25 rm -f no.g_restart
26 rm -f no.ih_restart
27 rm -f no.x_restart
28 rm -f param.defs
29 rm -f uff.defs
30 rm -f z
31 rm -f uff.log
32 rm -f pph3.log

