1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/math/libranlib/files/Makefile.lib
1997-04-07 07:02:51 +00:00

18 lines
472 B
Makefile

# bmake'd makefile for ranlib sources
LIBDIR = $(PREFIX)/lib
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}
.include <bsd.lib.mk>