OBJS = nrutil.o svdcmp.o svbksb.o covsrt.o

default:	$(OBJS) hbf-mrq.o

hbf-mrq-test:	$(OBJS) hbf-mrq.c
		cc -g -sun4 -c -DDEBUG -o hbf-mrq-test.o hbf-mrq.c
		cc -g -o hbf-mrq-test hbf-mrq-test.o $(OBJS) -lm
