Changeset 487 for LMDZ.3.3/branches/rel-LF/create_make_gcm
- Timestamp:
- Jan 12, 2004, 11:47:12 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/create_make_gcm
r328 r487 14 14 XNEC=1 15 15 fi 16 X6NEC=0 17 if [ "$machine" = "mercure" ] ; then 18 X6NEC=1 19 fi 16 20 VPP=0 17 21 if [ "$machine" = "nymphea0" ] ; then … … 51 55 echo '# Les differentes librairies pour l"edition des liens:' 52 56 echo 53 if [ "$XNEC" = '1' ]; then57 if ( [ "$XNEC" = '1' ] || [ "$X6NEC" = '1' ] ) ; then 54 58 echo 'dyn3d = $(LIBO)/libsxdyn3d.a $(LIBO)/libsx$(FILTRE).a' 55 59 echo 'dyn2d = $(LIBO)/libsxdyn2d.a' … … 170 174 F90=0 ; egrep -i '^ *use ' $trufile > /dev/null 2>&1 && F90=1 171 175 egrep -i '^ *module ' $trufile > /dev/null 2>&1 && F90=1 176 egrep -i '#include*.inc ' $trufile > /dev/null 2>&1 && F90=1 172 177 str1='$(LIBO)/lib'$diri'.a('$fili'.o) : $(LIBF)/'$diri/$trufile 173 178 [ "$fili" = "chem.subs" ] && str1=$str1' $(LIBF)/'$diri/chem.mods.F … … 213 218 fi 214 219 fi 215 if [ "$XNEC" -eq '1' ]; then220 if ( [ "$XNEC" -eq '1' ] || [ "$X6NEC" = '1' ] ) ; then 216 221 echo ' sxar r $(LIBO)/libsx'$diri'.a '$fili'.o ; \' 217 222 fi
Note: See TracChangeset
for help on using the changeset viewer.