/* $Id: Imakefile,v 1.2 2002/10/20 04:10:26 aida_s 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
#else
 LOCAL_LIBRARIES = $(CANNAROOT)/lib/RK/libRK.a
#endif

#if defined(__EMX__) || defined(__CYGWIN32__)
AllTarget(crfreq.exe)
#else
AllTarget(crfreq)
#endif
NormalProgramTarget(crfreq,$(OBJS),$(LOCAL_LIBRARIES),$(LOCAL_LIBRARIES),)
InstallProgram(crfreq,$(cannaBinDir))
DependTarget()
LintTarget()
