# BuildSystemHeader added automatically
/**/# $Header: [Imakefile,v 1.1.1.1 92/06/08 11:10:01 franzini Exp ]$
#include <Server.tmpl>
CDEBUGFLAGS= -O  
CCOPTIONS = -float



SRCS = 	\
	bits.c \
	heap.c \
	math.c \
	planerize.c \
	tri_output.c \
	triangulate.c 

OBJS = 	\
	bits.o \
	heap.o \
	math.o \
	planerize.o \
	tri_output.o \
	triangulate.o 


STD_DEFINES = ServerDefines -DCFB8 -DN_DEVEL=MIPS_DEVEL  -DN10_PRESENT \
	      -DVERT_EDGE_INTERSECT -DEDGE_INTERSECT

INCLUDES = \
	-I. \
	-I../../utils \
	-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 libfillareastess.a


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

DependTarget()


