/* $Id: Imakefile,v 1.11 1996/11/27 07:11:46 kon Exp $ */
#include "../../Canna.conf"

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

AllTarget(crfreq.exe)
#else
 LOCAL_LIBRARIES = $(CANNAROOT)/lib/RK/libRK.a

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