Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile 406B

1234567891011121314151617181920212223242526272829
  1. TOP = ../../../..
  2. include $(TOP)/configs/current
  3. LIBNAME = nv40
  4. DRIVER_SOURCES = \
  5. nv40_clear.c \
  6. nv40_context.c \
  7. nv40_draw.c \
  8. nv40_fragprog.c \
  9. nv40_miptree.c \
  10. nv40_query.c \
  11. nv40_state.c \
  12. nv40_state_emit.c \
  13. nv40_state_tex.c \
  14. nv40_surface.c \
  15. nv40_vbo.c \
  16. nv40_vertprog.c
  17. C_SOURCES = \
  18. $(COMMON_SOURCES) \
  19. $(DRIVER_SOURCES)
  20. ASM_SOURCES =
  21. include ../Makefile.template
  22. symlinks: