Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit 8296b2a3 on 2000-07-13 14:15:05 UTC
8296b2a38f Alis*0001 #!/bin/csh -f
                0002 
                0003 # This is a real hack of a wrapper for the linux assembler.
                0004 # It replaces comment characters generated by pgf77 with
                0005 # recognized comment characters. Invoke with -Ya,../tools
                0006 # in the FFLAGS variable in Makefile
                0007 
                0008 set asfile=$argv[$#argv]
                0009 set argv[$#argv]="--"
                0010 
                0011 echo "sed 's:/:#:' $asfile | exec /usr/bin/as $argv"
                0012 
                0013 sed 's:/:#:' $asfile | exec /usr/bin/as $argv