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

📄 makefile

📁 Mesa is an open-source implementation of the OpenGL specification - a system for rendering interacti
💻
字号:
# src/mesa/x86/MakefileTOP = ../../..include $(TOP)/configs/currentINCLUDE_DIRS = \	-I$(TOP)/include/GL \	-I$(TOP)/include \	-I.. \	-I../main \	-I../math \	-I../glapi \	-I../tnldefault: gen_matypes matypes.hclean:	-rm -f matypes.h gen_matypesgen_matypes: gen_matypes.c	$(CC) $(INCLUDE_DIRS) $(CFLAGS) gen_matypes.c -o gen_matypes# need some special rules here, unfortunatelymatypes.h: ../main/mtypes.h ../tnl/t_context.h gen_matypes	./gen_matypes > matypes.hcommon_x86_asm.o: matypes.h3dnow_normal.o: matypes.h3dnow_xform1.o: matypes.h3dnow_xform2.o: matypes.h3dnow_xform3.o: matypes.h3dnow_xform4.o: matypes.hmmx_blend.o: matypes.hsse_normal.o: matypes.hsse_xform1.o: matypes.hsse_xform2.o: matypes.hsse_xform3.o: matypes.hsse_xform4.o: matypes.hx86_cliptest.o: matypes.hx86_xform2.o: matypes.hx86_xform3.o: matypes.hx86_xform4.o: matypes.h

⌨️ 快捷键说明

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