#!/bin/bash # $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/build_options/Attic/darwin_g77,v 1.1 2003/09/24 12:03:36 edhill Exp $ # # tested on G4-PowerBook, 1GHz # cc-compiler is available only with the Apple Developer Tools, # so make sure that those are installed # g77 can be optained from FINK: http://fink.sourceforge.net # LN='/bin/ln -s' CPP='/usr/bin/cpp -traditional -P' FC=g77 LINK=g77 FFLAGS='-Wimplicit -Wunused -Wuninitialized' FOPTIM='-O3 -funroll-loops' #FOPTIM='-O3 -malign-power -funroll-loops' NOOPTFLAGS='-O0' S64='$(TOOLSDIR)/set64bitConst.sh' #MAKEDEPEND='${TOOLSDIR}/xmakedepend' MAKEDEPEND=makedepend DEFINES='-DWORDLENGTH=4'