summaryrefslogtreecommitdiff
path: root/GL/mesa/math/Makefile.am
blob: 86969ac348cef4e7ba250f81f722db3f82f441dd (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
noinst_LTLIBRARIES = libmath.la

AM_CFLAGS = @SERVER_DEFINES@ @MODULE_DEFINES@ @LOADER_DEFINES@ \
	-DNO_LIBCWRAPPER

INCLUDES = -I@MESA_SOURCE@/include \
           -I../X \
           -I../array_cache \
           -I../glapi \
           -I../main \
           -I../math \
           -I../shader \
           -I../swrast \
           -I../swrast_setup \
           -I../tnl \
           -I.. \
           -I$(top_srcdir)/hw/xfree86/os-support

nodist_libmath_la_SOURCES = m_debug_clip.c \
                       m_debug_norm.c \
                       m_debug_xform.c \
                       m_eval.c \
                       m_matrix.c \
                       m_translate.c \
                       m_vector.c \
                       m_xform.c