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

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

sources = cchdc.f cchdd.f cchex.f cchud.f cgbco.f cgbdi.f cgbfa.f cgbsl.f  \
          cgeco.f cgedi.f cgefa.f cgesl.f cgtsl.f chico.f chidi.f chifa.f  \
          chisl.f chpco.f chpdi.f chpfa.f chpsl.f cpbco.f cpbdi.f cpbfa.f  \
          cpbsl.f cpoco.f cpodi.f cpofa.f cposl.f cppco.f cppdi.f cppfa.f  \
          cppsl.f cptsl.f cqrdc.f cqrsl.f csico.f csidi.f csifa.f csisl.f  \
          cspco.f cspdi.f cspfa.f cspsl.f csrot.f csvdc.f ctrco.f ctrdi.f  \
          ctrsl.f                                                          \
	  dcabs1.f dchdc.f dchdd.f dchex.f dchud.f dgbco.f dgbdi.f dgbfa.f \
          dgbsl.f dgeco.f dgedi.f dgefa.f dgesl.f dgtsl.f dpbco.f dpbdi.f  \
          dpbfa.f dpbsl.f dpoco.f dpodi.f dpofa.f dposl.f dppco.f dppdi.f  \
          dppfa.f dppsl.f dptsl.f dqrdc.f dqrsl.f dsico.f dsidi.f dsifa.f  \
          dsisl.f dspco.f dspdi.f dspfa.f dspsl.f dsvdc.f dtrco.f dtrdi.f  \
          dtrsl.f dzasum.f dznrm2.f                                        \
          schdc.f schdd.f schex.f schud.f sgbco.f sgbdi.f sgbfa.f sgbsl.f  \
          sgeco.f sgedi.f sgefa.f sgesl.f sgtsl.f spbco.f spbdi.f spbfa.f  \
          spbsl.f spoco.f spodi.f spofa.f sposl.f sppco.f sppdi.f sppfa.f  \
          sppsl.f sptsl.f sqrdc.f sqrsl.f ssico.f ssidi.f ssifa.f ssisl.f  \
          sspco.f sspdi.f sspfa.f sspsl.f ssvdc.f strco.f strdi.f strsl.f

include $(UTIL)/make.defs
