mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-03 09:20:19 +01:00
44 lines
1.4 KiB
Makefile
44 lines
1.4 KiB
Makefile
noinst_LTLIBRARIES = libswrast.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..
|
|
|
|
nodist_libswrast_la_SOURCES = s_aaline.c \
|
|
s_aatriangle.c \
|
|
s_accum.c \
|
|
s_alpha.c \
|
|
s_atifragshader.c \
|
|
s_bitmap.c \
|
|
s_blend.c \
|
|
s_buffers.c \
|
|
s_context.c \
|
|
s_copypix.c \
|
|
s_depth.c \
|
|
s_drawpix.c \
|
|
s_feedback.c \
|
|
s_fog.c \
|
|
s_fragprog_to_c.c \
|
|
s_imaging.c \
|
|
s_lines.c \
|
|
s_logic.c \
|
|
s_masking.c \
|
|
s_nvfragprog.c \
|
|
s_pixeltex.c \
|
|
s_points.c \
|
|
s_readpix.c \
|
|
s_span.c \
|
|
s_stencil.c \
|
|
s_tcc.c \
|
|
s_texstore.c \
|
|
s_texture.c \
|
|
s_triangle.c \
|
|
s_zoom.c
|