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

include ../../../Mkinclude

LIBNAME		= indxlib
LIBSRCS		= indx01.c indx02.c
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
