avm99963 | 9622dc7 | 2022-04-29 15:44:05 +0200 | [diff] [blame^] | 1 | all: P2-exercici-1.o MC-1.o |
| 2 | P2-exercici-1.o: mt19937ar.o writeconfig.o magne.o energ.o P2-exercici-1.f90 |
| 3 | gfortran -c P2-exercici-1.f90 |
| 4 | gfortran P2-exercici-1.o writeconfig.o mt19937ar.o magne.o energ.o -o e1 |
| 5 | MC-1.o: mt19937ar.o writeconfig.o magne.o energ.o MC-1.f90 |
| 6 | gfortran -c MC-1.f90 |
| 7 | gfortran MC-1.o writeconfig.o mt19937ar.o magne.o energ.o -o mc1 |
| 8 | mt19937ar.o: mt19937ar.f |
| 9 | f77 -c mt19937ar.f |
| 10 | writeconfig.o: writeconfig.f90 |
| 11 | gfortran -c writeconfig.f90 |
| 12 | magne.o: magne.f90 |
| 13 | gfortran -c magne.f90 |
| 14 | energ.o: energ.f90 |
| 15 | gfortran -c energ.f90 |
| 16 | |
| 17 | clean: |
| 18 | rm -f configuration.eps configuration.tex configuration.svg configuration.conf e1 mc1 *.o |