xserver/GL/mesa/math/Makefile.am

23 lines
614 B
Text
Raw Normal View History

2005-07-16 00:51:14 +00:00
noinst_LTLIBRARIES = libmath.la
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..
2005-07-16 04:13:33 +00:00
2005-07-28 23:28:34 +00:00
nodist_libmath_la_SOURCES = m_debug_clip.c \
2005-07-16 00:51:14 +00:00
m_debug_norm.c \
m_debug_xform.c \
m_eval.c \
m_matrix.c \
m_translate.c \
m_vector.c \
m_xform.c