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

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

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

sources = ap3acg_.c cost_.c costi_.c create_input.c dodrv_.c dsdrv_.c \
	odrv_.c release_ap.c retrieve_func_move.c retrieve_output.c rsg_.c \
	sdrv_.c send_func_move.c send_input.c sint_.c sinti_.c spbfa_.c \
	spbsl_.c wait_for_ap.c

include $(UTIL)/make.defs
