/[MITgcm]/MITgcm/doc/api_reference/configure
ViewVC logotype

Diff of /MITgcm/doc/api_reference/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4 by edhill, Thu Apr 1 04:23:33 2004 UTC revision 1.5 by edhill, Thu Apr 1 05:00:06 2004 UTC
# Line 91  EOF Line 91  EOF
91          printf '\t%s\n' "-cat $d_tex >> $target" >> Makefile          printf '\t%s\n' "-cat $d_tex >> $target" >> Makefile
92      fi      fi
93      if test ! "x$h_files" = x ; then      if test ! "x$h_files" = x ; then
94          printf '\t%s\n' "-./protex -b7 $d_h >> $target" >> Makefile          printf '\t%s\n' "-./protex -b7f $d_h >> $target" >> Makefile
95      fi      fi
96      if test ! "x$F_files" = x ; then      if test ! "x$F_files" = x ; then
97          printf '\t%s\n' "-./protex -b7 $d_F >> $target" >> Makefile          printf '\t%s\n' "-./protex -b7f $d_F >> $target" >> Makefile
98      fi      fi
99      if test ! "x$c_files" = x ; then      if test ! "x$c_files" = x ; then
100          printf '\t%s\n' "-./protex -bC $d_c >> $target" >> Makefile          printf '\t%s\n' "-./protex -bCf $d_c >> $target" >> Makefile
101      fi      fi
102    
103      if test ! "x$target" = x ; then      if test ! "x$target" = x ; then

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22