#
#	(C)1992, 1993, 1995 Institute for New Generation Computer Technology
#		ۤ¾COPYRIGHTե򻲾ȤƲ
#		(Read COPYRIGHT for detailed information.)
#
#
#	Makefile for Kappa BFM
#
KLICSRCS = pool.kl1 hash.kl1 comp.kl1 merger.kl1 qsort.kl1 sorter.kl1 \
	mk_bag__000.kl1 mk_bag__001.kl1 mk_bag__002.kl1 mk_bag__003.kl1 \
	mk_bag__004.kl1

KLICMACROS =

KLICCS = pool.c hash.c comp.c merger.c qsort.c sorter.c \
	mk_bag__000.c mk_bag__001.c mk_bag__002.c mk_bag__003.c \
	mk_bag__004.c

KLICEXTS = pool.ext hash.ext comp.ext merger.ext qsort.ext sorter.ext \
	mk_bag__000.ext mk_bag__001.ext mk_bag__002.ext mk_bag__003.ext \
	mk_bag__004.ext

KLICOBJS = pool.o hash.o comp.o merger.o qsort.o sorter.o \
	mk_bag__000.o mk_bag__001.o mk_bag__002.o mk_bag__003.o \
	mk_bag__004.o

CS =
HS =
COBJS =

DMYSRCS =
DMYOBJS =

DIRNAME = mkbag
#DIRNEST = .
#						# For link
DIRNEST = ..
#						# For SVM, BFM ...
#DIRNEST = ../..
#						# For TBP

include $(SRCROOTDIR)/include/Makefile.ini
