#
#		Makefile for the TRI library:
#
#	Copyright 1999 by The University at Stony Brook, All rights reserved.
#

lib = tri
ifndef UTIL
 UTIL := $(shell pwd | sed -e "s/\/$(lib).*//")/util
endif #ifndef UTIL


sources =                 \
          tri1d.c         \
          tri2d.c         \
          tri3d.c         \
	  tri3dutils.c    \
          tricpy.c        \
          tricrx.c        \
          tricrx2d.c      \
          tricrx2d2.c     \
          tricrx2d3.c     \
          tricrx2d4.c     \
          tri_csg_opt.c   \
          tri_csgutil.c   \
          trits2d.c       \
          triel1.c        \
          triel2.c        \
          triel3.c        \
	  trigrid1.c      \
          trigrid2.c      \
          triloc.c        \
          tripcs.c        \
          triprint.c      \
	  trisurgery.c    \
	  triuserintfc.c  \
          overture_trigrid1.c \
	  imass.c  

includes =                \
	   trigrid.h      \
	   trilocaldecs.h \
	   tri3ddefs.h    \
           tri_CSG.h      \
           tri_CSGdef.h   \
           triprotos.h

include $(UTIL)/make.defs
