nv30, nv40: non-trivially unify nv[34]0_screen.c
[mesa.git] / src / gallium / drivers / nv30 / Makefile
index 69f2790dfe280e920ed2ce5fed9815515d701d9a..ef3ce7eafaa9ef9e8e29e06946c1526960e77346 100644 (file)
@@ -3,35 +3,11 @@ include $(TOP)/configs/current
 
 LIBNAME = nv30
 
-DRIVER_SOURCES = \
-       nv30_clear.c \
+C_SOURCES = \
        nv30_context.c \
-       nv30_draw.c \
-       nv30_fragprog.c \
        nv30_fragtex.c \
-       nv30_miptree.c \
-       nv30_query.c \
-       nv30_screen.c \
-       nv30_state.c \
-       nv30_state_blend.c \
-       nv30_state_emit.c \
-       nv30_state_fb.c \
-       nv30_state_rasterizer.c \
-       nv30_state_scissor.c \
-       nv30_state_stipple.c \
-       nv30_state_viewport.c \
-       nv30_state_zsa.c \
-       nv30_surface.c \
-       nv30_vbo.c \
-       nv30_vertprog.c
-
-C_SOURCES = \
-       $(COMMON_SOURCES) \
-       $(DRIVER_SOURCES)
+       nv30_state.c
 
-ASM_SOURCES = 
+LIBRARY_INCLUDES = -I$(TOP)/src/gallium/drivers/nvfx
 
 include ../../Makefile.template
-
-symlinks:
-