xserver-multidpi/GL/mesa/math/Makefile.am

28 lines
701 B
Makefile
Raw Normal View History

2005-07-16 02:51:14 +02:00
noinst_LTLIBRARIES = libmath.la
AM_CFLAGS = \
$(DIX_CFLAGS) \
-DXFree86Server \
@GLX_DEFINES@
INCLUDES = -I@MESA_SOURCE@/include \
-I../X \
-I../glapi \
-I../main \
-I../math \
-I../shader \
-I../swrast \
-I../swrast_setup \
-I../tnl \
-I.. \
-I$(top_srcdir)/hw/xfree86/os-support
2005-07-16 06:13:33 +02:00
2005-07-29 01:28:34 +02:00
nodist_libmath_la_SOURCES = m_debug_clip.c \
2005-07-16 02:51:14 +02:00
m_debug_norm.c \
m_debug_xform.c \
m_eval.c \
m_matrix.c \
m_translate.c \
m_vector.c \
m_xform.c