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

KLICSRCS = and.kl1 or.kl1 dif.kl1 con.kl1 check.kl1 not.kl1 reset_negative.kl1 reset_schema.kl1 tbp_set.kl1 tbp_set_sort.kl1

KLICMACROSRCS = set.mac

KLICCS = and.c or.c dif.c con.c check.c not.c reset_negative.c reset_schema.c tbp_set.c tbp_set_sort.c

KLICEXTS = and.ext or.ext dif.ext con.ext check.ext not.ext reset_negative.ext reset_schema.ext tbp_set.ext tbp_set_sort.ext

KLICOBJS = and.o or.o dif.o con.o check.o not.o reset_negative.o reset_schema.o tbp_set.o tbp_set_sort.o

CS =
HS =
COBJS =

DMYOBJS = set_main.o dummy_for_set.o
DMYSRCS = set_main.kl1 dummy_for_set.kl1
DIRNAME = 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)

