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 1568 – NEMO

Changeset 1568


Ignore:
Timestamp:
2009-07-31T18:32:10+02:00 (15 years ago)
Author:
ctlod
Message:

NVTK: improve it with new functionnality mainly for the developpers, see ticket: #506

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NVTK/Makefile

    r1564 r1568  
    8787   @echo '                              Build the Makefile for' $@ 'configuration' 
    8888   @../../util/ins_make -w $@ 
     89ifeq ($(USE_IOMPUT),true) 
     90   @../../util/ins_make -w XMLF90 
     91   @../../util/ins_make -w XMLIO_SERVER 
     92endif 
    8993   @( cd ../$@/WORK ; grep P_P Makefile | head -1 > $$ ; LSCPPKEY=`( cut -c,6- $$ )` ; \ 
    9094          rm -f $$ ; if [ -n "$$LSCPPKEY" ] ; then echo $$LSCPPKEY >> ../f2test.txt ; fi ; ) 
Note: See TracChangeset for help on using the changeset viewer.