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

include ../../../Mkinclude

LIBNAME		= tugi
LIBSRCS		= step1.c step2.c
LIBDEMO		= step1   step2  


all: $(LIBDEMO)

pack: $(LIBNAME).all

$(LIBNAME).all: $(LIBSRCS) LIBLIST HEADER
	@$(LBINDIR)/libpack $(LIBNAME).all

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