# This is for a Sun SparcCenter or UltraEnterprise machine F77 = f77 FLINK = f77 # sparc10,20 SparcCenter{1,2}000 (uname -m returns sun4m) # and f77 -V returns 4.0 or greater # FFLAGS = -fast -xtarget=super -xO4 -depend # Ultra1,2, UltraEnterprise servers (uname -m returns sun4u) FFLAGS = -fast -xtarget=ultra -xarch=v8plus -xO4 -depend FLINKFLAGS = -lmopt -lcopt -lsunmath CC = cc CLINK = cc # sparc10,20 SparcCenter{1,2}000 (uname -m returns sun4m) # and cc -V returns 4.0 or greater #CFLAGS = -fast -xtarget=super -xO4 -xdepend # Ultra1,2, UltraEnterprise servers (uname -m returns sun4u) CFLAGS = -fast -xtarget=ultra -xarch=v8plus -xO4 -xdepend CLINKFLAGS = -fast BINDIR = ../bin