include ../../Config/Define.inc
include ../../../Config/Define.inc
include ../../../../Config/Define.inc
include ../../../../../Config/Define.inc

all: help exec

help:
	@echo "----- Help Message Check -----"
	@../$(OSTYPE)/$(OBJECTNAME)	 -h

exec:
	@echo "----- Execution Check -----"
	../$(OSTYPE)/$(OBJECTNAME)  -ipdb 1atn.pdbtrans -imrc 1atn.mrc \
				-C 44.6623 -CM 0 \
				-omrc 1atn.fitmap -otxt 1atn.fittxt -opdb 1atn.fitpdb  \
				-Centre \
				-xmin -10  -xmax 0 -xd 1 \
				-ymin -14 -ymax -6 -yd 1 \
				-zmin  30 -zmax 50 -zd 1 \
				-phimin   -5 -phimax   5 -phid 1 \
				-psimin   -2 -psimax   2 -psid 1 \
				-thetamin -2 -thetamax 2 -thetad 1 

	@echo "----- Calc check -----"		

exec2:
	@echo "----- Execution Check -----"
	../$(OSTYPE)/$(OBJECTNAME)  -ipdb 1atn.pdbtrans2 -imrc 1atn.mrc \
				-C 44.6623 -CM 0 \
				-omrc 1atn.fitmap2 -otxt 1atn.fittxt2 -opdb 1atn.fitpdb2  \
				-Centre \
				-xmin -10  -xmax 0 -xd 1 \
				-ymin -14 -ymax -6 -yd 1 \
				-zmin  30 -zmax 50 -zd 1 \
				-phimin   5 -phimax   15 -phid 1 \
				-psimin   18 -psimax  22 -psid 1 \
				-thetamin 28 -thetamax 32 -thetad 1 

	@echo "----- Calc check -----"		

exec3:
	@echo "----- Execution Check -----"
	../$(OSTYPE)/$(OBJECTNAME)  -ipdb 1atn.pdbtrans -imrc 1atn.mrc2 \
				-C 3.18388 -CM 0 \
				-omrc 1atn.fitmap3 -otxt 1atn.fittxt3 -opdb 1atn.fitpdb3  \
				-Centre \
				-xmin -10  -xmax 0 -xd 1 \
				-ymin -14 -ymax -6 -yd 1 \
				-zmin  30 -zmax 50 -zd 1 \
				-phimin   -5 -phimax   5 -phid 1 \
				-psimin   -2 -psimax   2 -psid 1 \
				-thetamin -2 -thetamax 2 -thetad 1 

	@echo "----- Calc check -----"		

exec4:
	@echo "----- Execution Check -----"
	../$(OSTYPE)/$(OBJECTNAME)  -ipdb 1atn.pdbtrans2 -imrc 1atn.mrc2 \
				-C 3.18388 -CM 0 \
				-omrc 1atn.fitmap4 -otxt 1atn.fittxt4 -opdb 1atn.fitpdb4  \
				-Centre \
				-xmin -10  -xmax 0 -xd 1 \
				-ymin -14 -ymax -6 -yd 1 \
				-zmin  30 -zmax 50 -zd 1 \
				-phimin   5 -phimax   15 -phid 1 \
				-psimin   18 -psimax  22 -psid 1 \
				-thetamin 28 -thetamax 32 -thetad 1 

	@echo "----- Calc check -----"		

clean:
