#
#	(C)1992, 1993, 1995 Institute for New Generation Computer Technology
#		ۤ¾COPYRIGHTե򻲾ȤƲ
#		(Read COPYRIGHT for detailed information.)
#
#
# Makefile Sample
#

PROGRAM = irpr_client
KLICSRCS = irpr_client.kl1 irpr_lib.kl1
KLICOBJS = irpr_client.o   irpr_lib.o
KLICCS   = irpr_client.c   irpr_lib.c
KLICEXTS = irpr_client.ext   irpr_lib.ext

all:
	klic -o $(PROGRAM) $(KLICSRCS)

clean:
	/bin/rm -f $(PROGRAM) $(KLICOBJS) $(KLICCS) $(KLICEXTS) atom.* funct.* klic.db core
