# BuildSystemHeader added automatically
/**/# $Header: [Imakefile,v 1.1 91/07/02 15:54:29 kalmin Exp ]$
#include <Server.tmpl>
CDEBUGFLAGS= -g  
CCOPTIONS = -float



SRCS = 	\
	isconvex.c \
	get_normal.c \
	util_memory.c \
	util_error.c

OBJS = 	\
	isconvex.o \
	get_normal.o \
	util_memory.o \
	util_error.o


STD_DEFINES = ServerDefines -DCFB8 -DN_DEVEL=MIPS_DEVEL  -DN10_PRESENT \
		-DXALLOC

INCLUDES = \
	-I. \
	-I../../../server/ddx/dec/px3d \
	-I../pex/dd/n10/src/include \
        -I$(INCLUDESRC) \
	-I$(SERVERSRC)/include \
        -I/usr/include/sys
	


   LINTLIBS = ../../../dix/llib-ldix.ln \
	      ../../../os/4.2bsd/llib-los.ln 



all::  
	@$(TM_CMP_CFLAGS)
	make libutils.a


NormalLibraryObjectRule()
NormalLibraryTarget(utils,$(OBJS))
LintLibraryTarget(utils,$(SRCS))
NormalLintTarget($(SRCS))

DependTarget()


