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

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

mysrcdir = $(dirpath)/pak/$(lib)
ads = $(dirpath)/pak/$(lib)/$(hosttype)

sources = acg.f gausselim.c spline.c tridiagon.f dtridiagon.f

include $(UTIL)/make.defs
