make
uname -a > .tmpfile
grep CRAY .tmpfile ; if [ $? = 0 ]; then echo "Compiling for CRAY"
; ( cd src ; make -i -f Makefile all "RM = /bin/rm -f" "RM_LIST
= *.o *.f core .tmpfile terrain.exe data_area.exe rdem.exe rdnml"
"LN = ln -s" "MACH = CRAY" "MAKE = make -i -f Makefile" "CPP =
/opt/ctl/bin/cpp" "CPPFLAGS = -I. -C -P -DNCARG -DRECLENBYTE"
"FC = f90" "FCFLAGS = -I." "LDOPTIONS = " "CFLAGS = " "LOCAL_LIBRARIES=
-L/usr/local/lib -lncarg -lncarg_gks -lncarg_c -lX11 -lm" ) ;
else grep OSF .tmpfile ; if [ $? = 0 ]; then echo "Compiling for
Compaq" ; ( cd src ; make -i -f Makefile all "RM = /bin/rm -f"
"RM_LIST = *.o *.f core .tmpfile terrain.exe data_area.exe rdem.exe
rdnml" "LN = ln -s" "MACH = DEC" "MAKE = make -i -f Makefile"
"CPP = /usr/bin/cpp" "CPPFLAGS = -I. -C -P -DNCARG" "FC = f77"
"FCFLAGS = -I. -convert big_endian -fpe" "LDOPTIONS = " "CFLAGS
= " "LOCAL_LIBRARIES= -L/usr/local/ncarg/lib -lncarg -lncarg_gks
-lncarg_c -lX11 -lm" ) ; else grep IRIX .tmpfile ; if [ $? = 0
]; then echo "Compiling for SGI" ; ( cd src ; make -i -f Makefile
all "RM = /bin/rm -f" "RM_LIST = *.o *.f core .tmpfile terrain.exe
data_area.exe rdem.exe rdnml" "LN = ln -s" "MACH = SGI" "MAKE
= make -i -f Makefile" "CPP = /lib/cpp" "CPPFLAGS = -I. -C -P
-DNCARG" "FC = f77" "FCFLAGS = -I. -n32" "LDOPTIONS = -n32" "CFLAGS
= -I. -n32" "LOCAL_LIBRARIES= -L/usr/local/ncarg/lib -L/usr/local/lib
-lncarg -lncarg_gks -lncarg_c -lX11 -lm" ) ; else grep HP .tmpfile
; if [ $? = 0 ]; then echo "Compiling for HP" ; ( cd src ; make
-i -f Makefile all "RM = /bin/rm -f" "RM_LIST = *.o *.f core .tmpfile
terrain.exe data_area.exe rdem.exe rdnml" "LN = ln -s" "MACH =
HP" "MAKE = make -i -f Makefile" "CPP = /opt/langtools/lbin/cpp"
"CPPFLAGS= -I. -C -P -DNCARG -DRECLENBYTE" "FC = f77" "FCFLAGS
= -I. -O" "LDOPTIONS = " "CFLAGS = -Aa" "LOCAL_LIBRARIES= -L/usr/local/ncarg/lib
-L/usr/local/lib -lncarg -lncarg_gks -lncarg_c -lX11 -lm" ) ;
else grep SUN .tmpfile ; if [ $? = 0 ]; then echo "Compiling for
SUN" ; ( cd src ; make -i -f Makefile all "RM = /bin/rm -f" "RM_LIST
= *.o *.f core .tmpfile terrain.exe data_area.exe rdem.exe rdnml"
"LN = ln -s" "MACH = SUN" "MAKE = make -i -f Makefile" "CPP =
/usr/ccs/lib/cpp" "CPPFLAGS=-I. -C -P -DNCARG -DRECLENBYTE" "FC
= f77" "FCFLAGS = -I." "LDOPTIONS = " "CFLAGS = -I." "LOCAL_LIBRARIES=
-L/usr/local/ncarg/lib -L/usr/openwin/lib -L/usr/dt/lib -lncarg
-lncarg_gks -lncarg_c -lX11 -lm" ) ; else grep AIX .tmpfile ;
if [ $? = 0 ]; then echo "Compiling for IBM" ; ( cd src ; make
-i -f Makefile all "RM = /bin/rm -f" "RM_LIST = *.o *.f core .tmpfile
terrain.exe data_area.exe rdem.exe rdnml" "LN = ln -s" "MACH =
IBM" "MAKE = make -i -f Makefile" "CPP = /usr/lib/cpp" "CPPFLAGS
= -I. -C -P -DNCARG -DRECLENBYTE" "FC = xlf" "FCFLAGS = -I. -O
-qmaxmem=-1" "LDOPTIONS = " "CFLAGS = -I." "LOCAL_LIBRARIES= -L/usr/local/lib32/r4i4
-lncarg -lncarg_gks -lncarg_c -lX11 -lm" ) ; else grep Linux .tmpfile
; if [ $? = 0 ]; then echo "Compiling for Linux" ; ( cd src ;
make -i -f Makefile all "RM = /bin/rm -f" "RM_LIST = *.o *.f core
.tmpfile terrain.exe data_area.exe rdem.exe rdnml" "LN = ln -s"
"MACH = SGI" "MAKE = make -i -f Makefile" "CPP = /lib/cpp" "CPPFLAGS
= -I. -C -traditional -DNCARG -DRECLENBYTE" "FC = pgf90" "FCFLAGS
= -I. -byteswapio" "LDOPTIONS = " "CFLAGS = -I." "LOCAL_LIBRARIES=
-L/usr/local/ncarg/lib -L/usr/X11R6/lib -lncarg -lncarg_gks -lncarg_c
-lX11 -L/linux86/lib -L/usr/lib -lf2c" ) ; else echo "Do not know
how to compile for the `cat .tmpfile` machine." fi ; fi ; fi ;
fi ; fi ; fi ; fi ; fi ; ( /bin/rm -f terrain.exe ; ln -s src/terrain.exe
. ) ;
OSF1 azalea2 V4.0 1229 alpha
Compiling for Compaq
/bin/rm -f ia.o
cut -c1-72 ia.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > ia.f
f77 -c -I. -convert big_endian -fpe ia.f
/bin/rm -f ia.f
/bin/rm -f anal2.o
cut -c1-72 anal2.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > anal2.f
f77 -c -I. -convert big_endian -fpe anal2.f
/bin/rm -f anal2.f
/bin/rm -f bint.o
cut -c1-72 bint.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > bint.f
f77 -c -I. -convert big_endian -fpe bint.f
/bin/rm -f bint.f
/bin/rm -f bndry.o
cut -c1-72 bndry.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > bndry.f
f77 -c -I. -convert big_endian -fpe bndry.f
/bin/rm -f bndry.f
/bin/rm -f crlnd.o
cut -c1-72 crlnd.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > crlnd.f
f77 -c -I. -convert big_endian -fpe crlnd.f
/bin/rm -f crlnd.f
/bin/rm -f crter.o
cut -c1-72 crter.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > crter.f
f77 -c -I. -convert big_endian -fpe crter.f
/bin/rm -f crter.f
/bin/rm -f dfclrs.o
cut -c1-72 dfclrs.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > dfclrs.f
f77 -c -I. -convert big_endian -fpe dfclrs.f
/bin/rm -f dfclrs.f
/bin/rm -f exaint.o
cut -c1-72 exaint.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > exaint.f
f77 -c -I. -convert big_endian -fpe exaint.f
/bin/rm -f exaint.f
/bin/rm -f finprt.o
cut -c1-72 finprt.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > finprt.f
f77 -c -I. -convert big_endian -fpe finprt.f
/bin/rm -f finprt.f
/bin/rm -f fudger.o
cut -c1-72 fudger.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > fudger.f
f77 -c -I. -convert big_endian -fpe fudger.f
/bin/rm -f fudger.f
/bin/rm -f interp.o
cut -c1-72 interp.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > interp.f
f77 -c -I. -convert big_endian -fpe interp.f
/bin/rm -f interp.f
/bin/rm -f label.o
cut -c1-72 label.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > label.f
f77 -c -I. -convert big_endian -fpe label.f
/bin/rm -f label.f
/bin/rm -f lakes.o
cut -c1-72 lakes.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > lakes.f
f77 -c -I. -convert big_endian -fpe lakes.f
/bin/rm -f lakes.f
/bin/rm -f latlon.o
cut -c1-72 latlon.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > latlon.f
f77 -c -I. -convert big_endian -fpe latlon.f
/bin/rm -f latlon.f
/bin/rm -f llxy.o
cut -c1-72 llxy.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > llxy.f
f77 -c -I. -convert big_endian -fpe llxy.f
/bin/rm -f llxy.f
/bin/rm -f mxmnll.o
cut -c1-72 mxmnll.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > mxmnll.f
f77 -c -I. -convert big_endian -fpe mxmnll.f
/bin/rm -f mxmnll.f
/bin/rm -f nestll.o
cut -c1-72 nestll.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > nestll.f
f77 -c -I. -convert big_endian -fpe nestll.f
/bin/rm -f nestll.f
/bin/rm -f oned.o
cut -c1-72 oned.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > oned.f
f77 -c -I. -convert big_endian -fpe oned.f
/bin/rm -f oned.f
/bin/rm -f outpt.o
cut -c1-72 outpt.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > outpt.f
f77 -c -I. -convert big_endian -fpe outpt.f
/bin/rm -f outpt.f
/bin/rm -f output.o
cut -c1-72 output.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > output.f
f77 -c -I. -convert big_endian -fpe output.f
fort: Info: output.f, line 342: No path to this statement
BHI (23,1) = IVW(NESTID)
^
/bin/rm -f output.f
/bin/rm -f pltter.o
cut -c1-72 pltter.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > pltter.f
f77 -c -I. -convert big_endian -fpe pltter.f
/bin/rm -f pltter.f
/bin/rm -f rdldtr.o
cut -c1-72 rdldtr.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > rdldtr.f
f77 -c -I. -convert big_endian -fpe rdldtr.f
/bin/rm -f rdldtr.f
/bin/rm -f replace.o
cut -c1-72 replace.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC >
replace.f
f77 -c -I. -convert big_endian -fpe replace.f
/bin/rm -f replace.f
/bin/rm -f rflp.o
cut -c1-72 rflp.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > rflp.f
f77 -c -I. -convert big_endian -fpe rflp.f
/bin/rm -f rflp.f
/bin/rm -f setup.o
cut -c1-72 setup.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > setup.f
f77 -c -I. -convert big_endian -fpe setup.f
/bin/rm -f setup.f
/bin/rm -f sint.o
cut -c1-72 sint.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > sint.f
f77 -c -I. -convert big_endian -fpe sint.f
/bin/rm -f sint.f
/bin/rm -f smth121.o
cut -c1-72 smth121.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC >
smth121.f
f77 -c -I. -convert big_endian -fpe smth121.f
/bin/rm -f smth121.f
/bin/rm -f smther.o
cut -c1-72 smther.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > smther.f
f77 -c -I. -convert big_endian -fpe smther.f
/bin/rm -f smther.f
/bin/rm -f smthtr.o
cut -c1-72 smthtr.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > smthtr.f
f77 -c -I. -convert big_endian -fpe smthtr.f
/bin/rm -f smthtr.f
/bin/rm -f terdrv.o
cut -c1-72 terdrv.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > terdrv.f
f77 -c -I. -convert big_endian -fpe terdrv.f
fort: Info: terdrv.f, line 247: No path to this statement
NTYPE(N) = NI
^
/bin/rm -f terdrv.f
/bin/rm -f terrain.o
cut -c1-72 terrain.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC >
terrain.f
f77 -c -I. -convert big_endian -fpe terrain.f
/bin/rm -f terrain.f
/bin/rm -f tfudge.o
cut -c1-72 tfudge.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > tfudge.f
f77 -c -I. -convert big_endian -fpe tfudge.f
/bin/rm -f tfudge.f
/bin/rm -f vtran.o
cut -c1-72 vtran.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > vtran.f
f77 -c -I. -convert big_endian -fpe vtran.f
/bin/rm -f vtran.f
/bin/rm -f xyobsll.o
cut -c1-72 xyobsll.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC >
xyobsll.f
f77 -c -I. -convert big_endian -fpe xyobsll.f
/bin/rm -f xyobsll.f
/bin/rm -f hiresmap.o
cut -c1-72 hiresmap.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC >
hiresmap.f
f77 -c -I. -convert big_endian -fpe hiresmap.f
/bin/rm -f hiresmap.f
/bin/rm -f plots.o
cut -c1-72 plots.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > plots.f
f77 -c -I. -convert big_endian -fpe plots.f
fort: Info: plots.f, line 4243: No path to this statement
170 ermes(1:24) = 'Line Width Type Mismatch'
^
/bin/rm -f plots.f
/bin/rm -f crvst.o
cut -c1-72 crvst.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > crvst.f
f77 -c -I. -convert big_endian -fpe crvst.f
/bin/rm -f crvst.f
/bin/rm -f crvst30s.o
cut -c1-72 crvst30s.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC >
crvst30s.f
f77 -c -I. -convert big_endian -fpe crvst30s.f
/bin/rm -f crvst30s.f
/bin/rm -f nestbdy.o
cut -c1-72 nestbdy.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC >
nestbdy.f
f77 -c -I. -convert big_endian -fpe nestbdy.f
/bin/rm -f nestbdy.f
/bin/rm -f crsoil.o
cut -c1-72 crsoil.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > crsoil.f
f77 -c -I. -convert big_endian -fpe crsoil.f
/bin/rm -f crsoil.f
/bin/rm -f equate.o
cut -c1-72 equate.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > equate.f
f77 -c -I. -convert big_endian -fpe equate.f
/bin/rm -f equate.f
/bin/rm -f labels.o
cut -c1-72 labels.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > labels.f
f77 -c -I. -convert big_endian -fpe labels.f
/bin/rm -f labels.f
/bin/rm -f labelv.o
cut -c1-72 labelv.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > labelv.f
f77 -c -I. -convert big_endian -fpe labelv.f
/bin/rm -f labelv.f
/bin/rm -f patch.o
cut -c1-72 patch.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > patch.f
f77 -c -I. -convert big_endian -fpe patch.f
/bin/rm -f patch.f
/bin/rm -f plotcon.o
cut -c1-72 plotcon.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC >
plotcon.f
f77 -c -I. -convert big_endian -fpe plotcon.f
/bin/rm -f plotcon.f
/bin/rm -f watercheck.o
cut -c1-72 watercheck.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC
> watercheck.f
f77 -c -I. -convert big_endian -fpe watercheck.f
/bin/rm -f watercheck.f
/bin/rm -f crlwmsk.o
cut -c1-72 crlwmsk.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC >
crlwmsk.f
f77 -c -I. -convert big_endian -fpe crlwmsk.f
/bin/rm -f crlwmsk.f
/bin/rm -f soil_tg.o
cut -c1-72 soil_tg.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC >
soil_tg.f
f77 -c -I. -convert big_endian -fpe soil_tg.f
/bin/rm -f soil_tg.f
/bin/rm -f water_vfr.o
cut -c1-72 water_vfr.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC
> water_vfr.f
f77 -c -I. -convert big_endian -fpe water_vfr.f
/bin/rm -f water_vfr.f
/bin/rm -f check_data.o
cut -c1-72 check_data.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC
> check_data.f
f77 -c -I. -convert big_endian -fpe check_data.f
/bin/rm -f check_data.f
/bin/rm -f terrestial_info.o
cut -c1-72 terrestial_info.F | /usr/bin/cpp -I. -C -P -DNCARG
-DDEC > terrestial_info.f
f77 -c -I. -convert big_endian -fpe terrestial_info.f
/bin/rm -f terrestial_info.f
/bin/rm -f write_fieldrec.o
cut -c1-72 write_fieldrec.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC
> write_fieldrec.f
f77 -c -I. -convert big_endian -fpe write_fieldrec.f
/bin/rm -f write_fieldrec.f
f77 -o terrain.exe ia.o anal2.o bint.o bndry.o crlnd.o crter.o
dfclrs.o exaint.o finprt.o fudger.o interp.o label.o lakes.o latlon.o
llxy.o mxmnll.o nestll.o oned.o outpt.o output.o pltter.o rdldtr.o
replace.o rflp.o setup.o sint.o smth121.o smther.o smthtr.o terdrv.o
terrain.o tfudge.o vtran.o xyobsll.o hiresmap.o plots.o crvst.o
crvst30s.o nestbdy.o crsoil.o equate.o labels.o labelv.o patch.o
plotcon.o watercheck.o crlwmsk.o soil_tg.o water_vfr.o check_data.o
terrestial_info.o write_fieldrec.o -L/usr/local/ncarg/lib -lncarg
-lncarg_gks -lncarg_c -lX11 -lm
/bin/rm -f search.o
cut -c1-72 search.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > search.f
f77 -c -I. -convert big_endian -fpe search.f
/bin/rm -f search.f
/bin/rm -f data30s.o
cut -c1-72 data30s.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC >
data30s.f
f77 -c -I. -convert big_endian -fpe data30s.f
/bin/rm -f data30s.f
/bin/rm -f data_area.o
cut -c1-72 data_area.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC
> data_area.f
f77 -c -I. -convert big_endian -fpe data_area.f
/bin/rm -f data_area.f
/bin/rm -f data_area.exe
f77 -o data_area.exe latlon.o llxy.o mxmnll.o nestll.o rflp.o
setup.o outpt.o vtran.o search.o data30s.o data_area.o -L/usr/local/ncarg/lib
-lncarg -lncarg_gks -lncarg_c -lX11 -lm
/bin/rm -f cr30sdata.o
cut -c1-72 cr30sdata.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC
> cr30sdata.f
f77 -c -I. -convert big_endian -fpe cr30sdata.f
/bin/rm -f cr30sdata.f
/bin/rm -f read30s.o
cut -c1-72 read30s.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC >
read30s.f
f77 -c -I. -convert big_endian -fpe read30s.f
/bin/rm -f read30s.f
/bin/rm -f rdem.o
cut -c1-72 rdem.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > rdem.f
f77 -c -I. -convert big_endian -fpe rdem.f
/bin/rm -f rdem.f
/bin/rm -f rdem.exe
f77 -o rdem.exe cr30sdata.o read30s.o rdem.o ia.o -L/usr/local/ncarg/lib
-lncarg -lncarg_gks -lncarg_c -lX11 -lm
/bin/rm -f rdnml.o
cut -c1-72 rdnml.F | /usr/bin/cpp -I. -C -P -DNCARG -DDEC > rdnml.f
f77 -c -I. -convert big_endian -fpe rdnml.f
/bin/rm -f rdnml.f
f77 rdnml.o -o rdnml
|