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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. TOP = ../../../..
  2. include $(TOP)/configs/current
  3. LIBNAME = draw
  4. C_SOURCES = \
  5. draw_context.c \
  6. draw_pipe.c \
  7. draw_pipe_aaline.c \
  8. draw_pipe_aapoint.c \
  9. draw_pipe_clip.c \
  10. draw_pipe_cull.c \
  11. draw_pipe_flatshade.c \
  12. draw_pipe_offset.c \
  13. draw_pipe_pstipple.c \
  14. draw_pipe_stipple.c \
  15. draw_pipe_twoside.c \
  16. draw_pipe_unfilled.c \
  17. draw_pipe_util.c \
  18. draw_pipe_validate.c \
  19. draw_pipe_vbuf.c \
  20. draw_pipe_wide_line.c \
  21. draw_pipe_wide_point.c \
  22. draw_pt.c \
  23. draw_pt_elts.c \
  24. draw_pt_emit.c \
  25. draw_pt_fetch.c \
  26. draw_pt_fetch_emit.c \
  27. draw_pt_fetch_shade_emit.c \
  28. draw_pt_fetch_shade_pipeline.c \
  29. draw_pt_post_vs.c \
  30. draw_pt_util.c \
  31. draw_pt_varray.c \
  32. draw_pt_vcache.c \
  33. draw_vertex.c \
  34. draw_vs.c \
  35. draw_vs_varient.c \
  36. draw_vs_aos.c \
  37. draw_vs_aos_io.c \
  38. draw_vs_aos_machine.c \
  39. draw_vs_exec.c \
  40. draw_vs_llvm.c \
  41. draw_vs_ppc.c \
  42. draw_vs_sse.c
  43. include ../../Makefile.template
  44. symlinks: