You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.1 KiB
Makefile
48 lines
1.1 KiB
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
F_SRCS += \
|
|
../fimod.f \
|
|
../intmodule.f \
|
|
../jacobmod.f \
|
|
../rindmod2007.f \
|
|
../swapmod.f \
|
|
../test_fimod.f \
|
|
../test_rindmod2007.f
|
|
|
|
OBJS += \
|
|
./fimod.o \
|
|
./intmodule.o \
|
|
./jacobmod.o \
|
|
./rindmod2007.o \
|
|
./swapmod.o \
|
|
./test_fimod.o \
|
|
./test_rindmod2007.o
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
%.o: ../%.f
|
|
@echo 'Building file: $<'
|
|
@echo 'Invoking: GNU Fortran Compiler'
|
|
gfortran -funderscoring -O0 -g -Wall -c -fmessage-length=0 -o"$@" "$<"
|
|
@echo 'Finished building: $<'
|
|
@echo ' '
|
|
|
|
fimod.o: ../fimod.f
|
|
|
|
intmodule.o: ../intmodule.f
|
|
|
|
jacobmod.o: ../jacobmod.f
|
|
|
|
rindmod2007.o: ../rindmod2007.f FIMOD.o RCRUDEMOD.o JACOBMOD.o SWAPMOD.o
|
|
|
|
swapmod.o: ../swapmod.f
|
|
|
|
test_fimod.o: ../test_fimod.f FIMOD.o
|
|
|
|
test_rindmod2007.o: ../test_rindmod2007.f FIMOD.o
|
|
|
|
|