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

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


sources = cfftb.f cfftb1.f cfftf.f cfftf1.f cffti.f cffti1.f cosqb.f \
	cosqb1.f cosqf.f cosqf1.f cosqi.f cost.f costi.f ezfft1.f \
	ezfftb.f ezfftf.f ezffti.f passb.f passb2.f passb3.f passb4.f \
	passb5.f passf.f passf2.f passf3.f passf4.f passf5.f radb2.f \
	radb3.f radb4.f radb5.f radbg.f radf2.f radf3.f radf4.f radf5.f \
	radfg.f rfftb.f rfftb1.f rfftf.f rfftf1.f rffti.f rffti1.f sinqb.f \
	sinqf.f sinqi.f sint.f sint1.f sinti.f

include $(UTIL)/make.defs
