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 325B

1234567891011121314151617181920
  1. TOP = ../../../..
  2. include $(TOP)/configs/current
  3. LIBNAME = nv10
  4. C_SOURCES = \
  5. nv10_clear.c \
  6. nv10_context.c \
  7. nv10_fragprog.c \
  8. nv10_fragtex.c \
  9. nv10_miptree.c \
  10. nv10_prim_vbuf.c \
  11. nv10_screen.c \
  12. nv10_state.c \
  13. nv10_state_emit.c \
  14. nv10_surface.c \
  15. nv10_transfer.c \
  16. nv10_vbo.c
  17. include ../../Makefile.template