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

KLICSRCS =

KLICCS =

KLICEXTS =

KLICOBJS =

KLICMACROSRCS =

CS =
HS =
COBJS =

GOBJCS = gstring16.c g_string16.h GO_IDX.c GO_IDX.h GO_REC.c GO_LIB.c \
	GO_get_term.c GO_newstr.c iformat.h newgobj.h gstring16_funt.mkh

GOBJOBJS = gstring16.o

gstring16.o : g_string16.h GO_IDX.c GO_IDX.h GO_REC.c GO_LIB.c \
	GO_get_term.c iformat.h	GO_newstr.c newgobj.h

DMYSRCS = kgobj_main.kl1 dummy_kgobj.c GO_encord_term.c

DMYOBJS = kgobj_main.o dummy_kgobj.o

DIRNAME = kgobj

DIRNEST = ..
#						# For SVM, TBP, ...

include $(SRCROOTDIR)/include/Makefile.ini

#KLIC =	klic
#KLICFLAGS += -v
#KLICPKL1TMPDIR = /tmp

test: $(DMYOBJS) $(COBJS) $(KLICOBJS) $(GOBJOBJS)
	$(KLIC) -o OBJ $(KLICFLAGS) $(DMYOBJS) $(COBJS) $(KLICOBJS) $(GOBJOBJS)






