#:ts=8
#
# $Id: Makefile,v 1.8 1996-08-06 22:22:29+02 steppler Exp $
#
# Makefile CNCL lib/stat/test
#
TOPDIR	= ../../..

include $(TOPDIR)/make.conf

FILES = Makefile tDLRE.c tMoments.c tMomentsTime.c tMoments.in tBatches.c \
	tHistogram.c tHistogram.dat tHistogram.ref tHistogram.sh \
	tConfidence.c

TESTS	= tMoments tMomentsTime tDLRE tBatches tHistogram tConfidence


all:	$(TESTS)

tHistogram:	tHistogram.o
	$(CC) $(LFLAGS) -o tHistogram tHistogram.o $(LIBS)

veryclean distclean::
	rm -f $(TESTS)

# Common stuff
include $(TOPDIR)/make.common

