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

KLICSRCS = rep_lib.kl1 rep_dbinfo.kl1 rep_tbinfo.kl1 rep_tblist.kl1 reporting.kl1 rep_main.kl1

KLICMACROSRCS = rep_mac.mac

KLICCS = rep_lib.c rep_dbinfo.c rep_tbinfo.c rep_tblist.c reporting.c
KLICEXTS = rep_lib.ext rep_dbinfo.ext rep_tbinfo.ext rep_tblist.ext reporting.ext
KLICOBJS = rep_lib.o rep_dbinfo.o rep_tbinfo.o rep_tblist.o reporting.o
CS =
HS =
COBJS =

DMYSRCS =
DMYOBJS =

DIRNAME = report

#DIRNEST = .
#						# For link
DIRNEST = ..
#						# For SVM, TBP, ...
#DIRNEST = ../..
#						# For TBP

include $(SRCROOTDIR)/include/Makefile.ini

#KLIC =	klic
#KLICFLAGS += -v

test: $(KLICOBJS) $(COBJS) $(DMYOBJS)
	$(KLIC) -t $(KLICFLAGS) $(KLICOBJS) $(COBJS) $(DMYOBJS)

${KLICOBJS}:	${KLICMACROSRCS}
