FC=f95
#FFLAGS= -O4

FOBJ =  libfftpack.a

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

spctime.o:
	  $(FC) -c -o $@ spctime.f

clean:
	rm -f sswm sswm*.o core *.o fort.* GNFB08 gmeta
	ls -al
