From 4f51bfcb2c09cefdf036faf645b2e142985b2ca9 Mon Sep 17 00:00:00 2001 From: tg Date: Wed, 23 Apr 1997 06:58:03 +0000 Subject: Use the C version, not Fortran. There are no functional differences. --- math/librandlib/files/Makefile.lib | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'math/librandlib/files') diff --git a/math/librandlib/files/Makefile.lib b/math/librandlib/files/Makefile.lib index d0e41db77e0..1ca67d34d17 100644 --- a/math/librandlib/files/Makefile.lib +++ b/math/librandlib/files/Makefile.lib @@ -6,12 +6,6 @@ SHLIB_MAJOR= 1 SHLIB_MINOR= 0 LIB= ranlib -SRCS = advnst.f genbet.f genchi.f genexp.f genf.f gengam.f genmn.f \ - genmul.f gennch.f gennf.f gennor.f genprm.f genunf.f getcgn.f \ - getsd.f ignbin.f ignlgi.f ignnbn.f ignpoi.f ignuin.f initgn.f \ - inrgcm.f lennob.f mltmod.f phrtsd.f qrgnin.f ranf.f setall.f \ - setant.f setgmn.f setsd.f sexpo.f sgamma.f snorm.f - -CLEANFILES+= ${SRC:.f=.c} +SRCS = com.c ranlib.c .include -- cgit