Spracherkennung für: .mak vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
# Makefile for probability integrals.
# Be sure to set the type of computer and endianness in mconf.h.
CC = gcc
CFLAGS = -O2 -Wall
INCS = mconf.h
OBJS = bdtr.o btdtr.o chdtr.o drand.o expx2.o fdtr.o gamma.o gdtr.o \
igam.o igami.o incbet.o incbi.o mtherr.o nbdtr.o ndtr.o ndtri.o pdtr.o \
stdtr.o unity.o polevl.o const.o
libprob.a: $(OBJS) $(INCS)
ar rv libprob.a $(OBJS)
ranlib libprob.a
[Dauer der Verarbeitung: 0.13 Sekunden, vorverarbeitet 2026-06-15]