⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 Mesa is an open-source implementation of the OpenGL specification - a system for rendering interacti
💻
字号:
# src/mesa/drivers/dri/radeon/Makefile# Note, this Makefile requires GNU makeTOP = ../../../../..include $(TOP)/configs/currentLIBNAME = radeon_dri.soMINIGLX_SOURCES = server/radeon_dri.c DRIVER_SOURCES = \	radeon_context.c \	radeon_ioctl.c \	radeon_lock.c \	radeon_screen.c \	radeon_state.c \	radeon_state_init.c \	radeon_tex.c \	radeon_texmem.c \	radeon_texstate.c \	radeon_tcl.c \	radeon_swtcl.c \	radeon_span.c \	radeon_maos.c \	radeon_sanity.c C_SOURCES = \	$(COMMON_SOURCES) \	$(DRIVER_SOURCES) DRIVER_DEFINES = -DRADEON_COMMON=0X86_SOURCES = include ../Makefile.templatesymlinks:

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -