#
#	Copyright 1999 by The University at Stony Brook, All rights reserved.
#
lib = sslap

ifndef UTIL
 UTIL := $(shell pwd | sed -e "s/\/pak\/$(lib).*//")/util
endif #ifndef UTIL

sources = r1mach.f   \
          i1mach.f   \
	  xersla.f   \
	  sbcg.f     \
	  scg.f      \
	  scgn.f     \
	  scgs.f     \
	  sgmres.f   \
	  sir.f      \
	  slaputil.f \
	  smset.f    \
	  smvops.f   \
	  somn.f

include $(UTIL)/make.defs

slapqc:
	$(FC) -o slapqc $(FCFLAGS) slapqc.f $(LDFLAGS) -L$(liblibdir) -lsslap
