################################################################################ # Automatically-generated file. Do not edit! ################################################################################ # Add inputs and outputs from these tool invocations to the build variables F90_SRCS += \ ../src/gen_svd.f90 \ ../src/main.f90 \ ../src/test_1.f90 \ ../src/test_2.f90 \ ../src/test_3.f90 \ ../src/test_4.f90 OBJS += \ ./src/gen_svd.o \ ./src/main.o \ ./src/test_1.o \ ./src/test_2.o \ ./src/test_3.o \ ./src/test_4.o # Each subdirectory must supply rules for building sources it contributes src/%.o: ../src/%.f90 @echo 'Building file: $<' @echo 'Invoking: GNU Fortran Compiler' gfortran -funderscoring -O0 -g -Wall -c -fmessage-length=0 -mcmodel=large -m64 -fbounds-check -o "$@" "$<" @echo 'Finished building: $<' @echo ' ' src/gen_svd.o: ../src/gen_svd.f90 src/main.o: ../src/main.f90 src/test_1.o: ../src/test_1.f90 src/test_2.o: ../src/test_2.f90 src/test_3.o: ../src/test_3.f90 src/test_4.o: ../src/test_4.f90