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
/
math
/
Makefile.am
blob
c7c5642725114506951c8ddbb690177efeafe2a8
1
noinst_LTLIBRARIES = libmath.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
nodist_libmath_la_SOURCES = m_debug_clip.c \
21
m_debug_norm.c \
22
m_debug_xform.c \
23
m_eval.c \
24
m_matrix.c \
25
m_translate.c \
26
m_vector.c \
27
m_xform.c