LEAP = teLeap
LEAP_INCLUDES = -I./leaprc.amber9

CLEANFILES = leap.log deca.prmtop deca.inpcrd deca.pdb

all : sander

sander : sander.leap
	$(LEAP) -s $(LEAP_INCLUDES) -f sander.leap
	ambpdb -p deca.prmtop < deca.inpcrd > deca.pdb

clean:
	rm -f $(CLEANFILES)

.PHONY: sander all clean
