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

include ../../../Mkinclude

LIBNAME		= intlib
LIBSRCS		= intl01.f
LIBDEMO 	= intl01


all: $(LIBDEMO)

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