repo.or.cz
/
xorg_rtime.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
First import
[xorg_rtime.git]
/
xorg-server-1.4
/
GL
/
mesa
/
main
/
Makefile.am
blob
f8ce13775d46064703a36ddf74c7ec2bdd902948
1
noinst_LTLIBRARIES = libmain.la
2
3
AM_CFLAGS = \
4
$(DIX_CFLAGS) \
5
-DXFree86Server \
6
@GLX_DEFINES@
7
8
INCLUDES = -I@MESA_SOURCE@/include \
9
-I../X \
10
-I../glapi \
11
-I../main \
12
-I../math \
13
-I../shader \
14
-I../swrast \
15
-I../swrast_setup \
16
-I../tnl \
17
-I.. \
18
-I$(top_srcdir)/hw/xfree86/os-support
19
20
if NEED_VSNPRINTF
21
VSNPRINTF_SOURCES = vsnprintf.c
22
endif
23
24
nodist_libmain_la_SOURCES = accum.c \
25
api_arrayelt.c \
26
api_loopback.c \
27
api_noop.c \
28
api_validate.c \
29
arrayobj.c \
30
attrib.c \
31
blend.c \
32
bufferobj.c \
33
buffers.c \
34
clip.c \
35
colortab.c \
36
context.c \
37
convolve.c \
38
debug.c \
39
depth.c \
40
depthstencil.c \
41
dlist.c \
42
drawpix.c \
43
enable.c \
44
enums.c \
45
eval.c \
46
execmem.c \
47
extensions.c \
48
fbobject.c \
49
feedback.c \
50
fog.c \
51
framebuffer.c \
52
get.c \
53
getstring.c \
54
hash.c \
55
hint.c \
56
histogram.c \
57
image.c \
58
imports.c \
59
light.c \
60
lines.c \
61
matrix.c \
62
mipmap.c \
63
mm.c \
64
pixel.c \
65
points.c \
66
polygon.c \
67
queryobj.c \
68
rastpos.c \
69
rbadaptors.c \
70
renderbuffer.c \
71
shaders.c \
72
state.c \
73
stencil.c \
74
texcompress.c \
75
texcompress_fxt1.c \
76
texcompress_s3tc.c \
77
texenvprogram.c \
78
texformat.c \
79
teximage.c \
80
texobj.c \
81
texrender.c \
82
texstate.c \
83
texstore.c \
84
varray.c \
85
$(VSNPRINTF_SOURCES) \
86
vtxfmt.c