#
#       Makefile for syslib (demo)
#

include ../../../Mkinclude

LIBNAME		= syslib
LIBSRCS		= sysl01.f sysl02.f
LIBDEMO 	= sysl01   sysl02


all: $(LIBDEMO)

pack: $(LIBNAME).all

$(LIBNAME).all: $(LIBSRCS) LIBLIST HEADER

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