CMP = f2py
F90 = ifort
FFLAGS = -O3
F2PL = -DF2PY_REPORT_ON_ARRAY_COPY=1

mandl.so : mandl.f90
	$(CMP) $(F2PL) -c $? -m mandl

clean :
	rm -rf *.so *.o