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

include ../../../Mkinclude

LIBNAME		= udegpk
LIBSRCS		= u2df01.c u2df02.c u2df03.c u2df04.c u2df05.c \
		  u2df06.c u2df07.c u2df08.c
LIBDEMO		= u2df01   u2df02   u2df03   u2df04   u2df05   \
		  u2df06   u2df07   u2df08


all: $(LIBDEMO)

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