options =	$(PFLOPT)
headers =	../../header.h	../../aux/field.h ../df/df.h	hf.h

hf.o:		Makefile $(headers) hf.C 
		g++ -c $(options) hf.C 
