Changeset 3520ee6 in flex_extract.git for Source/Fortran/makefile_ecgate


Ignore:
Timestamp:
Jul 21, 2022, 2:39:50 PM (22 months ago)
Author:
Anne Tipka <anne.tipka@…>
Branches:
dev
Children:
75803eb
Parents:
4f24798
Message:

modified all makefiles for Fortran program to use new source files for fft

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Source/Fortran/makefile_ecgate

    r4f24798 r3520ee6  
    99# Version for a machine with eccodes and emoslib installed on standard paths
    1010# with optimisation
     11#
     12# 2022-07-21 Anne Tipka
     13#   Updated makefile to make use of the files for fft and get rid of emoslib
    1114#
    1215###############################################################################
     
    2326FFLAGS =   $(OPT) $(LIB) $(INC) -fdefault-real-8 -fopenmp -fconvert=big-endian
    2427LDFLAGS =  $(OPT) $(LIB) -fopenmp
    25 SRC = ./rwgrib2.f90 ./calc_etadot.f90 ./ftrafo.f90 ./grphreal.f90 ./posnam.f90 ./phgrreal.f90
    26 OBJ = rwgrib2.o calc_etadot.o ftrafo.o grphreal.o posnam.o phgrreal.o
     28SRC = ./rwgrib2.f90 ./calc_etadot.f90 ./ftrafo.f90 ./grphreal.f90 ./posnam.f90 ./phgrreal.f90 ./set99.f90 ./fft99.f90 ./qpassm.f90 ./rpassm.f90 ./jsppole.f90
     29OBJ = rwgrib2.o calc_etadot.o ftrafo.o grphreal.o posnam.o phgrreal.o set99.o fft99.o qpassm.o rpassm.o jsppole.o
    2730MOD = ftrafo.mod  grtoph.mod    phtogr.mod  rwgrib2.mod
    2831
    2932all: ${EXE}
     33jsppole.o: ./jsppole.f90
     34        $(FC)  $(FFLAGS)  -c    ./jsppole.f90
     35qpassm.o: ./qpassm.f90
     36        $(FC)  $(FFLAGS)  -c    ./qpassm.f90
     37rpassm.o: ./rpassm.f90
     38        $(FC)  $(FFLAGS)  -c    ./rpassm.f90
     39set99.o: ./set99.f90
     40        $(FC)  $(FFLAGS)  -c    ./set99.f90
     41fft99.o: ./fft99.f90
     42        $(FC)  $(FFLAGS)  -c    ./fft99.f90
    3043ftrafo.o: ./ftrafo.f90 phgrreal.o
    3144        $(FC)  $(FFLAGS)  -c    ./ftrafo.f90
    32 grphreal.o: ./grphreal.f90 phgrreal.o
     45grphreal.o: ./grphreal.f90 phgrreal.o fft99.o
    3346        $(FC)  $(FFLAGS)  -c    ./grphreal.f90
    34 phgrreal.o: ./phgrreal.f90
     47phgrreal.o: ./phgrreal.f90 fft99.o
    3548        $(FC)  $(FFLAGS)  -c    ./phgrreal.f90
    3649posnam.o: ./posnam.f90
    3750        $(FC)  $(FFLAGS)  -c    ./posnam.f90
    38 calc_etadot.o: ./calc_etadot.f90 phgrreal.o grphreal.o ftrafo.o rwgrib2.o
     51calc_etadot.o: ./calc_etadot.f90 phgrreal.o grphreal.o ftrafo.o rwgrib2.o jsppole.o set99.o
    3952        $(FC)  $(FFLAGS)  -c    ./calc_etadot.f90
    4053rwgrib2.o: ./rwgrib2.f90
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG