#include IMAGE_INCLUDE

OBJECT_TYPE = library

TOOLBOX_NAME = image

OBJECT_NAME = kimage_proc

HEADERS = \
	internals.h

CSRCS = \
	lifilt_design.c \
	ligauss_func.c \
	ligeowarp.c \
	ligradient.c \
	limedian.c \
	lipostscr.c \
	lirotate.c \
	litexture.c
YSRCS =
LSRCS =
FSRCS =
C++SRCS =

COBJS = \
	lifilt_design.o \
	ligauss_func.o \
	ligeowarp.o \
	ligradient.o \
	limedian.o \
	lipostscr.o \
	lirotate.o \
	litexture.o
LOBJS =
YOBJS =
FOBJS =
C++OBJS =

BINARY_NAME = kip

#include <Library.template>

/* the following field are intentionally left commented.  Use the flags */
/* if you wish to override the defaults assigned in the system          */
/* files.				     	 		        */

/* STD_INCLUDES = */
/* LIBCDEBUGFLAGS = */
