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:Kirchhoff.exe Kirchhoff.exe:Kirchhoff.o decomp.o solve.o gfortran -o Kirchhoff.exe *.o Kirchhoff.o:forsythe.mod gfortran Kirchhoff.f90 -c $(OPTS) nrtype.mod: gfortran nrtype.f90 -c $(OPTS) forsythe.mod:nrtype.mod gfortran forsythe.f90 -c $(OPTS) decomp.o:nrtype.mod gfortran decomp.f90 -c $(OPTS) solve.o:nrtype.mod gfortran solve.f90 -c $(OPTS) clean: del *.mod del *.o