blob: 29cfa48dc837edc90c26c9b60fd122e9190dfce9 (
plain)
1
2
3
4
5
6
7
8
9
|
#
# Copyright 1998 - 2005 Double Precision, Inc. See COPYING for
# distribution information.
noinst_LTLIBRARIES=librandom128.la
librandom128_la_SOURCES=random128.c random128.h random128alpha.c \
random128binary.c
|