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

KLICSRCS = dbi_ifpN.kl1 dbido.kl1 dbimng.kl1 dbi_main.kl1

KLICMACROSRCS = utl_macro.mac

KLICCS = dbi_ifpN.c dbido.c dbimng.c

KLICEXTS = dbi_ifpN.ext dbido.ext dbimng.ext

KLICOBJS = dbi_ifpN.o dbido.o dbimng.o

CS =
HS =
COBJS =

DMYSRCS = dbi_main.kl1 database.init
DMYOBJS = dbi_main.o

DIRNAME = dbi
#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)
