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

📄 makefile

📁 Mesa is an open-source implementation of the OpenGL specification - a system for rendering interacti
💻
字号:
# src/mesa/drivers/dri/MakefileTOP = ../../../..include $(TOP)/configs/currentdefault: $(TOP)/$(LIB_DIR) subdirs$(TOP)/$(LIB_DIR):	-mkdir $(TOP)/$(LIB_DIR)subdirs:	@for dir in $(DRI_DIRS) ; do \		if [ -d $$dir ] ; then \			(cd $$dir && $(MAKE)) || exit 1 ; \		fi \	donepcedit = sed \	-e 's,@INSTALL_DIR@,$(INSTALL_DIR),' \	-e 's,@INSTALL_LIB_DIR@,$(INSTALL_LIB_DIR),' \	-e 's,@INSTALL_INC_DIR@,$(INSTALL_INC_DIR),' \	-e 's,@VERSION@,$(MESA_MAJOR).$(MESA_MINOR).$(MESA_TINY),' \	-e 's,@DRI_DRIVER_DIR@,$(DRI_DRIVER_SEARCH_DIR),'dri.pc: dri.pc.in	$(pcedit) $< > $@install: dri.pc	@for dir in $(DRI_DIRS) ; do \		if [ -d $$dir ] ; then \			(cd $$dir && $(MAKE) install) || exit 1 ; \		fi \	done	$(INSTALL) -d $(DESTDIR)$(INSTALL_INC_DIR)/GL/internal	$(INSTALL) -m 0644 $(TOP)/include/GL/internal/dri_interface.h \	  $(DESTDIR)$(INSTALL_INC_DIR)/GL/internal	$(INSTALL) -m 0644 $(TOP)/include/GL/internal/dri_sarea.h \	  $(DESTDIR)$(INSTALL_INC_DIR)/GL/internal	$(INSTALL) -d $(DESTDIR)$(INSTALL_LIB_DIR)/pkgconfig	$(INSTALL) -m 0644 dri.pc $(DESTDIR)$(INSTALL_LIB_DIR)/pkgconfigclean:	-@for dir in $(DRI_DIRS) ; do \		if [ -d $$dir ] ; then \			(cd $$dir && $(MAKE) clean) ; \		fi \	done	-rm -f common/*.o	-rm -f *.pc

⌨️ 快捷键说明

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