Clone of mesa.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

123456789101112131415161718192021222324252627282930313233343536
  1. # src/mesa/drivers/dri/trident/Makefile
  2. TOP = ../../../../..
  3. include $(TOP)/configs/current
  4. LIBNAME = trident_dri.so
  5. # Not yet
  6. # MINIGLX_SOURCES = server/trident_dri.c
  7. COMMON_SOURCES = \
  8. ../../common/driverfuncs.c \
  9. ../common/mm.c \
  10. ../common/utils.c \
  11. ../common/texmem.c \
  12. ../common/vblank.c \
  13. ../common/xmlconfig.c \
  14. ../common/dri_util.c \
  15. ../common/glcontextmodes.c
  16. DRIVER_SOURCES = \
  17. trident_context.c \
  18. trident_state.c \
  19. trident_vb.c \
  20. trident_dd.c \
  21. trident_tris.c
  22. C_SOURCES = \
  23. $(COMMON_SOURCES) \
  24. $(DRIVER_SOURCES)
  25. ASM_SOURCES =
  26. include ../Makefile.template
  27. symlinks: