aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/GL/opengl/Imakefile
blob: 420405d9ce95a53f50881a15fc2882c313b6e132 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
XCOMM $XFree86$

XCOMM The contents of this file are subject to the GLX Public License Version 1.0
XCOMM (the "License"). You may not use this file except in compliance with the
XCOMM License. You may obtain a copy of the License at Silicon Graphics, Inc.,
XCOMM attn: Legal Services, 2011 N. Shoreline Blvd., Mountain View, CA 94043
XCOMM or at http://www.sgi.com/software/opensource/glx/license.html.
XCOMM
XCOMM Software distributed under the License is distributed on an "AS IS"
XCOMM basis. ALL WARRANTIES ARE DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY
XCOMM IMPLIED WARRANTIES OF MERCHANTABILITY, OF FITNESS FOR A PARTICULAR
XCOMM PURPOSE OR OF NON- INFRINGEMENT. See the License for the specific
XCOMM language governing rights and limitations under the License.
XCOMM
XCOMM The Original Software is GLX version 1.2 source code, released February,
XCOMM 1999. The developer of the Original Software is Silicon Graphics, Inc.
XCOMM Those portions of the Subject Software created by Silicon Graphics, Inc.
XCOMM are Copyright (c) 1991-9 Silicon Graphics, Inc. All Rights Reserved.

#include <Library.tmpl>

OBJS = \
	ddxci.o \
	ddxcx.o \
	ddxrgb.o \
	ddxscreens.o \
	dl_block.o \
	dl_heap.o \
	dl_init.o \
	dl_list.o \
	dl_mopt.o \
	dl_opt.o \
	dl_pplst.o \
	dl_splc.o \
	dl_splst.o \
	dl_table.o \
	g_api.o \
	g_disp.o \
	g_lcmpex.o \
	g_lcomp.o \
	g_lexec.o \
	g_ltab.o \
	g_noptab.o \
	g_splcmp.o \
	px_api.o \
	px_mod.o \
	px_pack.o \
	px_paths.o \
	px_read.o \
	px_rend.o \
	px_upack.o \
	s_accum.o \
	s_atest.o \
	s_attrib.o \
	s_bitmap.o \
	s_blend.o \
	s_btdraw.o \
	s_buffer.o \
	s_capi.o \
	s_ci.o \
	s_clear.o \
	s_clip.o \
	s_contxt.o \
	s_cpydsp.o \
	s_ctable.o \
	s_depth.o \
	s_dlist.o \
	s_eval.o \
	s_export.o \
	s_feed.o \
	s_finish.o \
	s_fog.o \
	s_get.o \
	s_global.o \
	s_image.o \
	s_lcache.o \
	s_lcomp.o \
	s_light.o \
	s_lnclip.o \
	s_lndraw.o \
	s_lnfast.o \
	s_lnfin.o \
	s_lnspan.o \
	s_math.o \
	s_memmgr.o \
	s_names.o \
	s_napi.o \
	s_pgaa.o \
	s_pgclip.o \
	s_pgdraw.o \
	s_pgfin.o \
	s_pgmode.o \
	s_pgspan.o \
	s_pick.o \
	s_prim.o \
	s_ptaa.o \
	s_ptdraw.o \
	s_ptfin.o \
	s_rapi.o \
	s_rect.o \
	s_rgb.o \
	s_rpos.o \
	s_select.o \
	s_size.o \
	s_span.o \
	s_sten.o \
	s_store.o \
	s_tapi.o \
	s_tex.o \
	s_texel.o \
	s_texmgr.o \
	s_trap.o \
	s_vapi.o \
	s_varray.o \
	s_vertex.o \
	s_xform.o \
	s_zfuncs.o \
	vc_cache.o \
	vc_line.o \
	vc_point.o \
	vc_poly.o

INCLUDES = \
	-I. \
	-I.. \
	-Iinclude \
	-I$(TOP)/server/include \
	-I$(TOP)/programs/Xserver/include \
	-I$(TOP)/include \
	-I$(TOP)/include/GL \
	-I$(INCLUDESRC)

DEFINES = \
	-D_LANGUAGE_C \
	-Dunix

NormalLibraryTarget(GL, $(OBJS))
NormalLibraryObjectRule()

DependTarget()