#
#       Makefile for hajime (gokuraku)
#

include ../../../Mkinclude

LIBNAME		= hajime
LIBSRCS		= hop.f
LIBDEMO		= hop


all: $(LIBDEMO)

pack: $(LIBNAME).all

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

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