#
#       Makefile for layout (gokuraku)
#
#       Copyright (C) 2000 GFD Dennou Club. All rights reserved.
#

include ../../../Mkinclude

LIBNAME		= layout
LIBSRCS		= lay1.f lay2.f
LIBDEMO		= lay1   lay2  


all: $(LIBDEMO)

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