2 include $(TOP
)/configs
/current
7 svgadump
/svga_shader_dump.c \
8 svgadump
/svga_shader_op.c \
14 svga_draw_elements.c \
18 svga_pipe_constants.c \
19 svga_pipe_depthstencil.c \
25 svga_pipe_rasterizer.c \
30 svga_screen_buffer.c \
31 svga_screen_texture.c \
34 svga_state_need_swtnl.c \
35 svga_state_constants.c \
36 svga_state_framebuffer.c \
42 svga_swtnl_backend.c \
46 svga_tgsi_decl_sm20.c \
47 svga_tgsi_decl_sm30.c \
51 -I
$(TOP
)/src
/gallium
/drivers
/svga
/include
53 # With linux-debug we get a lots of warnings, filter out the bad flags.
54 CFLAGS
:= $(filter-out -pedantic
, $(filter-out -ansi
, $(CFLAGS
)))
57 -std
=gnu99
-fvisibility
=hidden \
58 -DHAVE_STDINT_H
-DHAVE_SYS_TYPES_H
60 include ..
/..
/Makefile.template