conv.cfg 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # ----------------------- FCM extract configuration file -----------------------
  2. # template to compile agrif conv, currently not used
  3. cfg::type bld
  4. cfg::version 1.0
  5. # ------------------------------------------------------------------------------
  6. # Build information
  7. # ------------------------------------------------------------------------------
  8. inc $COMPIL_DIR/arch_nemo.fcm
  9. bld::tool::cc %CC
  10. bld::tool::cflags %CFLAGS
  11. bld::tool::make %MK
  12. src::convsrc $MAIN_DIR/EXTERNAL/AGRIF/LIB
  13. #----------------------------------------------------------------------------
  14. # Build options (code-specific, machine-independent)
  15. # ----------------------------------------------------------------------------
  16. dir::root $NEMO_TDIR/$NEW_CONF/AGRIFLIB
  17. #bld::tool::cflags::convsrc -O0
  18. #bld::tool::ld::convsrc cc
  19. #bld::tool::ldflags::convsrc -O ../obj/fortran.o ../obj/fortran.o
  20. #bld::pp 1
  21. bld::exe_name::main conv
  22. bld::target libconvsrc.a fortran.o main.o conv
  23. bld::exe_dep::conv