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

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

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

sources = dextrabla.f sextrabla.f toblas.c

include $(UTIL)/make.defs

$(liba)(toblas.o) $(liba)(toblasCC.o): toblas.h vectorprotos.h

teststoblas:	teststoblas.$(OBJ)
	$(CC) teststoblas.$(OBJ) -L $(liblibdir) -$(LNK)vector -$(LNK)util -lm -o teststoblas
