New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 1560 for trunk/NVTK/Makefile – NEMO

Changeset 1560 for trunk/NVTK/Makefile


Ignore:
Timestamp:
2009-07-29T19:19:42+02:00 (15 years ago)
Author:
rblod
Message:

external: some additions to test IOSERVER with NVTK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NVTK/Makefile

    r1476 r1560  
    6767   @echo  
    6868   @echo "CONFIGURATION :" $@ 
     69   @( if [ ! -d ${NAM_V} ] ; then mkdir ${NAM_V} ;  fi ; ) 
    6970   @( cd ${NAM_V} ; MYREP_LIST=`( ls *.[Ffh]90 )` ; cd ../../$@/MY_SRC ; rm -rf *.[Ffh]90 ; \ 
    7071        if [ -n "$$MYREP_LIST" ] ; then ln -sf ../../NVTK/${NAM_V}/*.[Ffh]90 . ; fi ; ) 
     
    8485   @echo '                              Build the Makefile for' $@ 'configuration' 
    8586   @../../util/ins_make -w $@ 
     87ifeq ($(USE_IOMPUT),true) 
     88   @../../util/ins_make -w XMLF90 
     89   @../../util/ins_make -w XMLIO_SERVER 
     90endif 
    8691   @echo 
    8792   @echo 
Note: See TracChangeset for help on using the changeset viewer.