diff options
Diffstat (limited to 'math/libranlib/files/Makefile.lib')
-rw-r--r-- | math/libranlib/files/Makefile.lib | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/math/libranlib/files/Makefile.lib b/math/libranlib/files/Makefile.lib new file mode 100644 index 000000000000..d0e41db77e0c --- /dev/null +++ b/math/libranlib/files/Makefile.lib @@ -0,0 +1,17 @@ +# 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> |