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

Annotation of /MITgcm/tools/build_options/darwin_g77

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


Revision 1.1 - (hide annotations) (download)
Wed Sep 24 12:03:36 2003 UTC (20 years, 7 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint51f_post, checkpoint51k_post, checkpoint51o_post, checkpoint51g_post, checkpoint51q_post, checkpoint51o_pre, checkpoint52a_pre, checkpoint51r_post, checkpoint52, ecco_c52_e35, checkpoint51t_post, checkpoint51i_post, checkpoint51l_pre, checkpoint51n_pre, branchpoint-genmake2, checkpoint51p_post, checkpoint51n_post, checkpoint51h_pre, checkpoint51i_pre, checkpoint51l_post, checkpoint51u_post, checkpoint51m_post, checkpoint51s_post, checkpoint51j_post
Branch point for: tg2-branch, branch-genmake2, branch-nonh, checkpoint51n_branch
initial checkin of Martin's Mac OSX optfiles

1 edhill 1.1 #!/bin/bash
2    
3     # $Header$
4     #
5     # tested on G4-PowerBook, 1GHz
6     # cc-compiler is available only with the Apple Developer Tools,
7     # so make sure that those are installed
8     # g77 can be optained from FINK: http://fink.sourceforge.net
9     #
10    
11     LN='/bin/ln -s'
12     CPP='/usr/bin/cpp -traditional -P'
13     FC=g77
14     LINK=g77
15     FFLAGS='-Wimplicit -Wunused -Wuninitialized'
16     FOPTIM='-O3 -funroll-loops'
17     #FOPTIM='-O3 -malign-power -funroll-loops'
18     NOOPTFLAGS='-O0'
19    
20     S64='$(TOOLSDIR)/set64bitConst.sh'
21     #MAKEDEPEND='${TOOLSDIR}/xmakedepend'
22     MAKEDEPEND=makedepend
23     DEFINES='-DWORDLENGTH=4'

  ViewVC Help
Powered by ViewVC 1.1.22