gallium: move border color to be a color union
[mesa.git] / src / gallium / drivers / nvfx / Makefile
index dfe97e6ed5f8b2dedd116d7374ac21285afc542e..53292d6da12e6cd1ceb827f578426ea518244b55 100644 (file)
@@ -3,30 +3,11 @@ include $(TOP)/configs/current
 
 LIBNAME = nvfx
 
-C_SOURCES = \
-       nv04_surface_2d.c \
-       nvfx_context.c \
-       nvfx_clear.c \
-       nvfx_draw.c \
-       nvfx_fragprog.c \
-       nvfx_fragtex.c \
-       nv30_fragtex.c \
-       nv40_fragtex.c \
-       nvfx_miptree.c \
-       nvfx_query.c \
-       nvfx_screen.c \
-       nvfx_state.c \
-       nvfx_state_blend.c \
-        nvfx_state_emit.c \
-       nvfx_state_fb.c \
-       nvfx_state_rasterizer.c \
-       nvfx_state_scissor.c \
-        nvfx_state_stipple.c \
-       nvfx_state_viewport.c \
-       nvfx_state_zsa.c \
-       nvfx_surface.c \
-       nvfx_transfer.c \
-       nvfx_vbo.c \
-       nvfx_vertprog.c
+# get C_SOURCES
+include Makefile.sources
+
+LIBRARY_INCLUDES = \
+       $(LIBDRM_CFLAGS) \
+       -I$(TOP)/src/gallium/drivers/nouveau/include
 
 include ../../Makefile.template