FFLAGS = -O -bytereclen

#FC  = f90
#F77 = f90

install:	misc

clean:
	-rm -f *.o
	-rm -f *.log

# *** General purpose subroutines ***

misc:	ircint.o \
	munk.o \
	readin.o \
	refco.o \
	ranges.o \
	sdrd.o \
	twersk.o \
	header.o \
	rdhead.o \
	smooth.o \
	neigh.o \
	subtab.o \
	sorti.o \
	mergev.o \
	weight.o \
	splinec.o \
	time.o \
        polyz.o \
	xerror.o \
	errout.o
	
	@echo "Routines needed by SCOOTER/SPARC/BELLHOP/BOUNCE built"
