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

53 lines
1.5 KiB
Makefile
Raw Normal View History

2005-07-16 02:51:14 +02:00
noinst_LTLIBRARIES = libswrast.la
AM_CFLAGS = \
$(DIX_CFLAGS) \
-DXFree86Server \
@GLX_DEFINES@
INCLUDES = -I@MESA_SOURCE@/include \
-I../X \
-I../array_cache \
-I../glapi \
-I../main \
-I../math \
-I../shader \
-I../shader/slang \
2006-03-12 01:11:34 +01:00
-I../shader/slang \
-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_libswrast_la_SOURCES = s_aaline.c \
2005-07-16 02:51:14 +02:00
s_aatriangle.c \
s_accum.c \
s_alpha.c \
2006-02-15 19:26:45 +01:00
s_arbshader.c \
2005-07-16 02:51:14 +02:00
s_atifragshader.c \
s_bitmap.c \
s_blend.c \
2006-03-02 04:43:26 +01:00
s_blit.c \
2005-07-16 02:51:14 +02:00
s_buffers.c \
s_context.c \
s_copypix.c \
s_depth.c \
s_drawpix.c \
s_feedback.c \
s_fog.c \
s_imaging.c \
s_lines.c \
s_logic.c \
s_masking.c \
s_nvfragprog.c \
s_points.c \
s_readpix.c \
s_span.c \
s_stencil.c \
s_texcombine.c \
s_texfilter.c \
2005-07-16 02:51:14 +02:00
s_texstore.c \
s_triangle.c \
s_zoom.c