Adding upstream version 1.9.14.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ddf4b25f8f
commit
49fcf7364a
88 changed files with 62468 additions and 0 deletions
22
nist/Makefile.am
Normal file
22
nist/Makefile.am
Normal file
|
@ -0,0 +1,22 @@
|
|||
## Process this file with automake to produce Makefile.in.
|
||||
|
||||
|
||||
if ENABLE_NIST_TEST
|
||||
check_PROGRAMS = nist
|
||||
endif
|
||||
|
||||
AM_CFLAGS=-Wall
|
||||
|
||||
nist_LDADD = -lm
|
||||
|
||||
nist_SOURCES = cephes.c dfft.c matrix.c nist.c packtest.c special-functions.c cephes-protos.h matrix.h mconf.h special-functions.h nist.h
|
||||
|
||||
CLEANFILES = sample nist.out
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
if ENABLE_NIST_TEST
|
||||
check-local:
|
||||
../src/haveged -n 16M $*
|
||||
./nist sample ${srcdir}
|
||||
endif
|
Loading…
Add table
Add a link
Reference in a new issue