FC   = f95
OFLAGS= -ffree-line-length-none

FOBJ =  libfftpack.a

stps:  stps.o $(FOBJ)
	$(FC) $(OFLAGS) $(FFLAGS) -o $@ stps.o $(FOBJ)

stps.o: stps.f $(FOBJ)
	$(FC) $(OFLAGS) -c -o stps.o stps.f

#
#       "make clean" invokes this part:
#
clean:
	rm -f sswm sswm*.o core *.o fort.* GNFB08 gmeta
	ls -al
