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

KLICSRCS = tbpsort.kl1 tbpsortcom.kl1 tbpsortflat.kl1 tbpsortform.kl1 tbpsortset.kl1 tbpsorttbl.kl1

KLICMACROSRCS =

KLICCS = tbpsort.c tbpsortcom.c tbpsortflat.c tbpsortform.c tbpsortset.c tbpsorttbl.c

KLICEXTS = tbpsort.ext tbpsortcom.ext tbpsortflat.ext tbpsortform.ext tbpsortset.ext tbpsorttbl.ext

KLICOBJS = tbpsort.o tbpsortcom.o tbpsortflat.o tbpsortform.o tbpsortset.o tbpsorttbl.o

CS =
HS =
COBJS =

DMYOBJS = tbpsort_main.o dummy_for_tbpsort.o
DMYSRCS = tbpsort_main.kl1 dummy_for_tbpsort.kl1

DIRNAME = tbp/tbp_sort

#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)

