FC = gfortran

all:    dizet test1 test2 test3

.f.o:
	$(FC)   $ -c  $<

dizet: hadr5n/hadr5n95.o hadr5n/hadr5n16.o hadr5n/hadr5n17.o dizet6_45.o m2tcor5_11.o bcqcdl5_14.o bkqcdl5_14.o zf630_aux.o
	

test1: dizet6_45.o test1.o
	$(FC) -O3 -o test1.exe test1.o hadr5n95.o hadr5n16.o hadr5n17.o dizet6_45.o m2tcor5_11.o bcqcdl5_14.o bkqcdl5_14.o zf630_aux.o

test2: dizet6_45.o test2.o
	$(FC) -O3 -o test2.exe test2.o hadr5n95.o hadr5n16.o hadr5n17.o dizet6_45.o m2tcor5_11.o bcqcdl5_14.o bkqcdl5_14.o  zf630_aux.o

test3: dizet6_45.o test3.o
	$(FC) -O3 -o test3.exe test3.o hadr5n95.o hadr5n16.o hadr5n17.o dizet6_45.o m2tcor5_11.o bcqcdl5_14.o bkqcdl5_14.o zf630_aux.o

clean:
	rm -f *.o test1.exe test2.exe test3.exe
