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

KLICSRCS = schema.kl1 shpcre.kl1 shppol.kl1

KLICCS = schema.c shpcre.c shppol.c

KLICEXTS = schema.ext shpcre.ext shppol.ext

KLICOBJS = schema.o shpcre.o shppol.o

KLICMACROSRCS =

CS = shp_convert.c shp_print.c

HS = shp_convert.h shp_print.h shp.h g_kappa_shp.h

COBJS = shp_convert.o shp_print.o

GOBJOBJS = shp.o

GOBJCS = shp.c shp_funt.mkh

DMYSRCS = ifm_scm.kl1

DMYOBJS = ifm_scm.o

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

include $(SRCROOTDIR)/include/Makefile.ini

shp.o: shp.h

shp_convert.o: shp.h shp_convert.h g_kappa_shp.h

shp_print.o: shp.h shp_print.h

