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

include ../../../Mkinclude

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


all: $(LIBDEMO)

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