/[MITgcm]/MITgcm/tools/build_options/sunos_sun4u_g77
ViewVC logotype

Diff of /MITgcm/tools/build_options/sunos_sun4u_g77

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

revision 1.7 by mlosch, Mon Feb 28 08:47:36 2005 UTC revision 1.8 by jmc, Sun Dec 19 22:42:23 2010 UTC
# Line 9  Line 9 
9  # with g77 version 2.95.3 20010315 (release) (from FSF-g77 version 0.5.25 20010315 (release))  # with g77 version 2.95.3 20010315 (release) (from FSF-g77 version 0.5.25 20010315 (release))
10    
11  FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X ## _"  FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X ## _"
12  DEFINES='-DWORDLENGTH=4'  DEFINES='-DWORDLENGTH=4 -DNML_EXTENDED_F77'
13  AWK='gawk'  AWK='gawk'
14  MAKEDEPEND='$(TOOLSDIR)/cyrus-imapd-makedepend/makedepend'  MAKEDEPEND='$(TOOLSDIR)/cyrus-imapd-makedepend/makedepend'
15  #MAKEDEPEND='$(TOOLSDIR)/xmakedepend'  #MAKEDEPEND='$(TOOLSDIR)/xmakedepend'
# Line 17  MAKEDEPEND='$(TOOLSDIR)/cyrus-imapd-make Line 17  MAKEDEPEND='$(TOOLSDIR)/cyrus-imapd-make
17  CPP='/usr/ccs/lib/cpp -P'  CPP='/usr/ccs/lib/cpp -P'
18  # this one works, too  # this one works, too
19  #CPP='/opt/sfw/bin/cpp -traditional -P'  #CPP='/opt/sfw/bin/cpp -traditional -P'
20    
21  FC=g77  FC=g77
22  CC=gcc  CC=gcc
23  # This is an example of how to specify where your  EXTENDED_SRC_FLAG='-ffixed-line-length-132'
24  # netcdf libraries and include files are;  GET_FC_VERSION="--version"
25  # in this particular example, they are in  
26    # This is an example of how to specify where your
27    # netcdf libraries and include files are;
28    # in this particular example, they are in
29  # /usr/local/libs and /usr/local/include.  # /usr/local/libs and /usr/local/include.
30  # For g77, it is  probably necessary to use libraries  # For g77, it is  probably necessary to use libraries
31  # that have been compiled with g77 as well.  # that have been compiled with g77 as well.
# Line 38  else Line 42  else
42      FOPTIM='-O0'      FOPTIM='-O0'
43  fi  fi
44    
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.22