1 all: t1 t2 t3
3 t1:
4 ../../scripts/chemsh -notk energy.chm > energy.log
5 t2:
6 ../../scripts/chemsh -notk select.chm > select.log
7 t3:
8 ../../scripts/chemsh -notk newopt.chm > newopt.log
10 clean:
11 rm -f energy.log
12 rm -f select.log
13 rm -f newopt.log
14 rm -f charmm.c
15 rm -f charmm.log
16 rm -f e g z z2
17 rm -f newopt.h_vis
18 touch no.x newopt.c zopt.c
19 rm -f no.* newopt.* zopt.*
20 rm -f outpipe

