#
#       Makefile for fftlib (demo)
#
#       Copyright (C) 2000 GFD Dennou Club. All rights reserved.
#

include ../../../Mkinclude

LIBNAME		= fftlib
LIBSRCS		= fftl01.f fftl02.f
LIBDEMO 	= fftl01   fftl02


all: $(LIBDEMO)

clean:
	$(RM) $(LIBDEMO) *.o *~ core *.trace
