#
#       Makefile for indxlib (demo)
#

include ../../../Mkinclude

LIBNAME		= indxlib
LIBSRCS		= indx01.f indx02.f
LIBDEMO 	= indx01   indx02


all: $(LIBDEMO)

pack: $(LIBNAME).all

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

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