# makefile for ecalibs
# type "make clean" to clean up all the object files
# this used to be elaborate, but I got tired of
# what seem to be compatibility problems with ar and ld
# under darwin


OBJS = src/ECA_intervals.o src/ECA_MemAlloc.o src/ECA_ReadData.o src/ECA_utilities.o \
		src/MathStatRand.o src/MCTypesEtc.o

clean :  
	rm -f $(OBJS)