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

FOBJ =  libfftpack.a

sp256:  sp256.o $(FOBJ)
	$(FC) $(FFLAGS) -o $@ sp256.o $(FOBJ)

sp256.o:
	$(FC) $(OFLAGS) -c -o $@ sp256.f
#
#       "make clean" invokes this part:
#
clean:
	rm -f sswm sswm*.o core *.o fort.* GNFB08 gmeta
	ls -al
