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

include ../../../Mkinclude

LIBNAME		= umpack
LIBSRCS		= test01.c test02.c test03.c test04.c test05.c test06.c \
		  test07.c test08.c umpk01.c umpk02.c umpk03.c umpk04.c \
		  umpk05.c
LIBDEMO		= test01   test02   test03   test04   test05   test06   \
		  test07   test08   umpk01   umpk02   umpk03   umpk04   \
		  umpk05  


all: $(LIBDEMO)

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