blob: 1849ab958a7032248c115dac7f7c6e94d5efcbff [file] [log] [blame]
avm999639622dc72022-04-29 15:44:05 +02001all: P2-exercici-1.o MC-1.o
2P2-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
5MC-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
8mt19937ar.o: mt19937ar.f
9 f77 -c mt19937ar.f
10writeconfig.o: writeconfig.f90
11 gfortran -c writeconfig.f90
12magne.o: magne.f90
13 gfortran -c magne.f90
14energ.o: energ.f90
15 gfortran -c energ.f90
16
17clean:
18 rm -f configuration.eps configuration.tex configuration.svg configuration.conf e1 mc1 *.o