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

include ../../../Mkinclude

LIBNAME		= chnlib
LIBSRCS		= chnl01.f chnl02.f chnl03.f
LIBDEMO 	= chnl01   chnl02   chnl03


all: $(LIBDEMO)

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