hfp2d : hfp2d.o 
	mpicc -o hfp2d hfp2d.o -lm

hfp2d.o : hfp2d.c physical_constants.h
	mpicc -c -Wall -fPIC hfp2d.c 


clean :
	rm -f hfp2d *.o
