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

KLICSRCS = butls.kl1 m3.kl1

KLICMACROSRCS =

KLICCS =
KLICEXTS =
KLICOBJS =
CS =
HS =
COBJS =

DMYSRCS =
DMYOBJS =

DIRNAME = macro_proc
DIRNEST = ..

include $(SRCROOTDIR)/include/Makefile.ini

#KLIC =	klic
#KLICFLAGS += -v

macro_proc:
	$(KLIC) -o macro_proc  -O2 $(KLICFLAGS) $(KLICSRCS)
	- /bin/rm *.c *.ext *.o *.h

aout_clean:
	- /bin/rm macro_proc
