OPTS = -fdollar-ok LAPACK = -llapack -lblas PGPLOT = -I%GWMODDIR% -Wl,--subsystem,console -lpgplot -lGrWin -mwindows OPENMP = -fopenmp MPI = -I C:\MPICH2\include -L C:\MPICH2\lib -lmpi -lfmpich2g -lmpicxx DEBUG = -fcheck=all -ffpe-trap=invalid,zero,overflow,underflow -fbacktrace PROFIL = -pg all:Integration.exe Integration.exe:Integration.o gfortran -o Integration.exe *.o Integration.o:IntegrationPack.mod gfortran Integration.f90 -c $(OPTS) IntegrationPack.mod: gfortran IntegrationPack.f90 -c $(OPTS) clean: del *.mod del *.o