# Copyright 02/04/2000 Sun Microsystems, Inc. All Rights Reserved # # Makefile for slinpack and slinpackf90 # FFLAGS =-xF -g -silent F90FLAGS =-g -db .KEEP_STATE: all: slinpack slinpackf90 slinpack: $(LINK.f) -o $(@F) slinpack.f slinpackf90: $(LINK.f90) -o slinpackf90 slinpack.f clean: @rm -rf slinpack slinpackf90 tags .sb *.T *~ *% SunWS_cache recompile: clean all