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

KLICSRCS = setop.kl1

KLICMACROSRCS =

KLICCS = setop.c

KLICEXTS = setop.ext

KLICOBJS = setop.o

DMYOBJS = tbpset_main.o dummy_for_tbpset.o
DMYSRCS = tbpset_main.kl1 dummy_for_tbpset.kl1
DIRNAME = tbp/tbp_set

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

include $(SRCROOTDIR)/include/Makefile.ini

#KLIC =	klic
#KLICFLAGS += -v
#KLICPKL1TMPDIR = /tmp

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

