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 1140 for trunk/NVTK/Makefile – NEMO

Changeset 1140 for trunk/NVTK/Makefile


Ignore:
Timestamp:
2008-06-24T23:31:00+02:00 (16 years ago)
Author:
ctlod
Message:

trunk: NVTK directory re-organization, replace HEAD & VALID names with NVTK and 2INSTALL with INSTALL in scripts, see ticket: #220

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NVTK/Makefile

    r958 r1140  
    6464   ( MYREP_LIST=`(cd 2TEST ; ls *.[Ffh]90 *.[Ffh])` ; \ 
    6565          cd ../$@/MY_SRC ; rm -rf *.[Ffh]90 ; if [ -n "$$MYREP_LIST" ] ; \ 
    66         then ln -sf ../../HEAD/2TEST/*.[Ffh]90 . ; fi ; )  
     66        then ln -sf ../../NVTK/2TEST/*.[Ffh]90 . ; fi ; )  
    6767   @echo "test=" $(NAM_V) > ../$@/specifs.txt 
    6868   @echo "runs=" $(BUILD_MAKE) >> ../$@/specifs.txt 
     
    7171   @echo "tagname=" $(REF_TAGV) >> ../$@/specifs.txt 
    7272   @echo  
    73    @echo '             ----->>>>>>>>>   Links from' $@/MY_SRC ' to HEAD/2TEST done' 
     73   @echo '             ----->>>>>>>>>   Links from' $@/MY_SRC ' to NVTK/2TEST done' 
    7474   @echo  
    7575   @echo '                              Build the Makefile for' $@ 'configuration' 
Note: See TracChangeset for help on using the changeset viewer.