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

KLICSRCS = shoen_new.kl1 timer_utl.kl1 t_req_dev.kl1 t_dev.kl1 module_table.kl1

KLICMACROSRCS =

KLICCS = shoen_new.c timer_utl.c t_req_dev.c t_dev.c module_table.c util.c

KLICEXTS = shoen_new.ext timer_utl.ext t_req_dev.ext t_dev.ext module_table.ext

KLICOBJS = shoen_new.o timer_utl.o t_req_dev.o t_dev.o module_table.o

CS =
HS =
COBJS =

DMYSRCS =
DMYOBJS =

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

include $(SRCROOTDIR)/include/Makefile.ini

#KLIC =	klic
#KLICFLAGS += -v

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