FFLAGS = -C -u

DAREX = darex.o sp2sy.o sy2sp.o

example: example.o $(DAREX)
	f77 -o darex example.o $(DAREX) -llapack -lblas 
