Back to home page

MITgcm

 
 

    


Warning, /tools/build_options/unsupported/darwin_g77 is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
6795c0c705 Ed H*0001 #!/bin/bash
                0002 
                0003 #
                0004 # tested on G4-PowerBook, 1GHz
                0005 # cc-compiler is available only with the Apple Developer Tools, 
                0006 # so make sure that those are installed 
                0007 # g77 can be optained from FINK: http://fink.sourceforge.net
                0008 #
                0009 
                0010 CPP='/usr/bin/cpp -traditional -P'
                0011 FC=g77
                0012 LINK=g77
                0013 FFLAGS='-Wimplicit -Wunused -Wuninitialized'
                0014 FOPTIM='-O3 -funroll-loops'
                0015 #FOPTIM='-O3 -malign-power -funroll-loops'
                0016 NOOPTFLAGS='-O0'
                0017 
                0018 S64='$(TOOLSDIR)/set64bitConst.sh'
                0019 #MAKEDEPEND='${TOOLSDIR}/xmakedepend'
                0020 MAKEDEPEND=makedepend
                0021 DEFINES='-DWORDLENGTH=4'