summaryrefslogtreecommitdiffstats
path: root/math/bihar/files
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1997-02-14 08:53:05 +0000
committertg <tg@FreeBSD.org>1997-02-14 08:53:05 +0000
commit50b2a7523752a429340ddbf865084bca3ba493a1 (patch)
treeaeaca6ba13683e02deaf8339d1ff45c1ff4e236b /math/bihar/files
parentcfc864f4976f552911af3a7692d89ad36aee4e5c (diff)
downloadFreeBSD-ports-50b2a7523752a429340ddbf865084bca3ba493a1.zip
FreeBSD-ports-50b2a7523752a429340ddbf865084bca3ba493a1.tar.gz
Import of fftpack, a library of FFT routines from netlib.
Closes PR #2574. Submitted by: Pedro Giffuni S.
Diffstat (limited to 'math/bihar/files')
-rw-r--r--math/bihar/files/makefile.lib28
1 files changed, 28 insertions, 0 deletions
diff --git a/math/bihar/files/makefile.lib b/math/bihar/files/makefile.lib
new file mode 100644
index 0000000..616db36
--- /dev/null
+++ b/math/bihar/files/makefile.lib
@@ -0,0 +1,28 @@
+# @(#)Makefile 5.7 (Berkeley) 6/27/91
+
+# FFTPACK sources
+LIBDIR= $(PREFIX)/lib
+NOPROFILE= no
+
+SHLIB_MAJOR= 1
+SHLIB_MINOR= 0
+LIB=fftpack
+SRCS = 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
+
+CLEANFILES+= *.c
+
+test: test.o
+ f77 test.o -l$(LIB)
+ time a.out
+
+package: install pkg/+DESC pkg/+ONELINE pkg/+PLIST
+ pkg_create -c pkg/+ONELINE -d pkg/+DESC -f pkg/+PLIST fftpack_bin
+
+.include <bsd.lib.mk>
+
OpenPOWER on IntegriCloud