- Timestamp:
- Jun 4, 2004, 4:16:24 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/create_make_gcm
r524 r536 16 16 if [ "$machine" = "rhodes" ] ; then 17 17 XNEC=1 18 fi 19 X6NEC=0 20 if [ "$machine" = "mercure" ] ; then 21 X6NEC=1 18 22 fi 19 23 VPP=0 … … 54 58 echo '# Les differentes librairies pour l"edition des liens:' 55 59 echo 56 if [ "$XNEC" = '1' ]; then60 if ( [ "$XNEC" = '1' ] || [ "$X6NEC" = '1' ] ) ; then 57 61 echo 'dyn3d = $(LIBO)/libsxdyn3d.a $(LIBO)/libsx$(FILTRE).a' 58 62 echo 'dyn2d = $(LIBO)/libsxdyn2d.a' … … 173 177 F90=0 ; egrep -i '^ *use ' $trufile > /dev/null 2>&1 && F90=1 174 178 egrep -i '^ *module ' $trufile > /dev/null 2>&1 && F90=1 179 egrep -i '#include*.inc ' $trufile > /dev/null 2>&1 && F90=1 175 180 str1='$(LIBO)/lib'$diri'.a('$fili'.o) : $(LIBF)/'$diri/$trufile 176 181 [ "$fili" = "chem.subs" ] && str1=$str1' $(LIBF)/'$diri/chem.mods.F … … 216 221 fi 217 222 fi 218 if [ "$XNEC" -eq '1' ]; then223 if ( [ "$XNEC" -eq '1' ] || [ "$X6NEC" = '1' ] ) ; then 219 224 echo ' sxar r $(LIBO)/libsx'$diri'.a '$fili'.o ; \' 220 225 fi
Note: See TracChangeset
for help on using the changeset viewer.