1XCOMM License Applicability. Except to the extent portions of this file are 2XCOMM made subject to an alternative license as permitted in the SGI Free 3XCOMM Software License B, Version 1.1 (the "License"), the contents of this 4XCOMM file are subject only to the provisions of the License. You may not use 5XCOMM this file except in compliance with the License. You may obtain a copy 6XCOMM of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 7XCOMM Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: 8XCOMM 9XCOMM http://oss.sgi.com/projects/FreeB 10XCOMM 11XCOMM Note that, as provided in the License, the Software is distributed on an 12XCOMM "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS 13XCOMM DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND 14XCOMM CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A 15XCOMM PARTICULAR PURPOSE, AND NON-INFRINGEMENT. 16XCOMM 17XCOMM Original Code. The Original Code is: OpenGL Sample Implementation, 18XCOMM Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, 19XCOMM Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. 20XCOMM Copyright in any portions created by third parties is as indicated 21XCOMM elsewhere herein. All Rights Reserved. 22XCOMM 23XCOMM Additional Notice Provisions: The application programming interfaces 24XCOMM established by SGI in conjunction with the Original Code are The 25XCOMM OpenGL(R) Graphics System: A Specification (Version 1.2.1), released 26XCOMM April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version 27XCOMM 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X 28XCOMM Window System(R) (Version 1.3), released October 19, 1998. This software 29XCOMM was created using the OpenGL(R) version 1.2.1 Sample Implementation 30XCOMM published by SGI, but has not been independently verified as being 31XCOMM compliant with the OpenGL(R) version 1.2.1 Specification. 32XCOMM 33 34#include <Library.tmpl> 35 36OBJS = \ 37 dict.o \ 38 geom.o \ 39 memalloc.o \ 40 mesh.o \ 41 normal.o \ 42 priorityq.o \ 43 render.o \ 44 sweep.o \ 45 tess.o \ 46 tessmono.o 47 48INCLUDES = \ 49 -I../include \ 50 -I$(TOP)/include \ 51 -I$(TOP)/include/GL 52 53DEFINES = \ 54 -DNDEBUG 55 56NormalLibraryObjectRule() 57 58NormalLibraryTarget(tess, $(OBJS)) 59 60DependTarget() 61CleanTarget() 62