/* $Id: Imakefile,v 1.10 1994/01/28 05:24:17 kon Exp $ */
#include "../../Canna.conf"

       CANNAROOT = ../..
        INCLUDES = -I$(CANNAROOT)/include -I$(CANNAROOT)/lib/RK
            SRCS = crfreq.c
            OBJS = crfreq.o
 LOCAL_LIBRARIES = $(CANNAROOT)/lib/RK/libRK.a

AllTarget(crfreq)
NormalProgramTarget(crfreq,$(OBJS),$(LOCAL_LIBRARIES),$(LOCAL_LIBRARIES),)
InstallProgram(crfreq,$(cannaBinDir))
DependTarget()
LintTarget()
