Format changes to INSTALL/Makefile
authorigor175 <igor175@8a072113-8704-0410-8d35-dd094bca7971>
Sat, 1 Oct 2011 02:37:03 +0000 (02:37 +0000)
committerigor175 <igor175@8a072113-8704-0410-8d35-dd094bca7971>
Sat, 1 Oct 2011 02:37:03 +0000 (02:37 +0000)
INSTALL/Makefile

index 539a505cb7f6bab2b30d6a213317cc20a17d2e4d..7f7ecc0a8f2670555ef64b0cc74a8114139c1f1a 100644 (file)
@@ -24,12 +24,12 @@ testieee: tstiee.o
        $(LOADER) $(LOADOPTS) -o testieee tstiee.o
 
 testversion: ilaver.o LAPACK_version.o
-           $(LOADER) $(LOADOPTS) -o testversion ilaver.o LAPACK_version.o
+       $(LOADER) $(LOADOPTS) -o testversion ilaver.o LAPACK_version.o
 
 clean:
        rm -f *.o
+.f.o: 
+       $(FORTRAN) $(OPTS) -c $< -o $@
 
 slamch.o: slamch.f ; $(FORTRAN) $(NOOPT) -c $< -o $@
 dlamch.o: dlamch.f ; $(FORTRAN) $(NOOPT) -c $< -o $@
-
-.f.o: ; $(FORTRAN) $(OPTS) -c $< -o $@