~ubuntu-branches/ubuntu/gutsy/vnc4/gutsy

« back to all changes in this revision

Viewing changes to unix/xc/lib/GLU/libtess/Imakefile

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2006-05-15 20:35:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515203517-l4lre1ku942mn26k
Tags: 4.1.1+X4.3.0-10
* Correction of critical security issue. Thanks to Martin Kogler
  <e9925248@student.tuwien.ac.at> that informed me about the issue,
  and provided the patch.
  This flaw was originally found by Steve Wiseman of intelliadmin.com.
* Applied patch from Javier Kohen <jkohen@users.sourceforge.net> that
  inform the user that only 8 first characters of the password will
  actually be used when typing more than 8 characters, closes:
  #355619.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
XCOMM $XFree86: xc/lib/GLU/libtess/Imakefile,v 1.2 2001/01/16 00:39:25 dawes Exp $
 
2
 
 
3
XCOMM License Applicability. Except to the extent portions of this file are
 
4
XCOMM made subject to an alternative license as permitted in the SGI Free
 
5
XCOMM Software License B, Version 1.1 (the "License"), the contents of this
 
6
XCOMM file are subject only to the provisions of the License. You may not use
 
7
XCOMM this file except in compliance with the License. You may obtain a copy
 
8
XCOMM of the License at Silicon Graphics, Inc., attn: Legal Services, 1600
 
9
XCOMM Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:
 
10
XCOMM 
 
11
XCOMM http://oss.sgi.com/projects/FreeB
 
12
XCOMM 
 
13
XCOMM Note that, as provided in the License, the Software is distributed on an
 
14
XCOMM "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS
 
15
XCOMM DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND
 
16
XCOMM CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A
 
17
XCOMM PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
 
18
XCOMM 
 
19
XCOMM Original Code. The Original Code is: OpenGL Sample Implementation,
 
20
XCOMM Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
 
21
XCOMM Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
 
22
XCOMM Copyright in any portions created by third parties is as indicated
 
23
XCOMM elsewhere herein. All Rights Reserved.
 
24
XCOMM 
 
25
XCOMM Additional Notice Provisions: The application programming interfaces
 
26
XCOMM established by SGI in conjunction with the Original Code are The
 
27
XCOMM OpenGL(R) Graphics System: A Specification (Version 1.2.1), released
 
28
XCOMM April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version
 
29
XCOMM 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X
 
30
XCOMM Window System(R) (Version 1.3), released October 19, 1998. This software
 
31
XCOMM was created using the OpenGL(R) version 1.2.1 Sample Implementation
 
32
XCOMM published by SGI, but has not been independently verified as being
 
33
XCOMM compliant with the OpenGL(R) version 1.2.1 Specification.
 
34
XCOMM
 
35
 
 
36
#define DoNormalLib NormalLibGlu
 
37
#define DoSharedLib SharedLibGlu
 
38
#define DoDebugLib DebugLibGlu
 
39
#define DoProfileLib ProfileLibGlu
 
40
 
 
41
#include <Library.tmpl>
 
42
 
 
43
SRCS = \
 
44
        dict.c \
 
45
        geom.c \
 
46
        memalloc.c \
 
47
        mesh.c \
 
48
        normal.c \
 
49
        priorityq.c \
 
50
        render.c \
 
51
        sweep.c \
 
52
        tess.c \
 
53
        tessmono.c
 
54
 
 
55
OBJS = \
 
56
        dict.o \
 
57
        geom.o \
 
58
        memalloc.o \
 
59
        mesh.o \
 
60
        normal.o \
 
61
        priorityq.o \
 
62
        render.o \
 
63
        sweep.o \
 
64
        tess.o \
 
65
        tessmono.o
 
66
 
 
67
INCLUDES = \
 
68
        -I../include \
 
69
        -I$(TOP)/include \
 
70
        -I$(TOP)/include/GL
 
71
 
 
72
DEFINES = \
 
73
        -DNDEBUG
 
74
 
 
75
LibraryObjectRule()
 
76
 
 
77
SubdirLibraryRule($(OBJS))
 
78
NormalLintTarget($(SRCS))
 
79
 
 
80
GLUSRCDIR = $(OGLSAMPLESRCDIR)/main/gfx/lib/glu
 
81
 
 
82
LinkSourceFile(dict.c, $(GLUSRCDIR)/libtess)
 
83
LinkSourceFile(geom.c, $(GLUSRCDIR)/libtess)
 
84
LinkSourceFile(memalloc.c, $(GLUSRCDIR)/libtess)
 
85
LinkSourceFile(mesh.c, $(GLUSRCDIR)/libtess)
 
86
LinkSourceFile(normal.c, $(GLUSRCDIR)/libtess)
 
87
LinkSourceFile(priorityq-heap.c, $(GLUSRCDIR)/libtess)
 
88
LinkSourceFile(priorityq.c, $(GLUSRCDIR)/libtess)
 
89
LinkSourceFile(render.c, $(GLUSRCDIR)/libtess)
 
90
LinkSourceFile(sweep.c, $(GLUSRCDIR)/libtess)
 
91
LinkSourceFile(tess.c, $(GLUSRCDIR)/libtess)
 
92
LinkSourceFile(tessmono.c, $(GLUSRCDIR)/libtess)
 
93
 
 
94
LinkSourceFile(dict-list.h, $(GLUSRCDIR)/libtess)
 
95
LinkSourceFile(dict.h, $(GLUSRCDIR)/libtess)
 
96
LinkSourceFile(geom.h, $(GLUSRCDIR)/libtess)
 
97
LinkSourceFile(memalloc.h, $(GLUSRCDIR)/libtess)
 
98
LinkSourceFile(mesh.h, $(GLUSRCDIR)/libtess)
 
99
LinkSourceFile(normal.h, $(GLUSRCDIR)/libtess)
 
100
LinkSourceFile(priorityq-heap.h, $(GLUSRCDIR)/libtess)
 
101
LinkSourceFile(priorityq-sort.h, $(GLUSRCDIR)/libtess)
 
102
LinkSourceFile(priorityq.h, $(GLUSRCDIR)/libtess)
 
103
LinkSourceFile(render.h, $(GLUSRCDIR)/libtess)
 
104
LinkSourceFile(sweep.h, $(GLUSRCDIR)/libtess)
 
105
LinkSourceFile(tess.h, $(GLUSRCDIR)/libtess)
 
106
LinkSourceFile(tessmono.h, $(GLUSRCDIR)/libtess)
 
107
 
 
108
DependTarget()
 
109
CleanTarget()